Skip to content

Commit 2fb0675

Browse files
committed
docs: add ChatGLM series and AutoGLM models to registry
This commit updates `docs/models.json` to include several Zhipu AI models that were previously missing. Specifically, it adds: - ChatGLM-6B (legacy bilingual model) - ChatGLM3 (3rd generation chat model) - GLM-4 (4th generation foundation model) - AutoGLM-Phone-9B (new on-device agent model) These additions ensure the documentation reflects the comprehensive history and latest releases of the GLM model family.
1 parent 2632af6 commit 2fb0675

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

docs/models.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,18 @@
9595
"en": "Instruction-following model fine-tuned from LLaMA"
9696
}
9797
},
98+
{
99+
"name": "ChatGLM-6B",
100+
"org": "Zhipu AI",
101+
"logoUrl": "https://github.com/THUDM.png",
102+
"date": "2023-03-14",
103+
"repo": "https://github.com/THUDM/ChatGLM-6B",
104+
"tags": ["LLM"],
105+
"description": {
106+
"zh-CN": "清华与智谱开源的双语对话模型",
107+
"en": "Bilingual conversational model by Tsinghua & Zhipu AI"
108+
}
109+
},
98110
{
99111
"name": "Vicuna",
100112
"org": "LMSYS",
@@ -215,6 +227,18 @@
215227
"en": "Aligned model series based on Mistral"
216228
}
217229
},
230+
{
231+
"name": "ChatGLM3",
232+
"org": "Zhipu AI",
233+
"logoUrl": "https://github.com/THUDM.png",
234+
"date": "2023-10-27",
235+
"repo": "https://github.com/THUDM/ChatGLM3",
236+
"tags": ["LLM"],
237+
"description": {
238+
"zh-CN": "更强大的新一代 ChatGLM",
239+
"en": "More powerful next-generation ChatGLM"
240+
}
241+
},
218242
{
219243
"name": "Mixtral 8x7B",
220244
"org": "Mistral AI",
@@ -275,6 +299,18 @@
275299
"en": "Open-source MoE model from DeepSeek (China)"
276300
}
277301
},
302+
{
303+
"name": "GLM-4",
304+
"org": "Zhipu AI",
305+
"logoUrl": "https://github.com/THUDM.png",
306+
"date": "2024-06-05",
307+
"repo": "https://github.com/THUDM/GLM-4",
308+
"tags": ["LLM"],
309+
"description": {
310+
"zh-CN": "智谱新一代基座大模型",
311+
"en": "Zhipu AI's next-gen foundation model"
312+
}
313+
},
278314
{
279315
"name": "Qwen 2",
280316
"org": "Alibaba",
@@ -418,5 +454,17 @@
418454
"zh-CN": "Meta 第四代开源大语言模型",
419455
"en": "Meta's 4th generation open-source LLM"
420456
}
457+
},
458+
{
459+
"name": "AutoGLM-Phone-9B",
460+
"org": "Zhipu AI",
461+
"logoUrl": "https://github.com/zai-org.png",
462+
"date": "2025-12-08",
463+
"repo": "https://github.com/zai-org/Open-AutoGLM",
464+
"tags": ["Agent"],
465+
"description": {
466+
"zh-CN": "智谱开源的端侧手机操作智能体",
467+
"en": "Open-source on-device phone operation agent by Zhipu"
468+
}
421469
}
422470
]

0 commit comments

Comments
 (0)