mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
build(model_prices_and_context_window.json): add vertex ai claude-opus-4.1
Add claude opus 4.1
This commit is contained in:
parent
da40b5ec47
commit
352b7ae913
2 changed files with 68 additions and 0 deletions
|
|
@ -8716,6 +8716,40 @@
|
|||
"source": "https://aistudio.google.com",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/claude-opus-4-1": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 15e-06,
|
||||
"output_cost_per_token": 75e-06,
|
||||
"input_cost_per_token_batches": 7.5e-06,
|
||||
"output_cost_per_token_batches": 37.5e-06,
|
||||
"input_cost_per_token_cache_hit": 18.75e-06,
|
||||
"output_cost_per_token_cache_hit": 1.5e-06,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"supports_vision": true,
|
||||
"supports_assistant_prefill": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/claude-opus-4-1@20250805": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 15e-06,
|
||||
"output_cost_per_token": 75e-06,
|
||||
"input_cost_per_token_batches": 7.5e-06,
|
||||
"output_cost_per_token_batches": 37.5e-06,
|
||||
"input_cost_per_token_cache_hit": 18.75e-06,
|
||||
"output_cost_per_token_cache_hit": 1.5e-06,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"supports_vision": true,
|
||||
"supports_assistant_prefill": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/claude-3-sonnet": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 200000,
|
||||
|
|
|
|||
|
|
@ -8716,6 +8716,40 @@
|
|||
"source": "https://aistudio.google.com",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/claude-opus-4-1": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 15e-06,
|
||||
"output_cost_per_token": 75e-06,
|
||||
"input_cost_per_token_batches": 7.5e-06,
|
||||
"output_cost_per_token_batches": 37.5e-06,
|
||||
"input_cost_per_token_cache_hit": 18.75e-06,
|
||||
"output_cost_per_token_cache_hit": 1.5e-06,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"supports_vision": true,
|
||||
"supports_assistant_prefill": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/claude-opus-4-1@20250805": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 15e-06,
|
||||
"output_cost_per_token": 75e-06,
|
||||
"input_cost_per_token_batches": 7.5e-06,
|
||||
"output_cost_per_token_batches": 37.5e-06,
|
||||
"input_cost_per_token_cache_hit": 18.75e-06,
|
||||
"output_cost_per_token_cache_hit": 1.5e-06,
|
||||
"litellm_provider": "vertex_ai-anthropic_models",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"supports_vision": true,
|
||||
"supports_assistant_prefill": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/claude-3-sonnet": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 200000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue