From e0802783f3957a822603b5a4893a2e153dc28e52 Mon Sep 17 00:00:00 2001 From: Cesar Garcia <128240629+Chesars@users.noreply.github.com> Date: Thu, 5 Feb 2026 00:35:22 -0300 Subject: [PATCH] feat(openrouter): add Qwen3-235B models (#20455) Add OpenRouter Qwen3-235B-A22B models to the pricing configuration: - openrouter/qwen/qwen3-235b-a22b-2507 - openrouter/qwen/qwen3-235b-a22b-thinking-2507 Closes request from PR #13019 comments. --- model_prices_and_context_window.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 6d399d25bf6..d3038d13a1e 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -24419,6 +24419,31 @@ "supports_tool_choice": true, "supports_function_calling": true }, + "openrouter/qwen/qwen3-235b-a22b-2507": { + "input_cost_per_token": 7.1e-08, + "litellm_provider": "openrouter", + "max_input_tokens": 262144, + "max_output_tokens": 262144, + "max_tokens": 262144, + "mode": "chat", + "output_cost_per_token": 1e-07, + "source": "https://openrouter.ai/qwen/qwen3-235b-a22b-2507", + "supports_function_calling": true, + "supports_tool_choice": true + }, + "openrouter/qwen/qwen3-235b-a22b-thinking-2507": { + "input_cost_per_token": 1.1e-07, + "litellm_provider": "openrouter", + "max_input_tokens": 262144, + "max_output_tokens": 262144, + "max_tokens": 262144, + "mode": "chat", + "output_cost_per_token": 6e-07, + "source": "https://openrouter.ai/qwen/qwen3-235b-a22b-thinking-2507", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_tool_choice": true + }, "openrouter/switchpoint/router": { "input_cost_per_token": 8.5e-07, "litellm_provider": "openrouter",