chore(internal-testing): 新增 Qwen3.7 Max 并设为默认模型;bump presetDataVersion to 51 (#25)

This commit is contained in:
2026-05-23 10:24:58 +08:00
committed by GitHub
parent cc3f0b53da
commit e17a00d48b
2 changed files with 26 additions and 2 deletions

View File

@@ -34,6 +34,30 @@
"MiniMax-M2.7"
],
"models": [
{
"modelName": "qwen3.7-max",
"displayName": "Qwen3.7 Max",
"serviceType": [
"chat"
],
"description": "阿里通义千问 Qwen3.7 Max原生 1M 上下文Hybrid MoE 架构,内置 CoT 推理",
"contextWindow": 500000,
"maxOutputTokens": 65536,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"tool_use",
"agent",
"deep_thinking"
],
"inputPrice": 0,
"outputPrice": 0,
"defaultTemperature": 0.7,
"defaultTopP": 0.8,
"extra": {}
},
{
"modelName": "deepseek-v4-pro",
"displayName": "DeepSeek V4 Pro",

View File

@@ -1,6 +1,6 @@
{
"version": "1.0.0",
"presetDataVersion": 50,
"updatedAt": "2026-05-20",
"presetDataVersion": 51,
"updatedAt": "2026-05-23",
"description": "DesireCore 官方配置中心"
}