Skip to content

Commit 783d689

Browse files
authored
Orion tented release (#54602)
1 parent 785c35d commit 783d689

File tree

6 files changed

+23
-14
lines changed

6 files changed

+23
-14
lines changed

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

+5-2
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,17 @@ Some features of {% data variables.product.prodname_copilot_short %} are availab
7878
### {% data variables.product.prodname_copilot_short %} access to alternative AI models
7979

8080
> [!NOTE] The following models are currently in {% data variables.release-phases.public_preview %} as AI models for {% data variables.product.prodname_copilot %}, and are subject to change. The [AUTOTITLE](/free-pro-team@latest/site-policy/github-terms/github-pre-release-license-terms) apply to your use of these products.
81+
>
82+
> Support for GPT-4.5 is only available on {% data variables.product.prodname_copilot_enterprise_short %}.
8183
8284
By default, {% data variables.product.prodname_copilot_chat_short %} uses the GPT-4o model. If you grant access to the alternative models, members of your enterprise can choose to use these models rather than the default GPT-4o model. The available alternative models are:
8385

8486
* **{% data variables.copilot.copilot_claude_sonnet %}**. See [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-sonnet-in-github-copilot).
8587
* **{% data variables.copilot.copilot_gemini_flash %}**. See [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-gemini-flash-in-github-copilot).
86-
* **OpenAI's o1 and o3 models**
88+
* **OpenAI's models:**
8789
* **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. Each member of your enterprise can make 10 requests to this model per day.
88-
* **o3-mini**: This 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. Each member of your enterprise can make 50 requests to this model every 12 hours.
90+
* **o3-mini**: This 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. Each member of your enterprise can make 50 requests to this model every 12 hours. {% ifversion copilot-enterprise %}
91+
* **GPT-4.5**: This model is designed with advanced capabilities in intuition, writing style, and broad knowledge. It performs effectively with creative prompts and provides reliable responses to obscure knowledge queries. Each member of your enterprise can make 10 requests to this model every 12 hours. {% endif %}
8992

9093
### {% data variables.product.prodname_copilot_short %} Metrics API access
9194

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

+15-10
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@ Changing the model that's used by {% data variables.product.prodname_copilot_cha
1919
{% webui %}
2020

2121
> [!NOTE]
22-
> * Multiple model support in {% data variables.product.prodname_copilot_chat_short %} is in {% data variables.release-phases.public_preview %} and is subject to change.
22+
> * Multiple model support in {% data variables.product.prodname_copilot_chat_short %} is in {% data variables.release-phases.public_preview %} and is subject to change. {% ifversion copilot-enterprise %}
23+
> * Support for GPT-4.5 is only available on {% data variables.product.prodname_copilot_enterprise_short %}. {% endif %}
2324
> * You can only use an alternative AI model in the immersive view of {% data variables.product.prodname_copilot_chat_short %}. This is the full-page version of {% data variables.product.prodname_copilot_chat_short %} that's displayed at [https://github.com/copilot](https://github.com/copilot). The {% data variables.product.prodname_copilot_chat_short %} panel always uses the default model.
2425
2526
## AI models for {% data variables.product.prodname_copilot_chat_short %}
2627

2728
The following models are currently available in the immersive mode of {% data variables.product.prodname_copilot_chat_short %}:
2829

29-
* {% data reusables.copilot.model-description-gpt-4o %}
30+
* {% data reusables.copilot.model-description-gpt-4o %} {% ifversion copilot-enterprise %}
31+
* {% data reusables.copilot.model-description-gpt-4-5 %} {% endif %}
3032
* {% data reusables.copilot.model-description-claude-sonnet-37 %}
3133
* {% data reusables.copilot.model-description-claude-sonnet-35 %}
3234
* {% data reusables.copilot.model-description-gemini-flash %}
@@ -35,7 +37,7 @@ The following models are currently available in the immersive mode of {% data va
3537

3638
For more information about these models, see:
3739

38-
* **OpenAI's GPT-4o, o1, and o3-mini models**: [Models](https://platform.openai.com/docs/models/models) in the OpenAI Platform documentation.
40+
* **OpenAI's GPT-4o,{% ifversion copilot-enterprise %} GPT-4.5,{% endif %} o1, and o3-mini models**: [Models](https://platform.openai.com/docs/models) in the OpenAI Platform documentation.
3941
* **Anthropic's {% data variables.copilot.copilot_claude_sonnet %} models**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-sonnet-in-github-copilot).
4042
* **Google's {% data variables.copilot.copilot_gemini_flash %} model**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-gemini-flash-in-github-copilot).
4143

@@ -48,7 +50,7 @@ For more information about these models, see:
4850

4951
These instructions are for {% data variables.product.prodname_copilot_short %} on the {% data variables.product.github %} website. For {% data variables.product.prodname_vs %} or {% data variables.product.prodname_vscode_shortname %}, click the appropriate tab at the top of this page.
5052

51-
{% data reusables.copilot.model-picker-enable-o1-models %}
53+
{% data reusables.copilot.model-picker-enable-alternative-models %}
5254

5355
> [!NOTE] If you use {% data variables.product.prodname_copilot_extensions_short %}, they may override the model you select.
5456
@@ -62,13 +64,16 @@ These instructions are for {% data variables.product.prodname_copilot_short %} o
6264

6365
{% vscode %}
6466

65-
> [!NOTE] Multiple model support in {% data variables.product.prodname_copilot_chat_short %} is in {% data variables.release-phases.public_preview %} and is subject to change.
67+
> [!NOTE]
68+
> * Multiple model support in {% data variables.product.prodname_copilot_chat_short %} is in {% data variables.release-phases.public_preview %} and is subject to change. {% ifversion copilot-enterprise %}
69+
> * Support for GPT-4.5 is only available on {% data variables.product.prodname_copilot_enterprise_short %}. {% endif %}
6670
6771
## AI models for {% data variables.product.prodname_copilot_chat_short %}
6872

6973
The following models are currently available through multi-model {% data variables.product.prodname_copilot_chat_short %}:
7074

71-
* {% data reusables.copilot.model-description-gpt-4o %}
75+
* {% data reusables.copilot.model-description-gpt-4o %} {% ifversion copilot-enterprise %}
76+
* {% data reusables.copilot.model-description-gpt-4-5 %} {% endif %}
7277
* {% data reusables.copilot.model-description-claude-sonnet-37 %}
7378
* {% data reusables.copilot.model-description-claude-sonnet-35 %}
7479
* {% data reusables.copilot.model-description-gemini-flash %}
@@ -77,15 +82,15 @@ The following models are currently available through multi-model {% data variabl
7782

7883
For more information about these models, see:
7984

80-
* **OpenAI's GPT-4o, o1, and o3-mini models**: [Models](https://platform.openai.com/docs/models/models) in the OpenAI Platform documentation.
85+
* **OpenAI's GPT-4o,{% ifversion copilot-enterprise %} GPT-4.5,{% endif %} o1, and o3-mini models**: [Models](https://platform.openai.com/docs/models) in the OpenAI Platform documentation.
8186
* **Anthropic's {% data variables.copilot.copilot_claude_sonnet %} models**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-sonnet-in-github-copilot).
8287
* **Google's {% data variables.copilot.copilot_gemini_flash %} model**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-gemini-flash-in-github-copilot).
8388

8489
## Changing your AI model
8590

8691
These instructions are for {% data variables.product.prodname_vscode_shortname %}. For {% data variables.product.prodname_vs %} or for {% data variables.product.prodname_copilot_short %} on the {% data variables.product.github %} website, click the appropriate tab at the top of this page.
8792

88-
{% data reusables.copilot.model-picker-enable-o1-models %}
93+
{% data reusables.copilot.model-picker-enable-alternative-models %}
8994

9095
{% data reusables.copilot.chat-model-limitations-ide %}
9196

@@ -110,7 +115,7 @@ The following models are currently available through multi-model {% data variabl
110115

111116
For more information about these models, see:
112117

113-
* **OpenAI's GPT-4o, o1, and o3-mini models**: [Models](https://platform.openai.com/docs/models/models) in the OpenAI Platform documentation.
118+
* **OpenAI's GPT-4o, o1, and o3-mini models**: [Models](https://platform.openai.com/docs/models) in the OpenAI Platform documentation.
114119
* **Anthropic's {% data variables.copilot.copilot_claude_sonnet %} models**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-sonnet-in-github-copilot).
115120

116121
## Changing the AI model for {% data variables.product.prodname_copilot_chat_short %}
@@ -119,7 +124,7 @@ These instructions are for {% data variables.product.prodname_vs %}. For {% data
119124

120125
To use multi-model {% data variables.product.prodname_copilot_chat_short %}, you must use {% data variables.product.prodname_vs %} 2022 version 17.12 or later. See the [{% data variables.product.prodname_vs %} downloads page](https://visualstudio.microsoft.com/downloads/).
121126

122-
{% data reusables.copilot.model-picker-enable-o1-models %}
127+
{% data reusables.copilot.model-picker-enable-alternative-models %}
123128

124129
{% data reusables.copilot.chat-model-limitations-ide %}
125130

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**GPT-4.5:** This model is designed with advanced capabilities in intuition, writing style, and broad knowledge. It performs effectively with creative prompts and provides reliable responses to obscure knowledge queries. Learn more about the [model's capabilities](https://platform.openai.com/docs/models#gpt-4-5) and review the [model card](https://openai.com/index/gpt-4--system-card/). GPT-4.5 is hosted on Azure.
Original file line numberDiff line numberDiff line change
@@ -1 +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.
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
@@ -1 +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.
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.

0 commit comments

Comments
 (0)