From 46ded9d3290584e60ee6f3547f25583cc3aa7e74 Mon Sep 17 00:00:00 2001 From: TeslaZY Date: Thu, 31 Jul 2025 14:42:32 +0800 Subject: [PATCH] add Kimi-K2-Instruct from Tongyi-Qianwen API (#9125) ### What problem does this PR solve? add Kimi-K2-Instruct from Tongyi-Qianwen API ### 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 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",