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-Turbo 并设为默认
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -13,6 +13,23 @@
|
|||||||
"chat"
|
"chat"
|
||||||
],
|
],
|
||||||
"models": [
|
"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",
|
"modelName": "glm-5",
|
||||||
"displayName": "GLM-5",
|
"displayName": "GLM-5",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"presetDataVersion": 12,
|
"presetDataVersion": 13,
|
||||||
"updatedAt": "2026-03-19",
|
"updatedAt": "2026-03-19",
|
||||||
"description": "DesireCore 官方配置中心"
|
"description": "DesireCore 官方配置中心"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user