mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-09-05 16:54:13 +08:00
- add GLM-5.3 Flash to the Z.AI Coding Plan preset - declare multimodal and always-on reasoning capabilities - add regression coverage and bump preset data version
159 lines
3.7 KiB
JSON
159 lines
3.7 KiB
JSON
{
|
||
"id": "provider-zhipu-coding-001",
|
||
"provider": "zhipu",
|
||
"brandGroup": "zhipu",
|
||
"label": "智谱 Token (Coding) Plan",
|
||
"baseUrl": "https://api.z.ai/api/anthropic",
|
||
"apiFormat": "anthropic-messages",
|
||
"apiKeyRef": "",
|
||
"apiKeyVerified": false,
|
||
"enabled": false,
|
||
"status": "unconfigured",
|
||
"accessMode": "coding-plan",
|
||
"services": [
|
||
"chat",
|
||
"reasoning"
|
||
],
|
||
"codingPlan": {
|
||
"quotas": {},
|
||
"usageTracking": {
|
||
"method": "none",
|
||
"consoleUrl": "https://open.bigmodel.cn/console/overview"
|
||
}
|
||
},
|
||
"tombstones": [
|
||
"glm-5.1",
|
||
"glm-5",
|
||
"glm-4.5-air"
|
||
],
|
||
"models": [
|
||
{
|
||
"modelName": "glm-5.3-flash",
|
||
"displayName": "GLM-5.3-Flash (Coding)",
|
||
"serviceType": [
|
||
"chat",
|
||
"reasoning",
|
||
"vision"
|
||
],
|
||
"description": "智谱 GLM-5.3-Flash Coding Plan 版本,原生多模态高效模型,1M 上下文,128K 最大输出,强制开启思考",
|
||
"contextWindow": 1048576,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"deep_thinking",
|
||
"code",
|
||
"vision",
|
||
"image_understanding",
|
||
"video_understanding",
|
||
"long_context",
|
||
"tool_use",
|
||
"agent",
|
||
"multilingual",
|
||
"fast"
|
||
],
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.95,
|
||
"extra": {
|
||
"supportsThinking": true,
|
||
"thinkingDefault": true,
|
||
"thinkingOnly": true,
|
||
"reasoning": {
|
||
"supportedEfforts": [
|
||
"low",
|
||
"high",
|
||
"max"
|
||
],
|
||
"defaultEffort": "max"
|
||
}
|
||
},
|
||
"source": "preset"
|
||
},
|
||
{
|
||
"modelName": "glm-5.2",
|
||
"apiModelId": "glm-5.2[1m]",
|
||
"displayName": "GLM-5.2 (Coding)",
|
||
"serviceType": [
|
||
"chat",
|
||
"reasoning"
|
||
],
|
||
"description": "智谱 GLM-5.2 Coding Plan 版本,官方最新可用模型,1M 上下文,128K 最大输出",
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"deep_thinking",
|
||
"long_context",
|
||
"tool_use",
|
||
"agent",
|
||
"math",
|
||
"multilingual"
|
||
],
|
||
"extra": {
|
||
"codingPlanLongContextModelId": "glm-5.2[1m]",
|
||
"reasoningEffort": {
|
||
"default": "max",
|
||
"supported": [
|
||
"max",
|
||
"xhigh",
|
||
"high",
|
||
"medium",
|
||
"low",
|
||
"minimal",
|
||
"none"
|
||
]
|
||
}
|
||
},
|
||
"source": "preset"
|
||
},
|
||
{
|
||
"modelName": "glm-5-turbo",
|
||
"displayName": "GLM-5-Turbo (Coding)",
|
||
"serviceType": [
|
||
"chat",
|
||
"reasoning"
|
||
],
|
||
"description": "智谱 GLM-5-Turbo Coding Plan 版本,官方可用高阶模型,200K 上下文,128K 最大输出",
|
||
"contextWindow": 200000,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"deep_thinking",
|
||
"long_context",
|
||
"tool_use",
|
||
"agent",
|
||
"math",
|
||
"multilingual",
|
||
"fast"
|
||
],
|
||
"source": "preset"
|
||
},
|
||
{
|
||
"modelName": "glm-4.7",
|
||
"displayName": "GLM-4.7 (Coding)",
|
||
"serviceType": [
|
||
"chat",
|
||
"reasoning"
|
||
],
|
||
"description": "智谱 GLM-4.7 Coding Plan 版本,官方可用模型,200K 上下文,128K 最大输出",
|
||
"contextWindow": 200000,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"deep_thinking",
|
||
"long_context",
|
||
"tool_use",
|
||
"agent",
|
||
"multilingual"
|
||
],
|
||
"source": "preset"
|
||
}
|
||
]
|
||
}
|