You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-policies-and-features-for-copilot-in-your-enterprise.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -78,14 +78,17 @@ Some features of {% data variables.product.prodname_copilot_short %} are availab
78
78
### {% data variables.product.prodname_copilot_short %} access to alternative AI models
79
79
80
80
> [!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 %}.
81
83
82
84
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:
83
85
84
86
***{% data variables.copilot.copilot_claude_sonnet %}**. See [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-sonnet-in-github-copilot).
85
87
***{% 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:**
87
89
***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 %}
89
92
90
93
### {% data variables.product.prodname_copilot_short %} Metrics API access
Copy file name to clipboardexpand all lines: content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-access-to-github-copilot-in-your-organization/granting-access-to-copilot-for-members-of-your-organization.md
+5-15
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,9 @@ Billing for {% data variables.product.prodname_copilot %} starts when you grant
28
28
{% data reusables.profile.org_settings %}
29
29
{% data reusables.copilot.access-settings %}
30
30
1. If the **Allow this organization to assign seats** button is displayed, click this button.
31
-
1. If you see the message "Configure code policies to start adding seats":
32
-
1. Click **Go to policies**.
33
-
1. Set any policies that are currently set to "Unconfigured".
34
-
1. In the left sidebar, click **Access**.
35
-
1. Under {% ifversion ghec %}"{% data variables.product.prodname_copilot_enterprise_short %} is active in your organization" or {% endif %}"{% data variables.product.prodname_copilot_business_short %} is active in your organization," to enable {% data variables.product.prodname_copilot %} for all current and future users in your organization, select **Enabled For: All members of the organization**.
36
-
1. In the "Confirm seats purchase" dialog, to confirm that you want to enable {% data variables.product.prodname_copilot %} for all current and future users in your organization, click **Purchase seats**.
31
+
1. Click **Start adding seats**.
32
+
1. To enable {% data variables.product.prodname_copilot %} for all current and future users in your organization, select **Purchase for all members**.
33
+
1. In the "Confirm seats purchase for all members" dialog, to confirm that you want to enable {% data variables.product.prodname_copilot %} for all current and future users in your organization, click **Purchase seats**.
37
34
38
35
## Granting access to {% data variables.product.prodname_copilot %} for specific users in your organization
39
36
@@ -47,15 +44,8 @@ Billing for {% data variables.product.prodname_copilot %} starts when you grant
47
44
{% data reusables.profile.org_settings %}
48
45
{% data reusables.copilot.access-settings %}
49
46
1. If the **Allow this organization to assign seats** button is displayed, click this button.
50
-
1. If you see the message "Configure code policies to start adding seats":
51
-
1. Click **Go to policies**.
52
-
1. Set any policies that are currently set to "Unconfigured".
53
-
1. In the left sidebar, click **Access**.
54
-
1. Under {% ifversion ghec %}"{% data variables.product.prodname_copilot_enterprise_short %} is active in your organization" or {% endif %}"{% data variables.product.prodname_copilot_business_short %} is active in your organization," to enable {% data variables.product.prodname_copilot %} for selected teams or users in your organization, select **Enabled For: Selected members**.
55
-
1. If you are updating user access from the **Enabled For: All members of the organization** setting, in the "Confirm policy update" dialog, select how you want to start assigning access.
56
-
* To unassign all members and then select those who should have access, select **Start from scratch**.
57
-
* To keep all members who currently have access and then select those who should not have access, select **Renew seats**.
58
-
1. Click **Assign {% data variables.product.prodname_copilot_short %} seats**.
47
+
1. Click **Start adding seats**.
48
+
1. To enable {% data variables.product.prodname_copilot %} for selected teams or users in your organization, select **Purchase for selected members**.
59
49
1. In the "Enable Copilot access for users and teams" dialog, click one of the two tabs.
60
50
61
51

Copy file name to clipboardexpand all lines: content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md
+15-10
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,16 @@ Changing the model that's used by {% data variables.product.prodname_copilot_cha
19
19
{% webui %}
20
20
21
21
> [!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 %}
23
24
> * 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.
24
25
25
26
## AI models for {% data variables.product.prodname_copilot_chat_short %}
26
27
27
28
The following models are currently available in the immersive mode of {% data variables.product.prodname_copilot_chat_short %}:
28
29
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 %}
30
32
* {% data reusables.copilot.model-description-claude-sonnet-37 %}
31
33
* {% data reusables.copilot.model-description-claude-sonnet-35 %}
32
34
* {% data reusables.copilot.model-description-gemini-flash %}
@@ -35,7 +37,7 @@ The following models are currently available in the immersive mode of {% data va
35
37
36
38
For more information about these models, see:
37
39
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.
39
41
***Anthropic's {% data variables.copilot.copilot_claude_sonnet %} models**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-sonnet-in-github-copilot).
40
42
***Google's {% data variables.copilot.copilot_gemini_flash %} model**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-gemini-flash-in-github-copilot).
41
43
@@ -48,7 +50,7 @@ For more information about these models, see:
48
50
49
51
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.
50
52
51
-
{% data reusables.copilot.model-picker-enable-o1-models %}
53
+
{% data reusables.copilot.model-picker-enable-alternative-models %}
52
54
53
55
> [!NOTE] If you use {% data variables.product.prodname_copilot_extensions_short %}, they may override the model you select.
54
56
@@ -62,13 +64,16 @@ These instructions are for {% data variables.product.prodname_copilot_short %} o
62
64
63
65
{% vscode %}
64
66
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 %}
66
70
67
71
## AI models for {% data variables.product.prodname_copilot_chat_short %}
68
72
69
73
The following models are currently available through multi-model {% data variables.product.prodname_copilot_chat_short %}:
70
74
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 %}
72
77
* {% data reusables.copilot.model-description-claude-sonnet-37 %}
73
78
* {% data reusables.copilot.model-description-claude-sonnet-35 %}
74
79
* {% data reusables.copilot.model-description-gemini-flash %}
@@ -77,15 +82,15 @@ The following models are currently available through multi-model {% data variabl
77
82
78
83
For more information about these models, see:
79
84
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.
81
86
***Anthropic's {% data variables.copilot.copilot_claude_sonnet %} models**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-sonnet-in-github-copilot).
82
87
***Google's {% data variables.copilot.copilot_gemini_flash %} model**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-gemini-flash-in-github-copilot).
83
88
84
89
## Changing your AI model
85
90
86
91
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.
87
92
88
-
{% data reusables.copilot.model-picker-enable-o1-models %}
93
+
{% data reusables.copilot.model-picker-enable-alternative-models %}
89
94
90
95
{% data reusables.copilot.chat-model-limitations-ide %}
91
96
@@ -110,7 +115,7 @@ The following models are currently available through multi-model {% data variabl
110
115
111
116
For more information about these models, see:
112
117
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.
114
119
***Anthropic's {% data variables.copilot.copilot_claude_sonnet %} models**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-sonnet-in-github-copilot).
115
120
116
121
## 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
119
124
120
125
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/).
121
126
122
-
{% data reusables.copilot.model-picker-enable-o1-models %}
127
+
{% data reusables.copilot.model-picker-enable-alternative-models %}
123
128
124
129
{% data reusables.copilot.chat-model-limitations-ide %}
**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.
**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.
**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