Skip to content

Commit df467d0

Browse files
authored
Add gpt-5.4-mini-2026-03-17 to pricing list (#432)
1 parent 34e7eb1 commit df467d0

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

packages/proxy/schema/model_list.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6208,6 +6208,23 @@
62086208
"azure"
62096209
]
62106210
},
6211+
"gpt-5.4-mini-2026-03-17": {
6212+
"format": "openai",
6213+
"flavor": "chat",
6214+
"multimodal": true,
6215+
"input_cost_per_mil_tokens": 0.75,
6216+
"output_cost_per_mil_tokens": 4.5,
6217+
"input_cache_read_cost_per_mil_tokens": 0.075,
6218+
"displayName": "GPT-5.4 mini (2026-03-17)",
6219+
"reasoning": true,
6220+
"parent": "gpt-5.4-mini",
6221+
"max_input_tokens": 400000,
6222+
"max_output_tokens": 128000,
6223+
"available_providers": [
6224+
"openai",
6225+
"azure"
6226+
]
6227+
},
62116228
"gpt-5.4-nano": {
62126229
"format": "openai",
62136230
"flavor": "chat",

0 commit comments

Comments
 (0)