mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
feat: add gpt-5-chat-latest and gpt-4.1-mini to Azure OpenAI Node (#5212)
This commit is contained in:
committed by
GitHub
parent
05763db8d3
commit
79023c8909
@@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user