Merge pull request #17805 from BerriAI/litellm_fix_azure_anthropic_model_map

Fix llm provider for azure_ai in model map
This commit is contained in:
Sameer Kankute 2025-12-11 16:04:11 +05:30 committed by GitHub
commit 3de46889bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 48 additions and 6 deletions

View file

@ -1271,7 +1271,7 @@
"output_cost_per_token": 1.5e-05,
"supports_function_calling": true
},
"azure/claude-haiku-4-5": {
"azure_ai/claude-haiku-4-5": {
"input_cost_per_token": 1e-06,
"litellm_provider": "azure_ai",
"max_input_tokens": 200000,
@ -1289,7 +1289,7 @@
"supports_tool_choice": true,
"supports_vision": true
},
"azure/claude-opus-4-1": {
"azure_ai/claude-opus-4-1": {
"input_cost_per_token": 1.5e-05,
"litellm_provider": "azure_ai",
"max_input_tokens": 200000,
@ -1307,7 +1307,7 @@
"supports_tool_choice": true,
"supports_vision": true
},
"azure/claude-sonnet-4-5": {
"azure_ai/claude-sonnet-4-5": {
"input_cost_per_token": 3e-06,
"litellm_provider": "azure_ai",
"max_input_tokens": 200000,
@ -18810,6 +18810,20 @@
"supports_response_schema": true,
"supports_tool_choice": true
},
"mistral/codestral-2508": {
"input_cost_per_token": 3e-07,
"litellm_provider": "mistral",
"max_input_tokens": 256000,
"max_output_tokens": 256000,
"max_tokens": 256000,
"mode": "chat",
"output_cost_per_token": 9e-07,
"source": "https://mistral.ai/news/codestral-25-08",
"supports_assistant_prefill": true,
"supports_function_calling": true,
"supports_response_schema": true,
"supports_tool_choice": true
},
"mistral/codestral-latest": {
"input_cost_per_token": 1e-06,
"litellm_provider": "mistral",
@ -18876,6 +18890,34 @@
"supports_response_schema": true,
"supports_tool_choice": true
},
"mistral/labs-devstral-small-2512": {
"input_cost_per_token": 1e-07,
"litellm_provider": "mistral",
"max_input_tokens": 256000,
"max_output_tokens": 256000,
"max_tokens": 256000,
"mode": "chat",
"output_cost_per_token": 3e-07,
"source": "https://docs.mistral.ai/models/devstral-small-2-25-12",
"supports_assistant_prefill": true,
"supports_function_calling": true,
"supports_response_schema": true,
"supports_tool_choice": true
},
"mistral/devstral-2512": {
"input_cost_per_token": 4e-07,
"litellm_provider": "mistral",
"max_input_tokens": 256000,
"max_output_tokens": 256000,
"max_tokens": 256000,
"mode": "chat",
"output_cost_per_token": 2e-06,
"source": "https://mistral.ai/news/devstral-2-vibe-cli",
"supports_assistant_prefill": true,
"supports_function_calling": true,
"supports_response_schema": true,
"supports_tool_choice": true
},
"mistral/magistral-medium-2506": {
"input_cost_per_token": 2e-06,
"litellm_provider": "mistral",

View file

@ -1271,7 +1271,7 @@
"output_cost_per_token": 1.5e-05,
"supports_function_calling": true
},
"azure/claude-haiku-4-5": {
"azure_ai/claude-haiku-4-5": {
"input_cost_per_token": 1e-06,
"litellm_provider": "azure_ai",
"max_input_tokens": 200000,
@ -1289,7 +1289,7 @@
"supports_tool_choice": true,
"supports_vision": true
},
"azure/claude-opus-4-1": {
"azure_ai/claude-opus-4-1": {
"input_cost_per_token": 1.5e-05,
"litellm_provider": "azure_ai",
"max_input_tokens": 200000,
@ -1307,7 +1307,7 @@
"supports_tool_choice": true,
"supports_vision": true
},
"azure/claude-sonnet-4-5": {
"azure_ai/claude-sonnet-4-5": {
"input_cost_per_token": 3e-06,
"litellm_provider": "azure_ai",
"max_input_tokens": 200000,