mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
feat: Addded EU Anthropic Inference profile for Claude 3.7 (#10767)
Co-authored-by: wagnerjt <wagnerjt@github.com>
This commit is contained in:
parent
643d2a8ccb
commit
be9ce96a64
1 changed files with 17 additions and 0 deletions
|
|
@ -9190,6 +9190,23 @@
|
||||||
"supports_response_schema": true,
|
"supports_response_schema": true,
|
||||||
"supports_tool_choice": true
|
"supports_tool_choice": true
|
||||||
},
|
},
|
||||||
|
"eu.anthropic.claude-3-7-sonnet-20250219-v1:0": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 200000,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.000003,
|
||||||
|
"output_cost_per_token": 0.000015,
|
||||||
|
"litellm_provider": "bedrock",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_vision": true,
|
||||||
|
"supports_assistant_prefill": true,
|
||||||
|
"supports_prompt_caching": true,
|
||||||
|
"supports_response_schema": true,
|
||||||
|
"supports_pdf_input": true,
|
||||||
|
"supports_tool_choice": true,
|
||||||
|
"supports_reasoning": true
|
||||||
|
},
|
||||||
"eu.anthropic.claude-3-opus-20240229-v1:0": {
|
"eu.anthropic.claude-3-opus-20240229-v1:0": {
|
||||||
"max_tokens": 4096,
|
"max_tokens": 4096,
|
||||||
"max_input_tokens": 200000,
|
"max_input_tokens": 200000,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue