Skip to content

Commit 0b549fb

Browse files
Add gpt-5.4-2026-03-05 to the pricing list (#420)
Add gpt-5.4-2026-03-05 to the pricing list
1 parent 4e1faa3 commit 0b549fb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/proxy/schema/model_list.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6205,6 +6205,18 @@
62056205
"azure"
62066206
]
62076207
},
6208+
"gpt-5.4-2026-03-05": {
6209+
"format": "openai",
6210+
"flavor": "chat",
6211+
"multimodal": true,
6212+
"input_cost_per_mil_tokens": 2.5,
6213+
"output_cost_per_mil_tokens": 15,
6214+
"input_cache_read_cost_per_mil_tokens": 0.25,
6215+
"displayName": "GPT-5.4 (2026-03-05)",
6216+
"reasoning": true,
6217+
"parent": "gpt-5.4",
6218+
"max_input_tokens": 272000
6219+
},
62086220
"gpt-5.4-pro": {
62096221
"format": "openai",
62106222
"flavor": "chat",

0 commit comments

Comments
 (0)