From a8526a41596a9678e55c4ab75d29778a72bafd9a Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Sun, 31 May 2026 19:24:17 -0700 Subject: [PATCH] chore(models): bump minimax to minimax-m3 in openrouter + nous lists (#36191) Replace minimax/minimax-m2.7 with minimax/minimax-m3 in the OpenRouter fallback snapshot and the Nous portal model list. --- hermes_cli/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hermes_cli/models.py b/hermes_cli/models.py index b7cce1716..9a4ff8c58 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -56,7 +56,7 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [ # MoonshotAI ("moonshotai/kimi-k2.6", "recommended"), # MiniMax - ("minimax/minimax-m2.7", ""), + ("minimax/minimax-m3", ""), # Z-AI ("z-ai/glm-5.1", ""), # Xiaomi @@ -173,7 +173,7 @@ _PROVIDER_MODELS: dict[str, list[str]] = { # MoonshotAI "moonshotai/kimi-k2.6", # MiniMax - "minimax/minimax-m2.7", + "minimax/minimax-m3", # Z-AI "z-ai/glm-5.1", # Xiaomi