fix: [privatemode] sync supported models - #6014
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
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
Sync Privatemode AI (
providers/privatemode-ai) with public docs as of v1.55.0. The supported-model overview adds GLM-5.3 (glm-5.3) and theglm-latestalias; those entries were missing from the catalog. Existing Privatemode model TOMLs already matched the current overview and EUR price list, so they were left unchanged.Changes
Added
providers/privatemode-ai/models/glm-5.3.tomlbase_model = "zhipuai/glm-5.3"status = "beta"(docs mark it preview)reasoning_options = [{ type = "effort", values = ["low", "high", "max"] }](always-on reasoning;nonemaps tomaxon this host)limit.context = 256_000(host cap; lab base is larger)providers/privatemode-ai/models/glm-latest.tomlglm-5.3name = "GLM (latest)"(alias that tracks the latest GLM on Privatemode)Unchanged (already aligned with docs)
deepseek-ocr-2,gpt-oss-120b,kimi-k2.6,kimi-latest,qwen3-embedding-4b,voxtral-mini-3b,whisper-large-v3Not added
glm-5.2: deprecated; routes to GLM-5.3 and is not in the overview table’s desired ID setEvidence
glm-5.3andglm-latest; GLM-5.3 is preview; context 256k; text inputlow/high/max(defaultmax);none→max; reasoning always onreasoning_optionsglm-5.2deprecatedzai-org/GLM-5.3models/zhipuai/glm-5.3.tomlbase_modelwithout editingmodels/kimi-k2.6.toml)Validation
providers/privatemode-ai/models/*.tomlzhipuai/glm-5.3lab entry exists forbase_modelbun validate(no shell/Bash in this workflow)Review notes
glm-5.2omitted on purpose (deprecated, not in the overview table).models/files were not modified, per issue scope.Closes #6013
Automated by the issue fixer: https://github.com/anomalyco/models.dev/actions/runs/33537104665