fix(zai): complete GLM-5.3 coding metadata - #1762
Conversation
|
✅ Deterministic PR hygiene checks passed. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe Z.AI registry assigns ChangesZ.AI GLM-5.3 metadata
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The GLM-5.3 entries carried the shared 5.x reasoning ladder but no default effort and no output budget, so routed callers fell back to the provider default instead of the model's real ceiling. Record the published default effort and output budget for both the plain and bracketed ids. The output budget is 131_072, matching the generated model metadata and every other GLM-5.x entry in this repository, rather than the rounded '128K' the vendor page prints; pricing stays unasserted because the Coding Plan rate is still unpublished. Closes #1734 Co-authored-by: Ingwannu <ingwannu@users.noreply.github.com>
5f55cd8 to
ad89bc0
Compare
Summary
zai/glm-5.3andzai/glm-5.3[1m]tomaxScope
This change is limited to the Z.AI Coding Plan route. It does not infer GLM-5.3 availability or metadata for unrelated pay-as-you-go or aggregator endpoints.
Validation
bun test tests/provider-registry-parity.test.ts(37 passed)bun run typecheckbun run privacy:scangit diff --checkFixes #1734
Summary by CodeRabbit
New Features
[1m]variant, now default to maximum reasoning effort.Bug Fixes