Files
config-center/compute/coding-plans/zhipu-coding.json
xieyuanxiang b0e0cead04 chore: update field audit tables and provider configs
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>
2026-04-24 20:12:57 +08:00

141 lines
3.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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
}
]
}