feat(openrouter/z-ai/glm-5.3): add new models [bot] - #2781
feat(openrouter/z-ai/glm-5.3): add new models [bot]#2781models-bot[bot] wants to merge 2 commits 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 a67b8b7. Configure here.
| key: temperature | ||
| - defaultValue: 0.95 | ||
| key: top_p | ||
| thinking: true |
There was a problem hiding this comment.
Missing reasoning_effort param override
Medium Severity
This thinking GLM-5.3 entry inherits OpenRouter's reasoning_effort default of medium, which the model does not accept. OpenRouter and Z.ai document low, high, and max (default max). Requests that send the inherited default can fail or run at the wrong reasoning depth.
Triggered by learned rule: Override inherited reasoning_effort when default isn't supported
Reviewed by Cursor Bugbot for commit a67b8b7. Configure here.
|
/test-models |


Auto-generated by model-addition-agent for
openrouter/z-ai/glm-5.3.Note
Low Risk
Adds static model metadata only; no runtime, auth, or billing logic changes.
Overview
Adds a new OpenRouter provider catalog file for
z-ai/glm-5.3, following the same pattern as other GLM 5.x entries.The entry defines chat mode with thinking enabled, text-only I/O, serverless provisioning, and defaults for
temperature(1) andtop_p(0.95). Compared toglm-5.2, it advertises a larger context window (1,310,720 vs 1,048,576), the same input/output token pricing with a lower cache-read rate, and an extra capability flagparallel_function_callingalongside the usual tool/JSON/structured-output features.Pricing and limits are sourced from the OpenRouter model page.
Reviewed by Cursor Bugbot for commit 470c02b. Bugbot is set up for automated code reviews on this repo. Configure here.