Add Pro/zai-org/GLM-5.1 model metadata (siliconflow-cn)#1409
Open
chunjie008 wants to merge 1 commit intoanomalyco:devfrom
Open
Add Pro/zai-org/GLM-5.1 model metadata (siliconflow-cn)#1409chunjie008 wants to merge 1 commit intoanomalyco:devfrom
chunjie008 wants to merge 1 commit intoanomalyco:devfrom
Conversation
## Summary Add metadata for Pro/zai-org/GLM-5.1 to enable discovery in clients that sync from models.dev. ## File added providers/siliconflow-cn/models/Pro/zai-org/GLM-5.1.toml ## Key details - **Display name**: GLM 5.1 - **Provider**: siliconflow-cn (Z.ai) - **Capabilities**: chat, completion, code, reasoning, tool_call, streaming - **Context limit**: 205K tokens (total) - **Max output**: 131K tokens - **Example cost**: Input $1.4 / 1M tokens, Output $4.4 / 1M tokens (USD) - **Homepage**: https://cloud.siliconflow.cn/me/models?target=Pro%2Fzai-org%2FGLM-5.1 ## Notes - The **cost** and **limit** fields are taken from the public SiliconFlow model page and should be verified by siliconflow-cn / Z.ai before merging. - `open_weights` set to true per public listing; please confirm licensing if this is incorrect. - Endpoint and auth hints included; some features may require Coding Plan binding or dedicated endpoints. ## Testing 1. Place the TOML locally under `providers/siliconflow-cn/models/Pro/zai-org/` and run the repository's model validation script (if available) or a TOML linter. 2. After merge, clients that sync from models.dev will pick up the new entry. 3. Locally, to force-refresh client caches: - Stop client process (e.g., opencode) - Remove local models cache (e.g., `rm -f ~/.cache/opencode/models.json`) - Restart client and verify model appears in `/models` or `opencode models --verbose` ## Links - Model console: https://cloud.siliconflow.cn/me/models?target=Pro%2Fzai-org%2FGLM-5.1
Contributor
|
merge conflict |
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
Add metadata for Pro/zai-org/GLM-5.1 to enable discovery in clients that sync from models.dev.
File added
providers/siliconflow-cn/models/Pro/zai-org/GLM-5.1.toml
Key details
Notes
open_weightsset to true per public listing; please confirm licensing if this is incorrect.Testing
providers/siliconflow-cn/models/Pro/zai-org/and run the repository's model validation script (if available) or a TOML linter.rm -f ~/.cache/opencode/models.json)/modelsoropencode models --verboseLinks