feat(providers): add GLM-5.3 and GLM-5.3-Flash to Z.ai - #7104
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryAdds GLM-5.3 and GLM-5.3-Flash to the Z.ai provider catalog and updates associated tests and generated documentation.
Confidence Score: 5/5The PR appears safe to merge with no concrete blocking or non-blocking issues identified. The new models follow existing provider registration and routing paths, their capability metadata is consistent with request sanitization and generated documentation, and unsupported Pi execution paths remain intentionally guarded.
|
| Filename | Overview |
|---|---|
| apps/sim/providers/models.ts | Adds both Z.ai model definitions with routing, pricing, capability, recommendation, and release metadata; no actionable defect was established. |
| apps/sim/providers/models.test.ts | Extends the expected Z.ai model list and context-window assertions for both new models. |
| apps/docs/content/docs/en/workflows/blocks/agent.mdx | Updates the generated streamed-thinking table to include reasoning-capable GLM-5.3 while consistently excluding GLM-5.3-Flash. |
Reviews (1): Last reviewed commit: "feat(providers): add GLM-5.3 and GLM-5.3..." | Re-trigger Greptile
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.
Summary
glm-5.3(1M context, 131k max output, $1.40/$4.40 per 1M) with reasoning-effort levelslow/high/max— reasoning is always on for this model, so no thinking on/off toggleglm-5.3-flash(1M context, 131k max output, $0.15/$0.50 per 1M), markedspeedOptimizedrecommendedfromglm-5.2toglm-5.3Flash pricing uses Z.ai's list rate, not the current 50% promo ($0.075/$0.25) that expires 2026-09-09 — otherwise the entry would silently under-bill once the promo ends.
glm-5.3-flashintentionally omitsreasoningEffort: Z.ai's docs recommendreasoning_effort: maxfor it but never publish the allowed values, so the effort selector stays hidden rather than offering guessed levels.Type of Change
Testing
Tested manually.
bun run lint,bun run type-check,bun run check:audits(33/33 includingagent-stream-docs:checkandcheck:api-validation:strict), andproviders/models.test.ts(38/38) all pass.Checklist