From 0342c79d035660ffdf5ba8e8ceff322cfe80a49b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 03:26:29 +0000 Subject: [PATCH] chore(sync): update OpenRouter model catalog --- .../openrouter/models/qwen/qwen-plus-2025-07-28.toml | 1 - .../openrouter/models/qwen/qwen3.5-flash-02-23.toml | 1 - .../openrouter/models/qwen/qwen3.5-plus-02-15.toml | 1 - .../openrouter/models/qwen/qwen3.5-plus-20260420.toml | 1 + providers/openrouter/models/qwen/qwen3.6-35b-a3b.toml | 5 +++-- providers/openrouter/models/qwen/qwen3.7-max.toml | 7 ++++--- providers/openrouter/models/z-ai/glm-4.5-air.toml | 11 +++++------ 7 files changed, 13 insertions(+), 14 deletions(-) diff --git a/providers/openrouter/models/qwen/qwen-plus-2025-07-28.toml b/providers/openrouter/models/qwen/qwen-plus-2025-07-28.toml index 77f5fb73c..da87e299d 100644 --- a/providers/openrouter/models/qwen/qwen-plus-2025-07-28.toml +++ b/providers/openrouter/models/qwen/qwen-plus-2025-07-28.toml @@ -13,7 +13,6 @@ open_weights = false [cost] input = 0.26 output = 0.78 -cache_write = 0.325 [limit] context = 1_000_000 diff --git a/providers/openrouter/models/qwen/qwen3.5-flash-02-23.toml b/providers/openrouter/models/qwen/qwen3.5-flash-02-23.toml index cc2a78eb2..9368bcabd 100644 --- a/providers/openrouter/models/qwen/qwen3.5-flash-02-23.toml +++ b/providers/openrouter/models/qwen/qwen3.5-flash-02-23.toml @@ -12,7 +12,6 @@ open_weights = false [cost] input = 0.065 output = 0.26 -cache_write = 0.08125 [limit] context = 1_000_000 diff --git a/providers/openrouter/models/qwen/qwen3.5-plus-02-15.toml b/providers/openrouter/models/qwen/qwen3.5-plus-02-15.toml index 99a53635d..6486203f6 100644 --- a/providers/openrouter/models/qwen/qwen3.5-plus-02-15.toml +++ b/providers/openrouter/models/qwen/qwen3.5-plus-02-15.toml @@ -13,7 +13,6 @@ open_weights = false [cost] input = 0.26 output = 1.56 -cache_write = 0.325 [limit] context = 1_000_000 diff --git a/providers/openrouter/models/qwen/qwen3.5-plus-20260420.toml b/providers/openrouter/models/qwen/qwen3.5-plus-20260420.toml index 30f3655ad..84e027e33 100644 --- a/providers/openrouter/models/qwen/qwen3.5-plus-20260420.toml +++ b/providers/openrouter/models/qwen/qwen3.5-plus-20260420.toml @@ -12,6 +12,7 @@ open_weights = false [cost] input = 0.3 output = 1.8 +cache_write = 0.375 [limit] context = 1_000_000 diff --git a/providers/openrouter/models/qwen/qwen3.6-35b-a3b.toml b/providers/openrouter/models/qwen/qwen3.6-35b-a3b.toml index d5204a8a0..7d876ca0d 100644 --- a/providers/openrouter/models/qwen/qwen3.6-35b-a3b.toml +++ b/providers/openrouter/models/qwen/qwen3.6-35b-a3b.toml @@ -12,10 +12,11 @@ open_weights = true [cost] input = 0.15 output = 1 +cache_read = 0.05 [limit] -context = 262_140 -output = 262_140 +context = 262_144 +output = 262_144 [modalities] input = ["text", "image", "video"] diff --git a/providers/openrouter/models/qwen/qwen3.7-max.toml b/providers/openrouter/models/qwen/qwen3.7-max.toml index 4280f04b6..02038daaa 100644 --- a/providers/openrouter/models/qwen/qwen3.7-max.toml +++ b/providers/openrouter/models/qwen/qwen3.7-max.toml @@ -10,9 +10,10 @@ structured_output = true open_weights = false [cost] -input = 2.5 -output = 7.5 -cache_write = 3.125 +input = 1.25 +output = 3.75 +cache_read = 0.25 +cache_write = 1.5625 [limit] context = 1_000_000 diff --git a/providers/openrouter/models/z-ai/glm-4.5-air.toml b/providers/openrouter/models/z-ai/glm-4.5-air.toml index 745ff7327..fe09a6251 100644 --- a/providers/openrouter/models/z-ai/glm-4.5-air.toml +++ b/providers/openrouter/models/z-ai/glm-4.5-air.toml @@ -4,16 +4,15 @@ structured_output = false [extends] from = "zai/glm-4.5-air" -omit = ["cost.cache_write"] +omit = ["cost.cache_read", "cost.cache_write"] [cost] -input = 0.13 -output = 0.85 -cache_read = 0.025 +input = 0.125 +output = 0.84 [limit] -context = 131_072 -output = 98_304 +context = 131_070 +output = 131_070 [modalities] input = ["text"]