Skip to content

Commit 57597dc

Browse files
authored
fix the tokens for gpt-5.4-2026-03-05 (#421)
The gpt-5.4 token input/output was updated a few days ago, match the tokens for this snapshot as well.
1 parent 0b549fb commit 57597dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/proxy/schema/model_list.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6215,7 +6215,8 @@
62156215
"displayName": "GPT-5.4 (2026-03-05)",
62166216
"reasoning": true,
62176217
"parent": "gpt-5.4",
6218-
"max_input_tokens": 272000
6218+
"max_input_tokens": 1050000,
6219+
"max_output_tokens": 128000
62196220
},
62206221
"gpt-5.4-pro": {
62216222
"format": "openai",

0 commit comments

Comments
 (0)