From 45f57c2012b05879339d3a79433b1ca2ed94ff5a Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:42:25 -0700 Subject: [PATCH] feat(models): add glm-5-turbo to zai provider model list (#3095) Cherry-picked from PR #2542 by ReqX. Adds glm-5-turbo to the direct zai provider curated model list so /model zai:glm-5-turbo validates correctly. The model was already in _OPENROUTER_UPSTREAM_MODELS but missing from the direct provider list. --- hermes_cli/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hermes_cli/models.py b/hermes_cli/models.py index 50778e2a9..e64e54e38 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -87,6 +87,7 @@ _PROVIDER_MODELS: dict[str, list[str]] = { ], "zai": [ "glm-5", + "glm-5-turbo", "glm-4.7", "glm-4.5", "glm-4.5-flash",