From 99df597da12b2d7ebf5b124734b67af63cde6a9f Mon Sep 17 00:00:00 2001 From: yrk <2493404415@qq.com> Date: Mon, 2 Mar 2026 14:00:28 +0800 Subject: [PATCH 1/2] feat: update ModelScope model list --- src/utils/config.py | 41 +++++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/src/utils/config.py b/src/utils/config.py index de82bb9e9..ec3a4df4c 100644 --- a/src/utils/config.py +++ b/src/utils/config.py @@ -71,24 +71,21 @@ "ibm": ["ibm/granite-vision-3.1-2b-preview", "meta-llama/llama-4-maverick-17b-128e-instruct-fp8", "meta-llama/llama-3-2-90b-vision-instruct"], "modelscope":[ - "Qwen/Qwen2.5-Coder-32B-Instruct", - "Qwen/Qwen2.5-Coder-14B-Instruct", - "Qwen/Qwen2.5-Coder-7B-Instruct", - "Qwen/Qwen2.5-72B-Instruct", - "Qwen/Qwen2.5-32B-Instruct", - "Qwen/Qwen2.5-14B-Instruct", - "Qwen/Qwen2.5-7B-Instruct", - "Qwen/QwQ-32B-Preview", - "Qwen/Qwen2.5-VL-3B-Instruct", - "Qwen/Qwen2.5-VL-7B-Instruct", - "Qwen/Qwen2.5-VL-32B-Instruct", - "Qwen/Qwen2.5-VL-72B-Instruct", + "deepseek-ai/DeepSeek-R1-0528", + "deepseek-ai/DeepSeek-R1-Distill-Llama-70B", + "deepseek-ai/DeepSeek-R1-Distill-Llama-8B", "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B", "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B", "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B", "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B", - "deepseek-ai/DeepSeek-R1", - "deepseek-ai/DeepSeek-V3", + "deepseek-ai/DeepSeek-V3.2", + "LLM-Research/c4ai-command-r-plus-08-2024", + "MiniMax/MiniMax-M1-80k", + "mistralai/Ministral-8B-Instruct-2410", + "mistralai/Mistral-Large-Instruct-2407", + "mistralai/Mistral-Small-Instruct-2409", + "moonshotai/Kimi-K2.5", + "opencompass/CompassJudger-1-32B-Instruct", "Qwen/Qwen3-1.7B", "Qwen/Qwen3-4B", "Qwen/Qwen3-8B", @@ -96,5 +93,21 @@ "Qwen/Qwen3-30B-A3B", "Qwen/Qwen3-32B", "Qwen/Qwen3-235B-A22B", + "Qwen/Qwen3-235B-A22B-Instruct-2507", + "Qwen/Qwen3-Coder-30B-A3B-Instruct", + "Qwen/Qwen3-Coder-480B-A35B-Instruct", + "Qwen/Qwen3-Next-80B-A3B-Instruct", + "Qwen/Qwen3-VL-235B-A22B-Instruct", + "Qwen/Qwen3-VL-8B-Instruct", + "Qwen/Qwen3-VL-8B-Thinking", + "Qwen/Qwen3.5-122B-A10B", + "Qwen/Qwen3.5-27B", + "Qwen/Qwen3.5-35B-A3B", + "Qwen/Qwen3.5-397B-A17B", + "Qwen/QwQ-32B-Preview", + "Shanghai_AI_Laboratory/Intern-S1", + "Shanghai_AI_Laboratory/Intern-S1-mini", + "stepfun-ai/Step-3.5-Flash", + "ZhipuAI/GLM-5" ], } From 490408228617235828b423ebe7ac834d03998844 Mon Sep 17 00:00:00 2001 From: yrk <2493404415@qq.com> Date: Mon, 2 Mar 2026 14:08:51 +0800 Subject: [PATCH 2/2] update --- src/utils/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/config.py b/src/utils/config.py index ec3a4df4c..bdf849e30 100644 --- a/src/utils/config.py +++ b/src/utils/config.py @@ -9,6 +9,7 @@ "unbound": "Unbound AI", "ibm": "IBM", "grok": "Grok", + "modelscope": "ModelScope", } # Predefined model names for common providers