docs(zai): sync supported models and pricing with the model cost map#530
Open
michelligabriele wants to merge 1 commit into
Open
docs(zai): sync supported models and pricing with the model cost map#530michelligabriele wants to merge 1 commit into
michelligabriele wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
The Z.AI provider page listed supported models and pricing only through glm-4.7, while the model cost map already ships the GLM-5 family (glm-5, glm-5.1, glm-5-code) and the glm-4.7-flash free tier. The Z.AI integration forwards any
zai/-prefixed model to the Z.AI API without an allowlist, so these already work; this brings the Supported Models and Model Pricing tables in line with the registry so users can discover them. glm-5.1 is marked as the current flagship. Pricing and context windows come from the model cost map: glm-5.1 at $1.40/$4.40 per 1M in/out, glm-5 at $1.00/$3.20, glm-5-code at $1.20/$5.00, and glm-4.7-flash free, all at 200K context. This pass also corrects the glm-4.6 row, whose cached-input price ($0.11 per 1M) and reasoning support were missing from the tables.