diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 1022ee257..943c16db8 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -532,6 +532,48 @@ "tags": "LLM,TEXT EMBEDDING,SPEECH2TEXT,MODERATION", "status": "1", "llm": [ + { + "llm_name": "glm-4.5v", + "tags": "LLM,CHAT,IMAGE2TEXT,", + "max_tokens": 128000, + "model_type": "image2text", + "is_tools": true + }, + { + "llm_name": "glm-4.5", + "tags": "LLM,CHAT,128K,", + "max_tokens": 128000, + "model_type": "chat", + "is_tools": true + }, + { + "llm_name": "glm-4.5-x", + "tags": "LLM,CHAT,128K,", + "max_tokens": 128000, + "model_type": "chat", + "is_tools": true + }, + { + "llm_name": "glm-4.5-air", + "tags": "LLM,CHAT,128K,", + "max_tokens": 128000, + "model_type": "chat", + "is_tools": true + }, + { + "llm_name": "glm-4.5-airx", + "tags": "LLM,CHAT,128K,", + "max_tokens": 128000, + "model_type": "chat", + "is_tools": true + }, + { + "llm_name": "glm-4.5-flash", + "tags": "LLM,CHAT,128K,", + "max_tokens": 128000, + "model_type": "chat", + "is_tools": true + }, { "llm_name": "glm-4-plus", "tags": "LLM,CHAT,",