From 5b4d2ea2e44f7c69312854407a77946988e757d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:41:53 +0000 Subject: [PATCH] chore(sync): update OpenRouter model catalog --- .../models/baidu/ernie-4.5-300b-a47b.toml | 23 ------------------- .../models/inclusionai/ring-2.6-1t.toml | 6 ++--- .../openrouter/models/minimax/minimax-m3.toml | 11 ++++----- 3 files changed, 7 insertions(+), 33 deletions(-) delete mode 100644 providers/openrouter/models/baidu/ernie-4.5-300b-a47b.toml diff --git a/providers/openrouter/models/baidu/ernie-4.5-300b-a47b.toml b/providers/openrouter/models/baidu/ernie-4.5-300b-a47b.toml deleted file mode 100644 index 951dbbda9..000000000 --- a/providers/openrouter/models/baidu/ernie-4.5-300b-a47b.toml +++ /dev/null @@ -1,23 +0,0 @@ -name = "ERNIE 4.5 300B A47B " -family = "ernie" -release_date = "2025-06-30" -last_updated = "2025-06-30" -attachment = false -reasoning = false -temperature = true -tool_call = false -structured_output = false -knowledge = "2025-03-31" -open_weights = true - -[cost] -input = 0.28 -output = 1.1 - -[limit] -context = 123_000 -output = 12_000 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/openrouter/models/inclusionai/ring-2.6-1t.toml b/providers/openrouter/models/inclusionai/ring-2.6-1t.toml index f09d2b968..6af65dec7 100644 --- a/providers/openrouter/models/inclusionai/ring-2.6-1t.toml +++ b/providers/openrouter/models/inclusionai/ring-2.6-1t.toml @@ -10,9 +10,9 @@ structured_output = false open_weights = false [cost] -input = 0.3 -output = 2.5 -cache_read = 0.06 +input = 0.075 +output = 0.625 +cache_read = 0.015 [limit] context = 262_144 diff --git a/providers/openrouter/models/minimax/minimax-m3.toml b/providers/openrouter/models/minimax/minimax-m3.toml index 338328dfc..4a96ad933 100644 --- a/providers/openrouter/models/minimax/minimax-m3.toml +++ b/providers/openrouter/models/minimax/minimax-m3.toml @@ -1,13 +1,10 @@ -name = "MiniMax M3" -family = "minimax-m3" -release_date = "2026-05-31" -last_updated = "2026-05-31" -attachment = true -reasoning = true temperature = true tool_call = true structured_output = false -open_weights = true + +[extends] +from = "minimax/MiniMax-M3" +omit = ["cost.cache_write"] [cost] input = 0.3