Skip to content

Commit c59eb85

Browse files
authored
Merge pull request #43907 from github/repo-sync
Repo sync
2 parents a18c698 + 7f14f7d commit c59eb85

File tree

7 files changed

+31
-0
lines changed

7 files changed

+31
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Used for:
2525
* {% data variables.copilot.copilot_gpt_53_codex %}
2626
* {% data variables.copilot.copilot_gpt_54 %}
2727
* {% data variables.copilot.copilot_gpt_54_mini %}
28+
* {% data variables.copilot.copilot_gpt_54_nano %}
2829

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
* {% data variables.copilot.copilot_gpt_52_codex %}
22
* {% data variables.copilot.copilot_gpt_53_codex %}
33
* {% data variables.copilot.copilot_gpt_54 %}
4+
* {% data variables.copilot.copilot_gpt_54_nano %}

data/tables/copilot/model-multipliers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@
8585
multiplier_paid: 0.33
8686
multiplier_free: Not applicable
8787

88+
- name: GPT-5.4 nano
89+
multiplier_paid: 0.25
90+
multiplier_free: Not applicable
91+
8892
- name: Grok Code Fast 1
8993
multiplier_paid: 0.25
9094
multiplier_free: 1

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.4 nano'
71+
provider: 'OpenAI'
72+
release_status: 'GA'
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,15 @@
176176
xcode: true
177177
jetbrains: true
178178

179+
- name: GPT-5.4 nano
180+
dotcom: false
181+
cli: false
182+
vscode: false
183+
vs: false
184+
eclipse: false
185+
xcode: false
186+
jetbrains: false
187+
179188
- name: Grok Code Fast 1
180189
dotcom: true
181190
cli: false

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,14 @@
157157
business: true
158158
enterprise: true
159159

160+
- name: GPT-5.4 nano
161+
free: false
162+
student: true
163+
pro: true
164+
pro_plus: true
165+
business: true
166+
enterprise: true
167+
160168
- name: Grok Code Fast 1
161169
free: true
162170
student: true

data/variables/copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ copilot_gpt_52_codex: 'GPT-5.2-Codex'
175175
copilot_gpt_53_codex: 'GPT-5.3-Codex'
176176
copilot_gpt_54: 'GPT-5.4'
177177
copilot_gpt_54_mini: 'GPT-5.4 mini'
178+
copilot_gpt_54_nano: 'GPT-5.4 nano'
178179
# OpenAI 'o' series:
179180
copilot_o3: 'o3'
180181
copilot_o4_mini: 'o4-mini'

0 commit comments

Comments
 (0)