From cde9ba5f9336e301b1e6f41f79ea0c13b63bccaa Mon Sep 17 00:00:00 2001 From: Daniel Dimenshtein Date: Fri, 31 Oct 2025 04:18:35 +0200 Subject: [PATCH] Update model_prices_and_context_window.json, qwen-vl models (#16106) Add supports vision, to qwen vl models --- model_prices_and_context_window.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 7103ffd457..e685ef6a7b 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -7073,7 +7073,8 @@ "output_cost_per_token": 6e-07, "litellm_provider": "deepinfra", "mode": "chat", - "supports_tool_choice": true + "supports_tool_choice": true, + "supports_vision": true }, "deepinfra/Qwen/Qwen3-14B": { "max_tokens": 40960, @@ -18620,7 +18621,8 @@ "max_tokens": 8192, "mode": "chat", "output_cost_per_token": 6.3e-07, - "supports_tool_choice": true + "supports_tool_choice": true, + "supports_vision": true }, "openrouter/qwen/qwen3-coder": { "input_cost_per_token": 1e-06,