From d3ec75df1897b9fb8a494dc1a0c1ad54b40e2f52 Mon Sep 17 00:00:00 2001 From: kiwano-sync-hk Date: Wed, 23 Sep 2026 23:54:35 +0800 Subject: [PATCH 1/4] =?UTF-8?q?Sync=20openrouter=20from=20its=20source=20?= =?UTF-8?q?=E2=80=94=205=20price(s),=203=20new,=201=20gone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Read from https://openrouter.ai/api/v1/models + /{id}/endpoints. ~ deepseek-v4-pro-0813.context: 1048576 -> 1024000 ~ z-ai/glm-5.3:batch.in: "0.72" -> "0.45" ~ z-ai/glm-5.3:batch.out: "2.4" -> "2" ~ z-ai/glm-5.3:batch.cache_read: "0.12" -> "0.1" ~ nvidia/nemotron-3.5-lightning.max_output: 235929 -> 131072 + aion-labs/aion-3.5-mini is new + aion-labs/aion-3.5 is new + upstage/solar-mini4 is new - mistralai/devstral-2512 is gone from the source Co-Authored-By: Claude Code --- entries/openrouter/models.json | 62 ++++++++++++++++++++++++---------- 1 file changed, 44 insertions(+), 18 deletions(-) diff --git a/entries/openrouter/models.json b/entries/openrouter/models.json index 175488c7..119eb44a 100644 --- a/entries/openrouter/models.json +++ b/entries/openrouter/models.json @@ -462,7 +462,7 @@ "openai": "deepseek/deepseek-v4-pro-0813", "anthropic": "deepseek/deepseek-v4-pro-0813" }, - "context": 1048576, + "context": 1024000, "max_output": 384000, "reasoning": true, "tool_call": true, @@ -1643,9 +1643,9 @@ { "id": "z-ai/glm-5.3:batch", "name": "Z.ai: GLM 5.3 (batch)", - "in": "0.72", - "out": "2.4", - "cache_read": "0.12", + "in": "0.45", + "out": "2", + "cache_read": "0.1", "context": 1048576, "max_output": 131072, "reasoning": true, @@ -1711,7 +1711,7 @@ "out": "0.2", "cache_read": "0.04", "context": 262144, - "max_output": 235929, + "max_output": 131072, "reasoning": true, "tool_call": true, "structured_output": true, @@ -3058,19 +3058,6 @@ "structured_output": true, "temperature": false }, - { - "id": "mistralai/devstral-2512", - "name": "Mistral: Devstral 2 2512", - "in": "0.4", - "out": "2", - "cache_read": "0.04", - "context": 262144, - "max_output": 209715, - "reasoning": false, - "tool_call": true, - "structured_output": true, - "temperature": true - }, { "id": "relace/relace-search", "name": "Relace: Relace Search", @@ -5262,5 +5249,44 @@ "tool_call": true, "structured_output": true, "temperature": true + }, + { + "id": "aion-labs/aion-3.5-mini", + "name": "AionLabs: Aion 3.5 Mini", + "in": "0.7", + "out": "1.4", + "cache_read": "0.18", + "context": 262144, + "max_output": 32768, + "reasoning": true, + "tool_call": true, + "structured_output": true, + "temperature": true + }, + { + "id": "aion-labs/aion-3.5", + "name": "AionLabs: Aion 3.5", + "in": "3", + "out": "6", + "cache_read": "0.75", + "context": 262144, + "max_output": 32768, + "reasoning": true, + "tool_call": true, + "structured_output": true, + "temperature": true + }, + { + "id": "upstage/solar-mini4", + "name": "Upstage: Solar Mini 4", + "in": "0.05", + "out": "0.2", + "cache_read": "0.005", + "context": 524288, + "max_output": 131072, + "reasoning": true, + "tool_call": true, + "structured_output": true, + "temperature": true } ] From ed731b42d5354b709a2f724e6811bf9199d4f9d7 Mon Sep 17 00:00:00 2001 From: kiwano-sync-hk Date: Wed, 23 Sep 2026 23:54:35 +0800 Subject: [PATCH 2/4] =?UTF-8?q?Sync=20volcesark=20from=20its=20source=20?= =?UTF-8?q?=E2=80=94=205=20new?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Read from https://www.volcengine.com/api/doc/getDocDetail?DocumentID=1544106, https://www.volcengine.com/api/doc/getDocDetail?DocumentID=1925114, https://www.volcengine.com/api/doc/getDocDetail?DocumentID=2366394. + doubao-seed-2.1-pro is new + doubao-seed-2.1-lite is new + doubao-seed-2.0-mini is new + kimi-k2.8-preview is new + deepseek-v4.1-flash is new Co-Authored-By: Claude Code --- entries/volcesark/models.json | 20 ++++++++++++++++++++ entries/volcesark/provider.json | 3 ++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/entries/volcesark/models.json b/entries/volcesark/models.json index a6018569..4385f726 100644 --- a/entries/volcesark/models.json +++ b/entries/volcesark/models.json @@ -42,5 +42,25 @@ { "id": "deepseek-v4-pro", "name": "DeepSeek V4 Pro" + }, + { + "id": "doubao-seed-2.1-pro", + "name": "Doubao-Seed-2.1-pro" + }, + { + "id": "doubao-seed-2.1-lite", + "name": "Doubao-Seed-2.1-lite" + }, + { + "id": "doubao-seed-2.0-mini", + "name": "Doubao-Seed-2.0-mini" + }, + { + "id": "kimi-k2.8-preview", + "name": "Kimi-K2.8-Preview" + }, + { + "id": "deepseek-v4.1-flash", + "name": "DeepSeek-V4.1-Flash" } ] diff --git a/entries/volcesark/provider.json b/entries/volcesark/provider.json index 6d94be1f..7705b4fc 100644 --- a/entries/volcesark/provider.json +++ b/entries/volcesark/provider.json @@ -16,5 +16,6 @@ "endpoint": "https://ark.cn-beijing.volces.com/api/coding" } ], - "desc": "Official pricing" + "desc": "Official pricing", + "prices_as_of": "2026-09-23" } From 32c8ff34f597644ac7ca7cba80fdb0a3729f92ad Mon Sep 17 00:00:00 2001 From: kiwano-sync-hk Date: Wed, 23 Sep 2026 23:54:35 +0800 Subject: [PATCH 3/4] =?UTF-8?q?Sync=20xai=20from=20its=20source=20?= =?UTF-8?q?=E2=80=94=201=20new?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Read from https://docs.x.ai/docs/models.md. + grok-4.7 is new Co-Authored-By: Claude Code --- entries/xai/models.json | 13 +++++++++++++ entries/xai/provider.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/entries/xai/models.json b/entries/xai/models.json index 90eae741..99649715 100644 --- a/entries/xai/models.json +++ b/entries/xai/models.json @@ -125,5 +125,18 @@ "structured_output": true, "temperature": true, "context": 1000000 + }, + { + "id": "grok-4.7", + "name": "grok-4.7", + "in": "2.00", + "out": "6.00", + "cache_read": "0.50", + "long_context": { + "over": 200000, + "in": "4.00", + "out": "12.00", + "cache_read": "1.00" + } } ] diff --git a/entries/xai/provider.json b/entries/xai/provider.json index 80471959..e8e199c3 100644 --- a/entries/xai/provider.json +++ b/entries/xai/provider.json @@ -13,5 +13,5 @@ } ], "desc": "xAI's own Grok API", - "prices_as_of": "2026-09-14" + "prices_as_of": "2026-09-23" } From a5111abb8efeaa6e502912f632e6e4f6bfb292ea Mon Sep 17 00:00:00 2001 From: kiwano-sync-hk Date: Wed, 23 Sep 2026 23:54:35 +0800 Subject: [PATCH 4/4] Bump the version for 5 price(s), 9 new, 1 gone The published table is version-gated, so a price that moved without this is a price the app never sees. Co-Authored-By: Claude Code --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index a96ab20c..7ffa33b6 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { - "version": 61, + "version": 62, "exchange_rates": { "USD": 1, "CNY": 7.1