mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:50:50 +08:00
* feat(model-specs): 新增模型规格库与 schema 契约 - compute/model-specs/:按厂商维护模型内在参数(上下文窗口/最大输出/能力/serviceType/默认温度,不含价签) - schemas/model-spec.schema.json:Draft-07 契约,spec 允许 null(新文件不影响老客户端 frozen 契约) - scripts/validate.mjs:pickSchemaKey 纳入 model-specs 校验 - manifest.presetDataVersion 54→55 * feat(model-specs): 新增小米 MiMo 系列模型规格;bump presetDataVersion 55→56 * feat(model-specs): 补全全量模型规格;presetDataVersion 56→57 * feat(model-specs): 新增 releasedAt/retiredAt 时间戳字段;补充 mimo 退役日期
411 lines
14 KiB
JSON
411 lines
14 KiB
JSON
{
|
||
"description": "阿里通义千问 Qwen 系列模型规格。参数来源:config-center compute/providers/dashscope.json。",
|
||
"specs": [
|
||
{
|
||
"id": "qwen-max",
|
||
"displayName": "Qwen Max",
|
||
"family": "qwen-max",
|
||
"match": { "patterns": ["qwen-max*"] },
|
||
"spec": {
|
||
"contextWindow": 32768,
|
||
"maxOutputTokens": 8192,
|
||
"capabilities": ["chat", "reasoning", "code", "multilingual", "long_context"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0.7
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen-plus",
|
||
"displayName": "Qwen Plus",
|
||
"family": "qwen-plus",
|
||
"match": { "patterns": ["qwen-plus*"] },
|
||
"spec": {
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 32768,
|
||
"capabilities": ["chat", "reasoning", "code", "thinking_mode"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0.7
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen-turbo",
|
||
"displayName": "Qwen Turbo",
|
||
"family": "qwen-turbo",
|
||
"match": { "patterns": ["qwen-turbo*"] },
|
||
"spec": {
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 16384,
|
||
"capabilities": ["chat", "code", "long_context", "fast"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0.7
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen3-max",
|
||
"displayName": "Qwen3 Max",
|
||
"family": "qwen3-max",
|
||
"spec": {
|
||
"contextWindow": 262144,
|
||
"maxOutputTokens": 65536,
|
||
"capabilities": ["chat", "reasoning", "code", "multilingual", "long_context", "tool_use", "agent", "vision"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0.7,
|
||
"supportsReasoning": true
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen3.5-plus",
|
||
"displayName": "Qwen3.5 Plus",
|
||
"family": "qwen3.5",
|
||
"spec": {
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 65536,
|
||
"capabilities": ["chat", "reasoning", "code", "multilingual", "long_context", "tool_use", "agent", "vision"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0.6,
|
||
"supportsReasoning": true
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen3.6-plus",
|
||
"displayName": "Qwen3.6 Plus",
|
||
"family": "qwen3.6",
|
||
"spec": {
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 65536,
|
||
"capabilities": ["chat", "reasoning", "code", "multilingual", "long_context", "tool_use", "agent", "vision"],
|
||
"serviceType": ["chat", "vision"],
|
||
"defaultTemperature": 0.6,
|
||
"supportsReasoning": true
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen3.6-flash",
|
||
"displayName": "Qwen3.6 Flash",
|
||
"family": "qwen3.6",
|
||
"match": { "exact": ["qwen3.6-flash"] },
|
||
"spec": {
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 65536,
|
||
"capabilities": ["chat", "reasoning", "code", "multilingual", "long_context", "tool_use", "vision", "fast"],
|
||
"serviceType": ["chat", "vision"],
|
||
"defaultTemperature": 0.6,
|
||
"supportsReasoning": true,
|
||
"description": "通义千问3.6 Flash,高性价比多模态模型,100万上下文"
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen-long",
|
||
"displayName": "Qwen Long",
|
||
"family": "qwen-long",
|
||
"match": { "exact": ["qwen-long"] },
|
||
"spec": {
|
||
"contextWindow": 10000000,
|
||
"maxOutputTokens": 32768,
|
||
"capabilities": ["chat", "ultra_long_context", "document_processing"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 1,
|
||
"description": "通义千问 Long,支持 1000 万上下文,适合超长文档处理"
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen3-vl-plus",
|
||
"displayName": "Qwen3-VL-Plus",
|
||
"family": "qwen3-vl",
|
||
"match": { "exact": ["qwen3-vl-plus"] },
|
||
"spec": {
|
||
"contextWindow": 262144,
|
||
"maxOutputTokens": 32768,
|
||
"capabilities": ["chat", "vision", "image_understanding", "ocr", "chart_analysis"],
|
||
"serviceType": ["vision"],
|
||
"defaultTemperature": 0.7,
|
||
"description": "通义千问3代视觉模型Plus版,支持图像理解"
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen3-vl-flash",
|
||
"displayName": "Qwen3-VL-Flash",
|
||
"family": "qwen3-vl",
|
||
"match": { "exact": ["qwen3-vl-flash"] },
|
||
"spec": {
|
||
"contextWindow": 262144,
|
||
"maxOutputTokens": 32768,
|
||
"capabilities": ["chat", "vision", "image_understanding", "fast"],
|
||
"serviceType": ["vision"],
|
||
"defaultTemperature": 0.7,
|
||
"description": "通义千问3代视觉模型Flash版,高性价比"
|
||
}
|
||
},
|
||
{
|
||
"id": "text-embedding-v3",
|
||
"displayName": "text-embedding-v3",
|
||
"family": "text-embedding-v3",
|
||
"match": { "exact": ["text-embedding-v3"] },
|
||
"spec": {
|
||
"contextWindow": 8192,
|
||
"capabilities": ["text_embedding", "semantic_search", "chinese_optimized"],
|
||
"serviceType": ["embedding"],
|
||
"description": "阿里云文本向量化模型 v3"
|
||
}
|
||
},
|
||
{
|
||
"id": "text-embedding-v4",
|
||
"displayName": "text-embedding-v4",
|
||
"family": "text-embedding-v4",
|
||
"match": { "exact": ["text-embedding-v4"] },
|
||
"spec": {
|
||
"contextWindow": 8192,
|
||
"capabilities": ["text_embedding", "semantic_search", "rag"],
|
||
"serviceType": ["embedding"],
|
||
"description": "阿里云百炼文本向量模型v4,支持多维度与多语种"
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen3-rerank",
|
||
"displayName": "Qwen3-Rerank",
|
||
"family": "qwen3-rerank",
|
||
"match": { "exact": ["qwen3-rerank"] },
|
||
"spec": {
|
||
"contextWindow": 120000,
|
||
"capabilities": ["rerank", "semantic_reranking", "multilingual"],
|
||
"serviceType": ["rerank"],
|
||
"description": "检索重排序,支持 100+ 语种"
|
||
}
|
||
},
|
||
{
|
||
"id": "cosyvoice-v2",
|
||
"displayName": "CosyVoice V2",
|
||
"family": "cosyvoice",
|
||
"match": { "exact": ["cosyvoice-v2"] },
|
||
"spec": {
|
||
"capabilities": ["tts", "multilingual", "chinese_optimized"],
|
||
"serviceType": ["tts"],
|
||
"description": "通义语音合成,支持中英文"
|
||
}
|
||
},
|
||
{
|
||
"id": "paraformer-v2",
|
||
"displayName": "Paraformer V2",
|
||
"family": "paraformer",
|
||
"match": { "exact": ["paraformer-v2"] },
|
||
"spec": {
|
||
"capabilities": ["asr", "chinese_optimized"],
|
||
"serviceType": ["asr"],
|
||
"description": "通义语音识别"
|
||
}
|
||
},
|
||
{
|
||
"id": "wan2.7-image-pro",
|
||
"displayName": "通义万相 2.7 Pro",
|
||
"family": "wan2",
|
||
"match": { "exact": ["wan2.7-image-pro"] },
|
||
"spec": {
|
||
"capabilities": ["image_generation", "chinese_optimized", "high_quality"],
|
||
"serviceType": ["image_gen"],
|
||
"description": "万相最新旗舰文生图模型,支持 4K 分辨率"
|
||
}
|
||
},
|
||
{
|
||
"id": "wan2.7-image",
|
||
"displayName": "通义万相 2.7",
|
||
"family": "wan2",
|
||
"match": { "exact": ["wan2.7-image"] },
|
||
"spec": {
|
||
"capabilities": ["image_generation", "chinese_optimized"],
|
||
"serviceType": ["image_gen"],
|
||
"description": "万相最新标准文生图模型,高画质"
|
||
}
|
||
},
|
||
{
|
||
"id": "wan2.6-t2i",
|
||
"displayName": "通义万相 2.6 文生图",
|
||
"family": "wan2",
|
||
"match": { "exact": ["wan2.6-t2i"] },
|
||
"spec": {
|
||
"capabilities": ["image_generation", "chinese_optimized"],
|
||
"serviceType": ["image_gen"],
|
||
"description": "万相 2.6 文生图专用模型,稳定可靠"
|
||
}
|
||
},
|
||
{
|
||
"id": "wan2.2-t2i-plus",
|
||
"displayName": "通义万相 2.2 Plus",
|
||
"family": "wan2",
|
||
"match": { "exact": ["wan2.2-t2i-plus"] },
|
||
"spec": {
|
||
"capabilities": ["image_generation", "chinese_optimized"],
|
||
"serviceType": ["image_gen"],
|
||
"description": "万相 2.2 增强版,画质与速度平衡"
|
||
}
|
||
},
|
||
{
|
||
"id": "wan2.2-t2i-flash",
|
||
"displayName": "通义万相 2.2 Flash",
|
||
"family": "wan2",
|
||
"match": { "exact": ["wan2.2-t2i-flash"] },
|
||
"spec": {
|
||
"capabilities": ["image_generation", "chinese_optimized", "fast"],
|
||
"serviceType": ["image_gen"],
|
||
"description": "万相 2.2 快速版,生成速度极快"
|
||
}
|
||
},
|
||
{
|
||
"id": "wan2.6-t2v",
|
||
"displayName": "通义万相 2.6 文生视频",
|
||
"family": "wan2",
|
||
"match": { "exact": ["wan2.6-t2v"] },
|
||
"spec": {
|
||
"capabilities": ["video_generation", "chinese_optimized"],
|
||
"serviceType": ["video_gen"],
|
||
"description": "万相 2.6 文生视频模型,支持文生视频和图生视频"
|
||
}
|
||
},
|
||
{
|
||
"id": "cosyvoice-clone",
|
||
"displayName": "CosyVoice 声音复刻",
|
||
"family": "cosyvoice",
|
||
"match": { "exact": ["cosyvoice-clone"] },
|
||
"spec": {
|
||
"capabilities": ["voice_clone", "chinese_optimized", "few_shot"],
|
||
"serviceType": ["voice_clone"],
|
||
"description": "通义声音复刻,少量样本即可克隆"
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen-omni-turbo",
|
||
"displayName": "Qwen-Omni-Turbo",
|
||
"family": "qwen-omni",
|
||
"match": { "exact": ["qwen-omni-turbo"] },
|
||
"spec": {
|
||
"contextWindow": 32768,
|
||
"maxOutputTokens": 2048,
|
||
"capabilities": ["chat", "vision", "tts", "asr", "multimodal", "tool_use"],
|
||
"serviceType": ["omni"],
|
||
"defaultTemperature": 0.7,
|
||
"description": "通义全能模型,支持音视频文本多模态"
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen3-max-trans",
|
||
"displayName": "Qwen3-Max(翻译)",
|
||
"family": "qwen3-trans",
|
||
"match": { "exact": ["qwen3-max-trans"] },
|
||
"spec": {
|
||
"contextWindow": 131072,
|
||
"maxOutputTokens": 8192,
|
||
"capabilities": ["translation", "multilingual", "chinese_optimized"],
|
||
"serviceType": ["translation"],
|
||
"defaultTemperature": 0.65,
|
||
"description": "通义千问翻译,中英日韩等多语种互译"
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen3-coder",
|
||
"displayName": "Qwen3 Coder",
|
||
"family": "qwen3-coder",
|
||
"match": { "exact": ["qwen3-coder", "qwen/qwen3-coder:free", "qwen3-coder:free"] },
|
||
"spec": {
|
||
"contextWindow": 262144,
|
||
"maxOutputTokens": 65536,
|
||
"capabilities": ["chat", "code", "long_context", "agent", "tool_use"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0.7,
|
||
"description": "通义千问3 Coder 编程模型(通过 OpenRouter 提供,:free 层)"
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen3.7-max",
|
||
"displayName": "Qwen3.7 Max",
|
||
"family": "qwen3.7",
|
||
"match": { "exact": ["qwen3.7-max"] },
|
||
"spec": {
|
||
"contextWindow": 500000,
|
||
"maxOutputTokens": 65536,
|
||
"capabilities": ["chat", "reasoning", "code", "vision", "tool_use", "agent", "deep_thinking"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0.7,
|
||
"supportsReasoning": true,
|
||
"description": "阿里通义千问 Qwen3.7 Max,原生 1M 上下文,Hybrid MoE 架构"
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen3.5-35b-a3b",
|
||
"displayName": "Qwen3.5 35B-A3B",
|
||
"family": "qwen3.5",
|
||
"match": { "exact": ["qwen3.5-35b-a3b"] },
|
||
"spec": {
|
||
"contextWindow": 131072,
|
||
"maxOutputTokens": 65536,
|
||
"capabilities": ["chat", "reasoning", "code", "vision", "tool_use"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0.7,
|
||
"description": "Qwen3.5 35B-A3B MoE 模型(35B 总参/3B 激活),131K 上下文"
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen3.5-27b",
|
||
"displayName": "Qwen3.5 27B",
|
||
"family": "qwen3.5",
|
||
"match": { "exact": ["qwen3.5-27b"] },
|
||
"spec": {
|
||
"contextWindow": 131072,
|
||
"maxOutputTokens": 65536,
|
||
"capabilities": ["chat", "reasoning", "code", "vision", "tool_use"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0.7,
|
||
"description": "Qwen3.5 27B Dense 模型,131K 上下文"
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen3-coder-480b",
|
||
"displayName": "Qwen3 Coder 480B (硅基)",
|
||
"family": "qwen3-coder",
|
||
"match": { "exact": ["qwen3-coder-480b", "Qwen/Qwen3-Coder-480B-A35B-Instruct"] },
|
||
"spec": {
|
||
"contextWindow": 262144,
|
||
"maxOutputTokens": 262144,
|
||
"capabilities": ["chat", "code", "long_context", "agent", "tool_use"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0.7,
|
||
"description": "Qwen3-Coder-480B-A35B,480B MoE(35B 激活),256K 上下文,面向 Agentic Coding"
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen3-235b",
|
||
"displayName": "Qwen3 235B (硅基)",
|
||
"family": "qwen3-235b",
|
||
"match": { "exact": ["qwen3-235b", "Qwen/Qwen3-235B-A22B-Instruct-2507"] },
|
||
"spec": {
|
||
"contextWindow": 262144,
|
||
"maxOutputTokens": 262144,
|
||
"capabilities": ["chat", "code", "multilingual", "tool_use", "agent", "long_context"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0.7,
|
||
"description": "Qwen3-235B-A22B-Instruct-2507,235B MoE 通用指令模型,262K 上下文"
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen-image-2.0-pro",
|
||
"displayName": "千问图像 2.0 Pro",
|
||
"family": "qwen-image-2",
|
||
"match": { "exact": ["qwen-image-2.0-pro"] },
|
||
"spec": {
|
||
"capabilities": ["image_generation", "chinese_optimized", "high_quality"],
|
||
"serviceType": ["image_gen"],
|
||
"description": "千问图像生成 2.0 Pro 旗舰版,高画质多风格"
|
||
}
|
||
},
|
||
{
|
||
"id": "qwen-image-2.0",
|
||
"displayName": "千问图像 2.0",
|
||
"family": "qwen-image-2",
|
||
"match": { "exact": ["qwen-image-2.0"] },
|
||
"spec": {
|
||
"capabilities": ["image_generation", "chinese_optimized"],
|
||
"serviceType": ["image_gen"],
|
||
"description": "千问图像生成 2.0 标准版"
|
||
}
|
||
}
|
||
]
|
||
}
|