mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
feat: add gpt-5.4 to ChatGPT Plus/Pro (Codex) model catalog (#11876)
This commit is contained in:
parent
0892455db2
commit
7ae9c4efd2
1 changed files with 15 additions and 0 deletions
|
|
@ -172,6 +172,21 @@ export const openAiCodexModels = {
|
|||
supportsTemperature: false,
|
||||
description: "GPT-5.1 Codex Mini: Faster version for coding tasks via ChatGPT subscription",
|
||||
},
|
||||
"gpt-5.4": {
|
||||
maxTokens: 128000,
|
||||
contextWindow: 1_050_000,
|
||||
includedTools: ["apply_patch"],
|
||||
excludedTools: ["apply_diff", "write_to_file"],
|
||||
supportsImages: true,
|
||||
supportsPromptCache: true,
|
||||
supportsReasoningEffort: ["none", "low", "medium", "high", "xhigh"],
|
||||
reasoningEffort: "none",
|
||||
inputPrice: 0,
|
||||
outputPrice: 0,
|
||||
supportsVerbosity: true,
|
||||
supportsTemperature: false,
|
||||
description: "GPT-5.4: Most capable model via ChatGPT subscription",
|
||||
},
|
||||
"gpt-5.2": {
|
||||
maxTokens: 128000,
|
||||
contextWindow: 400000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue