Skip to content

Commit aae0ca8

Browse files
authored
Merge pull request #41205 from github/repo-sync
Repo sync
2 parents 1cd21c0 + a5db857 commit aae0ca8

18 files changed

+45
-14
lines changed
-87.7 KB
Binary file not shown.
-49.5 KB
Binary file not shown.
-35.2 KB
Binary file not shown.
-32.7 KB
Binary file not shown.
-32.4 KB
Binary file not shown.
-73.3 KB
Binary file not shown.
-141 KB
Binary file not shown.

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +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_raptor_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

4849
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.
4950

50-
| Model | Why it's a good fit |
51-
|-------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|
52-
| {% 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. |
53-
| {% data variables.copilot.copilot_gpt_5_mini %} | Reliable default for most coding and writing tasks. Fast, accurate, and works well across languages and frameworks. |
54-
| {% data variables.copilot.copilot_grok_code %} | Specialized for coding tasks. Performs well on code generation, and debugging across multiple languages. |
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. |
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_raptor_mini %}
39+
40+
{% data variables.copilot.copilot_raptor_mini %} is deployed on {% data variables.product.github %} managed Azure OpenAI tenant.
41+
3442
## Anthropic models
3543

3644
Used for:

data/features/immutable-releases-preview.yml

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

0 commit comments

Comments
 (0)