mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
Fix: Add gpt 4.1 pricing for response endpoint (#15593)
* Add gpt41, gpt-41-mini, and gpt-41-nano to pricing and context window json * Add gpt-41s to azure_llms dict * Undo json changes --------- Co-authored-by: IQHL (Hans Jacob Landelius) <iqhl@novnordisk.com>
This commit is contained in:
parent
ae86862e74
commit
4a74190c12
1 changed files with 3 additions and 0 deletions
|
|
@ -767,6 +767,9 @@ azure_llms = {
|
|||
"gpt-35-turbo": "azure/gpt-35-turbo",
|
||||
"gpt-35-turbo-16k": "azure/gpt-35-turbo-16k",
|
||||
"gpt-35-turbo-instruct": "azure/gpt-35-turbo-instruct",
|
||||
"azure/gpt-41":"gpt-4.1",
|
||||
"azure/gpt-41-mini":"gpt-4.1-mini",
|
||||
"azure/gpt-41-nano":"gpt-4.1-nano"
|
||||
}
|
||||
|
||||
azure_embedding_models = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue