feat: add qwen3.8 max preview (#67)

This commit is contained in:
Johnson-LYS
2026-08-10 17:10:47 +08:00
committed by GitHub
parent d6f939af52
commit ed0aeccf29
3 changed files with 65 additions and 1 deletions

View File

@@ -26,6 +26,42 @@
}
},
"models": [
{
"modelName": "qwen3.8-max-preview",
"displayName": "Qwen3.8 Max Preview (Token Plan)",
"serviceType": [
"chat",
"reasoning",
"vision"
],
"description": "百炼 Token Plan通义千问 3.8 Max 预览版,支持文本与视觉输入,始终开启深度思考",
"contextWindow": 983616,
"maxOutputTokens": 65536,
"capabilities": [
"chat",
"reasoning",
"deep_thinking",
"code",
"vision",
"tool_use",
"agent",
"long_context"
],
"defaultTemperature": 0.6,
"extra": {
"reasoning": {
"supportedEfforts": ["low", "high", "xhigh"],
"defaultEffort": "xhigh"
},
"supportsThinking": true,
"thinkingDefault": true,
"thinkingOnly": true,
"thinkingMaxTokens": 262144,
"preserveThinkingDefault": true,
"supportsParallelToolCalls": false
},
"source": "preset"
},
{
"modelName": "qwen3.7-max",
"displayName": "Qwen3.7 Max (Token Plan)",