Skip to content

Commit 55c39a8

Browse files
myarbam-stead
andauthored
Copilot Max announcement + revise AI credit details for individual plans (#61146)
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
1 parent ce00e42 commit 55c39a8

2 files changed

Lines changed: 30 additions & 8 deletions

File tree

content/copilot/concepts/billing/usage-based-billing-for-individuals.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,23 @@ Code completions and {% data variables.copilot.next_edit_suggestions %} are **no
4343

4444
## How do {% data variables.product.prodname_ai_credits_short %} work?
4545

46-
Each {% data variables.product.prodname_copilot_short %} individual plan subscription includes a monthly {% data variables.product.prodname_ai_credits_short %} allowance:
46+
Each {% data variables.product.prodname_copilot_short %} individual plan subscription includes a monthly {% data variables.product.prodname_ai_credits_short %} allowance.
4747

48-
| Plan | Total {% data variables.product.prodname_ai_credits_short %} per month |
49-
| --- | --- |
50-
| {% data variables.copilot.copilot_pro_short %} | {% data variables.copilot.ai_credits_per_user_pro %} |
51-
| {% data variables.copilot.copilot_pro_plus_short %} | {% data variables.copilot.ai_credits_per_user_pro_plus %} |
48+
**Base credits** are included with your plan subscription each month. These match with your subscription price and they never change.
49+
50+
Each plan currently also includes a **flex allotment**. This in an additional monthly amount on top of your base credits. The flex allotment is a variable part of your included usage; it is designed to adapt as the economics of AI evolve, including model pricing, new models, and improvements in efficiency.
51+
52+
Your base credits are used first. If you go beyond your base credits, the flex allotment is applied automatically at the same rates across your IDE, {% data variables.product.prodname_dotcom_the_website %}, and the {% data variables.copilot.copilot_cli_short %}. No additional setup is required. Your usage dashboard shows your available allowance and what you've used.
53+
54+
If you use everything included in your plan, you can purchase more and keep working. See [What happens if I exceed my included {% data variables.product.prodname_ai_credits_short %}](#what-happens-if-i-exceed-my-included--data-variablesproductprodname_ai_credits_short-).
55+
56+
| Plan | Price per month | Base credits | Flex allotment | Total monthly {% data variables.product.prodname_ai_credits_short %} |
57+
| --- | --- | --- | --- | --- |
58+
| {% data variables.copilot.copilot_pro_short %} | {% data variables.copilot.cfi_price_per_month %} | {% data variables.copilot.ai_credits_per_user_pro %} | {% data variables.copilot.ai_credits_per_user_pro_flex %} | {% data variables.copilot.ai_credits_per_user_pro_total %} |
59+
| {% data variables.copilot.copilot_pro_plus_short %} | {% data variables.copilot.cpp_price_per_month %} | {% data variables.copilot.ai_credits_per_user_pro_plus %} | {% data variables.copilot.ai_credits_per_user_pro_plus_flex %} | {% data variables.copilot.ai_credits_per_user_pro_plus_total %} |
60+
| {% data variables.copilot.copilot_max_short %} | {% data variables.copilot.cm_price_per_month %} | {% data variables.copilot.ai_credits_per_user_max %} | {% data variables.copilot.ai_credits_per_user_max_flex %} | {% data variables.copilot.ai_credits_per_user_max_total %} |
61+
62+
{% data variables.copilot.copilot_free_short %} will include 2000 code completions per month, an allowance of {% data variables.product.prodname_ai_credits_short %} and {% data variables.copilot.copilot_auto_model_selection_short %}.
5263

5364
## What happens if I exceed my included {% data variables.product.prodname_ai_credits_short %}?
5465

@@ -79,4 +90,4 @@ Note that, starting **June 1, 2026**, {% data variables.copilot.copilot_pro_shor
7990

8091
## Next steps
8192

82-
* For guidance on how to prepare for usage-based billing, see [AUTOTITLE](/copilot/how-tos/manage-and-track-spending/prepare-for-your-move-to-usage-based-billing).
93+
* For guidance on how to prepare for usage-based billing, see [AUTOTITLE](/copilot/how-tos/manage-and-track-spending/prepare-for-your-move-to-usage-based-billing).

data/variables/copilot.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ copilot_free: 'GitHub Copilot Free'
1616
copilot_free_short: 'Copilot Free'
1717
copilot_student: 'GitHub Copilot Student'
1818
copilot_student_short: 'Copilot Student'
19+
copilot_max: 'GitHub Copilot Max'
20+
copilot_max_short: 'Copilot Max'
1921

2022
## Copilot billing
2123
# Price per additional premium request
@@ -24,6 +26,8 @@ additional_premium_requests: '$0.04 USD' # Note that these are also used to bill
2426
cfi_price_per_month: '$10 USD'
2527
# Price per month for Copilot Pro Plus
2628
cpp_price_per_month: '$39 USD'
29+
# Price per month for Copilot Max
30+
cm_price_per_month: '$100 USD'
2731
# Price per month for Copilot Business
2832
cfb_price_per_month: '$19 USD'
2933
# Price per month for Copilot Enterprise
@@ -34,8 +38,15 @@ ai_credits_per_user_business: '1,900'
3438
ai_credits_per_user_enterprise: '3,900'
3539
ai_credits_per_user_business_promo: '3,000'
3640
ai_credits_per_user_enterprise_promo: '7,000'
37-
ai_credits_per_user_pro: '1000'
38-
ai_credits_per_user_pro_plus: '3900'
41+
ai_credits_per_user_pro: '1,000'
42+
ai_credits_per_user_pro_plus: '3,900'
43+
ai_credits_per_user_max: '10,000'
44+
ai_credits_per_user_pro_flex: '500'
45+
ai_credits_per_user_pro_plus_flex: '3,100'
46+
ai_credits_per_user_max_flex: '10,000'
47+
ai_credits_per_user_pro_total: '1,500'
48+
ai_credits_per_user_pro_plus_total: '7,000'
49+
ai_credits_per_user_max_total: '20,000'
3950

4051
## Copilot partners: builders who can develop Copilot extensions
4152
copilot_partners: 'Copilot Partners'

0 commit comments

Comments
 (0)