mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-04-21 16:21:32 +08:00
feat: 内测渠道增加 GLM-5.1 模型支持
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -13,6 +13,26 @@
|
|||||||
"chat"
|
"chat"
|
||||||
],
|
],
|
||||||
"models": [
|
"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",
|
"modelName": "glm-5-turbo",
|
||||||
"displayName": "GLM-5-Turbo",
|
"displayName": "GLM-5-Turbo",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"presetDataVersion": 14,
|
"presetDataVersion": 15,
|
||||||
"updatedAt": "2026-03-19",
|
"updatedAt": "2026-03-28",
|
||||||
"description": "DesireCore 官方配置中心"
|
"description": "DesireCore 官方配置中心"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user