Skip to content

Commit 93a379f

Browse files
authored
Merge pull request #41221 from github/repo-sync
Repo sync
2 parents e783da1 + e7978e7 commit 93a379f

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

content/copilot/concepts/auto-model-selection.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'About {% data variables.product.prodname_copilot_short %} auto model sel
33
allowTitleToDifferFromFilename: true
44
shortTitle: 'Auto model selection'
55
intro: 'Optimize {% data variables.copilot.copilot_chat_short %} in {% data variables.product.prodname_vscode_shortname %} without needing to select a model'
6-
product: '{% data variables.copilot.copilot_auto_model_selection_short_cap_a %} is available in {% data variables.product.prodname_vscode_shortname %} with all {% data variables.product.prodname_copilot %} plans.'
6+
product: '{% data variables.copilot.copilot_auto_model_selection_short_cap_a %} is in {% data variables.release-phases.public_preview %} in {% data variables.product.prodname_vscode_shortname %} and in {% data variables.product.prodname_vs %} with all {% data variables.product.prodname_copilot %} plans.'
77
topics:
88
- Copilot
99
versions:
@@ -13,13 +13,11 @@ category:
1313
- Learn about Copilot
1414
---
1515

16-
> [!NOTE] {% data variables.copilot.copilot_auto_model_selection %} rolls out to {% data variables.product.prodname_vscode_shortname %} starting in September 2025.
17-
1816
## Overview
1917

2018
Experience less rate limiting and reduce the mental load of choosing a model by letting {% data variables.copilot.copilot_auto_model_selection %} automatically choose the best available model.
2119

22-
In {% data variables.product.prodname_vscode_shortname %}, {% data variables.copilot.copilot_auto_model_selection %} chooses from {% data variables.copilot.copilot_gpt_41 %}, {% data variables.copilot.copilot_gpt_5_mini %}, {% data variables.copilot.copilot_gpt_5 %}, {% data variables.copilot.copilot_claude_haiku_45 %}, and {% data variables.copilot.copilot_claude_sonnet_45 %}, based on availability and to help reduce rate limiting. Included models may change over time.
20+
In {% data variables.product.prodname_vscode_shortname %} and {% data variables.product.prodname_vs %}, {% data variables.copilot.copilot_auto_model_selection %} chooses from {% data variables.copilot.copilot_gpt_41 %}, {% data variables.copilot.copilot_gpt_5_mini %}, {% data variables.copilot.copilot_gpt_5 %}, {% data variables.copilot.copilot_claude_haiku_45 %}, and {% data variables.copilot.copilot_claude_sonnet_45 %}, based on availability and to help reduce rate limiting. Included models may change over time.
2321

2422
Automatically selected models **won't** include these models:
2523
* Models with premium request multipliers greater than one. See [AUTOTITLE](/copilot/reference/ai-models/supported-models#model-multipliers).

content/copilot/how-tos/use-ai-models/change-the-chat-model.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ To view the available models per client, see [AUTOTITLE](/copilot/using-github-c
2323
2424
{% data variables.product.prodname_copilot_short %} allows you to change the model during a chat and have the alternative model used to generate responses to your prompts.
2525

26+
{% data reusables.copilot.model-picker-enable-alternative-models %}
27+
2628
Changing the model used by {% data variables.copilot.copilot_chat_short %} does not affect the model used for {% data variables.product.prodname_copilot_short %} code completion. See [AUTOTITLE](/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-code-completion).
2729

2830
{% webui %}
@@ -38,6 +40,8 @@ Experimental pre-release versions of the models may not interact with all filter
3840

3941
These instructions are for {% data variables.product.prodname_copilot_short %} on the {% data variables.product.github %} website. For instructions on different clients, click the appropriate tab at the top of this page.
4042

43+
> [!NOTE] If you use {% data variables.copilot.copilot_extensions_short %}, they may override the model you select.
44+
4145
{% data reusables.copilot.model-picker-enable-alternative-models %}
4246

4347
1. In the top right of any page on {% data variables.product.github %}, click the **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %}** icon.
@@ -56,13 +60,13 @@ These instructions are for {% data variables.product.prodname_copilot_short %} o
5660

5761
These instructions are for {% data variables.product.prodname_vscode %}. For instructions on different clients, click the appropriate tab at the top of this page.
5862

59-
{% data reusables.copilot.model-picker-enable-alternative-models %}
60-
6163
{% data reusables.copilot.chat-model-limitations-ide %}
6264

6365
{% data reusables.copilot.open-chat-vs-code %}
6466
1. At the bottom of the chat view, select the **CURRENT-MODEL** {% octicon "chevron-down" aria-hidden="true" aria-label="chevron-down" %} dropdown menu, then click the AI model of your choice.
6567

68+
{% data reusables.copilot.auto-model-option %}
69+
6670
## Adding more models
6771

6872
You can expand the model options that are available to power {% data variables.copilot.copilot_chat_short %}. You can add models from:
@@ -115,13 +119,13 @@ These instructions are for {% data variables.product.prodname_vs %}. For instruc
115119

116120
To use multi-model {% data variables.copilot.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/).
117121

118-
{% data reusables.copilot.model-picker-enable-alternative-models %}
119-
120122
{% data reusables.copilot.chat-model-limitations-ide %}
121123

122124
1. In the {% data variables.product.prodname_vs %} menu bar, click **View**, then click **{% data variables.copilot.copilot_chat %}**.
123125
1. In the bottom right of the chat view, select the **CURRENT-MODEL** {% octicon "triangle-down" aria-hidden="true" aria-label="triangle-down" %} dropdown menu, then click the AI model of your choice.
124126

127+
{% data reusables.copilot.auto-model-option %}
128+
125129
{% endvisualstudio %}
126130

127131
{% jetbrains %}
@@ -130,8 +134,6 @@ To use multi-model {% data variables.copilot.copilot_chat_short %}, you must use
130134

131135
These instructions are for the JetBrains IDEs. For instructions on different clients, click the appropriate tab at the top of this page.
132136

133-
{% data reusables.copilot.model-picker-enable-alternative-models %}
134-
135137
{% data reusables.copilot.chat-model-limitations-ide %}
136138

137139
1. Click the **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %}** icon in the status bar.
@@ -146,8 +148,6 @@ These instructions are for the JetBrains IDEs. For instructions on different cli
146148

147149
These instructions are for the Eclipse IDE. For instructions on different clients, click the appropriate tab at the top of this page.
148150

149-
{% data reusables.copilot.model-picker-enable-alternative-models %}
150-
151151
{% data reusables.copilot.chat-model-limitations-ide %}
152152

153153
1. Click the **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %}** icon in the status bar.
@@ -164,8 +164,6 @@ These instructions are for Xcode. For instructions on different clients, click t
164164

165165
To use multi-model {% data variables.copilot.copilot_chat_short %}, you must install the {% data variables.product.prodname_copilot %} for Xcode extension. See [AUTOTITLE](/copilot/configuring-github-copilot/installing-the-github-copilot-extension-in-your-environment).
166166

167-
{% data reusables.copilot.model-picker-enable-alternative-models %}
168-
169167
{% data reusables.copilot.chat-model-limitations-ide %}
170168

171169
1. To open the chat view, click **Editor** in the menu bar, then click **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} {% data variables.product.prodname_copilot_short %}** then **Open Chat**. {% data variables.copilot.copilot_chat_short %} opens in a new window.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
If you select **Auto**, {% data variables.copilot.copilot_auto_model_selection %} will select the best model based on availability and avoiding rate limiting. See [AUTOTITLE](/copilot/concepts/auto-model-selection).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
When you use {% data variables.copilot.copilot_chat_short %} in {% data variables.product.prodname_vscode_shortname %}, it automatically selects the best model for you based on availability. You can manually choose a different model to override this selection. See [AUTOTITLE](/copilot/concepts/auto-model-selection) and [AUTOTITLE](/copilot/how-tos/use-ai-models/change-the-chat-model?tool=vscode).
1+
When you use {% data variables.copilot.copilot_chat_short %} in {% data variables.product.prodname_vscode_shortname %} or {% data variables.product.prodname_vs %}, **Auto** will automatically select the best model for you based on availability. You can manually choose a different model to override this selection. See [AUTOTITLE](/copilot/concepts/auto-model-selection) and [AUTOTITLE](/copilot/how-tos/use-ai-models/change-the-chat-model?tool=vscode).

0 commit comments

Comments
 (0)