Skip to content

Commit e4e9c77

Browse files
hubwritersunbryeCopilot
authored
Copilot: Update and restructure model list (#54555)
Co-authored-by: Sunbrye Ly <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent c2cacb7 commit e4e9c77

9 files changed

+46
-27
lines changed

content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md

+40-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,20 @@ Changing the model that's used by {% data variables.product.prodname_copilot_cha
2424
2525
## AI models for {% data variables.product.prodname_copilot_chat_short %}
2626

27-
{% data reusables.copilot.copilot-chat-models-list %}
27+
The following models are currently available in the immersive mode of {% data variables.product.prodname_copilot_chat_short %}:
28+
29+
* {% data reusables.copilot.model-description-gpt-4o %}
30+
* {% data reusables.copilot.model-description-claude-sonnet-37 %}
31+
* {% data reusables.copilot.model-description-claude-sonnet-35 %}
32+
* {% data reusables.copilot.model-description-gemini-flash %}
33+
* {% data reusables.copilot.model-description-o1 %}
34+
* {% data reusables.copilot.model-description-o3-mini %}
35+
36+
For more information about these models, see:
37+
38+
* **OpenAI's GPT-4o, o1, and o3-mini models**: [Models](https://platform.openai.com/docs/models/models) in the OpenAI Platform documentation.
39+
* **Anthropic's {% data variables.copilot.copilot_claude_sonnet %} models**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-sonnet-in-github-copilot).
40+
* **Google's {% data variables.copilot.copilot_gemini_flash %} model**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-gemini-flash-in-github-copilot).
2841

2942
### Limitations of AI models for {% data variables.product.prodname_copilot_chat_short %}
3043

@@ -53,7 +66,20 @@ These instructions are for {% data variables.product.prodname_copilot_short %} o
5366
5467
## AI models for {% data variables.product.prodname_copilot_chat_short %}
5568

56-
{% data reusables.copilot.copilot-chat-models-list %}
69+
The following models are currently available through multi-model {% data variables.product.prodname_copilot_chat_short %}:
70+
71+
* {% data reusables.copilot.model-description-gpt-4o %}
72+
* {% data reusables.copilot.model-description-claude-sonnet-37 %}
73+
* {% data reusables.copilot.model-description-claude-sonnet-35 %}
74+
* {% data reusables.copilot.model-description-gemini-flash %}
75+
* {% data reusables.copilot.model-description-o1 %}
76+
* {% data reusables.copilot.model-description-o3-mini %}
77+
78+
For more information about these models, see:
79+
80+
* **OpenAI's GPT-4o, o1, and o3-mini models**: [Models](https://platform.openai.com/docs/models/models) in the OpenAI Platform documentation.
81+
* **Anthropic's {% data variables.copilot.copilot_claude_sonnet %} models**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-sonnet-in-github-copilot).
82+
* **Google's {% data variables.copilot.copilot_gemini_flash %} model**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-gemini-flash-in-github-copilot).
5783

5884
## Changing your AI model
5985

@@ -74,7 +100,18 @@ These instructions are for {% data variables.product.prodname_vscode_shortname %
74100
75101
## AI models for {% data variables.product.prodname_copilot_chat_short %}
76102

77-
{% data reusables.copilot.copilot-chat-models-list-visual-studio %}
103+
The following models are currently available through multi-model {% data variables.product.prodname_copilot_chat_short %}:
104+
105+
* {% data reusables.copilot.model-description-gpt-4o %}
106+
* {% data reusables.copilot.model-description-claude-sonnet-37 %}
107+
* {% data reusables.copilot.model-description-claude-sonnet-35 %}
108+
* {% data reusables.copilot.model-description-o1 %}
109+
* {% data reusables.copilot.model-description-o3-mini %}
110+
111+
For more information about these models, see:
112+
113+
* **OpenAI's GPT-4o, o1, and o3-mini models**: [Models](https://platform.openai.com/docs/models/models) in the OpenAI Platform documentation.
114+
* **Anthropic's {% data variables.copilot.copilot_claude_sonnet %} models**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-sonnet-in-github-copilot).
78115

79116
## Changing the AI model for {% data variables.product.prodname_copilot_chat_short %}
80117

data/reusables/copilot/copilot-chat-models-list-visual-studio.md

-10
This file was deleted.

data/reusables/copilot/copilot-chat-models-list.md

-14
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**{% data variables.copilot.copilot_claude_sonnet_35 %}:** This model excels at coding tasks across the entire software development lifecycle, from initial design to bug fixes, maintenance to optimizations. Learn more about the [model's capabilities](https://www.anthropic.com/claude/sonnet) or read the [model card](https://assets.anthropic.com/m/61e7d27f8c8f5919/original/Claude-3-Model-Card.pdf). {% data variables.product.prodname_copilot %} uses {% data variables.copilot.copilot_claude_sonnet %} hosted on Amazon Web Services.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**{% data variables.copilot.copilot_claude_sonnet_37 %}:** This model, like its predecessor, excels across the software development lifecycle, from initial design to bug fixes, maintenance to optimizations. It also has thinking capabilities which can be enabled by selecting the thinking version of the model, which can be particularly useful in agentic scenarios. Learn more about the [model's capabilities](https://www.anthropic.com/claude/sonnet) or read the [model card](https://assets.anthropic.com/m/785e231869ea8b3b/original/claude-3-7-sonnet-system-card.pdf). {% data variables.product.prodname_copilot %} uses {% data variables.copilot.copilot_claude_sonnet %} hosted on Amazon Web Services.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**{% data variables.copilot.copilot_gemini_flash %}:** This model has strong coding, math, and reasoning capabilities that makes it well suited to assist with software development. {% data reusables.copilot.gemini-model-info %}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**GPT-4o:** This is the default {% data variables.product.prodname_copilot_chat_short %} model. It is a versatile, multimodal model that excels in both text and image processing and is designed to provide fast, reliable responses. It also has superior performance in non-English languages. Learn more about the [model's capabilities](https://platform.openai.com/docs/models/gpt-4o) and review the [model card](https://openai.com/index/gpt-4o-system-card/). GPT-4o is hosted on Azure.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**o1:** This model is focused on advanced reasoning and solving complex problems, in particular in math and science. It responds more slowly than the GPT-4o model. You can make 10 requests to this model per day. Learn more about the [model's capabilities](https://platform.openai.com/docs/models/o1) and review the [model card](https://openai.com/index/openai-o1-system-card/). o1 is hosted on Azure.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**o3-mini:** This model is the next generation of reasoning models, following from o1 and o1-mini. The o3-mini model outperforms o1 on coding benchmarks with response times that are comparable to o1-mini, providing improved quality at nearly the same latency. It is best suited for code generation and small context operations. You can make 50 requests to this model every 12 hours. Learn more about the [model's capabilities](https://platform.openai.com/docs/models#o3-mini) and review the [model card](https://openai.com/index/o3-mini-system-card/). o3-mini is hosted on Azure.

0 commit comments

Comments
 (0)