feat(wafer/Kimi-K3): add new models [bot] - #1963
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 3 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 d63a3b4. Configure here.
| features: | ||
| - function_calling | ||
| limits: | ||
| context_window: 912384 |
There was a problem hiding this comment.
Incorrect context window size
Medium Severity
context_window is 912384, which does not match Kimi-K3’s published ~1,048,576-token context. No Wafer or Moonshot source uses this value, while the file’s token pricing already mirrors Moonshot’s official rates.
Reviewed by Cursor Bugbot for commit d63a3b4. Configure here.
|
/test-models |
Gateway test setup failed for
|


Auto-generated by model-addition-agent for
wafer/Kimi-K3.Note
Low Risk
Declarative model metadata only; no application logic, auth, or data-path changes.
Overview
Adds a new wafer provider model definition for
Kimi-K3, registering it as a chat model with thinking, function calling, image input, and token pricing (including cache-read input cost).The entry sets a 912384 context window and global (
*) per-token cost rates so routing/billing can use this model through wafer.Reviewed by Cursor Bugbot for commit 109d80e. Bugbot is set up for automated code reviews on this repo. Configure here.