Files
config-center/compute/coding-plans/dashscope-coding.json
Yige 92e0d4651a chore: refresh GLM model configs
## Summary
- add GLM-5.2 and GLM-4.7-FlashX to Zhipu provider config
- update GLM context/output/pricing tiers from official BigModel docs and pricing
- align Zhipu Coding Plan with official GLM-5.2, GLM-5-Turbo, and GLM-4.7 availability
- sync existing GLM max output values in DashScope configs
- address Copilot review by using extra.pricingTiers consistently

## Validation
- npm run validate
- npm test
- git diff --check
2026-07-07 16:25:21 +08:00

210 lines
4.9 KiB
JSON
Raw Permalink 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-dashscope-coding-001",
"provider": "dashscope",
"brandGroup": "dashscope",
"label": "百炼 Coding Plan",
"baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
"apiFormat": "openai-completions",
"apiKeyRef": "",
"apiKeyVerified": false,
"enabled": false,
"status": "unconfigured",
"accessMode": "coding-plan",
"services": [
"chat",
"reasoning"
],
"codingPlan": {
"quotas": {},
"usageTracking": {
"method": "none",
"consoleUrl": "https://bailian.console.aliyun.com/"
}
},
"models": [
{
"modelName": "qwen3.7-plus",
"displayName": "Qwen3.7 Plus (Coding)",
"serviceType": [
"chat"
],
"description": "百炼 Coding Plan通义千问 3.7 Plus多模态智能体模型1M 上下文",
"contextWindow": 1000000,
"maxOutputTokens": 65536,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"tool_use",
"agent",
"long_context"
],
"source": "preset"
},
{
"modelName": "qwen3.6-plus",
"displayName": "Qwen3.6 Plus (Coding)",
"serviceType": [
"chat"
],
"description": "百炼 Coding Plan通义千问 3.6 Plus1M 上下文",
"contextWindow": 1000000,
"maxOutputTokens": 65536,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"tool_use",
"agent",
"long_context"
],
"source": "preset"
},
{
"modelName": "qwen3.5-plus",
"displayName": "Qwen3.5 Plus (Coding)",
"serviceType": [
"chat"
],
"description": "百炼 Coding Plan通义千问 3.5 Plus1M 上下文",
"contextWindow": 1000000,
"maxOutputTokens": 65536,
"capabilities": [
"chat",
"reasoning",
"code",
"vision",
"tool_use",
"long_context"
],
"source": "preset"
},
{
"modelName": "qwen3-coder-plus",
"displayName": "Qwen3 Coder Plus (Coding)",
"serviceType": [
"chat"
],
"description": "百炼 Coding PlanQwen3 编程增强版1M 上下文",
"contextWindow": 1000000,
"maxOutputTokens": 65536,
"capabilities": [
"chat",
"code",
"tool_use"
],
"source": "preset"
},
{
"modelName": "qwen3-coder-next",
"displayName": "Qwen3 Coder Next (Coding)",
"serviceType": [
"chat"
],
"description": "百炼 Coding PlanQwen3 编程下一代实验模型262K 上下文",
"contextWindow": 262144,
"maxOutputTokens": 65536,
"capabilities": [
"chat",
"code",
"tool_use"
],
"source": "preset"
},
{
"modelName": "qwen3-max-2026-01-23",
"displayName": "Qwen3 Max (Coding)",
"serviceType": [
"chat"
],
"description": "百炼 Coding PlanQwen3 Max 旗舰模型262K 上下文",
"contextWindow": 262144,
"maxOutputTokens": 65536,
"capabilities": [
"chat",
"reasoning",
"code",
"multilingual",
"tool_use",
"long_context",
"vision"
],
"source": "preset"
},
{
"modelName": "kimi-k2.5",
"displayName": "Kimi K2.5 (Coding)",
"serviceType": [
"chat"
],
"description": "百炼 Coding Plan月之暗面 Kimi K2.5262K 上下文",
"contextWindow": 262144,
"maxOutputTokens": 32768,
"capabilities": [
"chat",
"reasoning",
"code",
"tool_use",
"agent",
"vision",
"long_context"
],
"source": "preset"
},
{
"modelName": "glm-5",
"displayName": "GLM-5 (Coding)",
"serviceType": [
"chat"
],
"description": "百炼 Coding Plan智谱 GLM-5200K 上下文",
"contextWindow": 202752,
"maxOutputTokens": 131072,
"capabilities": [
"chat",
"reasoning",
"code",
"tool_use",
"agent"
],
"source": "preset"
},
{
"modelName": "glm-4.7",
"displayName": "GLM-4.7 (Coding)",
"serviceType": [
"chat"
],
"description": "百炼 Coding Plan智谱 GLM-4.7200K 上下文",
"contextWindow": 202752,
"maxOutputTokens": 131072,
"capabilities": [
"chat",
"reasoning",
"code"
],
"source": "preset"
},
{
"modelName": "MiniMax-M2.5",
"displayName": "MiniMax M2.5 (Coding)",
"serviceType": [
"chat"
],
"description": "百炼 Coding PlanMiniMax M2.5196K 上下文",
"contextWindow": 196608,
"maxOutputTokens": 8192,
"capabilities": [
"chat",
"reasoning",
"code",
"tool_use",
"long_context"
],
"source": "preset"
}
]
}