Skip to content

Commit 4bf1472

Browse files
sunbryeCopilot
andauthored
Tented model 0031 (#60767)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9a658b9 commit 4bf1472

File tree

11 files changed

+42
-1
lines changed

11 files changed

+42
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ These models are designed for tasks that require step-by-step reasoning, complex
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. |
9292
| {% data variables.copilot.copilot_gpt_54 %} | 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. |
94-
| {% data variables.copilot.copilot_claude_opus_46 %} | Anthropic’s most powerful model. Improves on {% data variables.copilot.copilot_claude_opus_45 %}. |
94+
| {% 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. |
9696
| {% data variables.copilot.copilot_goldeneye %} | Complex problem-solving challenges and sophisticated reasoning. |
9797

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,16 @@ These models are deployed on {% data variables.product.github %} managed Azure O
4545

4646
## Anthropic models
4747

48+
{% data reusables.copilot.opus-47-promo-period %}
49+
4850
Used for:
4951

5052
* {% data variables.copilot.copilot_claude_haiku_45 %}
5153
* {% data variables.copilot.copilot_claude_sonnet_45 %}
5254
* {% data variables.copilot.copilot_claude_opus_45 %}
5355
* {% data variables.copilot.copilot_claude_opus_46 %}
5456
* {% data variables.copilot.copilot_claude_opus_46_fast %}
57+
* {% data variables.copilot.copilot_claude_opus_47 %}
5558
* {% data variables.copilot.copilot_claude_sonnet_40 %}
5659
* {% data variables.copilot.copilot_claude_sonnet_46 %}
5760

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ The following table shows which AI models are available in each {% data variable
9191
> * {% data variables.copilot.copilot_claude_sonnet_46 %}
9292
> * {% data variables.copilot.copilot_gpt_54_mini %}
9393
94+
{% data reusables.copilot.opus-47-promo-period %}
95+
9496
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.
9597

9698
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
@@ -1,3 +1,4 @@
11
* {% data variables.copilot.copilot_claude_opus_45 %}
22
* {% data variables.copilot.copilot_claude_opus_46 %}
3+
* {% data variables.copilot.copilot_claude_opus_47 %}
34
* {% data variables.copilot.copilot_gpt_52_codex %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
> [!IMPORTANT] {% data variables.copilot.copilot_claude_opus_47 %} is available at a promotional multiplier of 7.5x until April 30, 2026.

data/tables/copilot/model-comparison.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@
6363
excels_at: Complex problem-solving challenges, sophisticated reasoning
6464
further_reading: 'Not available'
6565

66+
- name: Claude Opus 4.7
67+
task_area: Deep reasoning and debugging
68+
excels_at: Complex problem-solving challenges, sophisticated reasoning
69+
further_reading: 'Not available'
70+
6671
- name: Claude Sonnet 4.0
6772
task_area: Deep reasoning and debugging
6873
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
@@ -25,6 +25,10 @@
2525
multiplier_paid: 30
2626
multiplier_free: Not applicable
2727

28+
- name: Claude Opus 4.7
29+
multiplier_paid: 7.5
30+
multiplier_free: Not applicable
31+
2832
- name: Claude Sonnet 4
2933
multiplier_paid: 1
3034
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
@@ -96,6 +96,13 @@
9696
ask_mode: true
9797
edit_mode: true
9898

99+
- name: 'Claude Opus 4.7'
100+
provider: 'Anthropic'
101+
release_status: 'GA'
102+
agent_mode: true
103+
ask_mode: true
104+
edit_mode: true
105+
99106
- name: 'Claude Sonnet 4'
100107
provider: 'Anthropic'
101108
release_status: 'GA'

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@
5050
xcode: false
5151
jetbrains: false
5252

53+
- name: Claude Opus 4.7
54+
dotcom: true
55+
cli: true
56+
vscode: true
57+
vs: true
58+
eclipse: true
59+
xcode: true
60+
jetbrains: true
61+
5362
- name: Claude Sonnet 4
5463
dotcom: true
5564
cli: true

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@
4545
business: false
4646
enterprise: true
4747

48+
- name: Claude Opus 4.7
49+
free: false
50+
student: false
51+
pro: false
52+
pro_plus: true
53+
business: true
54+
enterprise: true
55+
4856
- name: Claude Sonnet 4
4957
free: false
5058
student: false

0 commit comments

Comments
 (0)