mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
chore(vertex_ai): add deprecation dates for retired claude 3 and jamba 1.5 partner models (#42867)
Co-authored-by: kerry <kerry@berri.ai> Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
184969df37
commit
58e41e697b
2 changed files with 26 additions and 0 deletions
|
|
@ -47710,6 +47710,7 @@
|
|||
]
|
||||
},
|
||||
"vertex_ai/claude-3-5-haiku": {
|
||||
"deprecation_date": "2026-07-05",
|
||||
"input_cost_per_token": 1e-06,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"max_input_tokens": 200000,
|
||||
|
|
@ -47723,6 +47724,7 @@
|
|||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/claude-3-5-haiku@20241022": {
|
||||
"deprecation_date": "2026-07-05",
|
||||
"input_cost_per_token": 1e-06,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"max_input_tokens": 200000,
|
||||
|
|
@ -47794,6 +47796,7 @@
|
|||
"prompt_cache_min_tokens": 4096
|
||||
},
|
||||
"vertex_ai/claude-3-5-sonnet": {
|
||||
"deprecation_date": "2026-02-19",
|
||||
"input_cost_per_token": 3e-06,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"max_input_tokens": 200000,
|
||||
|
|
@ -47809,6 +47812,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"vertex_ai/claude-3-5-sonnet@20240620": {
|
||||
"deprecation_date": "2026-02-19",
|
||||
"input_cost_per_token": 3e-06,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"max_input_tokens": 200000,
|
||||
|
|
@ -47823,6 +47827,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"vertex_ai/claude-3-haiku": {
|
||||
"deprecation_date": "2026-08-23",
|
||||
"input_cost_per_token": 2.5e-07,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"max_input_tokens": 200000,
|
||||
|
|
@ -47836,6 +47841,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"vertex_ai/claude-3-haiku@20240307": {
|
||||
"deprecation_date": "2026-08-23",
|
||||
"input_cost_per_token": 2.5e-07,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"max_input_tokens": 200000,
|
||||
|
|
@ -47849,6 +47855,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"vertex_ai/claude-3-opus": {
|
||||
"deprecation_date": "2025-08-01",
|
||||
"input_cost_per_token": 1.5e-05,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"max_input_tokens": 200000,
|
||||
|
|
@ -47862,6 +47869,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"vertex_ai/claude-3-opus@20240229": {
|
||||
"deprecation_date": "2025-08-01",
|
||||
"input_cost_per_token": 1.5e-05,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"max_input_tokens": 200000,
|
||||
|
|
@ -49173,6 +49181,7 @@
|
|||
"source": "https://cloud.google.com/gemini-enterprise-agent-platform/generative-ai/pricing"
|
||||
},
|
||||
"vertex_ai/jamba-1.5": {
|
||||
"deprecation_date": "2026-02-27",
|
||||
"input_cost_per_token": 2e-07,
|
||||
"litellm_provider": "vertex_ai-ai21_models",
|
||||
"max_input_tokens": 256000,
|
||||
|
|
@ -49183,6 +49192,7 @@
|
|||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/jamba-1.5-large": {
|
||||
"deprecation_date": "2026-02-27",
|
||||
"input_cost_per_token": 2e-06,
|
||||
"litellm_provider": "vertex_ai-ai21_models",
|
||||
"max_input_tokens": 256000,
|
||||
|
|
@ -49193,6 +49203,7 @@
|
|||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/jamba-1.5-large@001": {
|
||||
"deprecation_date": "2026-02-27",
|
||||
"input_cost_per_token": 2e-06,
|
||||
"litellm_provider": "vertex_ai-ai21_models",
|
||||
"max_input_tokens": 256000,
|
||||
|
|
@ -49203,6 +49214,7 @@
|
|||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/jamba-1.5-mini": {
|
||||
"deprecation_date": "2026-02-27",
|
||||
"input_cost_per_token": 2e-07,
|
||||
"litellm_provider": "vertex_ai-ai21_models",
|
||||
"max_input_tokens": 256000,
|
||||
|
|
@ -49213,6 +49225,7 @@
|
|||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/jamba-1.5-mini@001": {
|
||||
"deprecation_date": "2026-02-27",
|
||||
"input_cost_per_token": 2e-07,
|
||||
"litellm_provider": "vertex_ai-ai21_models",
|
||||
"max_input_tokens": 256000,
|
||||
|
|
|
|||
|
|
@ -47710,6 +47710,7 @@
|
|||
]
|
||||
},
|
||||
"vertex_ai/claude-3-5-haiku": {
|
||||
"deprecation_date": "2026-07-05",
|
||||
"input_cost_per_token": 1e-06,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"max_input_tokens": 200000,
|
||||
|
|
@ -47723,6 +47724,7 @@
|
|||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/claude-3-5-haiku@20241022": {
|
||||
"deprecation_date": "2026-07-05",
|
||||
"input_cost_per_token": 1e-06,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"max_input_tokens": 200000,
|
||||
|
|
@ -47794,6 +47796,7 @@
|
|||
"prompt_cache_min_tokens": 4096
|
||||
},
|
||||
"vertex_ai/claude-3-5-sonnet": {
|
||||
"deprecation_date": "2026-02-19",
|
||||
"input_cost_per_token": 3e-06,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"max_input_tokens": 200000,
|
||||
|
|
@ -47809,6 +47812,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"vertex_ai/claude-3-5-sonnet@20240620": {
|
||||
"deprecation_date": "2026-02-19",
|
||||
"input_cost_per_token": 3e-06,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"max_input_tokens": 200000,
|
||||
|
|
@ -47823,6 +47827,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"vertex_ai/claude-3-haiku": {
|
||||
"deprecation_date": "2026-08-23",
|
||||
"input_cost_per_token": 2.5e-07,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"max_input_tokens": 200000,
|
||||
|
|
@ -47836,6 +47841,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"vertex_ai/claude-3-haiku@20240307": {
|
||||
"deprecation_date": "2026-08-23",
|
||||
"input_cost_per_token": 2.5e-07,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"max_input_tokens": 200000,
|
||||
|
|
@ -47849,6 +47855,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"vertex_ai/claude-3-opus": {
|
||||
"deprecation_date": "2025-08-01",
|
||||
"input_cost_per_token": 1.5e-05,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"max_input_tokens": 200000,
|
||||
|
|
@ -47862,6 +47869,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"vertex_ai/claude-3-opus@20240229": {
|
||||
"deprecation_date": "2025-08-01",
|
||||
"input_cost_per_token": 1.5e-05,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"max_input_tokens": 200000,
|
||||
|
|
@ -49173,6 +49181,7 @@
|
|||
"source": "https://cloud.google.com/gemini-enterprise-agent-platform/generative-ai/pricing"
|
||||
},
|
||||
"vertex_ai/jamba-1.5": {
|
||||
"deprecation_date": "2026-02-27",
|
||||
"input_cost_per_token": 2e-07,
|
||||
"litellm_provider": "vertex_ai-ai21_models",
|
||||
"max_input_tokens": 256000,
|
||||
|
|
@ -49183,6 +49192,7 @@
|
|||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/jamba-1.5-large": {
|
||||
"deprecation_date": "2026-02-27",
|
||||
"input_cost_per_token": 2e-06,
|
||||
"litellm_provider": "vertex_ai-ai21_models",
|
||||
"max_input_tokens": 256000,
|
||||
|
|
@ -49193,6 +49203,7 @@
|
|||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/jamba-1.5-large@001": {
|
||||
"deprecation_date": "2026-02-27",
|
||||
"input_cost_per_token": 2e-06,
|
||||
"litellm_provider": "vertex_ai-ai21_models",
|
||||
"max_input_tokens": 256000,
|
||||
|
|
@ -49203,6 +49214,7 @@
|
|||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/jamba-1.5-mini": {
|
||||
"deprecation_date": "2026-02-27",
|
||||
"input_cost_per_token": 2e-07,
|
||||
"litellm_provider": "vertex_ai-ai21_models",
|
||||
"max_input_tokens": 256000,
|
||||
|
|
@ -49213,6 +49225,7 @@
|
|||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/jamba-1.5-mini@001": {
|
||||
"deprecation_date": "2026-02-27",
|
||||
"input_cost_per_token": 2e-07,
|
||||
"litellm_provider": "vertex_ai-ai21_models",
|
||||
"max_input_tokens": 256000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue