From 8ea6fa7bba9d02d42ffbf38b19034cd28b7a69c1 Mon Sep 17 00:00:00 2001 From: yi-ge Date: Sat, 28 Mar 2026 23:36:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=86=85=E6=B5=8B=E6=B8=A0=E9=81=93?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20GLM-5.1=20=E6=A8=A1=E5=9E=8B=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- compute/providers/internal-testing.json | 20 ++++++++++++++++++++ manifest.json | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) 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 官方配置中心" }