feat(compute): 添加 qwen3.8-max-preview 模型 (#66)

- 新增 Qwen3.8-Max Preview 到 dashscope provider 和 model-specs
- 100万上下文,支持视觉理解(serviceType 含 vision)、Agent、推理
- supportsReasoning: true
- 定价:输入 ¥12/M token,输出 ¥36/M token
- presetDataVersion 81 → 82
This commit is contained in:
2026-07-25 15:31:40 +08:00
committed by GitHub
parent 2ddf3045d6
commit 130b8f9ef9
3 changed files with 44 additions and 2 deletions

View File

@@ -1,6 +1,22 @@
{
"description": "阿里通义千问 Qwen 系列模型规格。参数来源config-center compute/providers/dashscope.json。",
"specs": [
{
"id": "qwen3.8-max-preview",
"displayName": "Qwen3.8 Max Preview",
"family": "qwen3.8",
"match": { "exact": ["qwen3.8-max-preview"], "patterns": ["qwen3.8-max-preview*"] },
"spec": {
"contextWindow": 1000000,
"maxOutputTokens": 65536,
"capabilities": ["chat", "reasoning", "code", "multilingual", "tool_use", "long_context", "agent", "vision"],
"serviceType": ["chat"],
"defaultTemperature": 0.6,
"defaultTopP": 0.95,
"supportsReasoning": true,
"description": "通义千问 Qwen3.8 Max 预览版100 万上下文,支持视觉理解"
}
},
{
"id": "qwen3.7-max",
"displayName": "Qwen3.7 Max",