fix: was missing openrouter beta model from claude sonnet

This commit is contained in:
thiswillbeyourgithub 2024-08-21 14:45:09 +02:00
parent de8eae20d9
commit 00f7238c64

View file

@ -2795,6 +2795,18 @@
"supports_vision": true, "supports_vision": true,
"tool_use_system_prompt_tokens": 159 "tool_use_system_prompt_tokens": 159
}, },
"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,