Skip to content

Commit d0d305f

Browse files
authored
Update Copilot-SWE mini to Raptor mini (#58428)
1 parent 6acf871 commit d0d305f

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ Use this table to find a suitable model quickly, see more detail in the sections
4242
| {% data variables.copilot.copilot_gemini_25_pro %} | Deep reasoning and debugging | Complex code generation, debugging, and research workflows | Reasoning, vision | [{% data variables.copilot.copilot_gemini_25_pro %} model card](https://storage.googleapis.com/model-cards/documents/gemini-2.5-pro.pdf) |
4343
| {% data variables.copilot.copilot_grok_code %} | General-purpose coding and writing | Fast, accurate code completions and explanations | Agent mode | [{% data variables.copilot.copilot_grok_code %} model card](https://data.x.ai/2025-08-20-grok-4-model-card.pdf) |
4444
| {% data variables.copilot.copilot_qwen_25 %} | General-purpose coding and writing | Code generation, reasoning, and code repair / debugging | Reasoning | [{% data variables.copilot.copilot_qwen_25 %} model card](https://arxiv.org/pdf/2409.12186) |
45-
| {% data variables.copilot.copilot_swe_mini %} | General-purpose coding and writing | Fast, accurate code completions and explanations | Agent mode | Coming soon |
45+
| {% data variables.copilot.copilot_raptor_mini %} | General-purpose coding and writing | Fast, accurate code completions and explanations | Agent mode | Coming soon |
4646

4747
## Task: General-purpose coding and writing
4848

4949
Use these models for common development tasks that require a balance of quality, speed, and cost efficiency. These models are a good default when you don't have specific requirements.
5050

51-
| Model | Why it's a good fit |
52-
|-------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|
53-
| {% data variables.copilot.copilot_gpt_5_codex %} | Delivers higher-quality code on complex engineering tasks like features, tests, debugging, refactors, and reviews without lengthy instructions. |
54-
| {% data variables.copilot.copilot_gpt_5_mini %} | Reliable default for most coding and writing tasks. Fast, accurate, and works well across languages and frameworks. |
55-
| {% data variables.copilot.copilot_grok_code %} | Specialized for coding tasks. Performs well on code generation, and debugging across multiple languages. |
56-
| {% data variables.copilot.copilot_swe_mini %} | Specialized for fast, accurate code completions and explanations. |
51+
| Model | Why it's a good fit |
52+
|--------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|
53+
| {% data variables.copilot.copilot_gpt_5_codex %} | Delivers higher-quality code on complex engineering tasks like features, tests, debugging, refactors, and reviews without lengthy instructions. |
54+
| {% data variables.copilot.copilot_gpt_5_mini %} | Reliable default for most coding and writing tasks. Fast, accurate, and works well across languages and frameworks. |
55+
| {% data variables.copilot.copilot_grok_code %} | Specialized for coding tasks. Performs well on code generation, and debugging across multiple languages. |
56+
| {% data variables.copilot.copilot_raptor_mini %} | Specialized for fast, accurate code completions and explanations. |
5757

5858
### When to use these models
5959

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ When using OpenAI's models, input requests and output responses continue to run
3535

3636
Used for:
3737

38-
* {% data variables.copilot.copilot_swe_mini %}
38+
* {% data variables.copilot.copilot_raptor_mini %}
3939

40-
{% data variables.copilot.copilot_swe_mini %} is deployed on {% data variables.product.github %} managed Azure OpenAI tenant.
40+
{% data variables.copilot.copilot_raptor_mini %} is deployed on {% data variables.product.github %} managed Azure OpenAI tenant.
4141

4242
## Anthropic models
4343

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% data variables.copilot.copilot_swe_mini %} is a good choice for common development tasks that benefit from general-purpose coding and writing. If you're working on tasks that require fast iteration, accurate code completions and explanations, {% data variables.copilot.copilot_swe_mini %} is likely the model to use.
1+
{% data variables.copilot.copilot_raptor_mini %} is a good choice for common development tasks that benefit from general-purpose coding and writing. If you're working on tasks that require fast iteration, accurate code completions and explanations, {% data variables.copilot.copilot_raptor_mini %} is likely the model to use.

data/tables/copilot/model-multipliers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
multiplier_paid: 0.25
5454
multiplier_free: Not applicable
5555

56-
- name: Copilot-SWE mini
56+
- name: Raptor mini
5757
multiplier_paid: Not applicable
5858
multiplier_free: 1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
edit_mode: true
9494

9595
# Fine-tuned OAI models
96-
- name: 'Copilot-SWE mini'
96+
- name: 'Raptor mini'
9797
provider: 'Fine-tuned GPT-5 mini'
9898
release_status: 'Public preview'
9999
agent_mode: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
xcode: true
9494
jetbrains: true
9595

96-
- name: Copilot-SWE mini
96+
- name: Raptor mini
9797
dotcom: false
9898
vscode: true
9999
vs: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
business: true
8383
enterprise: true
8484

85-
- name: Copilot-SWE mini
85+
- name: Raptor mini
8686
free: true
8787
pro: false
8888
pro_plus: false

data/variables/copilot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ copilot_grok_code: 'Grok Code Fast 1'
155155
# Qwen:
156156
copilot_qwen_25: 'Qwen2.5'
157157
# Microsoft fine-tuned:
158-
copilot_swe_mini: 'Copilot-SWE mini'
158+
copilot_raptor_mini: 'Raptor mini'
159159

160160
## Current model used by Copilot coding agent and Copilot CLI
161161
cca_current_model: '{% data variables.copilot.copilot_claude_sonnet_40 %}'

0 commit comments

Comments
 (0)