Skip to content

Commit 7e2742f

Browse files
sunbryeCopilot
andauthored
Tented model 0030 (#60897)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0657748 commit 7e2742f

10 files changed

Lines changed: 42 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ 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_54 %} | Great at complex reasoning, code analysis, and technical decision-making. |
92+
| {% data variables.copilot.copilot_gpt_55 %} | Great at complex reasoning, code analysis, and technical decision-making. |
9393
| {% 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_47 %} | Anthropic’s most powerful model. Improves on {% data variables.copilot.copilot_claude_opus_46 %}. |
9595
| {% data variables.copilot.copilot_gemini_31_pro %} | Advanced reasoning across long contexts and scientific or technical analysis. |

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ contentType: reference
1616

1717
## OpenAI models
1818

19+
{% data reusables.copilot.gpt-55-promo-period %}
20+
1921
Used for:
2022

2123
* {% data variables.copilot.copilot_gpt_41 %}
@@ -26,6 +28,7 @@ Used for:
2628
* {% data variables.copilot.copilot_gpt_54 %}
2729
* {% data variables.copilot.copilot_gpt_54_mini %}
2830
* {% data variables.copilot.copilot_gpt_54_nano %}
31+
* {% data variables.copilot.copilot_gpt_55 %}
2932

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ The following table shows which AI models are available in each {% data variable
107107
108108
{% data reusables.copilot.opus-47-promo-period %}
109109

110+
{% data reusables.copilot.gpt-55-promo-period %}
111+
110112
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.
111113

112114
For more information about premium requests, see [AUTOTITLE](/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
> [!IMPORTANT] {% data variables.copilot.copilot_gpt_55 %} is available at a promotional multiplier of 7.5x.

data/tables/copilot/model-comparison.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
excels_at: Codebase exploration and is especially effective when using grep-style tools
4343
further_reading: 'Not available'
4444

45+
- name: GPT-5.5
46+
task_area: Deep reasoning and debugging
47+
excels_at: Multi-step problem solving and architecture-level code analysis
48+
further_reading: 'Not available'
49+
4550
# Anthropic
4651
- name: Claude Haiku 4.5
4752
task_area: Fast help with simple or repetitive tasks
@@ -56,7 +61,7 @@
5661
- name: Claude Opus 4.7
5762
task_area: Deep reasoning and debugging
5863
excels_at: Complex problem-solving challenges, sophisticated reasoning
59-
further_reading: 'Not available'
64+
further_reading: '[Claude Opus 4.7 model card](https://cdn.sanity.io/files/4zrzovbb/website/037f06850df7fbe871e206dad004c3db5fd50340.pdf)'
6065

6166
- name: Claude Sonnet 4.0
6267
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
@@ -89,6 +89,10 @@
8989
multiplier_paid: 0.25
9090
multiplier_free: Not applicable
9191

92+
- name: GPT-5.5
93+
multiplier_paid: 7.5
94+
multiplier_free: Not applicable
95+
9296
- name: Grok Code Fast 1
9397
multiplier_paid: 0.25
9498
multiplier_free: 1

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@
7474
ask_mode: true
7575
edit_mode: true
7676

77+
- name: 'GPT-5.5'
78+
provider: 'OpenAI'
79+
release_status: 'GA'
80+
agent_mode: true
81+
ask_mode: true
82+
edit_mode: true
83+
7784
# Anthropic models
7885
- name: 'Claude Haiku 4.5'
7986
provider: 'Anthropic'

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,15 @@
185185
xcode: false
186186
jetbrains: false
187187

188+
- name: GPT-5.5
189+
dotcom: true
190+
cli: true
191+
vscode: true
192+
vs: true
193+
eclipse: true
194+
xcode: true
195+
jetbrains: true
196+
188197
- name: Grok Code Fast 1
189198
dotcom: true
190199
cli: false

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,14 @@
165165
business: true
166166
enterprise: true
167167

168+
- name: GPT-5.5
169+
free: false
170+
student: false
171+
pro: false
172+
pro_plus: true
173+
business: true
174+
enterprise: true
175+
168176
- name: Grok Code Fast 1
169177
free: true
170178
student: true

data/variables/copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ copilot_gpt_53_codex: 'GPT-5.3-Codex'
176176
copilot_gpt_54: 'GPT-5.4'
177177
copilot_gpt_54_mini: 'GPT-5.4 mini'
178178
copilot_gpt_54_nano: 'GPT-5.4 nano'
179+
copilot_gpt_55: 'GPT-5.5'
179180
# OpenAI 'o' series:
180181
copilot_o3: 'o3'
181182
copilot_o4_mini: 'o4-mini'

0 commit comments

Comments
 (0)