Skip to content

feat(openrouter/z-ai/glm-5.3): add new models [bot] - #2781

Open
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-openrouter-z-ai-glm-5.3-20260903-200859
Open

feat(openrouter/z-ai/glm-5.3): add new models [bot]#2781
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-openrouter-z-ai-glm-5.3-20260903-200859

Conversation

@models-bot

@models-bot models-bot Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

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) and top_p (0.95). Compared to glm-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 flag parallel_function_calling alongside 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.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ 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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Triggered by learned rule: Override inherited reasoning_effort when default isn't supported

Reviewed by Cursor Bugbot for commit a67b8b7. Configure here.

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

/test-models

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants