mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
fix(model_prices): add azure_ai gpt-image-2 and groq llama-guard-3-8b deprecation dates (#42738)
This commit is contained in:
parent
d525b0a8df
commit
411fa04f86
2 changed files with 4 additions and 0 deletions
|
|
@ -3894,6 +3894,7 @@
|
|||
"azure_ai/gpt-image-2": {
|
||||
"cache_read_input_image_token_cost": 2e-06,
|
||||
"cache_read_input_token_cost": 1.25e-06,
|
||||
"deprecation_date": "2027-10-21",
|
||||
"input_cost_per_image_token": 8e-06,
|
||||
"input_cost_per_token": 5e-06,
|
||||
"litellm_provider": "azure_ai",
|
||||
|
|
@ -34171,6 +34172,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"groq/llama-guard-3-8b": {
|
||||
"deprecation_date": "2025-06-06",
|
||||
"input_cost_per_token": 2e-07,
|
||||
"litellm_provider": "groq",
|
||||
"max_input_tokens": 8192,
|
||||
|
|
|
|||
|
|
@ -3894,6 +3894,7 @@
|
|||
"azure_ai/gpt-image-2": {
|
||||
"cache_read_input_image_token_cost": 2e-06,
|
||||
"cache_read_input_token_cost": 1.25e-06,
|
||||
"deprecation_date": "2027-10-21",
|
||||
"input_cost_per_image_token": 8e-06,
|
||||
"input_cost_per_token": 5e-06,
|
||||
"litellm_provider": "azure_ai",
|
||||
|
|
@ -34171,6 +34172,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"groq/llama-guard-3-8b": {
|
||||
"deprecation_date": "2025-06-06",
|
||||
"input_cost_per_token": 2e-07,
|
||||
"litellm_provider": "groq",
|
||||
"max_input_tokens": 8192,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue