mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:30:49 +08:00
Batch update from official docs audit - price corrections, context window fixes, field report updates across all providers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
141 lines
3.4 KiB
JSON
141 lines
3.4 KiB
JSON
{
|
||
"id": "provider-zhipu-coding-001",
|
||
"provider": "zhipu",
|
||
"brandGroup": "zhipu",
|
||
"label": "智谱 Coding Plan",
|
||
"baseUrl": "https://open.bigmodel.cn/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"
|
||
}
|
||
},
|
||
"models": [
|
||
{
|
||
"modelName": "glm-5.1",
|
||
"displayName": "GLM-5.1 (Coding)",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "GLM Coding Plan 全量套餐支持的 GLM-5.1,面向复杂推理和大型工程任务,204,800 上下文,131,072 最大输出",
|
||
"contextWindow": 204800,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"deep_thinking",
|
||
"long_context",
|
||
"tool_use",
|
||
"agent",
|
||
"math",
|
||
"multilingual"
|
||
],
|
||
"source": "preset",
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.95,
|
||
"extra": {
|
||
"quotaMultiplier": {
|
||
"peakHoursUtc8": "14:00-18:00",
|
||
"peak": 3,
|
||
"offPeak": 2,
|
||
"promotionalOffPeak": 1,
|
||
"promotionalOffPeakEndsAt": "2026-04-30"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"modelName": "glm-5-turbo",
|
||
"displayName": "GLM-5-Turbo (Coding)",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "GLM Coding Plan 支持的 GLM-5-Turbo,面向 OpenClaw 等长链路任务优化,204,800 上下文,131,072 最大输出",
|
||
"contextWindow": 204800,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"deep_thinking",
|
||
"long_context",
|
||
"tool_use",
|
||
"agent"
|
||
],
|
||
"source": "preset",
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.95,
|
||
"extra": {
|
||
"quotaMultiplier": {
|
||
"peakHoursUtc8": "14:00-18:00",
|
||
"peak": 3,
|
||
"offPeak": 2,
|
||
"promotionalOffPeak": 1,
|
||
"promotionalOffPeakEndsAt": "2026-04-30"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"modelName": "glm-5",
|
||
"displayName": "GLM-5 (Coding)",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "智谱 GLM-5 Coding Plan 版本,202,752 token 上下文,编程能力登顶",
|
||
"contextWindow": 200000,
|
||
"maxOutputTokens": 128000,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"deep_thinking",
|
||
"long_context",
|
||
"tool_use",
|
||
"agent",
|
||
"math",
|
||
"multilingual"
|
||
],
|
||
"source": "preset",
|
||
"inputPrice": 0.58,
|
||
"outputPrice": 2.6,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.95
|
||
},
|
||
{
|
||
"modelName": "glm-4.7",
|
||
"displayName": "GLM-4.7 (Coding)",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "智谱 GLM-4.7 Coding Plan 版本,202,752 token 上下文",
|
||
"contextWindow": 200000,
|
||
"maxOutputTokens": 128000,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"deep_thinking",
|
||
"long_context",
|
||
"tool_use",
|
||
"multilingual"
|
||
],
|
||
"source": "preset",
|
||
"inputPrice": 0.2911,
|
||
"outputPrice": 1.1645,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.95
|
||
}
|
||
]
|
||
}
|