feat: 内测供应商增加 GLM-5-Turbo 并设为默认

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-19 20:29:54 +08:00
parent 9d5f1df7cb
commit 3a655077b0
2 changed files with 18 additions and 1 deletions

View File

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

View File

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