Skip to content

Commit 0b11460

Browse files
sunbryeCopilot
andauthored
Add Claude Opus 5 (Tented model 0054) (#62425)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2cf57dde-5ea8-4f4a-89c9-b748ce3b5028
1 parent de34d5d commit 0b11460

9 files changed

Lines changed: 41 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Used for:
4949
* {% data variables.copilot.copilot_claude_opus_47 %}
5050
* {% data variables.copilot.copilot_claude_opus_48 %}
5151
* {% data variables.copilot.copilot_claude_opus_48_fast %}
52+
* {% data variables.copilot.copilot_claude_opus_5 %}
5253
* {% data variables.copilot.copilot_claude_fable_5 %}
5354

5455
> [!WARNING]

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Choosing a larger context window or higher reasoning will impact {% data variabl
8181
| {% data variables.copilot.copilot_claude_opus_46 %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
8282
| {% data variables.copilot.copilot_claude_opus_47 %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
8383
| {% data variables.copilot.copilot_claude_opus_48 %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
84+
| {% data variables.copilot.copilot_claude_opus_5 %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
8485
| {% data variables.copilot.copilot_claude_sonnet_5 %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
8586
| {% data variables.copilot.copilot_claude_opus_48_fast %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} |
8687
| {% data variables.copilot.copilot_claude_fable_5 %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
@@ -135,7 +136,7 @@ Some {% data variables.product.prodname_copilot_short %} models require minimum
135136
| {% data variables.copilot.copilot_gemini_3_flash %} | `v1.115.0` | `17.14.22` or `18.1.0` | `1.5.62` | `0.46.0` | `0.14.0` |
136137
| {% data variables.copilot.copilot_gemini_31_pro %} | `v1.115.0` | `17.14.22` or `18.1.0` | `1.5.62` | `0.46.0` | `0.14.0` |
137138
| {% data variables.copilot.copilot_gemini_35_flash %} | `v1.115.0` | `17.14.22` or `18.1.0` | `1.5.62` | `0.46.0` | `0.14.0` |
138-
| {% data variables.copilot.copilot_gemini_36_flash %} | TBD | `17.14.22` or `18.1.0` | TBD | TBD | TBD |
139+
| {% data variables.copilot.copilot_gemini_36_flash %} | `v1.128.0` | `17.14.22` or `18.1.0` | TBD | TBD | TBD |
139140
| {% data variables.copilot.copilot_gpt_52_codex %} | No minimum listed | `17.14.19` or `18.0.0` | `1.5.61` | `0.45.0` | `0.13.0` |
140141
| {% data variables.copilot.copilot_gpt_53_codex %} | `v1.104.1` | `17.14.19` | `1.5.61` | `0.45.0` | `0.13.0` |
141142
| {% data variables.copilot.copilot_gpt_54 %} | `v1.104.1` | `17.14.19` | `1.5.66` | `0.47.0` | `0.15.0` |
@@ -145,6 +146,7 @@ Some {% data variables.product.prodname_copilot_short %} models require minimum
145146
| {% data variables.copilot.copilot_gpt_56_sol %} | `1.128.0` | TBD | TBD | TBD | TBD |
146147
| {% data variables.copilot.copilot_gpt_56_terra %} | `1.128.0` | TBD | TBD | TBD | TBD |
147148
| {% data variables.copilot.copilot_claude_opus_48 %} | `v1.118` | `17.14.6` | TBD | TBD | TBD |
149+
| {% data variables.copilot.copilot_claude_opus_5 %} | `v1.128.0` | `17.14.22` | TBD | TBD | TBD |
148150
| {% data variables.copilot.copilot_claude_sonnet_5 %} | `v1.124` | `17.14.6` | TBD | TBD | TBD |
149151
| {% data variables.copilot.copilot_claude_fable_5 %} | `v1.124` | `17.14.6` | TBD | TBD | TBD |
150152
| {% data variables.copilot.copilot_kimi_k27_code %} | `v1.127` | `17.14.6` | `1.9.1-251` | TBD | TBD |

data/reusables/copilot/copilot-cloud-agent-non-auto-models.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
* {% data variables.copilot.copilot_claude_opus_47 %}
2+
* {% data variables.copilot.copilot_claude_opus_5 %}
23
* {% data variables.copilot.copilot_claude_haiku_45 %}
34
* {% data variables.copilot.copilot_gemini_31_pro %}
45
* {% data variables.copilot.copilot_gemini_35_flash %}

data/tables/copilot/model-comparison.yml

Lines changed: 6 additions & 1 deletion
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.8 model card](https://www-cdn.anthropic.com/0b4915911bb0d19eca5b5ee635c80fef830a37ea.pdf)'
7575

76+
- name: Claude Opus 5
77+
task_area: Deep reasoning and debugging
78+
excels_at: Complex problem-solving challenges, sophisticated reasoning
79+
further_reading: '[Claude Opus 5 model card](https://www-cdn.anthropic.com/c5fbac3f0b1280a933ebd26d3cb8bb9f5bdeaf48/Claude%20Opus%205%20System%20Card.pdf)'
80+
7681
- name: Claude Sonnet 4.5
7782
task_area: General-purpose coding and agent tasks
7883
excels_at: Complex problem-solving challenges, sophisticated reasoning
@@ -112,7 +117,7 @@
112117
- name: Gemini 3.6 Flash
113118
task_area: Fast help with simple or repetitive tasks
114119
excels_at: Fast, reliable answers to lightweight coding questions
115-
further_reading: 'Not available'
120+
further_reading: '[Gemini 3.6 Flash model card](https://storage.googleapis.com/deepmind-media/Model-Cards/Gemini-3-6-Flash-Model-Card.pdf)'
116121

117122
# Microsoft
118123
- name: MAI-Code-1-Flash

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
provider: 'Anthropic'
8282
release_status: 'GA'
8383

84+
- name: 'Claude Opus 5'
85+
provider: 'Anthropic'
86+
release_status: 'GA'
87+
8488
- name: 'Claude Sonnet 4.5'
8589
provider: 'Anthropic'
8690
release_status: 'GA'

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@
6868
xcode: true
6969
jetbrains: true
7070

71+
- name: Claude Opus 5
72+
dotcom: true
73+
cli: true
74+
vscode: true
75+
vs: true
76+
eclipse: true
77+
xcode: true
78+
jetbrains: true
79+
7180
- name: Claude Fable 5
7281
dotcom: true
7382
cli: true

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@
5454
business: true
5555
enterprise: true
5656

57+
- name: Claude Opus 5
58+
pro: false
59+
pro_plus: true
60+
max: true
61+
business: true
62+
enterprise: true
63+
5764
- name: Claude Fable 5
5865
pro: false
5966
pro_plus: true

data/tables/copilot/models-and-pricing.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,15 @@
231231
output: $25.00
232232
cache_write: $6.25
233233

234+
- model: Claude Opus 5
235+
provider: anthropic
236+
release_status: GA
237+
category: Powerful
238+
input: $5.00
239+
cached_input: $0.50
240+
output: $25.00
241+
cache_write: $6.25
242+
234243
- model: Claude Sonnet 5[^sonnet-5-promo]
235244
provider: anthropic
236245
release_status: GA

data/variables/copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ copilot_claude_opus_46_fast: 'Claude Opus 4.6 (fast mode) (preview)'
195195
copilot_claude_opus_47: 'Claude Opus 4.7'
196196
copilot_claude_opus_48: 'Claude Opus 4.8'
197197
copilot_claude_opus_48_fast: 'Claude Opus 4.8 (fast mode) (preview)'
198+
copilot_claude_opus_5: 'Claude Opus 5'
198199
copilot_claude_fable_5: 'Claude Fable 5'
199200
copilot_claude_sonnet: 'Claude Sonnet'
200201
copilot_claude_sonnet_35: 'Claude Sonnet 3.5'

0 commit comments

Comments
 (0)