forked from phoenix/litellm-mirror
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:
commit
b2e182a42c
1 changed files with 12 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue