Skip to content

Commit 9eb562c

Browse files
Document the new o1 model, sitting alongside o1-mini, and sometimes o1-preview (#53624)
Co-authored-by: Sophie <[email protected]>
1 parent de04efe commit 9eb562c

File tree

5 files changed

+19
-6
lines changed

5 files changed

+19
-6
lines changed

content/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-policies-and-features-for-copilot-in-your-enterprise.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ By default, {% data variables.product.prodname_copilot_chat_short %} uses the `G
8787

8888
By default, {% data variables.product.prodname_copilot_chat_short %} uses the `GPT 4o` model. If you grant access to the o1 family of models, members of your enterprise can select to use these models rather than the default `GPT 4o` model.
8989

90-
The o1 family of models includes two models:
90+
The o1 family of models includes three models:
9191

92-
* `o1-preview`: 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. Each member of your enterprise can make 10 requests to this model per day.
93-
* `o1-mini`: This is the faster version of the `o1-preview` model, balancing the use of complex reasoning with the need for faster responses. It is best suited for code generation and small context operations. Each member of your enterprise can make 50 requests to this model per day.
92+
* `o1`/`o1-preview`: These models are focused on advanced reasoning and solving complex problems, in particular in math and science. They respond more slowly than the `gpt-4o` model. Each member of your enterprise can make 10 requests to each of these models per day.
93+
* `o1-mini`: This is the faster version of the `o1` model, balancing the use of complex reasoning with the need for faster responses. It is best suited for code generation and small context operations. Each member of your enterprise can make 50 requests to this model per day.
9494

9595
### {% data variables.product.prodname_copilot_short %} Metrics API access
9696

content/copilot/using-github-copilot/asking-github-copilot-questions-in-github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The skills you can use in {% data variables.product.prodname_copilot_chat_dotcom
6767

6868
{% data reusables.copilot.copilot-chat-models-beta-note %}
6969

70-
{% data reusables.copilot.copilot-chat-models-list %}
70+
{% data reusables.copilot.copilot-chat-models-list-o1 %}
7171

7272
### Limitations of AI models for {% data variables.product.prodname_copilot_chat_short %}
7373

content/copilot/using-github-copilot/asking-github-copilot-questions-in-your-ide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ You can tell {% data variables.product.prodname_copilot_short %} to answer a que
153153

154154
{% data reusables.copilot.copilot-chat-models-beta-note %}
155155

156-
{% data reusables.copilot.copilot-chat-models-list %}
156+
{% data reusables.copilot.copilot-chat-models-list-o1 %}
157157

158158
### Changing your AI model
159159

@@ -308,7 +308,7 @@ You can tell {% data variables.product.prodname_copilot_short %} to answer a que
308308

309309
{% data reusables.copilot.copilot-chat-models-beta-note %}
310310

311-
{% data reusables.copilot.copilot-chat-models-list %}
311+
{% data reusables.copilot.copilot-chat-models-list-o1-preview %}
312312

313313
### Changing your AI model
314314

data/reusables/copilot/copilot-chat-models-list.md renamed to data/reusables/copilot/copilot-chat-models-list-o1-preview.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The following models are currently available through multi-model {% data variabl
55
* **o1-preview:** 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-preview is hosted on Azure.
66
* **o1-mini:** This is the faster version of the `o1-preview` model, balancing the use of complex reasoning with the need for faster responses. It is best suited for code generation and small context operations. You can make 50 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-mini is hosted on Azure.
77

8+
> [!NOTE]
9+
> Support for the `o1` model, replacing `o1-preview`, is coming soon to {% data variables.product.prodname_vs %}.
10+
811
For more information about the o1 models, see [Models](https://platform.openai.com/docs/models/models) in the OpenAI Platform documentation.
912

1013
For more information about the {% data variables.copilot.copilot_claude_sonnet %} model from Anthropic, see "[AUTOTITLE](/copilot/using-github-copilot/using-claude-sonnet-in-github-copilot)."
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
The following models are currently available through multi-model {% data variables.product.prodname_copilot_chat_short %}:
2+
3+
* **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.
4+
* **{% data variables.copilot.copilot_claude_sonnet %}:** 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.
5+
* **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.
6+
* **o1-mini:** This is the faster version of the `o1` model, balancing the use of complex reasoning with the need for faster responses. It is best suited for code generation and small context operations. You can make 50 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-mini is hosted on Azure.
7+
8+
For more information about the o1 models, see [Models](https://platform.openai.com/docs/models/models) in the OpenAI Platform documentation.
9+
10+
For more information about the {% data variables.copilot.copilot_claude_sonnet %} model from Anthropic, see "[AUTOTITLE](/copilot/using-github-copilot/using-claude-sonnet-in-github-copilot)."

0 commit comments

Comments
 (0)