Merge pull request #47391 from kshitijk4poor/feat/add-glm-5.2

feat: add z-ai/glm-5.2 to OpenRouter and Nous model lists
This commit is contained in:
kshitij 2026-06-17 00:02:05 +05:30 committed by GitHub
commit 8fa562a399
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View file

@ -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",

View file

@ -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"
},