Skip to content

Commit 79023c8

Browse files
authored
feat: add gpt-5-chat-latest and gpt-4.1-mini to Azure OpenAI Node (#5212)
1 parent 05763db commit 79023c8

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

packages/components/models.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,18 @@
396396
"name": "gpt-4.5-preview",
397397
"input_cost": 0.000075,
398398
"output_cost": 0.00015
399+
},
400+
{
401+
"label": "gpt-4.1-mini",
402+
"name": "gpt-4.1-mini",
403+
"input_cost": 0.0000004,
404+
"output_cost": 0.0000016
405+
},
406+
{
407+
"label": "gpt-5-chat-latest",
408+
"name": "gpt-5-chat-latest",
409+
"input_cost": 0.00000125,
410+
"output_cost": 0.00001
399411
}
400412
]
401413
},
@@ -455,6 +467,18 @@
455467
"name": "gpt-4-1106-preview",
456468
"input_cost": 0.00001,
457469
"output_cost": 0.00003
470+
},
471+
{
472+
"label": "gpt-4.1-mini",
473+
"name": "gpt-4.1-mini",
474+
"input_cost": 0.0000004,
475+
"output_cost": 0.0000016
476+
},
477+
{
478+
"label": "gpt-5-chat-latest",
479+
"name": "gpt-5-chat-latest",
480+
"input_cost": 0.00000125,
481+
"output_cost": 0.00001
458482
}
459483
]
460484
},
@@ -1682,6 +1706,18 @@
16821706
"name": "gpt-4-32k",
16831707
"input_cost": 0.00006,
16841708
"output_cost": 0.00012
1709+
},
1710+
{
1711+
"label": "gpt-4.1-mini",
1712+
"name": "gpt-4.1-mini",
1713+
"input_cost": 0.0000004,
1714+
"output_cost": 0.0000016
1715+
},
1716+
{
1717+
"label": "gpt-5-chat-latest",
1718+
"name": "gpt-5-chat-latest",
1719+
"input_cost": 0.00000125,
1720+
"output_cost": 0.00001
16851721
}
16861722
]
16871723
},

0 commit comments

Comments
 (0)