Skip to content

Commit ff37531

Browse files
authored
updates for tented model 0012 (#58602)
1 parent 9406c2b commit ff37531

File tree

8 files changed

+45
-2
lines changed

8 files changed

+45
-2
lines changed

content/copilot/reference/ai-models/model-hosting.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,20 @@ Used for:
4646

4747
## Anthropic models
4848

49+
<!-- expires 2025-12-05 -->
50+
51+
<!-- When this expires, check with the stakeholder for release #20458 on whether or not this note can be removed -->
52+
53+
{% data reusables.copilot.claude-promo-period %} See [Model multipliers](/copilot/reference/ai-models/supported-models#model-multipliers).
54+
55+
<!-- end expires 2025-12-05 -->
56+
4957
Used for:
5058

5159
* {% data variables.copilot.copilot_claude_haiku_45 %}
5260
* {% data variables.copilot.copilot_claude_sonnet_45 %}
5361
* {% data variables.copilot.copilot_claude_opus_41 %}
62+
* {% data variables.copilot.copilot_claude_opus_45 %}
5463
* {% data variables.copilot.copilot_claude_sonnet_40 %}
5564

5665
These models are hosted by Amazon Web Services, Anthropic PBC, and Google Cloud Platform. {% data variables.product.github %} has provider agreements in place to ensure data is not used for training. Additional details for each provider are included below:
@@ -80,8 +89,6 @@ When using {% data variables.copilot.copilot_gemini %} models, input prompts and
8089

8190
{% data reusables.copilot.grok-promo-period %}
8291

83-
Complimentary access to Grok Code Fast 1 is continuing past the previously announced end time. A new end date has not been set. We may update or conclude this promotion at any time. Regular pricing applies after the extension ends. See [AUTOTITLE](/copilot/reference/ai-models/supported-models#model-multipliers).
84-
8592
These models are hosted on xAI. xAI operates {% data variables.copilot.copilot_grok_code %} in {% data variables.product.prodname_copilot %} under a zero data retention API policy. This means xAI commits that user content (both inputs sent to the model and outputs generated by the model):
8693

8794
Will **not** be:

content/copilot/reference/ai-models/supported-models.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@ Each model has a premium request multiplier, based on its complexity and resourc
9898

9999
For more information about premium requests, see [AUTOTITLE](/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests).
100100

101+
<!-- expires 2025-12-05 -->
102+
103+
<!-- When this expires, check with the stakeholder for release #20458 on whether or not this note can be removed and table updated -->
104+
105+
{% data reusables.copilot.claude-promo-period %}
106+
107+
<!-- end expires 2025-12-05 -->
108+
101109
{% data reusables.copilot.model-multipliers %}
102110

103111
## Next steps
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
> [!Important] {% data variables.copilot.copilot_claude_opus_45 %} has a promotional multiplier of **1** through Friday, December 5, 2025. After that date, the multiplier will change to **3**.

data/tables/copilot/model-multipliers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
multiplier_paid: 10
1818
multiplier_free: Not applicable
1919

20+
- name: Claude Opus 4.5
21+
multiplier_paid: 1 (**3** after Dec 5, 2025)
22+
multiplier_free: Not applicable
23+
2024
- name: Claude Sonnet 4
2125
multiplier_paid: 1
2226
multiplier_free: Not applicable

data/tables/copilot/model-release-status.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@
8282
ask_mode: true
8383
edit_mode: true
8484

85+
- name: 'Claude Opus 4.5'
86+
provider: 'Anthropic'
87+
release_status: 'Public preview'
88+
agent_mode: true
89+
ask_mode: true
90+
edit_mode: true
91+
8592
- name: 'Claude Sonnet 4'
8693
provider: 'Anthropic'
8794
release_status: 'GA'

data/tables/copilot/model-supported-clients.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
xcode: true
3030
jetbrains: true
3131

32+
- name: Claude Opus 4.5
33+
dotcom: true
34+
vscode: true
35+
vs: false
36+
eclipse: false
37+
xcode: false
38+
jetbrains: false
39+
3240
- name: Claude Sonnet 4
3341
dotcom: true
3442
vscode: true

data/tables/copilot/model-supported-plans.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@
2626
business: false
2727
enterprise: true
2828

29+
- name: Claude Opus 4.5
30+
free: false
31+
pro: true
32+
pro_plus: true
33+
business: true
34+
enterprise: true
35+
2936
- name: Claude Sonnet 4
3037
free: false
3138
pro: true

data/variables/copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ copilot_claude: 'Claude'
138138
copilot_claude_haiku_45: 'Claude Haiku 4.5'
139139
copilot_claude_opus: 'Claude Opus 4'
140140
copilot_claude_opus_41: 'Claude Opus 4.1'
141+
copilot_claude_opus_45: 'Claude Opus 4.5'
141142
copilot_claude_sonnet: 'Claude Sonnet'
142143
copilot_claude_sonnet_35: 'Claude Sonnet 3.5'
143144
copilot_claude_sonnet_37: 'Claude Sonnet 3.7'

0 commit comments

Comments
 (0)