From 3a655077b016db85614f7cb87f9f0908b3870fa1 Mon Sep 17 00:00:00 2001 From: yi-ge Date: Thu, 19 Mar 2026 20:29:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=86=85=E6=B5=8B=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E5=A2=9E=E5=8A=A0=20GLM-5-Turbo=20=E5=B9=B6=E8=AE=BE?= =?UTF-8?q?=E4=B8=BA=E9=BB=98=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- compute/providers/internal-testing.json | 17 +++++++++++++++++ manifest.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index 9f5aaf9..02c67eb 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -13,6 +13,23 @@ "chat" ], "models": [ + { + "modelName": "glm-5-turbo", + "displayName": "GLM-5-Turbo", + "serviceType": ["chat"], + "description": "智谱 GLM-5-Turbo 大语言模型,更快的推理速度", + "contextWindow": 128000, + "maxOutputTokens": 8192, + "capabilities": [ + "chat", + "reasoning", + "code" + ], + "inputPrice": 0, + "outputPrice": 0, + "defaultTemperature": 1, + "extra": {} + }, { "modelName": "glm-5", "displayName": "GLM-5", diff --git a/manifest.json b/manifest.json index 0264d59..e02d846 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 12, + "presetDataVersion": 13, "updatedAt": "2026-03-19", "description": "DesireCore 官方配置中心" }