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:
jlan-nl 2025-10-19 07:04:14 +02:00 committed by GitHub
parent ae86862e74
commit 4a74190c12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = {