From aa7473cabd62e144647dd7d483b79d0a33d9f672 Mon Sep 17 00:00:00 2001 From: Teknium Date: Tue, 7 Apr 2026 10:06:25 -0700 Subject: [PATCH] feat: replace z-ai/glm-5 with z-ai/glm-5.1 in OpenRouter and Nous model lists --- 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 85413267da..857bd2ed92 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -44,7 +44,7 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [ ("stepfun/step-3.5-flash", ""), ("minimax/minimax-m2.7", ""), ("minimax/minimax-m2.5", ""), - ("z-ai/glm-5", ""), + ("z-ai/glm-5.1", ""), ("z-ai/glm-5-turbo", ""), ("moonshotai/kimi-k2.5", ""), ("x-ai/grok-4.20-beta", ""), @@ -75,7 +75,7 @@ _PROVIDER_MODELS: dict[str, list[str]] = { "stepfun/step-3.5-flash", "minimax/minimax-m2.7", "minimax/minimax-m2.5", - "z-ai/glm-5", + "z-ai/glm-5.1", "z-ai/glm-5-turbo", "moonshotai/kimi-k2.5", "x-ai/grok-4.20-beta",