Merge pull request #5314 from thiswillbeyourgithub/fix_missing_openrouter_claude_sonnet_beta

fix/docs: was missing a beta model from openrouter of claude sonnet
This commit is contained in:
Krish Dholakia 2024-08-21 08:31:21 -07:00 committed by GitHub
commit b2e182a42c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2796,6 +2796,18 @@
"tool_use_system_prompt_tokens": 159, "tool_use_system_prompt_tokens": 159,
"supports_assistant_prefill": true "supports_assistant_prefill": true
}, },
"openrouter/anthropic/claude-3.5-sonnet:beta": {
"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": "openrouter",
"mode": "chat",
"supports_function_calling": true,
"supports_vision": true,
"tool_use_system_prompt_tokens": 159
},
"openrouter/anthropic/claude-3-sonnet": { "openrouter/anthropic/claude-3-sonnet": {
"max_tokens": 200000, "max_tokens": 200000,
"input_cost_per_token": 0.000003, "input_cost_per_token": 0.000003,