From 7f14f7d16900bd2998fb6c8a8d01f90a53343724 Mon Sep 17 00:00:00 2001 From: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com> Date: Tue, 21 Apr 2026 09:27:53 -0700 Subject: [PATCH] GPT-5.4-nano on VS Code Codex extension (#60804) --- content/copilot/reference/ai-models/model-hosting.md | 1 + data/reusables/copilot/openai-codex-agent-models.md | 1 + data/tables/copilot/model-multipliers.yml | 4 ++++ data/tables/copilot/model-release-status.yml | 7 +++++++ data/tables/copilot/model-supported-clients.yml | 9 +++++++++ data/tables/copilot/model-supported-plans.yml | 8 ++++++++ data/variables/copilot.yml | 1 + 7 files changed, 31 insertions(+) diff --git a/content/copilot/reference/ai-models/model-hosting.md b/content/copilot/reference/ai-models/model-hosting.md index ed9d8835654c..ddfefd63b928 100644 --- a/content/copilot/reference/ai-models/model-hosting.md +++ b/content/copilot/reference/ai-models/model-hosting.md @@ -25,6 +25,7 @@ Used for: * {% data variables.copilot.copilot_gpt_53_codex %} * {% data variables.copilot.copilot_gpt_54 %} * {% data variables.copilot.copilot_gpt_54_mini %} +* {% data variables.copilot.copilot_gpt_54_nano %} These models are hosted by OpenAI and {% data variables.product.github %}'s Azure infrastructure. diff --git a/data/reusables/copilot/openai-codex-agent-models.md b/data/reusables/copilot/openai-codex-agent-models.md index 4300434f86fe..641914462714 100644 --- a/data/reusables/copilot/openai-codex-agent-models.md +++ b/data/reusables/copilot/openai-codex-agent-models.md @@ -1,3 +1,4 @@ * {% data variables.copilot.copilot_gpt_52_codex %} * {% data variables.copilot.copilot_gpt_53_codex %} * {% data variables.copilot.copilot_gpt_54 %} +* {% data variables.copilot.copilot_gpt_54_nano %} diff --git a/data/tables/copilot/model-multipliers.yml b/data/tables/copilot/model-multipliers.yml index 0c833be0d54d..403102ef1188 100644 --- a/data/tables/copilot/model-multipliers.yml +++ b/data/tables/copilot/model-multipliers.yml @@ -85,6 +85,10 @@ multiplier_paid: 0.33 multiplier_free: Not applicable +- name: GPT-5.4 nano + multiplier_paid: 0.25 + multiplier_free: Not applicable + - name: Grok Code Fast 1 multiplier_paid: 0.25 multiplier_free: 1 diff --git a/data/tables/copilot/model-release-status.yml b/data/tables/copilot/model-release-status.yml index 9777d57224b8..51891c307f3f 100644 --- a/data/tables/copilot/model-release-status.yml +++ b/data/tables/copilot/model-release-status.yml @@ -67,6 +67,13 @@ ask_mode: true edit_mode: true +- name: 'GPT-5.4 nano' + provider: 'OpenAI' + release_status: 'GA' + agent_mode: true + ask_mode: true + edit_mode: true + # Anthropic models - name: 'Claude Haiku 4.5' provider: 'Anthropic' diff --git a/data/tables/copilot/model-supported-clients.yml b/data/tables/copilot/model-supported-clients.yml index bf16d623fbd9..32a6c0f50631 100644 --- a/data/tables/copilot/model-supported-clients.yml +++ b/data/tables/copilot/model-supported-clients.yml @@ -176,6 +176,15 @@ xcode: true jetbrains: true +- name: GPT-5.4 nano + dotcom: false + cli: false + vscode: false + vs: false + eclipse: false + xcode: false + jetbrains: false + - name: Grok Code Fast 1 dotcom: true cli: false diff --git a/data/tables/copilot/model-supported-plans.yml b/data/tables/copilot/model-supported-plans.yml index 4202222a8717..9a5d72b62d34 100644 --- a/data/tables/copilot/model-supported-plans.yml +++ b/data/tables/copilot/model-supported-plans.yml @@ -157,6 +157,14 @@ business: true enterprise: true +- name: GPT-5.4 nano + free: false + student: true + pro: true + pro_plus: true + business: true + enterprise: true + - name: Grok Code Fast 1 free: true student: true diff --git a/data/variables/copilot.yml b/data/variables/copilot.yml index 169918dd50fc..d51dcb12497a 100644 --- a/data/variables/copilot.yml +++ b/data/variables/copilot.yml @@ -175,6 +175,7 @@ copilot_gpt_52_codex: 'GPT-5.2-Codex' copilot_gpt_53_codex: 'GPT-5.3-Codex' copilot_gpt_54: 'GPT-5.4' copilot_gpt_54_mini: 'GPT-5.4 mini' +copilot_gpt_54_nano: 'GPT-5.4 nano' # OpenAI 'o' series: copilot_o3: 'o3' copilot_o4_mini: 'o4-mini'