Skip to content

Commit 6acf871

Browse files
nhu-dosunbrye
andauthored
Add Copilot SWE to supported models (#58359)
Co-authored-by: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com>
1 parent 1472523 commit 6acf871

File tree

8 files changed

+40
-0
lines changed

8 files changed

+40
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ 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 |
4546

4647
## Task: General-purpose coding and writing
4748

@@ -52,6 +53,7 @@ Use these models for common development tasks that require a balance of quality,
5253
| {% 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. |
5354
| {% data variables.copilot.copilot_gpt_5_mini %} | Reliable default for most coding and writing tasks. Fast, accurate, and works well across languages and frameworks. |
5455
| {% 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. |
5557

5658
### When to use these models
5759

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ Used for:
3131

3232
When using OpenAI's models, input requests and output responses continue to run through {% data variables.product.prodname_copilot %}'s content filters for public code matching, when applied, along with those for harmful or offensive content.
3333

34+
## OpenAI models fine-tuned by Microsoft
35+
36+
Used for:
37+
38+
* {% data variables.copilot.copilot_swe_mini %}
39+
40+
{% data variables.copilot.copilot_swe_mini %} is deployed on {% data variables.product.github %} managed Azure OpenAI tenant.
41+
3442
## Anthropic models
3543

3644
Used for:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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.

data/tables/copilot/model-multipliers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@
5252
- name: Grok Code Fast 1
5353
multiplier_paid: 0.25
5454
multiplier_free: Not applicable
55+
56+
- name: Copilot-SWE mini
57+
multiplier_paid: Not applicable
58+
multiplier_free: 1

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,11 @@
9191
agent_mode: true
9292
ask_mode: true
9393
edit_mode: true
94+
95+
# Fine-tuned OAI models
96+
- name: 'Copilot-SWE mini'
97+
provider: 'Fine-tuned GPT-5 mini'
98+
release_status: 'Public preview'
99+
agent_mode: true
100+
ask_mode: true
101+
edit_mode: true

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,11 @@
9292
eclipse: true
9393
xcode: true
9494
jetbrains: true
95+
96+
- name: Copilot-SWE mini
97+
dotcom: false
98+
vscode: true
99+
vs: false
100+
eclipse: false
101+
xcode: false
102+
jetbrains: false

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,10 @@
8181
pro_plus: true
8282
business: true
8383
enterprise: true
84+
85+
- name: Copilot-SWE mini
86+
free: true
87+
pro: false
88+
pro_plus: false
89+
business: false
90+
enterprise: false

data/variables/copilot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ copilot_o4_mini: 'o4-mini'
154154
copilot_grok_code: 'Grok Code Fast 1'
155155
# Qwen:
156156
copilot_qwen_25: 'Qwen2.5'
157+
# Microsoft fine-tuned:
158+
copilot_swe_mini: 'Copilot-SWE mini'
157159

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

0 commit comments

Comments
 (0)