Skip to content

Commit 6cb81da

Browse files
Merge pull request #54344 from Chukslord1/fix-pricing-plans-update
Fix pricing plans update
2 parents fed553e + 367f171 commit 6cb81da

7 files changed

Lines changed: 41 additions & 36 deletions

File tree

learn-pr/github/introduction-to-github-copilot/includes/2-github-copilot-your-ai-pair-programmer.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,15 @@ Copilot executes these tasks under your direction, helping you complete complex
7474

7575
GitHub Copilot is available in several plans, each offering different capabilities for individuals, teams, and organizations.
7676

77+
> [!NOTE]
78+
> GitHub Copilot plan availability, trials, and usage limits can change over time.
79+
> Refer to the official [documentation](https://docs.github.com/en/copilot/get-started/plans) for the most up-to-date information.
80+
7781
### GitHub Copilot Free
7882

7983
GitHub Copilot Free allows individual developers to use GitHub Copilot at no cost. To get started, open Visual Studio Code, click on the GitHub Copilot icon, and then click "Sign in to Use GitHub Copilot for Free". Log in to your GitHub account in the window that will open in the browser.
8084

81-
The GitHub Copilot Free tier includes 2000 code completions per month, 50 chat requests per month, and access to both GPT-4o and Claude 3.5 Sonnet models. [Learn more.](https://gh.io/copilot)
85+
The Copilot Free plan includes limited monthly usage for code completions and chat, along with access to supported AI models.
8286

8387
**Key features:**
8488

@@ -87,25 +91,22 @@ The GitHub Copilot Free tier includes 2000 code completions per month, 50 chat r
8791
- Access to advanced AI models
8892

8993
### GitHub Copilot Pro
90-
91-
GitHub Copilot Pro is designed for individual developers who want enhanced capabilities beyond the Free plan.
94+
GitHub Copilot Pro is designed for individual developers who want enhanced capabilities beyond the Free plan.
9295

9396
**Key features:**
9497

95-
- Unlimited code completions and chat requests
98+
- Higher usage limits compared to the Free plan
9699
- Priority access to the latest AI models
97100
- Advanced code suggestions and explanations
98101
- Integration with supported IDEs (VS Code, Visual Studio, JetBrains, Neovim)
99-
- Automated test generation and code explanation features
100-
101-
### **GitHub Copilot Pro+**
102+
- Automated test generation and code explanation features
102103

103-
**Copilot Pro+** includes all the features of Copilot Pro with additional access to premium model usage and priority performance on high-demand resources. It's suited for individuals with higher usage needs.
104-
105-
**Key features:**
104+
### **GitHub Copilot Pro+**
105+
**Copilot Pro+** includes all the features of Copilot Pro with additional access to premium model usage and priority performance on high-demand resources. It's suited for individuals with higher usage needs.
106106

107+
**Key features:**
107108
- All Pro features
108-
- Additional premium request capacity
109+
- Additional premium request capacity
109110
- Priority infrastructure access
110111

111112
### GitHub Copilot Business
@@ -114,7 +115,6 @@ GitHub Copilot Business is for organizations that want to manage Copilot access
114115

115116
**Key features:**
116117

117-
- All Pro and Pro+ features for organization members
118118
- Centralized management and policy controls
119119
- Security vulnerability filtering
120120
- Code referencing and public code filtering

learn-pr/github/introduction-to-github-copilot/includes/4-setup-configure-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This unit explains how to sign up for GitHub Copilot, how to configure GitHub Co
22

33
## Sign up for GitHub Copilot
44

5-
Before you can start using GitHub Copilot, you need to set up a free trial or subscription for your account.
5+
Before you can start using GitHub Copilot, you need to sign in with a GitHub account that has access to GitHub Copilot.
66

77
To get started, select your GitHub profile photo, and then select **Settings**. Copilot is on the left menu under **Code, planning, and automation**.
88

learn-pr/github/introduction-to-github-copilot/includes/7-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GitHub Copilot helps developers work more efficiently and ship quality code.
66

77
At the end of this module, you can:
88

9-
* Explain GitHub Copilot features and the subscription plans (Free, Pro, Pro+, Business and Enterprise)
9+
* Explain GitHub Copilot features and available plans for individuals and organizations
1010
* Set up and configure GitHub Copilot
1111
* Develop using GitHub Copilot and Visual Studio Code (VS Code)
1212

learn-pr/wwl-azure/develop-code-features-using-github-copilot-tools/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ The topics covered in this module include:
1212
By the end of this module, you're able to develop code more efficiently and accurately using GitHub Copilot code completions and chat suggestions in Visual Studio Code.
1313

1414
> [!IMPORTANT]
15-
> To complete this GitHub Copilot training, you must have an active subscription for GitHub Copilot in your personal GitHub account (includes the GitHub Copilot Free plan), or you must be assigned to a subscription managed by an organization or enterprise. Module activities may include GitHub Copilot suggestions that match public code. If you're a member of an organization on GitHub Enterprise Cloud who has been assigned a GitHub Copilot subscription through your organization, the setting for suggestions matching public code may be inherited from your organization or enterprise. If your account blocks suggestions that match public code, module activities may not work as expected.
15+
> To complete this GitHub Copilot training, you must have access to GitHub Copilot. You can use the GitHub Copilot Free plan or a paid Copilot subscription (for example, Copilot Pro, Pro+, Business, or Enterprise) as appropriate for your account. If your account is managed by an organization or enterprise, access may be controlled by your organization. For current plan options and availability, see the GitHub Copilot plans page: [Copilot plans page](https://docs.github.com/en/copilot/get-started/plans).

learn-pr/wwl-azure/get-started-github-copilot/includes/1-introduction.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
This module examines the features and capabilities of GitHub Copilot. You review the GitHub Copilot products available from GitHub, and examine the benefits, account types, features, and limitations of GitHub Copilot. After completing a step-by-step installation of the GitHub Copilot extensions for Visual Studio Code, you examine the capabilities provided by the GitHub Copilot and GitHub Copilot Chat extensions. You also complete an exercise that demonstrates how to configure the GitHub Copilot extensions in Visual Studio Code.
1+
This module examines the features and capabilities of GitHub Copilot. You review the Copilot products available from GitHub, and examine the benefits, account types, features, and limitations of GitHub Copilot. After completing a step-by-step installation of the GitHub Copilot extensions for Visual Studio Code, you examine the capabilities provided by the GitHub Copilot and GitHub Copilot Chat extensions. You also complete an exercise that demonstrates how to configure the GitHub Copilot extensions in Visual Studio Code.
2+
3+
> [!NOTE]
4+
> Plan details and trial availability may change. For current plan options, features, and usage limits, see the GitHub Copilot plans page: [Copilot plans page](https://docs.github.com/en/copilot/get-started/plans).
5+
26

37
Imagine you're a software developer at a tech startup. You're tasked with developing a feature for one of the company's newest apps. You're happy to get the assignment, but the deadline is tight. You haven't seen the codebase and you need to ensure the new feature is bug-free and efficient. You heard that GitHub Copilot can accelerate your development process, so you're looking forward to examining its features yourself. GitHub Copilot can explain new and complex code, generate documentation, and help you develop code more efficiently and accurately. GitHub Copilot can help you meet your deadline and deliver a high-quality feature to your team.
48

learn-pr/wwl-azure/get-started-github-copilot/includes/3-compare-github-copilot-plans.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,34 @@ GitHub Copilot provides developers with an AI pair programmer that works with al
22

33
GitHub Copilot is available as an extension for Visual Studio Code, Visual Studio, JetBrains IDEs, Vim/Neovim, Eclipse, and Xcode.
44

5+
> Note: Plan details and trial availability may change. For current plan options, features, and usage limits, see the official Copilot plans page: https://docs.github.com/en/copilot/get-started/plans
6+
57
## GitHub Copilot subscription plans
68

79
GitHub offers several plans for GitHub Copilot, depending on your needs and whether you're using GitHub Copilot as an individual or as part of an organization or enterprise.
810

9-
- **GitHub Copilot Free** is available to individual developers who don't have access to GitHub Copilot through an organization or enterprise. This free plan includes limited access to select GitHub Copilot features, allowing you to try AI-powered coding assistance at no cost.
11+
- **GitHub Copilot Free** is available to individual developers who don't have access to GitHub Copilot through an organization or enterprise. This free plan provides a limited Copilot experience; see the plans page for current feature details.
1012

11-
- **GitHub Copilot Pro** is designed for individuals who want more flexibility. This paid plan includes unlimited completions, access to premium models in GitHub Copilot, and a monthly allowance of premium requests. Verified students, teachers, and maintainers of popular open source projects may be eligible for free access.
13+
- **GitHub Copilot Pro** is designed for individuals who want more flexibility. This paid plan provides expanded capabilities and access to premium models in GitHub Copilot Chat; see the plans page for current allowances and availability.
1214

13-
- **GitHub Copilot Pro+** offers the highest level of access for individual developers. In addition to everything in GitHub Copilot Pro, this plan includes a larger allowance of premium requests and full access to all available models in GitHub Copilot. Ideal for AI power users who want access to the most advanced capabilities.
15+
- **GitHub Copilot Pro+** offers the highest level of access for individual developers. In addition to Pro features, this plan provides broader access to premium model capabilities; see the plans page for details.
1416

15-
- **GitHub Copilot Business** is for organizations on GitHub Free or GitHub Team plan, or enterprises on GitHub Enterprise Cloud. This plan includes GitHub Copilot Cloud Agent and enables centralized management and GitHub Copilot policy control for organization members.
17+
- **GitHub Copilot Business** is for organizations. This plan includes centralized management and policy controls for organization members.
1618

17-
- **GitHub Copilot Enterprise** is for enterprises using GitHub Enterprise Cloud. It includes all the features of GitHub Copilot Business, plus additional enterprise-grade capabilities. Enterprise owners can assign either GitHub Copilot Enterprise or GitHub Copilot Business to individual organizations.
19+
- **GitHub Copilot Enterprise** is for enterprises using GitHub Enterprise Cloud and provides enterprise-grade capabilities.
1820

1921
## Comparing GitHub Copilot plans
2022

21-
The tables below show the features available in each GitHub Copilot plan.
23+
The tables below show example feature differences across plans. Do not rely on the numeric values in this module — refer to the official plans page for the current and authoritative plan comparison.
2224

2325
### Pricing
2426

25-
| Feature | GitHub Copilot Free | GitHub Copilot Pro | GitHub Copilot Pro+ | GitHub Copilot Business | GitHub Copilot Enterprise |
26-
|-----------------------------|--------------|---------------------------------------|-------------------------------------|------------------------------------|------------------------------------|
27-
| Premium requests | 50 per month | 300 per month | 1500 per month | 300 per user per month | 1000 per user per month |
28-
| Purchase additional premium requests | X | ✓ | ✓ | ✓ | ✓ |
27+
| Feature | GitHub Copilot Free | GitHub Copilot Pro | GitHub Copilot Pro+ | GitHub Copilot Business | GitHub Copilot Enterprise |
28+
|-----------------------------|---------------------|--------------------|---------------------|-------------------------|---------------------------|
29+
| Premium requests | See plans page | See plans page | See plans page | See plans page | See plans page |
30+
| Purchase additional premium requests | See plans page | See plans page | See plans page | See plans page | See plans page |
31+
32+
> Note: Plan features and usage limits change over time. Check the Copilot plans page for the latest details: https://docs.github.com/en/copilot/get-started/plans
2933
3034
### Agents
3135

learn-pr/wwl-azure/get-started-github-copilot/includes/5-examine-github-copilot-setup-process.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@ Individuals can use the following steps to set up GitHub Copilot:
88

99
There are several GitHub Copilot plans that provide access to GitHub Copilot:
1010

11-
- Use GitHub Copilot Free. Get a limited experience of GitHub Copilot with up to 2,000 code completions and 50 chats or premium requests per month-no paid plan required.
11+
- Use Copilot Free. Get a limited Copilot experience; see the Copilot plans page for current feature limits and capabilities.
1212

13-
- Sign up for a paid plan. You can subscribe to either:
14-
15-
- GitHub Copilot Pro, which includes a one-time 30-day free trial and 300 monthly premium requests.
16-
- GitHub Copilot Pro+, which includes 1,500 monthly premium requests and full access to all available models. Subscribe to GitHub Copilot Pro+.
13+
- Subscribe to a paid plan (for example, Copilot Pro or Copilot Pro+). Paid plans provide expanded model and chat capabilities. See the Copilot plans page for current subscription options and availability.
1714

1815
- Use GitHub Copilot through your organization or enterprise. If you're part of an organization or enterprise with a GitHub Copilot plan, you can request access through your organization.
1916

20-
- Verified students, teachers, or open source maintainers. Qualified individuals may be eligible to use GitHub Copilot for free.
17+
- Verified students, teachers, or open source maintainers. Qualified individuals may be eligible for free access — see the Copilot plans page for details.
2118

2219
2. Install the GitHub Copilot extension for your IDE.
2320

@@ -102,11 +99,11 @@ Organizations can use the following steps to set up GitHub Copilot:
10299
Most individual developers can start using GitHub Copilot Free with little or no setup required. However, there are a few cases where GitHub Copilot Free isn't available:
103100

104101
- You have a managed user account.
105-
- You're assigned a GitHub Copilot account through an organization.
106-
- You have an existing GitHub Copilot Pro or GitHub Copilot Pro+ plan or GitHub Copilot Pro trial.
107-
- You have free access to GitHub Copilot Pro as a student, teacher, or open-source maintainer.
102+
- You're assigned a Copilot account through an organization.
103+
- You have an existing Copilot Pro or Copilot Pro+ plan.
104+
- You have free access to Copilot Pro as a student, teacher, or open-source maintainer.
108105

109-
There are a few ways to start using GitHub Copilot Free, depending on where you're working.
106+
There are a few ways to start using Copilot Free, depending on where you're working. For current plan details and availability, see the Copilot plans page: https://docs.github.com/en/copilot/get-started/plans
110107

111108
- Visual Studio and Visual Studio Code: In Visual Studio and Visual Studio Code you can sign up for the GitHub Copilot Free plan directly from the editor. If you have a GitHub account, you'll be prompted to sign in. If you don't have a GitHub account, you'll be prompted to create one. After you sign up and sign in, you can start using GitHub Copilot Free.
112109

0 commit comments

Comments
 (0)