feat: Addded EU Anthropic Inference profile for Claude 3.7 (#10767)

Co-authored-by: wagnerjt <wagnerjt@github.com>
This commit is contained in:
Tyler Wagner 2025-05-12 20:55:07 -07:00 committed by GitHub
parent 643d2a8ccb
commit be9ce96a64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,