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
This commit is contained in:
2026-07-07 16:25:21 +08:00
committed by GitHub
parent 255e5a5b1b
commit 92e0d4651a
4 changed files with 283 additions and 105 deletions

View File

@@ -161,7 +161,7 @@
],
"description": "百炼 Coding Plan智谱 GLM-5200K 上下文",
"contextWindow": 202752,
"maxOutputTokens": 128000,
"maxOutputTokens": 131072,
"capabilities": [
"chat",
"reasoning",
@@ -179,7 +179,7 @@
],
"description": "百炼 Coding Plan智谱 GLM-4.7200K 上下文",
"contextWindow": 202752,
"maxOutputTokens": 128000,
"maxOutputTokens": 131072,
"capabilities": [
"chat",
"reasoning",