From 28f0b6745d8b5b588ef4cfd09427b1b741d9277b Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Mon, 3 Aug 2026 15:21:16 +0000 Subject: [PATCH] chore(sync): update OpenRouter model catalog --- providers/openrouter/models/anthropic/claude-opus-5.toml | 1 + .../openrouter/models/qwen/qwen3-235b-a22b-2507.toml | 6 +++--- .../models/qwen/qwen3-vl-235b-a22b-thinking.toml | 4 ++-- providers/openrouter/models/qwen/qwen3.6-27b.toml | 8 +++++--- providers/openrouter/models/tencent/hy3-preview.toml | 2 +- .../openrouter/models/thedrummer/unslopnemo-12b.toml | 2 +- providers/openrouter/models/z-ai/glm-5.2.toml | 6 +++--- 7 files changed, 16 insertions(+), 13 deletions(-) diff --git a/providers/openrouter/models/anthropic/claude-opus-5.toml b/providers/openrouter/models/anthropic/claude-opus-5.toml index a7061c8ffa..8d7521f604 100644 --- a/providers/openrouter/models/anthropic/claude-opus-5.toml +++ b/providers/openrouter/models/anthropic/claude-opus-5.toml @@ -1,5 +1,6 @@ base_model = "anthropic/claude-opus-5" description = "Flagship Claude model for deep reasoning, coding, and long-horizon agents" +temperature = true structured_output = true [[reasoning_options]] diff --git a/providers/openrouter/models/qwen/qwen3-235b-a22b-2507.toml b/providers/openrouter/models/qwen/qwen3-235b-a22b-2507.toml index aa706cc488..6ca19d64e4 100644 --- a/providers/openrouter/models/qwen/qwen3-235b-a22b-2507.toml +++ b/providers/openrouter/models/qwen/qwen3-235b-a22b-2507.toml @@ -12,12 +12,12 @@ knowledge = "2025-06-30" open_weights = true [cost] -input = 0.09 -output = 0.55 +input = 0.1495 +output = 0.598 [limit] context = 262_144 -output = 16_384 +output = 32_768 [modalities] input = ["text"] diff --git a/providers/openrouter/models/qwen/qwen3-vl-235b-a22b-thinking.toml b/providers/openrouter/models/qwen/qwen3-vl-235b-a22b-thinking.toml index 069b0af18f..98aab7c25a 100644 --- a/providers/openrouter/models/qwen/qwen3-vl-235b-a22b-thinking.toml +++ b/providers/openrouter/models/qwen/qwen3-vl-235b-a22b-thinking.toml @@ -13,8 +13,8 @@ open_weights = true reasoning_options = [] [cost] -input = 0.4 -output = 4 +input = 0.98 +output = 3.95 [limit] context = 131_072 diff --git a/providers/openrouter/models/qwen/qwen3.6-27b.toml b/providers/openrouter/models/qwen/qwen3.6-27b.toml index d4a4f2ca16..6554187df2 100644 --- a/providers/openrouter/models/qwen/qwen3.6-27b.toml +++ b/providers/openrouter/models/qwen/qwen3.6-27b.toml @@ -4,9 +4,11 @@ base_model = "alibaba/qwen3.6-27b" type = "toggle" [cost] -input = 0.3 -output = 2 -cache_read = 0.15 +input = 0.289 +output = 2.4 + +[limit] +output = 131_072 [modalities] input = ["text", "image", "video"] diff --git a/providers/openrouter/models/tencent/hy3-preview.toml b/providers/openrouter/models/tencent/hy3-preview.toml index 2b3ec38be5..236d18635e 100644 --- a/providers/openrouter/models/tencent/hy3-preview.toml +++ b/providers/openrouter/models/tencent/hy3-preview.toml @@ -1,5 +1,5 @@ base_model = "tencent/hy3-preview" -structured_output = true +structured_output = false [[reasoning_options]] type = "effort" diff --git a/providers/openrouter/models/thedrummer/unslopnemo-12b.toml b/providers/openrouter/models/thedrummer/unslopnemo-12b.toml index 45d8e54804..69e0cb69e7 100644 --- a/providers/openrouter/models/thedrummer/unslopnemo-12b.toml +++ b/providers/openrouter/models/thedrummer/unslopnemo-12b.toml @@ -16,7 +16,7 @@ output = 0.4 [limit] context = 1_024_000 -output = 32_768 +output = 1_024_000 [modalities] input = ["text"] diff --git a/providers/openrouter/models/z-ai/glm-5.2.toml b/providers/openrouter/models/z-ai/glm-5.2.toml index 6b9bdc0fb7..03a34ca1ba 100644 --- a/providers/openrouter/models/z-ai/glm-5.2.toml +++ b/providers/openrouter/models/z-ai/glm-5.2.toml @@ -8,9 +8,9 @@ type = "effort" values = ["high", "xhigh"] [cost] -input = 0.2842 -output = 0.8932 -cache_read = 0.05278 +input = 0.6146 +output = 1.9316 +cache_read = 0.11414 [limit] context = 1_048_576