feat(compute): add GLM-5.3 Flash to Coding Plan (#83)

- 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
This commit is contained in:
Johnson-LYS
2026-08-28 14:30:03 +08:00
committed by GitHub
parent d0e9bf5085
commit de98a1ad1e
3 changed files with 66 additions and 2 deletions

View File

@@ -27,6 +27,48 @@
"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]",