Skip to content

Commit 8161648

Browse files
Update models available for Auto (#61090)
Co-authored-by: Jenni C <97056108+dihydroJenoxide@users.noreply.github.com>
1 parent 1fedad4 commit 8161648

4 files changed

Lines changed: 10 additions & 15 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Experience less rate limiting and reduce the mental load of choosing a model by
2727

2828
> [!NOTE] Soon {% data variables.copilot.copilot_auto_model_selection %} will choose the best model for you based on your task.
2929
30+
### Multiplier discounts
31+
32+
{% data reusables.copilot.auto-model-multiplier-discount %} See [AUTOTITLE](/copilot/concepts/billing/copilot-requests#model-multipliers).
33+
3034
## {% data variables.copilot.copilot_auto_model_selection_short_cap_a %} in {% data variables.copilot.copilot_chat_short %}
3135

3236
{% data variables.copilot.copilot_auto_model_selection_short_cap_a %} is generally available in the following IDEs:
@@ -44,10 +48,6 @@ When you select **Auto** in {% data variables.copilot.copilot_chat_short %} in I
4448
4549
{% data reusables.copilot.change-the-ai-model %}
4650

47-
### Multiplier discounts
48-
49-
{% data reusables.copilot.auto-model-multiplier-discount %} See [AUTOTITLE](/copilot/concepts/billing/copilot-requests#model-multipliers).
50-
5151
### Enabling access during {% data variables.release-phases.public_preview %}
5252

5353
During the {% data variables.release-phases.public_preview %}, if you're using a {% data variables.copilot.copilot_business_short %} or {% data variables.copilot.copilot_enterprise_short %} plan, the organization or enterprise that provides your plan must have the **Editor preview features** policy enabled. See [AUTOTITLE](/enterprise-cloud@latest/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization#enabling-copilot-features-in-your-organization) or [AUTOTITLE](/enterprise-cloud@latest/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-policies-and-features-for-copilot-in-your-enterprise#copilot-in-githubcom).

content/copilot/concepts/billing/copilot-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The available models vary depending on your {% data variables.product.prodname_c
9999
> [!NOTE]
100100
> * The models included with {% data variables.product.prodname_copilot_short %} plans are subject to change.
101101
> * Model multipliers and costs are subject to change.
102-
> * Discounted multipliers are available for using {% data variables.copilot.copilot_auto_model_selection %} in {% data variables.copilot.copilot_chat_short %} in {% data variables.product.prodname_vscode_shortname %}. See [AUTOTITLE](/copilot/concepts/auto-model-selection).
102+
> * Discounted multipliers are available for using {% data variables.copilot.copilot_auto_model_selection %}. See [AUTOTITLE](/copilot/concepts/auto-model-selection).
103103
> * {% data reusables.copilot.auto-model-multiplier-discount %} For example, Sonnet 4 would be billed at .9x rather than 1x when using {% data variables.copilot.copilot_auto_model_selection_short %}.
104104
> * Discounted multipliers are not available for {% data variables.copilot.copilot_free_short %}.
105105
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
If you are on a paid {% data variables.product.prodname_copilot_short %} plan and use {% data variables.copilot.copilot_auto_model_selection_short %}, models qualify for a 10% multiplier discount.
1+
If you are on a paid {% data variables.product.prodname_copilot_short %} plan and use {% data variables.copilot.copilot_auto_model_selection_short %} in {% data variables.copilot.copilot_chat_short %}, {% data variables.copilot.copilot_cli_short %}, or {% data variables.copilot.copilot_cloud_agent %}, models qualify for a 10% multiplier discount.

data/tables/copilot/auto-model-selection.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525

2626
- name: GPT-5 mini
2727
cloud_agent: false
28-
chat: false
28+
chat: true
2929
cli: true
3030

3131
- name: GPT-5.3-Codex
32-
cloud_agent: false
32+
cloud_agent: true
3333
chat: true
3434
cli: true
3535

3636
- name: GPT-5.4
37-
cloud_agent: false
37+
cloud_agent: true
3838
chat: true
3939
cli: true
4040

@@ -49,13 +49,8 @@
4949
chat: true
5050
cli: true
5151

52-
- name: Claude Sonnet 4.5
53-
cloud_agent: true
54-
chat: false
55-
cli: false
56-
5752
- name: Claude Sonnet 4.6
58-
cloud_agent: false
53+
cloud_agent: true
5954
chat: true
6055
cli: true
6156

0 commit comments

Comments
 (0)