Skip to content

Commit d8588ba

Browse files
authored
Merge pull request #43852 from github/repo-sync
Repo sync
2 parents 831619a + 07b1bd6 commit d8588ba

File tree

27 files changed

+185
-8003
lines changed

27 files changed

+185
-8003
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).

content/rest/agent-tasks/agent-tasks.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

content/rest/agent-tasks/index.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

content/rest/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ children:
5151
- /guides
5252
- /actions
5353
- /activity
54-
- /agent-tasks
5554
- /announcement-banners
5655
- /apps
5756
- /billing
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

0 commit comments

Comments
 (0)