diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index 02c67eb..e1eb903 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -13,6 +13,26 @@ "chat" ], "models": [ + { + "modelName": "glm-5.1", + "displayName": "GLM-5.1", + "serviceType": ["chat"], + "description": "智谱 GLM-5.1 新一代旗舰模型,编程与推理能力断档领先,204K 上下文", + "contextWindow": 204800, + "maxOutputTokens": 131072, + "capabilities": [ + "chat", + "reasoning", + "code", + "deep_thinking", + "tool_use", + "agent" + ], + "inputPrice": 0, + "outputPrice": 0, + "defaultTemperature": 0.95, + "extra": {} + }, { "modelName": "glm-5-turbo", "displayName": "GLM-5-Turbo", diff --git a/manifest.json b/manifest.json index e452b9a..8aa5157 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 14, - "updatedAt": "2026-03-19", + "presetDataVersion": 15, + "updatedAt": "2026-03-28", "description": "DesireCore 官方配置中心" }