diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 95f7720d0..14715cb48 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -202,6 +202,13 @@ "tags": "LLM,TEXT EMBEDDING,TEXT RE-RANK,TTS,SPEECH2TEXT,MODERATION", "status": "1", "llm": [ + { + "llm_name": "Moonshot-Kimi-K2-Instruct", + "tags": "LLM,CHAT,128K", + "max_tokens": 131072, + "model_type": "chat", + "is_tools": true + }, { "llm_name": "deepseek-r1", "tags": "LLM,CHAT,64K",