diff --git a/hermes_cli/models.py b/hermes_cli/models.py index 7be0547799a..331424dbcd3 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -61,6 +61,7 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [ # MiniMax ("minimax/minimax-m3", ""), # Z-AI + ("z-ai/glm-5.2", ""), ("z-ai/glm-5.1", ""), # Xiaomi ("xiaomi/mimo-v2.5-pro", ""), @@ -182,6 +183,7 @@ _PROVIDER_MODELS: dict[str, list[str]] = { # MiniMax "minimax/minimax-m3", # Z-AI + "z-ai/glm-5.2", "z-ai/glm-5.1", # Xiaomi "xiaomi/mimo-v2.5-pro", diff --git a/website/static/api/model-catalog.json b/website/static/api/model-catalog.json index ff14a1ad5e4..4b9597e8787 100644 --- a/website/static/api/model-catalog.json +++ b/website/static/api/model-catalog.json @@ -1,6 +1,6 @@ { "version": 1, - "updated_at": "2026-06-13T08:41:46Z", + "updated_at": "2026-06-16T18:04:33Z", "metadata": { "source": "hermes-agent repo", "docs": "https://hermes-agent.nousresearch.com/docs/reference/model-catalog" @@ -88,6 +88,10 @@ "id": "minimax/minimax-m3", "description": "" }, + { + "id": "z-ai/glm-5.2", + "description": "" + }, { "id": "z-ai/glm-5.1", "description": "" @@ -202,6 +206,9 @@ { "id": "minimax/minimax-m3" }, + { + "id": "z-ai/glm-5.2" + }, { "id": "z-ai/glm-5.1" },