diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index cf7e3cb7298..a4df33642a6 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -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, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index cf7e3cb7298..a28f3ab6ef1 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -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,