[missing-model] volcengine: add GLM-5.3-Flash (glm-5-3-flash-260828) - #7222
Conversation
Action items
|
|
All review items addressed in the latest commit:
|
|
No actionable findings. |
|
Hi @oliver-mee — gentle nudge on this one 🙏 This PR adds GLM-5.3-Flash to the Volcengine Ark provider. Quick recap of why it matters and why it's ready to merge: Why it matters
Ready to merge
I noticed GLM-related model PRs (e.g. #7183, #7208) were merged today — this one is in the same category. Happy to make any further adjustments. Thanks for your time! |
Summary
Add the GLM-5.3-Flash model to the Volcengine Ark provider. Volcengine serves it under the date-suffixed API ID
glm-5-3-flash-260828(same convention as the existingglm-5-2-260617entry).Upstream metadata already exists at
models/zhipuai/glm-5.3-flash.toml(context 1M, output 131,072, text/image/video/pdf input, reasoning + tool_call + structured_output), so the provider TOML only needsbase_modelplus provider-specific fields.Why this matters
This model is live on Volcengine Ark (verified against
POST /api/v3/chat/completions, 2026-09-16) and already in use by real clients. Without a catalog entry, tools that derive context window from models.dev (e.g. pi/rikkahub auto-compaction threshold) fall back to a 128K default instead of the real 1M window, causing premature conversation compaction.Changes
providers/volcengine/models/glm-5-3-flash-260828.toml: new file withbase_model = "zhipuai/glm-5.3-flash", reasoning options and interleaved field mirroring the existingglm-5-2-260617.toml.Open questions
glm-5-2-260617.tomlhas a[cost]block. Left[cost]out to avoid guessing — happy to add if maintainers share the list price from https://www.volcengine.com/docs/82379/1544106.[modalities]block if the Volcengine serving differs.