Skip to content

feat(wafer/MiniMax-M3): add new models [bot]#1576

Open
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/add-wafer-MiniMax-M3-20260624-000736
Open

feat(wafer/MiniMax-M3): add new models [bot]#1576
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/add-wafer-MiniMax-M3-20260624-000736

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/MiniMax-M3.


Note

Low Risk
Adds a standalone model metadata file with no runtime or auth changes; typical low-risk catalog update from the model-addition agent.

Overview
Adds a new wafer provider definition for MiniMax-M3 via providers/wafer/MiniMax-M3.yaml.

The entry registers token pricing (including cache-read input), a 1M context window, function_calling, image input, and thinking: true, with mode: unknown.

Reviewed by Cursor Bugbot for commit 297d53b. 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 297d53b. Configure here.

context_window: 1048576
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.

Modalities omit text and video

Medium Severity

modalities.input lists only image, with no output block. MiniMax M3 is a multimodal chat model (text, image, and video in; text out). The same model in together-ai documents text, image, and video plus output: text, so this registry entry can misreport capabilities for routing, validation, or pricing.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 297d53b. 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

Medium Severity

mode is set to unknown even though this entry describes a chat-capable MiniMax M3 model with function_calling. Peer registry entries for the same model use mode: chat and supportedModes: [chat], so unknown can hide the model from chat routing and tooling that filters on mode.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 297d53b. 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