We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1faa3 commit 0b549fbCopy full SHA for 0b549fb
packages/proxy/schema/model_list.json
@@ -6205,6 +6205,18 @@
6205
"azure"
6206
]
6207
},
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
+ },
6220
"gpt-5.4-pro": {
6221
"format": "openai",
6222
"flavor": "chat",
0 commit comments