forked from phoenix/litellm-mirror
fix: was missing openrouter beta model from claude sonnet
This commit is contained in:
parent
de8eae20d9
commit
00f7238c64
1 changed files with 12 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue