diff --git a/back/LazyLLM b/back/LazyLLM index 250112d..4cc6660 160000 --- a/back/LazyLLM +++ b/back/LazyLLM @@ -1 +1 @@ -Subproject commit 250112dedf514874cdb97e8662e3d3ebd9eb3085 +Subproject commit 4cc6660e16afcbd5b3586d6f2dfc8a642f661b3c diff --git a/back/src/parts/models_hub/model_list.py b/back/src/parts/models_hub/model_list.py index a54c143..ee2d918 100644 --- a/back/src/parts/models_hub/model_list.py +++ b/back/src/parts/models_hub/model_list.py @@ -22,6 +22,7 @@ "Kimi": ["llm"], "OpenAI": ["llm", "embedding"], "SiliconFlow": ["llm", "embedding", "reranker", "sd", "tts", "stt", "vqa"], + "AIPing": ["llm", "embedding", "reranker", "vqa", "sd"], } # 模型类别 @@ -449,6 +450,104 @@ {"model_name": "TeleAI/TeleSpeechASR", "support_finetune": False, "type": "STT"}, ], }, + "AIPing": { + "llm_list": [ + {"model_name": "DeepSeek-Math-V2", "support_finetune": False, "type": "LLM"}, + {"model_name": "DeepSeek-R1", "support_finetune": False, "type": "LLM"}, + {"model_name": "DeepSeek-R1-0528", "support_finetune": False, "type": "LLM"}, + {"model_name": "DeepSeek-R1-Distill-Llama-70B", "support_finetune": False, "type": "LLM"}, + {"model_name": "DeepSeek-R1-Distill-Llama-8B", "support_finetune": False, "type": "LLM"}, + {"model_name": "DeepSeek-R1-Distill-Qwen-14B", "support_finetune": False, "type": "LLM"}, + {"model_name": "DeepSeek-R1-Distill-Qwen-32B", "support_finetune": False, "type": "LLM"}, + {"model_name": "DeepSeek-R1-Distill-Qwen-7B", "support_finetune": False, "type": "LLM"}, + {"model_name": "DeepSeek-V3", "support_finetune": False, "type": "LLM"}, + {"model_name": "DeepSeek-V3-0324", "support_finetune": False, "type": "LLM"}, + {"model_name": "DeepSeek-V3.1", "support_finetune": False, "type": "LLM"}, + {"model_name": "DeepSeek-V3.1-Terminus", "support_finetune": False, "type": "LLM"}, + {"model_name": "DeepSeek-V3.2", "support_finetune": False, "type": "LLM"}, + {"model_name": "DeepSeek-V3.2-Exp", "support_finetune": False, "type": "LLM"}, + {"model_name": "ERNIE-4.5-21B-A3B", "support_finetune": False, "type": "LLM"}, + {"model_name": "ERNIE-4.5-300B-A47B", "support_finetune": False, "type": "LLM"}, + {"model_name": "GLM-4-32B-0414", "support_finetune": False, "type": "LLM"}, + {"model_name": "GLM-4.5", "support_finetune": False, "type": "LLM"}, + {"model_name": "GLM-4.5-Air", "support_finetune": False, "type": "LLM"}, + {"model_name": "GLM-4.6", "support_finetune": False, "type": "LLM"}, + {"model_name": "GLM-4-9B-0414", "support_finetune": False, "type": "LLM"}, + {"model_name": "GLM-Z1-32B-0414", "support_finetune": False, "type": "LLM"}, + {"model_name": "GLM-Z1-9B-0414", "support_finetune": False, "type": "LLM"}, + {"model_name": "Hunyuan-A13B-Instruct", "support_finetune": False, "type": "LLM"}, + {"model_name": "Kimi-K2-0905", "support_finetune": False, "type": "LLM"}, + {"model_name": "Kimi-K2-Instruct", "support_finetune": False, "type": "LLM"}, + {"model_name": "Kimi-K2-Thinking", "support_finetune": False, "type": "LLM"}, + {"model_name": "Ling-1T", "support_finetune": False, "type": "LLM"}, + {"model_name": "MiniMax-M1-80k", "support_finetune": False, "type": "LLM"}, + {"model_name": "MiniMax-M2", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen2.5-14B-Instruct", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen2.5-32B-Instruct", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen2.5-72B-Instruct", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen2.5-7B-Instruct", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen2.5-Coder-32B-Instruct", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen3-14B", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen3-1.7B", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen3-235B-A22B", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen3-235B-A22B-Instruct-2507", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen3-235B-A22B-Thinking-2507", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen3-30B-A3B", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen3-30B-A3B-Instruct-2507", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen3-30B-A3B-Thinking-2507", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen3-32B", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen3-8B", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen3-Coder-30B-A3B-Instruct", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen3-Coder-480B-A35B-Instruct", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen3-Max", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen3-Next-80B-A3B-Instruct", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen3-Next-80B-A3B-Thinking", "support_finetune": False, "type": "LLM"}, + {"model_name": "Qwen3-Max", "support_finetune": False, "type": "LLM"}, + {"model_name": "QwQ-32B", "support_finetune": False, "type": "LLM"}, + {"model_name": "Ring-1T", "support_finetune": False, "type": "LLM"}, + ], + "embedding_list": [ + {"model_name": "Qwen3-Embedding-0.6B", "support_finetune": False, "type": "embedding"}, + {"model_name": "Qwen3-Embedding-4B", "support_finetune": False, "type": "embedding"}, + {"model_name": "Qwen3-Embedding-8B", "support_finetune": False, "type": "embedding"}, + {"model_name": "text-embedding-v1", "support_finetune": False, "type": "embedding"}, + ], + "reranker_list": [ + {"model_name": "bge-reranker-v2-m3", "support_finetune": False, "type": "rerank"}, + {"model_name": "gte-rerank", "support_finetune": False, "type": "rerank"}, + {"model_name": "Qwen3-Reranker-0.6B", "support_finetune": False, "type": "rerank"}, + {"model_name": "Qwen3-Reranker-8B", "support_finetune": False, "type": "rerank"}, + ], + "vqa_list": [ + {"model_name": "GLM-4.5V", "support_finetune": False, "type": "VQA"}, + {"model_name": "GLM-4.6V", "support_finetune": False, "type": "VQA"}, + {"model_name": "Qwen2.5-VL-32B-Instruct", "support_finetune": False, "type": "VQA"}, + {"model_name": "Qwen2.5-VL-72B-Instruct", "support_finetune": False, "type": "VQA"}, + {"model_name": "Qwen2.5-VL-7B-Instruct", "support_finetune": False, "type": "VQA"}, + {"model_name": "Qwen3-VL-235B-A22B-Instruct", "support_finetune": False, "type": "VQA"}, + {"model_name": "Qwen3-VL-235B-A22B-Thinking", "support_finetune": False, "type": "VQA"}, + {"model_name": "Qwen3-VL-30B-A3B-Instruct", "support_finetune": False, "type": "VQA"}, + {"model_name": "Qwen3-VL-30B-A3B-Thinking", "support_finetune": False, "type": "VQA"}, + ], + "sd_list": [ + {"model_name": "Qwen-Image", "support_finetune": False, "type": "SD"}, + {"model_name": "HunyuanImage-3.0", "support_finetune": False, "type": "SD"}, + {"model_name": "即梦文生图 3.0", "support_finetune": False, "type": "SD"}, + {"model_name": "即梦文生图 3.1", "support_finetune": False, "type": "SD"}, + {"model_name": "Doubao-Seedream-4.0", "support_finetune": False, "type": "SD"}, + {"model_name": "Doubao-Seedream-4.5", "support_finetune": False, "type": "SD"}, + {"model_name": "Kolors", "support_finetune": False, "type": "SD"}, + {"model_name": "Qwen-Image-Plus", "support_finetune": False, "type": "SD"}, + {"model_name": "Wan2.5-T2I-Preview", "support_finetune": False, "type": "SD"}, + {"model_name": "Kling-V1", "support_finetune": False, "type": "SD"}, + {"model_name": "Kling-V1.5", "support_finetune": False, "type": "SD"}, + {"model_name": "Kling-V2", "support_finetune": False, "type": "SD"}, + {"model_name": "Kling-V2-new", "support_finetune": False, "type": "SD"}, + {"model_name": "Kling-V2.1", "support_finetune": False, "type": "SD"}, + {"model_name": "即梦图片生成 4.0", "support_finetune": False, "type": "SD"}, + + ], + }, } # AMS内置的模型