We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e7eb1 commit df467d0Copy full SHA for df467d0
1 file changed
packages/proxy/schema/model_list.json
@@ -6208,6 +6208,23 @@
6208
"azure"
6209
]
6210
},
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
+ },
6228
"gpt-5.4-nano": {
6229
"format": "openai",
6230
"flavor": "chat",
0 commit comments