diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index 9121430..14a53fa 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -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", diff --git a/manifest.json b/manifest.json index 27d0041..8667e10 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 50, - "updatedAt": "2026-05-20", + "presetDataVersion": 51, + "updatedAt": "2026-05-23", "description": "DesireCore 官方配置中心" }