Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/copilot/reference/ai-models/model-comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ These models are designed for tasks that require step-by-step reasoning, complex
| Model | Why it's a good fit |
|-------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| {% 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. |
| {% data variables.copilot.copilot_gpt_54 %} | Great at complex reasoning, code analysis, and technical decision-making. |
| {% data variables.copilot.copilot_gpt_55 %} | Great at complex reasoning, code analysis, and technical decision-making. |
| {% data variables.copilot.copilot_claude_sonnet_46 %} | Improves on Sonnet 4.5 with more reliable completions and smarter reasoning under pressure. |
| {% data variables.copilot.copilot_claude_opus_47 %} | Anthropic’s most powerful model. Improves on {% data variables.copilot.copilot_claude_opus_46 %}. |
| {% data variables.copilot.copilot_gemini_31_pro %} | Advanced reasoning across long contexts and scientific or technical analysis. |
Expand Down
3 changes: 3 additions & 0 deletions content/copilot/reference/ai-models/model-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ contentType: reference

## OpenAI models

{% data reusables.copilot.gpt-55-promo-period %}

Used for:

* {% data variables.copilot.copilot_gpt_41 %}
Expand All @@ -26,6 +28,7 @@ Used for:
* {% data variables.copilot.copilot_gpt_54 %}
* {% data variables.copilot.copilot_gpt_54_mini %}
* {% data variables.copilot.copilot_gpt_54_nano %}
* {% data variables.copilot.copilot_gpt_55 %}

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

Expand Down
2 changes: 2 additions & 0 deletions content/copilot/reference/ai-models/supported-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ The following table shows which AI models are available in each {% data variable

{% data reusables.copilot.opus-47-promo-period %}

{% data reusables.copilot.gpt-55-promo-period %}

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.

For more information about premium requests, see [AUTOTITLE](/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests).
Expand Down
1 change: 1 addition & 0 deletions data/reusables/copilot/gpt-55-promo-period.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
> [!IMPORTANT] {% data variables.copilot.copilot_gpt_55 %} is available at a promotional multiplier of 7.5x.
7 changes: 6 additions & 1 deletion data/tables/copilot/model-comparison.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
excels_at: Codebase exploration and is especially effective when using grep-style tools
further_reading: 'Not available'

- name: GPT-5.5
task_area: Deep reasoning and debugging
excels_at: Multi-step problem solving and architecture-level code analysis
further_reading: 'Not available'

# Anthropic
- name: Claude Haiku 4.5
task_area: Fast help with simple or repetitive tasks
Expand All @@ -56,7 +61,7 @@
- name: Claude Opus 4.7
task_area: Deep reasoning and debugging
excels_at: Complex problem-solving challenges, sophisticated reasoning
further_reading: 'Not available'
further_reading: '[Claude Opus 4.7 model card](https://cdn.sanity.io/files/4zrzovbb/website/037f06850df7fbe871e206dad004c3db5fd50340.pdf)'

- name: Claude Sonnet 4.0
task_area: Deep reasoning and debugging
Expand Down
4 changes: 4 additions & 0 deletions data/tables/copilot/model-multipliers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
multiplier_paid: 0.25
multiplier_free: Not applicable

- name: GPT-5.5
multiplier_paid: 7.5
multiplier_free: Not applicable

- name: Grok Code Fast 1
multiplier_paid: 0.25
multiplier_free: 1
Expand Down
7 changes: 7 additions & 0 deletions data/tables/copilot/model-release-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@
ask_mode: true
edit_mode: true

- name: 'GPT-5.5'
provider: 'OpenAI'
release_status: 'GA'
agent_mode: true
ask_mode: true
edit_mode: true

# Anthropic models
- name: 'Claude Haiku 4.5'
provider: 'Anthropic'
Expand Down
9 changes: 9 additions & 0 deletions data/tables/copilot/model-supported-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,15 @@
xcode: false
jetbrains: false

- name: GPT-5.5
dotcom: true
cli: true
vscode: true
vs: true
eclipse: true
xcode: true
jetbrains: true

- name: Grok Code Fast 1
dotcom: true
cli: false
Expand Down
8 changes: 8 additions & 0 deletions data/tables/copilot/model-supported-plans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,14 @@
business: true
enterprise: true

- name: GPT-5.5
free: false
student: false
pro: false
pro_plus: true
business: true
enterprise: true

- name: Grok Code Fast 1
free: true
student: true
Expand Down
1 change: 1 addition & 0 deletions data/variables/copilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ copilot_gpt_53_codex: 'GPT-5.3-Codex'
copilot_gpt_54: 'GPT-5.4'
copilot_gpt_54_mini: 'GPT-5.4 mini'
copilot_gpt_54_nano: 'GPT-5.4 nano'
copilot_gpt_55: 'GPT-5.5'
# OpenAI 'o' series:
copilot_o3: 'o3'
copilot_o4_mini: 'o4-mini'
Expand Down
Loading