Skip to content

Commit bf60e5c

Browse files
dihydroJenoxideCopilotnhu-do
authored
Tented 0013 (#58700)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Nhu Do <nhu-do@github.com>
1 parent 0de59c2 commit bf60e5c

File tree

7 files changed

+29
-1
lines changed

7 files changed

+29
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ category:
1717

1818
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 on your behalf.
1919

20-
{% data variables.copilot.copilot_auto_model_selection %} is currently optimized for model availability, choosing from a list of models that may change over time. It currently 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 your subscription type.
20+
{% data variables.copilot.copilot_auto_model_selection %} is currently optimized for model availability, choosing from a list of models that may change over time. It currently chooses from {% data variables.copilot.copilot_gpt_41 %}, {% data variables.copilot.copilot_gpt_5_mini %}, {% data variables.copilot.copilot_gpt_51_codex_max %}, {% data variables.copilot.copilot_claude_haiku_45 %}, {% data variables.copilot.copilot_claude_sonnet_45 %}, and {% data variables.copilot.copilot_gemini_3_pro %}, based on your subscription type.
2121

2222
With {% data variables.copilot.copilot_auto_model_selection %}, you benefit from:
2323
* Reduced chances of rate limiting

content/copilot/reference/ai-models/model-hosting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Used for:
2727
* {% data variables.copilot.copilot_gpt_51 %}
2828
* {% data variables.copilot.copilot_gpt_51_codex %}
2929
* {% data variables.copilot.copilot_gpt_51_codex_mini %}
30+
* {% data variables.copilot.copilot_gpt_51_codex_max %}
3031

3132
These models are hosted by OpenAI and {% data variables.product.github %}'s Azure infrastructure.
3233

data/tables/copilot/model-multipliers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
multiplier_paid: 0.33
7070
multiplier_free: Not applicable
7171

72+
- name: GPT-5.1-Codex-Max
73+
multiplier_paid: 1.0
74+
multiplier_free: Not applicable
75+
7276
- name: Grok Code Fast 1
7377
multiplier_paid: 0.25
7478
multiplier_free: Not applicable

data/tables/copilot/model-release-status.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@
6767
ask_mode: true
6868
edit_mode: true
6969

70+
- name: 'GPT-5.1-Codex-Max'
71+
provider: 'OpenAI'
72+
release_status: 'Public preview'
73+
agent_mode: true
74+
ask_mode: true
75+
edit_mode: true
76+
7077
# Anthropic models
7178
- name: 'Claude Haiku 4.5'
7279
provider: 'Anthropic'

data/tables/copilot/model-supported-clients.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@
125125
xcode: true
126126
jetbrains: true
127127

128+
- name: GPT-5.1-Codex-Max
129+
dotcom: true
130+
vscode: true
131+
vs: false
132+
eclipse: false
133+
xcode: false
134+
jetbrains: false
135+
128136
- name: Grok Code Fast 1
129137
dotcom: true
130138
vscode: true

data/tables/copilot/model-supported-plans.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@
110110
business: true
111111
enterprise: true
112112

113+
- name: GPT-5.1-Codex-Max
114+
free: false
115+
pro: true
116+
pro_plus: true
117+
business: true
118+
enterprise: true
119+
113120
- name: Grok Code Fast 1
114121
free: false
115122
pro: true

data/variables/copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ copilot_gpt_5_mini: 'GPT-5 mini'
158158
copilot_gpt_51: 'GPT-5.1'
159159
copilot_gpt_51_codex: 'GPT-5.1-Codex'
160160
copilot_gpt_51_codex_mini: 'GPT-5.1-Codex-Mini'
161+
copilot_gpt_51_codex_max: 'GPT-5.1-Codex-Max'
161162
# OpenAI 'o' series:
162163
copilot_o3: 'o3'
163164
copilot_o4_mini: 'o4-mini'

0 commit comments

Comments
 (0)