build(model_prices_and_context_window.json): add new tracking for anthropic via invoke - clarify it does not support pdf input unlike converse

This commit is contained in:
Krrish Dholakia 2025-03-02 21:48:05 -08:00
parent 842d8dec09
commit db83cbe5c0
2 changed files with 32 additions and 0 deletions

View file

@ -6502,6 +6502,22 @@
"supports_pdf_input": true,
"supports_tool_choice": true
},
"bedrock/invoke/anthropic.claude-3-5-sonnet-20240620-v1:0": {
"max_tokens": 4096,
"max_input_tokens": 200000,
"max_output_tokens": 4096,
"input_cost_per_token": 0.000003,
"output_cost_per_token": 0.000015,
"litellm_provider": "bedrock",
"mode": "chat",
"supports_function_calling": true,
"supports_response_schema": true,
"supports_vision": true,
"supports_tool_choice": true,
"metadata": {
"notes": "Anthropic via Invoke route does not currently support pdf input."
}
},
"anthropic.claude-3-5-sonnet-20240620-v1:0": {
"max_tokens": 4096,
"max_input_tokens": 200000,

View file

@ -6502,6 +6502,22 @@
"supports_pdf_input": true,
"supports_tool_choice": true
},
"bedrock/invoke/anthropic.claude-3-5-sonnet-20240620-v1:0": {
"max_tokens": 4096,
"max_input_tokens": 200000,
"max_output_tokens": 4096,
"input_cost_per_token": 0.000003,
"output_cost_per_token": 0.000015,
"litellm_provider": "bedrock",
"mode": "chat",
"supports_function_calling": true,
"supports_response_schema": true,
"supports_vision": true,
"supports_tool_choice": true,
"metadata": {
"notes": "Anthropic via Invoke route does not currently support pdf input."
}
},
"anthropic.claude-3-5-sonnet-20240620-v1:0": {
"max_tokens": 4096,
"max_input_tokens": 200000,