Files
config-center/compute/model-specs/qwen.json
Johnson-LYS 51935c0d54 chore(internal-testing): 退役内置 provider;bump presetDataVersion to 61 (#26)
* chore(internal-testing): 退役内置 provider;bump presetDataVersion to 52

internal-testing 一直作为内测阶段的硬编码 provider 存在,现在客户端已切换到
登录后绑定 desirecore-cloud(NewAPI 网关)方案,internal-testing 不再需要。

从此 commit 起:
- compute/providers/internal-testing.json 删除
- _index.json 移除 internal-testing 条目
- presetDataVersion 51 → 52,触发客户端重新合并预置

客户端需配套实现 retired-providers 清理逻辑:在 mergeBuiltinIfNewer 之后
执行一次性清理,移除本地 compute.json 中残留的 provider-internal-testing-001
+ secrets.json#internal-testing。

* chore: bump preset data version to 61

* feat: 增量同步 16 个厂商旗舰模型 (首批精选)

首次从 OpenRouter 增量同步,覆盖 13 家厂商的最新旗舰:

概要
---
- 新增 .sync-watermark 水位线文件 (1782276303 / 2026-06-24)
- presetDataVersion: 61 → 62
- 校验 70/70 全部通过

新增模型
---
OpenAI:     gpt-image-2 (image_gen), gpt-5.5, gpt-5.4
Anthropic:  claude-fable-5, claude-opus-4.8
Google:     gemini-3.5-flash, gemini-3.1-flash-image (Nano Banana 2)
DeepSeek:   deepseek-v4-pro
Qwen:       qwen3.7-max, qwen3.7-plus
MiniMax:    MiniMax-M3
Moonshot:   kimi-k2.7-code
Zhipu:      glm-5.2
xAI:        grok-4.3
Mistral:    mistral-medium-3.5
Tencent:    hy3-preview
Cohere:     north-mini-code

后续机制
---
每日 10:00 心跳检查 OpenRouter 新模型,对比 .sync-watermark
增量入库,有更新才提 PR,无更新静默。
2026-06-29 20:52:13 +08:00

441 lines
15 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"description": "阿里通义千问 Qwen 系列模型规格。参数来源config-center compute/providers/dashscope.json。",
"specs": [
{
"id": "qwen3.7-max",
"displayName": "Qwen3.7 Max",
"family": "qwen3.7",
"match": { "exact": ["qwen3.7-max"], "patterns": ["qwen3.7-max*"] },
"spec": {
"contextWindow": 1000000,
"maxOutputTokens": 65536,
"capabilities": ["chat", "reasoning", "code", "multilingual", "tool_use", "long_context"],
"serviceType": ["chat"],
"defaultTemperature": 1,
"supportsReasoning": true,
"description": "通义千问 Qwen3.7 Max 旗舰模型100 万上下文"
}
},
{
"id": "qwen3.7-plus",
"displayName": "Qwen3.7 Plus",
"family": "qwen3.7",
"match": { "exact": ["qwen3.7-plus"], "patterns": ["qwen3.7-plus*"] },
"spec": {
"contextWindow": 1000000,
"maxOutputTokens": 65536,
"capabilities": ["chat", "reasoning", "code", "vision", "multilingual", "tool_use", "long_context"],
"serviceType": ["chat"],
"defaultTemperature": 1,
"supportsReasoning": true,
"description": "通义千问 Qwen3.7 Plus 高性价比多模态模型100 万上下文"
}
},
{
"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-A35B480B MoE35B 激活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-2507235B 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 标准版"
}
}
]
}