Skip to content

Commit 2918266

Browse files
sunbryeCopilotam-stead
authored
Tented model 0017 (#60053)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
1 parent 68894b6 commit 2918266

8 files changed

Lines changed: 51 additions & 8 deletions

File tree

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Use these models for common development tasks that require a balance of quality,
3838

3939
| Model | Why it's a good fit |
4040
|---------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|
41-
| {% data variables.copilot.copilot_gpt_51_codex %} | Delivers higher-quality code on complex engineering tasks like features, tests, debugging, refactors, and reviews without lengthy instructions. |
41+
| {% data variables.copilot.copilot_gpt_53_codex %} | Delivers higher-quality code on complex engineering tasks like features, tests, debugging, refactors, and reviews without lengthy instructions. |
4242
| {% data variables.copilot.copilot_gpt_5_mini %} | Reliable default for most coding and writing tasks. Fast, accurate, and works well across languages and frameworks. |
4343
| {% data variables.copilot.copilot_grok_code %} | Specialized for coding tasks. Performs well on code generation, and debugging across multiple languages. |
4444
| {% data variables.copilot.copilot_raptor_mini %} | Specialized for fast, accurate inline suggestions and explanations. |
@@ -89,11 +89,11 @@ These models are designed for tasks that require step-by-step reasoning, complex
8989
| Model | Why it's a good fit |
9090
|-------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
9191
| {% 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. |
92-
| {% data variables.copilot.copilot_gpt_52 %} | Great at complex reasoning, code analysis, and technical decision-making. |
93-
| {% data variables.copilot.copilot_claude_sonnet_40 %} | Improves on 3.7 with more reliable completions and smarter reasoning under pressure. |
92+
| {% data variables.copilot.copilot_gpt_54 %} | Great at complex reasoning, code analysis, and technical decision-making. |
93+
| {% data variables.copilot.copilot_claude_sonnet_46 %} | Improves on Sonnet 4.5 with more reliable completions and smarter reasoning under pressure. |
9494
| {% data variables.copilot.copilot_claude_opus_46 %} | Anthropic’s most powerful model. Improves on {% data variables.copilot.copilot_claude_opus_45 %}. |
9595
| {% data variables.copilot.copilot_gemini_3_pro %} | Advanced reasoning across long contexts and scientific or technical analysis. |
96-
| {% data variables.copilot.copilot_goldeneye %} | Complex problem-solving challenges and sophisticated reasoning. |
96+
| {% data variables.copilot.copilot_goldeneye %} | Complex problem-solving challenges and sophisticated reasoning. |
9797

9898
### When to use these models
9999

@@ -114,11 +114,11 @@ For general development workflows or content generation, see [General-purpose co
114114

115115
Use these models when you want to ask questions about screenshots, diagrams, UI components, or other visual input. These models support multimodal input and are well suited for front-end work or visual debugging.
116116

117-
| Model | Why it's a good fit |
118-
|-------------------------------------------------------|---------------------|
117+
| Model | Why it's a good fit |
118+
|-------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
119119
| {% data variables.copilot.copilot_gpt_5_mini %} | Reliable default for most coding and writing tasks. Fast, accurate, and supports multimodal input for visual reasoning tasks. Works well across languages and frameworks. |
120-
| {% data variables.copilot.copilot_claude_sonnet_40 %} | Improves on 3.7 with more reliable completions and smarter reasoning under pressure. |
121-
| {% data variables.copilot.copilot_gemini_3_pro %} | Deep reasoning and debugging, ideal for complex code generation, debugging, and research workflows. |
120+
| {% data variables.copilot.copilot_claude_sonnet_46 %} | Improves on Sonnet 4.5 with more reliable completions and smarter reasoning under pressure. |
121+
| {% data variables.copilot.copilot_gemini_3_pro %} | Deep reasoning and debugging, ideal for complex code generation, debugging, and research workflows. |
122122

123123
### When to use these models
124124

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Used for:
2727
* {% data variables.copilot.copilot_gpt_52 %}
2828
* {% data variables.copilot.copilot_gpt_52_codex %}
2929
* {% data variables.copilot.copilot_gpt_53_codex %}
30+
* {% data variables.copilot.copilot_gpt_54 %}
3031

3132
These models are hosted by OpenAI and {% data variables.product.github %}'s Azure infrastructure.
3233

data/tables/copilot/model-comparison.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@
4747
excels_at: Agentic tasks
4848
further_reading: '[GPT-5.2-Codex model card](https://cdn.openai.com/pdf/ac7c37ae-7f4c-4442-b741-2eabdeaf77e0/oai_5_2_Codex.pdf)'
4949

50+
- name: GPT-5.3-Codex
51+
task_area: Agentic software development
52+
excels_at: Agentic tasks
53+
further_reading: '[GPT-5.3-Codex model card](https://deploymentsafety.openai.com/gpt-5-3-codex)'
54+
55+
- name: GPT-5.4
56+
task_area: Deep reasoning and debugging
57+
excels_at: Multi-step problem solving and architecture-level code analysis
58+
further_reading: 'Not available'
59+
5060
# Anthropic
5161
- name: Claude Haiku 4.5
5262
task_area: Fast help with simple or repetitive tasks
@@ -78,6 +88,11 @@
7888
excels_at: Complex problem-solving challenges, sophisticated reasoning
7989
further_reading: '[Claude Sonnet 4.5 model card](https://assets.anthropic.com/m/12f214efcc2f457a/original/Claude-Sonnet-4-5-System-Card.pdf)'
8090

91+
- name: Claude Sonnet 4.6
92+
task_area: General-purpose coding and agent tasks
93+
excels_at: Complex problem-solving challenges, sophisticated reasoning
94+
further_reading: '[Claude Sonnet 4.6 model card](https://www-cdn.anthropic.com/78073f739564e986ff3e28522761a7a0b4484f84.pdf)'
95+
8196
# Google
8297
- name: Gemini 2.5 Pro
8398
task_area: Deep reasoning and debugging

data/tables/copilot/model-multipliers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@
9393
multiplier_paid: 1.0
9494
multiplier_free: Not applicable
9595

96+
- name: GPT-5.4
97+
multiplier_paid: 1.0
98+
multiplier_free: Not applicable
99+
96100
- name: Grok Code Fast 1
97101
multiplier_paid: 0.25
98102
multiplier_free: 1

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

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

84+
- name: 'GPT-5.4'
85+
provider: 'OpenAI'
86+
release_status: 'GA'
87+
agent_mode: true
88+
ask_mode: true
89+
edit_mode: true
90+
8491
# Anthropic models
8592
- name: 'Claude Haiku 4.5'
8693
provider: 'Anthropic'

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,14 @@
173173
xcode: true
174174
jetbrains: true
175175

176+
- name: GPT-5.4
177+
dotcom: true
178+
vscode: true
179+
vs: true
180+
eclipse: true
181+
xcode: true
182+
jetbrains: true
183+
176184
- name: Grok Code Fast 1
177185
dotcom: true
178186
vscode: true

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@
152152
business: true
153153
enterprise: true
154154

155+
- name: GPT-5.4
156+
free: false
157+
pro: true
158+
pro_plus: true
159+
business: true
160+
enterprise: true
161+
155162
- name: Grok Code Fast 1
156163
free: true
157164
pro: true

data/variables/copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ copilot_gpt_51_codex_max: 'GPT-5.1-Codex-Max'
173173
copilot_gpt_52: 'GPT-5.2'
174174
copilot_gpt_52_codex: 'GPT-5.2-Codex'
175175
copilot_gpt_53_codex: 'GPT-5.3-Codex'
176+
copilot_gpt_54: 'GPT-5.4'
176177
# OpenAI 'o' series:
177178
copilot_o3: 'o3'
178179
copilot_o4_mini: 'o4-mini'

0 commit comments

Comments
 (0)