[Feat] Add GLM-5.3-Flash to Z AI - #1430
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
navedmerchant
marked this pull request as ready for review
August 28, 2026 22:22
navedmerchant
requested review from
JamesRobert20,
edelauna,
hannesrudolph,
navedmerchant and
taltas
as code owners
August 28, 2026 22:22
navedmerchant
approved these changes
Aug 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Adds GLM-5.3-Flash to the Z AI catalogs used by the international API and the international and China Coding Plans. The model exposes vision, a 1M-token context window, 128K maximum output, prompt caching, configurable Low/High/Max reasoning, and published pricing. Z AI requests also retain reasoning across tool calls and send the model's required thinking parameters for streaming and prompt completion.
LiteLLM aliases for GLM-5.3-Flash now preserve interleaved reasoning content. Focused provider, request, fetcher, catalog, and model-selection tests cover the new behavior.
Why this change was made
GLM-5.3-Flash is the efficient multimodal variant of GLM-5.3 and requires the same always-on reasoning semantics with vision enabled. OpenCode Go support is deliberately excluded to avoid overlap with #1428.
Impact
Zoo Code users can select GLM-5.3-Flash on supported Z AI routes and use image input with accurate limits, reasoning controls, request defaults, and cost reporting. China API remains excluded, matching current provider availability.
Related PRs