From 1e3d7f67170d5f5d27f8bbdd7c8b80a25a52683c Mon Sep 17 00:00:00 2001 From: actions-user Date: Wed, 24 Sep 2025 02:33:04 +0000 Subject: [PATCH] chore: auto-update generated files --- internal/providers/configs/openrouter.json | 177 ++++++++++----------- 1 file changed, 82 insertions(+), 95 deletions(-) diff --git a/internal/providers/configs/openrouter.json b/internal/providers/configs/openrouter.json index f4b72fb625db5ca7190490980541af540313c3e5..17bf680e73b3d3f86a9fa539670d43ca96541463 100644 --- a/internal/providers/configs/openrouter.json +++ b/internal/providers/configs/openrouter.json @@ -129,8 +129,8 @@ "name": "Anthropic: Claude 3.5 Sonnet", "cost_per_1m_in": 3, "cost_per_1m_out": 15, - "cost_per_1m_in_cached": 0, - "cost_per_1m_out_cached": 0, + "cost_per_1m_in_cached": 3.75, + "cost_per_1m_out_cached": 0.3, "context_window": 200000, "default_max_tokens": 4096, "can_reason": false, @@ -241,32 +241,6 @@ "has_reasoning_efforts": true, "supports_attachments": true }, - { - "id": "cohere/command-r", - "name": "Cohere: Command R", - "cost_per_1m_in": 0.5, - "cost_per_1m_out": 1.5, - "cost_per_1m_in_cached": 0, - "cost_per_1m_out_cached": 0, - "context_window": 128000, - "default_max_tokens": 2000, - "can_reason": false, - "has_reasoning_efforts": false, - "supports_attachments": false - }, - { - "id": "cohere/command-r-03-2024", - "name": "Cohere: Command R (03-2024)", - "cost_per_1m_in": 0.5, - "cost_per_1m_out": 1.5, - "cost_per_1m_in_cached": 0, - "cost_per_1m_out_cached": 0, - "context_window": 128000, - "default_max_tokens": 2000, - "can_reason": false, - "has_reasoning_efforts": false, - "supports_attachments": false - }, { "id": "cohere/command-r-08-2024", "name": "Cohere: Command R (08-2024)", @@ -280,32 +254,6 @@ "has_reasoning_efforts": false, "supports_attachments": false }, - { - "id": "cohere/command-r-plus", - "name": "Cohere: Command R+", - "cost_per_1m_in": 3, - "cost_per_1m_out": 15, - "cost_per_1m_in_cached": 0, - "cost_per_1m_out_cached": 0, - "context_window": 128000, - "default_max_tokens": 2000, - "can_reason": false, - "has_reasoning_efforts": false, - "supports_attachments": false - }, - { - "id": "cohere/command-r-plus-04-2024", - "name": "Cohere: Command R+ (04-2024)", - "cost_per_1m_in": 3, - "cost_per_1m_out": 15, - "cost_per_1m_in_cached": 0, - "cost_per_1m_out_cached": 0, - "context_window": 128000, - "default_max_tokens": 2000, - "can_reason": false, - "has_reasoning_efforts": false, - "supports_attachments": false - }, { "id": "cohere/command-r-plus-08-2024", "name": "Cohere: Command R+ (08-2024)", @@ -712,12 +660,12 @@ { "id": "meta-llama/llama-3.3-70b-instruct", "name": "Meta: Llama 3.3 70B Instruct", - "cost_per_1m_in": 0.13, - "cost_per_1m_out": 0.39, + "cost_per_1m_in": 0.04, + "cost_per_1m_out": 0.12, "cost_per_1m_in_cached": 0, "cost_per_1m_out_cached": 0, "context_window": 131072, - "default_max_tokens": 8192, + "default_max_tokens": 65536, "can_reason": false, "has_reasoning_efforts": false, "supports_attachments": false @@ -751,12 +699,12 @@ { "id": "meta-llama/llama-4-maverick", "name": "Meta: Llama 4 Maverick", - "cost_per_1m_in": 0.27, + "cost_per_1m_in": 0.15, "cost_per_1m_out": 0.85, "cost_per_1m_in_cached": 0, "cost_per_1m_out_cached": 0, "context_window": 1048576, - "default_max_tokens": 104857, + "default_max_tokens": 8192, "can_reason": false, "has_reasoning_efforts": false, "supports_attachments": true @@ -1232,8 +1180,8 @@ { "id": "moonshotai/kimi-k2-0905", "name": "MoonshotAI: Kimi K2 0905", - "cost_per_1m_in": 0.5, - "cost_per_1m_out": 2, + "cost_per_1m_in": 0.38, + "cost_per_1m_out": 1.52, "cost_per_1m_in_cached": 0, "cost_per_1m_out_cached": 0, "context_window": 262144, @@ -1593,6 +1541,19 @@ "has_reasoning_efforts": true, "supports_attachments": true }, + { + "id": "openai/gpt-5-codex", + "name": "OpenAI: GPT-5 Codex", + "cost_per_1m_in": 1.25, + "cost_per_1m_out": 10, + "cost_per_1m_in_cached": 0, + "cost_per_1m_out_cached": 0.125, + "context_window": 400000, + "default_max_tokens": 64000, + "can_reason": true, + "has_reasoning_efforts": true, + "supports_attachments": true + }, { "id": "openai/gpt-5-mini", "name": "OpenAI: GPT-5 Mini", @@ -1622,8 +1583,8 @@ { "id": "openai/gpt-oss-120b", "name": "OpenAI: gpt-oss-120b", - "cost_per_1m_in": 0.09999999999999999, - "cost_per_1m_out": 0.5, + "cost_per_1m_in": 0.09, + "cost_per_1m_out": 0.44999999999999996, "cost_per_1m_in_cached": 0, "cost_per_1m_out_cached": 0, "context_window": 131072, @@ -1749,19 +1710,6 @@ "has_reasoning_efforts": false, "supports_attachments": false }, - { - "id": "qwen/qwq-32b", - "name": "Qwen: QwQ 32B", - "cost_per_1m_in": 0.15, - "cost_per_1m_out": 0.58, - "cost_per_1m_in_cached": 0, - "cost_per_1m_out_cached": 0, - "context_window": 131072, - "default_max_tokens": 65536, - "can_reason": true, - "has_reasoning_efforts": true, - "supports_attachments": false - }, { "id": "qwen/qwen-plus-2025-07-28", "name": "Qwen: Qwen Plus 0728", @@ -1853,11 +1801,24 @@ "has_reasoning_efforts": true, "supports_attachments": false }, + { + "id": "qwen/qwen3-235b-a22b:free", + "name": "Qwen: Qwen3 235B A22B (free)", + "cost_per_1m_in": 0, + "cost_per_1m_out": 0, + "cost_per_1m_in_cached": 0, + "cost_per_1m_out_cached": 0, + "context_window": 131072, + "default_max_tokens": 13107, + "can_reason": false, + "has_reasoning_efforts": false, + "supports_attachments": false + }, { "id": "qwen/qwen3-235b-a22b-2507", "name": "Qwen: Qwen3 235B A22B Instruct 2507", - "cost_per_1m_in": 0.12, - "cost_per_1m_out": 0.6, + "cost_per_1m_in": 0.09999999999999999, + "cost_per_1m_out": 0.09999999999999999, "cost_per_1m_in_cached": 0, "cost_per_1m_out_cached": 0, "context_window": 262144, @@ -1882,8 +1843,8 @@ { "id": "qwen/qwen3-30b-a3b", "name": "Qwen: Qwen3 30B A3B", - "cost_per_1m_in": 0.09, - "cost_per_1m_out": 0.44999999999999996, + "cost_per_1m_in": 0.08, + "cost_per_1m_out": 0.28, "cost_per_1m_in_cached": 0, "cost_per_1m_out_cached": 0, "context_window": 131072, @@ -1952,7 +1913,7 @@ "cost_per_1m_in_cached": 0, "cost_per_1m_out_cached": 0, "context_window": 262144, - "default_max_tokens": 26214, + "default_max_tokens": 131072, "can_reason": false, "has_reasoning_efforts": false, "supports_attachments": false @@ -1960,12 +1921,12 @@ { "id": "qwen/qwen3-coder", "name": "Qwen: Qwen3 Coder 480B A35B", - "cost_per_1m_in": 0.29, - "cost_per_1m_out": 1.2, + "cost_per_1m_in": 0.25, + "cost_per_1m_out": 1, "cost_per_1m_in_cached": 0, "cost_per_1m_out_cached": 0, "context_window": 262144, - "default_max_tokens": 26214, + "default_max_tokens": 131072, "can_reason": false, "has_reasoning_efforts": false, "supports_attachments": false @@ -2025,8 +1986,8 @@ { "id": "qwen/qwen3-next-80b-a3b-instruct", "name": "Qwen: Qwen3 Next 80B A3B Instruct", - "cost_per_1m_in": 0.15, - "cost_per_1m_out": 1.5, + "cost_per_1m_in": 0.14, + "cost_per_1m_out": 1.4, "cost_per_1m_in_cached": 0, "cost_per_1m_out_cached": 0, "context_window": 262144, @@ -2048,6 +2009,32 @@ "has_reasoning_efforts": true, "supports_attachments": false }, + { + "id": "qwen/qwen3-vl-235b-a22b-instruct", + "name": "Qwen: Qwen3 VL 235B A22B Instruct", + "cost_per_1m_in": 0.7, + "cost_per_1m_out": 2.8, + "cost_per_1m_in_cached": 0, + "cost_per_1m_out_cached": 0, + "context_window": 131072, + "default_max_tokens": 16384, + "can_reason": true, + "has_reasoning_efforts": true, + "supports_attachments": true + }, + { + "id": "qwen/qwen3-vl-235b-a22b-thinking", + "name": "Qwen: Qwen3 VL 235B A22B Thinking", + "cost_per_1m_in": 0.7, + "cost_per_1m_out": 8.399999999999999, + "cost_per_1m_in_cached": 0, + "cost_per_1m_out_cached": 0, + "context_window": 131072, + "default_max_tokens": 16384, + "can_reason": true, + "has_reasoning_efforts": true, + "supports_attachments": true + }, { "id": "stepfun-ai/step3", "name": "StepFun: Step3", @@ -2155,12 +2142,12 @@ { "id": "z-ai/glm-4.5v", "name": "Z.AI: GLM 4.5V", - "cost_per_1m_in": 0.5, + "cost_per_1m_in": 0.6, "cost_per_1m_out": 1.7999999999999998, "cost_per_1m_in_cached": 0, - "cost_per_1m_out_cached": 0, + "cost_per_1m_out_cached": 0.11, "context_window": 65536, - "default_max_tokens": 32768, + "default_max_tokens": 8192, "can_reason": true, "has_reasoning_efforts": true, "supports_attachments": true @@ -2168,10 +2155,10 @@ { "id": "x-ai/grok-3", "name": "xAI: Grok 3", - "cost_per_1m_in": 3, - "cost_per_1m_out": 15, + "cost_per_1m_in": 5, + "cost_per_1m_out": 25, "cost_per_1m_in_cached": 0, - "cost_per_1m_out_cached": 0.75, + "cost_per_1m_out_cached": 1.25, "context_window": 131072, "default_max_tokens": 13107, "can_reason": false, @@ -2181,10 +2168,10 @@ { "id": "x-ai/grok-3-beta", "name": "xAI: Grok 3 Beta", - "cost_per_1m_in": 3, - "cost_per_1m_out": 15, + "cost_per_1m_in": 5, + "cost_per_1m_out": 25, "cost_per_1m_in_cached": 0, - "cost_per_1m_out_cached": 0.75, + "cost_per_1m_out_cached": 1.25, "context_window": 131072, "default_max_tokens": 13107, "can_reason": false,