mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
[LLM Translation] add qwen-vl-plus (#12829)
* add qwen-vl-plus * add qwen-vl-plus
This commit is contained in:
parent
27c9be67ba
commit
7bdb5593bf
2 changed files with 20 additions and 0 deletions
|
|
@ -10898,6 +10898,16 @@
|
|||
"mode": "chat",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"openrouter/qwen/qwen-vl-plus": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 8192,
|
||||
"max_output_tokens": 2048,
|
||||
"input_cost_per_token": 0.00021,
|
||||
"output_cost_per_token": 0.00063,
|
||||
"litellm_provider": "qwen",
|
||||
"mode": "chat",
|
||||
"supports_tool_choice": false
|
||||
},
|
||||
"openrouter/switchpoint/router": {
|
||||
"max_tokens": 131072,
|
||||
"max_input_tokens": 131072,
|
||||
|
|
|
|||
|
|
@ -10898,6 +10898,16 @@
|
|||
"mode": "chat",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"openrouter/qwen/qwen-vl-plus": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 8192,
|
||||
"max_output_tokens": 2048,
|
||||
"input_cost_per_token": 0.00021,
|
||||
"output_cost_per_token": 0.00063,
|
||||
"litellm_provider": "qwen",
|
||||
"mode": "chat",
|
||||
"supports_tool_choice": false
|
||||
},
|
||||
"openrouter/switchpoint/router": {
|
||||
"max_tokens": 131072,
|
||||
"max_input_tokens": 131072,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue