Skip to content

Commit 2039b6f

Browse files
Copilotsunbrye
andauthored
Tented model pull request (#59477)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: sunbrye <56200261+sunbrye@users.noreply.github.com> Co-authored-by: sunbrye <sunbrye@github.com>
1 parent c490765 commit 2039b6f

File tree

9 files changed

+41
-6
lines changed

9 files changed

+41
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ These models are designed for tasks that require step-by-step reasoning, complex
9090

9191
### Recommended models
9292

93-
| Model | Why it's a good fit |
94-
|-------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
93+
| Model | Why it's a good fit |
94+
|-------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
9595
| {% data variables.copilot.copilot_gpt_5_mini %} | Delivers deep reasoning and debugging with faster responses and lower resource usage than GPT-5. Ideal for interactive sessions and step-by-step code analysis. |
96-
| {% data variables.copilot.copilot_gpt_52 %} | Great at complex reasoning, code analysis, and technical decision-making. |
97-
| {% data variables.copilot.copilot_claude_sonnet_40 %} | Improves on 3.7 with more reliable completions and smarter reasoning under pressure. |
98-
| {% data variables.copilot.copilot_claude_opus_45 %} | Anthropic’s most powerful model. Improves on {% data variables.copilot.copilot_claude_opus %}. |
99-
| {% data variables.copilot.copilot_gemini_3_pro %} | Advanced reasoning across long contexts and scientific or technical analysis. |
96+
| {% data variables.copilot.copilot_gpt_52 %} | Great at complex reasoning, code analysis, and technical decision-making. |
97+
| {% data variables.copilot.copilot_claude_sonnet_40 %} | Improves on 3.7 with more reliable completions and smarter reasoning under pressure. |
98+
| {% data variables.copilot.copilot_claude_opus_46 %} | Anthropic’s most powerful model. Improves on {% data variables.copilot.copilot_claude_opus_45 %}. |
99+
| {% data variables.copilot.copilot_gemini_3_pro %} | Advanced reasoning across long contexts and scientific or technical analysis. |
100100

101101
### When to use these models
102102

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Used for:
5555
* {% data variables.copilot.copilot_claude_sonnet_45 %}
5656
* {% data variables.copilot.copilot_claude_opus_41 %}
5757
* {% data variables.copilot.copilot_claude_opus_45 %}
58+
* {% data variables.copilot.copilot_claude_opus_46 %}
5859
* {% data variables.copilot.copilot_claude_sonnet_40 %}
5960

6061
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:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
* {% data variables.copilot.copilot_claude_opus_45 %}
2+
* {% data variables.copilot.copilot_claude_opus_46 %}
23
* {% data variables.copilot.copilot_gpt_52_codex %}

data/tables/copilot/model-comparison.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
excels_at: Complex problem-solving challenges, sophisticated reasoning
7474
further_reading: '[Claude Opus 4.5 model card](https://assets.anthropic.com/m/64823ba7485345a7/Claude-Opus-4-5-System-Card.pdf)'
7575

76+
- name: Claude Opus 4.6
77+
task_area: Deep reasoning and debugging
78+
excels_at: Complex problem-solving challenges, sophisticated reasoning
79+
further_reading: 'Not available'
80+
7681
- name: Claude Sonnet 4.0
7782
task_area: Deep reasoning and debugging
7883
excels_at: Performance and practicality, perfectly balanced for coding workflows

data/tables/copilot/model-multipliers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
multiplier_paid: 3
2222
multiplier_free: Not applicable
2323

24+
- name: Claude Opus 4.6
25+
multiplier_paid: 3
26+
multiplier_free: Not applicable
27+
2428
- name: Claude Sonnet 4
2529
multiplier_paid: 1
2630
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
@@ -110,6 +110,13 @@
110110
ask_mode: true
111111
edit_mode: true
112112

113+
- name: 'Claude Opus 4.6'
114+
provider: 'Anthropic'
115+
release_status: 'GA'
116+
agent_mode: true
117+
ask_mode: true
118+
edit_mode: true
119+
113120
- name: 'Claude Sonnet 4'
114121
provider: 'Anthropic'
115122
release_status: 'GA'

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
xcode: true
3838
jetbrains: true
3939

40+
- name: Claude Opus 4.6
41+
dotcom: true
42+
vscode: true
43+
vs: true
44+
eclipse: false
45+
xcode: false
46+
jetbrains: false
47+
4048
- name: Claude Sonnet 4
4149
dotcom: true
4250
vscode: true

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
business: true
3434
enterprise: true
3535

36+
- name: Claude Opus 4.6
37+
free: false
38+
pro: true
39+
pro_plus: true
40+
business: true
41+
enterprise: true
42+
3643
- name: Claude Sonnet 4
3744
free: false
3845
pro: true
@@ -151,3 +158,4 @@
151158
pro_plus: true
152159
business: false
153160
enterprise: false
161+
# TODO: Placeholder for future edits

data/variables/copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ copilot_claude_haiku_45: 'Claude Haiku 4.5'
141141
copilot_claude_opus: 'Claude Opus 4'
142142
copilot_claude_opus_41: 'Claude Opus 4.1'
143143
copilot_claude_opus_45: 'Claude Opus 4.5'
144+
copilot_claude_opus_46: 'Claude Opus 4.6'
144145
copilot_claude_sonnet: 'Claude Sonnet'
145146
copilot_claude_sonnet_35: 'Claude Sonnet 3.5'
146147
copilot_claude_sonnet_37: 'Claude Sonnet 3.7'

0 commit comments

Comments
 (0)