docs: update models for GLM 5.3 support - #727
Conversation
Add missing model catalog entries for GLM 5.3 and GLM 5.3 Flash (glm-5p3, glm-5p3-flash), added in monorepo PR #10871.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Requesting review from @DarrenBaldwin07 who has experience with the following files modified in this PR:
|
|
The model names, IDs, provider, BYOK status, and current OpenCode/Pi mappings match monorepo PR #10871. However, this is blocked by the release requirement.
Before this merges after the release, please also complete the related docs:
Recommendation: keep #727 blocked until a published release containing |
Follow-up to this branch's model-list update: glm-5p3 and glm-5p3-flash (monorepo PR #10871) also need rows in the Tembo Gateway pricing table in resources/pricing.mdx, matching the existing glm-5p2 row format and computed from the CUSTOM_MODEL_PRICES entries in apps/api/src/services/tokenUsage.ts (1.15x the raw per-token cost, same markup applied to every other row in the table).
|
Follow-up commit: this branch's original diff added GLM 5.3 / GLM 5.3 Flash to the supported models table and the Opencode/Pi harness lists, but missed the Tembo Gateway pricing table in cc @benja |
What changed
Added GLM 5.3 (
glm-5p3) and GLM 5.3 Flash (glm-5p3-flash) to the Supported Models table infeatures/models.mdx, and added both to the Opencode and Pi harness model lists infeatures/agents.mdx.Why
The monorepo added these two models to the production model registry, litellm config, pricing table, and the Opencode/Pi harness allow-lists, but the docs' Supported Models table and per-harness model lists still only listed GLM 5.2.
Evidence
c8f744a), which added:apps/api/src/server/models/index.ts:glm-5p3→ label "GLM 5.3",glm-5p3-flash→ label "GLM 5.3 Flash" (providerzai, hostProviderfireworks_ai,requiresApiKey: false,freePlanEligible: true)apps/litellm/litellm-config.json: routing entries for both modelsapps/api/src/services/tokenUsage.ts: pricing entries forfireworks_ai/glm-5p3packages/agent-runtime/src/runtime/harness/{fx,opencode,pi}/definition.ts: added both models to the Opencode and Pi harness allow-listsapps/api/tests/models.test.ts,apps/api/tests/piModelsConfig.test.tsNoBYOK required, free-plan eligible, no internal-only flag), matching the existing docs convention for that row.Confidence
High-confidence: this is an exact addition of two production model IDs/labels to an existing, actively-maintained reference table and harness list, directly supported by the merged implementation and test assertions. No wording, positioning, or restructuring judgment calls were needed — the new rows follow the exact format of the adjacent GLM 5.2 row.
cc @benja
Note
Low Risk
Documentation-only updates to model lists and pricing tables with no runtime or security impact.
Overview
Documents GLM 5.3 (
glm-5p3) and GLM 5.3 Flash (glm-5p3-flash) so public references match the production registry.The supported-models table in
features/models.mdxgains two Z.ai rows (same BYOK convention as GLM 5.2). Opencode and Pi harness model lists infeatures/agents.mdxnow include both names.resources/pricing.mdxadds Tembo Gateway rates: 5.3 mirrors GLM 5.2 pricing; 5.3 Flash uses lower input/output/cache-read rates.Reviewed by Cursor Bugbot for commit 4bd0c96. Bugbot is set up for automated code reviews on this repo. Configure here.