feat(wafer/glm5.2-fast): add new models [bot]#1743
Conversation
|
/test-models |
Gateway test results
Successes (8)
Output
Output
Output
Output
Output
Output
Output
Output |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 84dd05c. Configure here.
| - function_calling | ||
| - structured_output | ||
| - tool_choice | ||
| - prompt_caching |
There was a problem hiding this comment.
Incomplete model feature flags
Medium Severity
The new glm5.2-fast entry omits system_messages and json_output even though the same-weights twin z-ai/glm-5.2-fast and sibling GLM-5.2 both declare them. Registry consumers filtering on those capabilities will incorrectly exclude this model.
Reviewed by Cursor Bugbot for commit 84dd05c. Configure here.
| output: | ||
| - text | ||
| mode: chat | ||
| model: glm5.2-fast |
There was a problem hiding this comment.
Likely wrong model identifier
High Severity
The model value glm5.2-fast drops the hyphen used everywhere else for this model, including this file's own Vercel source URL, the existing twin z-ai/glm-5.2-fast, and Wafer's sibling IDs like GLM-5.2. A mismatched provider API id would make requests using this registry entry fail.
Reviewed by Cursor Bugbot for commit 84dd05c. Configure here.


Auto-generated by model-addition-agent for
wafer/glm5.2-fast.Note
Low Risk
Additive catalog-only YAML with no runtime or auth changes; misconfigured costs or limits would only affect routing/billing metadata for this model.
Overview
Adds a new Wafer provider definition for
glm5.2-fast, registering the model as active serverless chat with thinking enabled.The entry specifies token pricing (including cache-read input), a 1M context window, text-only I/O, and capabilities such as function calling, structured output, tool choice, and prompt caching.
supportedModesis chat-only (unlikeGLM-5.2, which also lists responses).Reviewed by Cursor Bugbot for commit 84dd05c. Bugbot is set up for automated code reviews on this repo. Configure here.