feat(openrouter/z-ai/glm-5.2:free): add new models [bot] - #2175
feat(openrouter/z-ai/glm-5.2:free): add new models [bot]#2175models-bot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 658a6a9. Configure here.
| key: temperature | ||
| - defaultValue: 0.95 | ||
| key: top_p | ||
| thinking: true |
There was a problem hiding this comment.
Missing model capability features
Medium Severity
This free variant declares no features, while sibling z-ai/glm-5.2 and other OpenRouter :free entries (including z-ai/glm-4.5-air:free) advertise tool and structured-output capabilities. Consumers of the registry will treat the model as lacking function_calling, tool_choice, and related support even though the base model exposes them.
Reviewed by Cursor Bugbot for commit 658a6a9. Configure here.


Auto-generated by model-addition-agent for
openrouter/z-ai/glm-5.2:free.Note
Low Risk
Adds a static model metadata file with no runtime or security logic changes.
Overview
Adds a new OpenRouter provider entry for
z-ai/glm-5.2:free, registering the free tier variant alongside existingglm-5.2configs.The YAML defines zero per-token input/output costs, a 128k context window and 128k max output, text-only chat mode, default sampling params (
temperature1,top_p0.95), andthinking: true. Unlike sibling files such asglm-5.2.yaml, this entry omitsprovisioning,sources,status, andsupportedModesin the added diff.Reviewed by Cursor Bugbot for commit 658a6a9. Bugbot is set up for automated code reviews on this repo. Configure here.