Skip to content

Commit 6fab6b4

Browse files
tented-model-022 (#60260)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dihydroJenoxide <97056108+dihydroJenoxide@users.noreply.github.com>
1 parent 6f032bb commit 6fab6b4

File tree

8 files changed

+40
-1
lines changed

8 files changed

+40
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Used for:
2828
* {% data variables.copilot.copilot_gpt_52_codex %}
2929
* {% data variables.copilot.copilot_gpt_53_codex %}
3030
* {% data variables.copilot.copilot_gpt_54 %}
31+
* {% data variables.copilot.copilot_gpt_54_mini %}
3132

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

content/copilot/reference/ai-models/supported-models.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@ The following table shows which AI models are available in each {% data variable
9090

9191
## Model multipliers
9292

93-
{% data reusables.copilot.sonnet-46-model-multiplier-note %}
93+
> [!NOTE]
94+
> The multiplier for these models are subject to change.
95+
>
96+
> * {% data variables.copilot.copilot_claude_sonnet_46 %}
97+
> * {% data variables.copilot.copilot_gpt_54_mini %}
9498
9599
Each model has a premium request multiplier, based on its complexity and resource usage. If you are on a paid {% data variables.product.prodname_copilot_short %} plan, your premium request allowance is deducted according to this multiplier.
96100

data/tables/copilot/model-comparison.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
- name: GPT-5.4
5656
task_area: Deep reasoning and debugging
5757
excels_at: Multi-step problem solving and architecture-level code analysis
58+
further_reading: '[GPT-5.4 model card](https://deploymentsafety.openai.com/gpt-5-4-thinking/introduction)'
59+
60+
- name: GPT-5.4 mini
61+
task_area: Agentic software development
62+
excels_at: Codebase exploration and is especially effective when using grep-style tools
5863
further_reading: 'Not available'
5964

6065
# Anthropic

data/tables/copilot/model-multipliers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@
9797
multiplier_paid: 1.0
9898
multiplier_free: Not applicable
9999

100+
- name: GPT-5.4 mini
101+
multiplier_paid: 0.33
102+
multiplier_free: Not applicable
103+
100104
- name: Grok Code Fast 1
101105
multiplier_paid: 0.25
102106
multiplier_free: 1

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@
8888
ask_mode: true
8989
edit_mode: true
9090

91+
- name: 'GPT-5.4 mini'
92+
provider: 'OpenAI'
93+
release_status: 'GA'
94+
agent_mode: true
95+
ask_mode: true
96+
edit_mode: true
97+
9198
# Anthropic models
9299
- name: 'Claude Haiku 4.5'
93100
provider: 'Anthropic'

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,15 @@
203203
xcode: true
204204
jetbrains: true
205205

206+
- name: GPT-5.4 mini
207+
dotcom: true
208+
cli: true
209+
vscode: true
210+
vs: true
211+
eclipse: true
212+
xcode: true
213+
jetbrains: true
214+
206215
- name: Grok Code Fast 1
207216
dotcom: true
208217
cli: false

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,14 @@
181181
business: true
182182
enterprise: true
183183

184+
- name: GPT-5.4 mini
185+
free: false
186+
student: false
187+
pro: true
188+
pro_plus: true
189+
business: true
190+
enterprise: true
191+
184192
- name: Grok Code Fast 1
185193
free: true
186194
student: true

data/variables/copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ copilot_gpt_52: 'GPT-5.2'
176176
copilot_gpt_52_codex: 'GPT-5.2-Codex'
177177
copilot_gpt_53_codex: 'GPT-5.3-Codex'
178178
copilot_gpt_54: 'GPT-5.4'
179+
copilot_gpt_54_mini: 'GPT-5.4 mini'
179180
# OpenAI 'o' series:
180181
copilot_o3: 'o3'
181182
copilot_o4_mini: 'o4-mini'

0 commit comments

Comments
 (0)