Skip to content

Commit 4e1faa3

Browse files
authored
1 parent 010e29d commit 4e1faa3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

packages/proxy/schema/model_list.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6173,6 +6173,38 @@
61736173
"azure"
61746174
]
61756175
},
6176+
"gpt-5.4-mini": {
6177+
"format": "openai",
6178+
"flavor": "chat",
6179+
"multimodal": true,
6180+
"input_cost_per_mil_tokens": 0.75,
6181+
"output_cost_per_mil_tokens": 4.5,
6182+
"input_cache_read_cost_per_mil_tokens": 0.075,
6183+
"displayName": "GPT-5.4 mini",
6184+
"reasoning": true,
6185+
"max_input_tokens": 400000,
6186+
"max_output_tokens": 128000,
6187+
"available_providers": [
6188+
"openai",
6189+
"azure"
6190+
]
6191+
},
6192+
"gpt-5.4-nano": {
6193+
"format": "openai",
6194+
"flavor": "chat",
6195+
"multimodal": true,
6196+
"input_cost_per_mil_tokens": 0.2,
6197+
"output_cost_per_mil_tokens": 1.25,
6198+
"input_cache_read_cost_per_mil_tokens": 0.02,
6199+
"displayName": "GPT-5.4 nano",
6200+
"reasoning": true,
6201+
"max_input_tokens": 400000,
6202+
"max_output_tokens": 128000,
6203+
"available_providers": [
6204+
"openai",
6205+
"azure"
6206+
]
6207+
},
61766208
"gpt-5.4-pro": {
61776209
"format": "openai",
61786210
"flavor": "chat",

0 commit comments

Comments
 (0)