feat: 内测渠道增加 GLM-5.1 模型支持

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-28 23:36:03 +08:00
parent a35b268011
commit 8ea6fa7bba
2 changed files with 22 additions and 2 deletions

View File

@@ -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",

View File

@@ -1,6 +1,6 @@
{
"version": "1.0.0",
"presetDataVersion": 14,
"updatedAt": "2026-03-19",
"presetDataVersion": 15,
"updatedAt": "2026-03-28",
"description": "DesireCore 官方配置中心"
}