docs: update models for GLM 5.3 support - #727
Open
tembo[bot] wants to merge 1 commit into
Open
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.
tembo
Bot
requested review from
Coleary005,
DarrenBaldwin07 and
benja
as code owners
August 30, 2026 16:37
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
Author
|
Requesting review from @DarrenBaldwin07 who has experience with the following files modified in this PR:
|
Contributor
Author
|
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 |
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
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 reference tables with no runtime or security impact.
Overview
Documents GLM 5.3 and GLM 5.3 Flash so public model references match the production registry and Opencode/Pi harness allow-lists.
features/models.mdx adds two Supported Models rows (
glm-5p3,glm-5p3-flash, provider Z.ai, BYOK not required), using the same pattern as GLM 5.2. features/agents.mdx appends both names to the Models lists under the Opencode and Pi harness sections only; other harness accordions are unchanged.Reviewed by Cursor Bugbot for commit 1aecda4. Bugbot is set up for automated code reviews on this repo. Configure here.