Skip to content

Commit a75a912

Browse files
authored
Tented Model 0016 (#59144)
1 parent a120d5a commit a75a912

8 files changed

Lines changed: 35 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Used for:
2929
* {% data variables.copilot.copilot_gpt_51_codex_mini %}
3030
* {% data variables.copilot.copilot_gpt_51_codex_max %}
3131
* {% data variables.copilot.copilot_gpt_52 %}
32+
* {% data variables.copilot.copilot_gpt_52_codex %}
3233

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
* {% data variables.copilot.copilot_claude_opus_45 %}
1+
* {% data variables.copilot.copilot_claude_opus_45 %}
2+
* {% data variables.copilot.copilot_gpt_52_codex %}

data/tables/copilot/model-comparison.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
excels_at: Multi-step problem solving and architecture-level code analysis
5353
further_reading: '[GPT-5.2 model card](https://cdn.openai.com/pdf/3a4153c8-c748-4b71-8e31-aecbde944f8d/oai_5_2_system-card.pdf)'
5454

55+
- name: GPT-5.2-Codex
56+
task_area: Agentic software development
57+
excels_at: Agentic tasks
58+
further_reading: '[GPT-5.2-Codex model card](https://cdn.openai.com/pdf/ac7c37ae-7f4c-4442-b741-2eabdeaf77e0/oai_5_2_Codex.pdf)'
59+
5560
# Anthropic
5661
- name: Claude Haiku 4.5
5762
task_area: Fast help with simple or repetitive tasks

data/tables/copilot/model-multipliers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
multiplier_paid: 1.0
8282
multiplier_free: Not applicable
8383

84+
- name: GPT-5.2-Codex
85+
multiplier_paid: 1.0
86+
multiplier_free: Not applicable
87+
8488
- name: Grok Code Fast 1
8589
multiplier_paid: 0.25
8690
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
@@ -81,6 +81,13 @@
8181
ask_mode: true
8282
edit_mode: true
8383

84+
- name: 'GPT-5.2-Codex'
85+
provider: 'OpenAI'
86+
release_status: 'GA'
87+
agent_mode: true
88+
ask_mode: true
89+
edit_mode: true
90+
8491
# Anthropic models
8592
- name: 'Claude Haiku 4.5'
8693
provider: 'Anthropic'

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,14 @@
149149
xcode: true
150150
jetbrains: true
151151

152+
- name: GPT-5.2-Codex
153+
dotcom: true
154+
vscode: true
155+
vs: false
156+
eclipse: false
157+
xcode: false
158+
jetbrains: false
159+
152160
- name: Grok Code Fast 1
153161
dotcom: true
154162
vscode: true

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@
131131
business: true
132132
enterprise: true
133133

134+
- name: GPT-5.2-Codex
135+
free: false
136+
pro: true
137+
pro_plus: true
138+
business: true
139+
enterprise: true
140+
134141
- name: Grok Code Fast 1
135142
free: false
136143
pro: true

data/variables/copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ copilot_gpt_51_codex: 'GPT-5.1-Codex'
161161
copilot_gpt_51_codex_mini: 'GPT-5.1-Codex-Mini'
162162
copilot_gpt_51_codex_max: 'GPT-5.1-Codex-Max'
163163
copilot_gpt_52: 'GPT-5.2'
164+
copilot_gpt_52_codex: 'GPT-5.2-Codex'
164165
# OpenAI 'o' series:
165166
copilot_o3: 'o3'
166167
copilot_o4_mini: 'o4-mini'

0 commit comments

Comments
 (0)