From ea89e4e0c6f8fd4781782bbbb36628d499c755cc Mon Sep 17 00:00:00 2001 From: Yongteng Lei Date: Tue, 23 Dec 2025 12:38:56 +0800 Subject: [PATCH] Feat: add GLM-4.7 (#12102) ### What problem does this PR solve? Add GLM-4.7. ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- conf/llm_factories.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 4474cc71e..0f0b979da 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -762,6 +762,13 @@ "status": "1", "rank": "940", "llm": [ + { + "llm_name": "glm-4.7", + "tags": "LLM,CHAT,128K", + "max_tokens": 128000, + "model_type": "chat", + "is_tools": true + }, { "llm_name": "glm-4.5", "tags": "LLM,CHAT,128K",