Skip to content

Commit d923337

Browse files
authored
chore: add OpenAI gpt-5.4-mini and gpt-5.4-nano models (#6028)
chore: add OpenAI gpt-5.4-mini and gpt-5.4-nano models to ChatOpenAI model list Add gpt-5.4-mini and gpt-5.4-nano to the OpenAI models registry with their correct pricing: - gpt-5.4-mini: $0.75/MTok input, $4.50/MTok output - gpt-5.4-nano: $0.20/MTok input, $1.25/MTok output
1 parent 1473702 commit d923337

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

packages/components/models.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,6 +1245,18 @@
12451245
"input_cost": 0.00003,
12461246
"output_cost": 0.00018
12471247
},
1248+
{
1249+
"label": "gpt-5.4-mini",
1250+
"name": "gpt-5.4-mini",
1251+
"input_cost": 0.00000075,
1252+
"output_cost": 0.0000045
1253+
},
1254+
{
1255+
"label": "gpt-5.4-nano",
1256+
"name": "gpt-5.4-nano",
1257+
"input_cost": 0.0000002,
1258+
"output_cost": 0.00000125
1259+
},
12481260
{
12491261
"label": "gpt-5.2",
12501262
"name": "gpt-5.2",

0 commit comments

Comments
 (0)