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 官方配置中心" }