From 415080507394111c18c4f8e46d170a55e0ee5c4f Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Fri, 7 Feb 2025 10:32:52 +0800 Subject: [PATCH] More models for siliconflow. (#4756) ### What problem does this PR solve? #4751 ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- conf/llm_factories.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/conf/llm_factories.json b/conf/llm_factories.json index dafc5fbc6..6c2af0be7 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -1921,6 +1921,24 @@ "max_tokens": 64000, "model_type": "chat" }, + { + "llm_name": "Pro/deepseek-ai/DeepSeek-R1", + "tags": "LLM,CHAT,64k", + "max_tokens": 64000, + "model_type": "chat" + }, + { + "llm_name": "Pro/deepseek-ai/DeepSeek-V3", + "tags": "LLM,CHAT,64k", + "max_tokens": 64000, + "model_type": "chat" + }, + { + "llm_name": "deepseek-ai/DeepSeek-V3", + "tags": "LLM,CHAT,64k", + "max_tokens": 64000, + "model_type": "chat" + }, { "llm_name": "deepseek-ai/DeepSeek-R1-Distill-Llama-70B", "tags": "LLM,CHAT,32k",