Skip to content

Commit 7ae9c4e

Browse files
feat: add gpt-5.4 to ChatGPT Plus/Pro (Codex) model catalog (#11876)
1 parent 0892455 commit 7ae9c4e

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

packages/types/src/providers/openai-codex.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,21 @@ export const openAiCodexModels = {
172172
supportsTemperature: false,
173173
description: "GPT-5.1 Codex Mini: Faster version for coding tasks via ChatGPT subscription",
174174
},
175+
"gpt-5.4": {
176+
maxTokens: 128000,
177+
contextWindow: 1_050_000,
178+
includedTools: ["apply_patch"],
179+
excludedTools: ["apply_diff", "write_to_file"],
180+
supportsImages: true,
181+
supportsPromptCache: true,
182+
supportsReasoningEffort: ["none", "low", "medium", "high", "xhigh"],
183+
reasoningEffort: "none",
184+
inputPrice: 0,
185+
outputPrice: 0,
186+
supportsVerbosity: true,
187+
supportsTemperature: false,
188+
description: "GPT-5.4: Most capable model via ChatGPT subscription",
189+
},
175190
"gpt-5.2": {
176191
maxTokens: 128000,
177192
contextWindow: 400000,

0 commit comments

Comments
 (0)