mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
chore(cost-map): add azure retirement dates for command-r-plus and gpt-4 (#43117)
Price-Sync: litellm-providers Co-authored-by: berriai-litellm-provider-info-sync[bot] <328147090+berriai-litellm-provider-info-sync[bot]@users.noreply.github.com>
This commit is contained in:
parent
1d51a8dfc3
commit
993a5b9d97
2 changed files with 8 additions and 0 deletions
|
|
@ -3342,6 +3342,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"azure/command-r-plus": {
|
||||
"deprecation_date": "2025-06-30",
|
||||
"input_cost_per_token": 3e-06,
|
||||
"litellm_provider": "azure",
|
||||
"max_input_tokens": 128000,
|
||||
|
|
@ -3349,6 +3350,7 @@
|
|||
"max_tokens": 4096,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 1.5e-05,
|
||||
"source": "https://learn.microsoft.com/en-us/azure/foundry/openai/concepts/retired-models",
|
||||
"supports_function_calling": true
|
||||
},
|
||||
"azure_ai/claude-haiku-4-5": {
|
||||
|
|
@ -5194,6 +5196,7 @@
|
|||
"output_cost_per_token": 2e-06
|
||||
},
|
||||
"azure/gpt-4": {
|
||||
"deprecation_date": "2025-06-06",
|
||||
"input_cost_per_token": 3e-05,
|
||||
"litellm_provider": "azure",
|
||||
"max_input_tokens": 8192,
|
||||
|
|
@ -5201,6 +5204,7 @@
|
|||
"max_tokens": 4096,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 6e-05,
|
||||
"source": "https://learn.microsoft.com/en-us/azure/foundry/openai/concepts/retired-models",
|
||||
"supports_function_calling": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
|
|
|
|||
|
|
@ -3342,6 +3342,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"azure/command-r-plus": {
|
||||
"deprecation_date": "2025-06-30",
|
||||
"input_cost_per_token": 3e-06,
|
||||
"litellm_provider": "azure",
|
||||
"max_input_tokens": 128000,
|
||||
|
|
@ -3349,6 +3350,7 @@
|
|||
"max_tokens": 4096,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 1.5e-05,
|
||||
"source": "https://learn.microsoft.com/en-us/azure/foundry/openai/concepts/retired-models",
|
||||
"supports_function_calling": true
|
||||
},
|
||||
"azure_ai/claude-haiku-4-5": {
|
||||
|
|
@ -5194,6 +5196,7 @@
|
|||
"output_cost_per_token": 2e-06
|
||||
},
|
||||
"azure/gpt-4": {
|
||||
"deprecation_date": "2025-06-06",
|
||||
"input_cost_per_token": 3e-05,
|
||||
"litellm_provider": "azure",
|
||||
"max_input_tokens": 8192,
|
||||
|
|
@ -5201,6 +5204,7 @@
|
|||
"max_tokens": 4096,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 6e-05,
|
||||
"source": "https://learn.microsoft.com/en-us/azure/foundry/openai/concepts/retired-models",
|
||||
"supports_function_calling": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue