feat: add gpt-5-chat-latest and gpt-4.1-mini to Azure OpenAI Node (#5212)

This commit is contained in:
Marvelous Ikponmwosa 2025-09-15 16:54:34 +01:00 committed by GitHub
parent 05763db8d3
commit 79023c8909
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 36 additions and 0 deletions

View File

@ -396,6 +396,18 @@
"name": "gpt-4.5-preview", "name": "gpt-4.5-preview",
"input_cost": 0.000075, "input_cost": 0.000075,
"output_cost": 0.00015 "output_cost": 0.00015
},
{
"label": "gpt-4.1-mini",
"name": "gpt-4.1-mini",
"input_cost": 0.0000004,
"output_cost": 0.0000016
},
{
"label": "gpt-5-chat-latest",
"name": "gpt-5-chat-latest",
"input_cost": 0.00000125,
"output_cost": 0.00001
} }
] ]
}, },
@ -455,6 +467,18 @@
"name": "gpt-4-1106-preview", "name": "gpt-4-1106-preview",
"input_cost": 0.00001, "input_cost": 0.00001,
"output_cost": 0.00003 "output_cost": 0.00003
},
{
"label": "gpt-4.1-mini",
"name": "gpt-4.1-mini",
"input_cost": 0.0000004,
"output_cost": 0.0000016
},
{
"label": "gpt-5-chat-latest",
"name": "gpt-5-chat-latest",
"input_cost": 0.00000125,
"output_cost": 0.00001
} }
] ]
}, },
@ -1682,6 +1706,18 @@
"name": "gpt-4-32k", "name": "gpt-4-32k",
"input_cost": 0.00006, "input_cost": 0.00006,
"output_cost": 0.00012 "output_cost": 0.00012
},
{
"label": "gpt-4.1-mini",
"name": "gpt-4.1-mini",
"input_cost": 0.0000004,
"output_cost": 0.0000016
},
{
"label": "gpt-5-chat-latest",
"name": "gpt-5-chat-latest",
"input_cost": 0.00000125,
"output_cost": 0.00001
} }
] ]
}, },