diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index 46a3c20..e5bb7d7 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -16,6 +16,26 @@ "MiniMax-M2.7" ], "models": [ + { + "modelName": "glm-5", + "displayName": "GLM-5", + "serviceType": [ + "chat" + ], + "description": "智谱 GLM-5 大语言模型,200K 上下文", + "contextWindow": 100000, + "maxOutputTokens": 128000, + "capabilities": [ + "chat", + "reasoning", + "code" + ], + "inputPrice": 0, + "outputPrice": 0, + "defaultTemperature": 1, + "defaultTopP": 0.95, + "extra": {} + }, { "modelName": "MiniMax-M2.7-highspeed", "displayName": "MiniMax-M2.7 高速版", @@ -59,26 +79,6 @@ "defaultTopP": 0.95, "extra": {} }, - { - "modelName": "glm-5", - "displayName": "GLM-5", - "serviceType": [ - "chat" - ], - "description": "智谱 GLM-5 大语言模型,200K 上下文", - "contextWindow": 100000, - "maxOutputTokens": 128000, - "capabilities": [ - "chat", - "reasoning", - "code" - ], - "inputPrice": 0, - "outputPrice": 0, - "defaultTemperature": 1, - "defaultTopP": 0.95, - "extra": {} - }, { "modelName": "glm-5-turbo", "displayName": "GLM-5-Turbo", diff --git a/manifest.json b/manifest.json index 1d80cfd..fa4dcad 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 42, + "presetDataVersion": 43, "updatedAt": "2026-05-08", "description": "DesireCore 官方配置中心" }