Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions providers/wafer/GLM5.2-Turbo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
costs:
- cache_read_input_token_cost: 5e-7
input_cost_per_token: 3e-6
output_cost_per_token: 1.025e-5
region: "*"
features:
- function_calling
limits:
context_window: 1048576
mode: unknown

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Chat model marked unknown mode

Medium Severity

The entry sets mode to unknown even though this is a serverless chat LLM (thinking, function_calling, 1M context, chat-style token pricing). Downstream registry consumers that filter or route on mode: chat will omit or mis-handle GLM5.2-Turbo while sibling Wafer GLM entries use chat.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit d791d47. Configure here.

model: GLM5.2-Turbo
thinking: true
Loading