Skip to content

Commit c515d9e

Browse files
CopilotdihydroJenoxidecrwaters16sunbrye
authored
Tent ID 0026 model release (#59662)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dihydroJenoxide <97056108+dihydroJenoxide@users.noreply.github.com> Co-authored-by: Claire W <78226508+crwaters16@users.noreply.github.com> Co-authored-by: sunbrye <sunbrye@github.com>
1 parent d08d6e8 commit c515d9e

File tree

9 files changed

+34
-0
lines changed

9 files changed

+34
-0
lines changed

content/copilot/concepts/billing/copilot-requests.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ The available models vary depending on your {% data variables.product.prodname_c
9292
> * Discounted multipliers are available for using {% data variables.copilot.copilot_auto_model_selection %} in {% data variables.copilot.copilot_chat_short %} in {% data variables.product.prodname_vscode_shortname %}. See [AUTOTITLE](/copilot/concepts/auto-model-selection).
9393
> * {% data reusables.copilot.auto-model-multiplier-discount %} For example, Sonnet 4 would be billed at .9x rather than 1x when using {% data variables.copilot.copilot_auto_model_selection_short %}.
9494
> * Discounted multipliers are not available for {% data variables.copilot.copilot_free_short %}.
95+
> * The multiplier for {% data variables.copilot.copilot_claude_sonnet_46 %} may be subject to change.
9596
9697
Each model has a premium request multiplier, based on its complexity and resource usage. If you are on a paid {% data variables.product.prodname_copilot_short %} plan, your premium request allowance is deducted according to this multiplier.
9798

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Used for:
5959
* {% data variables.copilot.copilot_claude_opus_46 %}
6060
* {% data variables.copilot.copilot_claude_opus_46_fast %}
6161
* {% data variables.copilot.copilot_claude_sonnet_40 %}
62+
* {% data variables.copilot.copilot_claude_sonnet_46 %}
6263

6364
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:
6465

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ The following table shows which AI models are available in each {% data variable
9292

9393
## Model multipliers
9494

95+
{% data reusables.copilot.sonnet-46-model-multiplier-note %}
96+
9597
Each model has a premium request multiplier, based on its complexity and resource usage. If you are on a paid {% data variables.product.prodname_copilot_short %} plan, your premium request allowance is deducted according to this multiplier.
9698

9799
For more information about premium requests, see [AUTOTITLE](/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests).
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
> [!NOTE]
2+
The multiplier for {% data variables.copilot.copilot_claude_sonnet_46 %} may be subject to change.
3+

data/tables/copilot/model-multipliers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
multiplier_paid: 1
3838
multiplier_free: Not applicable
3939

40+
- name: Claude Sonnet 4.6
41+
multiplier_paid: 1
42+
multiplier_free: Not applicable
43+
4044
- name: Gemini 2.5 Pro
4145
multiplier_paid: 1
4246
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
@@ -145,6 +145,13 @@
145145
ask_mode: true
146146
edit_mode: true
147147

148+
- name: 'Claude Sonnet 4.6'
149+
provider: 'Anthropic'
150+
release_status: 'GA'
151+
agent_mode: true
152+
ask_mode: true
153+
edit_mode: true
154+
148155
# Google models
149156

150157
- name: 'Gemini 2.5 Pro'

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@
6969
xcode: true
7070
jetbrains: true
7171

72+
- name: Claude Sonnet 4.6
73+
dotcom: true
74+
vscode: true
75+
vs: true
76+
eclipse: false
77+
xcode: false
78+
jetbrains: false
79+
7280
- name: Gemini 2.5 Pro
7381
dotcom: true
7482
vscode: true

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@
6161
business: true
6262
enterprise: true
6363

64+
- name: Claude Sonnet 4.6
65+
free: false
66+
pro: true
67+
pro_plus: true
68+
business: true
69+
enterprise: true
70+
6471
- name: Gemini 2.5 Pro
6572
free: false
6673
pro: true

data/variables/copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ copilot_claude_sonnet_35: 'Claude Sonnet 3.5'
148148
copilot_claude_sonnet_37: 'Claude Sonnet 3.7'
149149
copilot_claude_sonnet_40: 'Claude Sonnet 4'
150150
copilot_claude_sonnet_45: 'Claude Sonnet 4.5'
151+
copilot_claude_sonnet_46: 'Claude Sonnet 4.6'
151152
# Gemini:
152153
copilot_gemini: 'Gemini'
153154
copilot_gemini_flash: 'Gemini 2.0 Flash'

0 commit comments

Comments
 (0)