Skip to content

feat(wafer/Qwen3.6-35B-A3B): add new models [bot]#1573

Open
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/add-wafer-Qwen3.6-35B-A3B-20260624-000728
Open

feat(wafer/Qwen3.6-35B-A3B): add new models [bot]#1573
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/add-wafer-Qwen3.6-35B-A3B-20260624-000728

Conversation

@models-bot

@models-bot models-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Auto-generated by model-addition-agent for wafer/Qwen3.6-35B-A3B.


Note

Low Risk
Single declarative catalog file with no application or routing logic changes; verify pricing and capability flags match wafer’s actual offering.

Overview
Adds a new wafer provider model definition for Qwen3.6-35B-A3B, registering token pricing (including cache-read input), a 256k context window, function_calling, thinking, and image input modality. mode is set to unknown, consistent with an agent-generated stub pending fuller metadata.

Reviewed by Cursor Bugbot for commit 5b2852b. 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 and found 2 potential issues.

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 5b2852b. Configure here.

modalities:
input:
- image
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 uses unknown mode

High Severity

The registry entry sets mode to unknown even though the model declares function_calling and thinking, which match a chat/reasoning API. Peer Qwen and other tool-capable models in this repo use mode: chat, and the schema docs treat mode as the primary capability. Downstream consumers of dist/ai-models.json may not route or expose this model through chat endpoints.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5b2852b. Configure here.

context_window: 256000
modalities:
input:
- image

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Input modalities omit text

Medium Severity

modalities.input lists only image, with no text (or output text). Qwen3.6-35B-A3B is a general chat model; the sibling DeepInfra registry entry includes text, image, and video. Advertising image-only input misstates what callers can send and can break capability checks that rely on modalities rather than inferred chat mode.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5b2852b. Configure here.

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