Skip to content

feat(openrouter/minimax/minimax-m3:free): add new models [bot] - #2448

Open
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-openrouter-minimax-minimax-m3-free-20260826-000702
Open

feat(openrouter/minimax/minimax-m3:free): add new models [bot]#2448
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-openrouter-minimax-minimax-m3-free-20260826-000702

Conversation

@models-bot

@models-bot models-bot Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Auto-generated by model-addition-agent for openrouter/minimax/minimax-m3:free.


Note

Low Risk
Adds a new static model YAML with no changes to runtime logic, auth, or existing model behavior.

Overview
Adds a new OpenRouter provider definition for minimax/minimax-m3:free, registering the free MiniMax M3 chat model for routing and billing metadata.

The config marks $0 input/output token costs, 1M context window, multimodal input (text, image, video), and capabilities including function calling, JSON output, tool choice, and thinking: true, with default temperature / top_p params and an OpenRouter source URL.

Reviewed by Cursor Bugbot for commit 9f2c2f4. 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 using default effort and found 1 potential issue.

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 ef83c7b. Configure here.

- tool_choice
limits:
context_window: 1048576
max_output_tokens: 943718

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Incorrect max output tokens

Medium Severity

max_output_tokens is set to 943718, which exceeds MiniMax M3’s hard output ceiling of 524288 (requests above that return an invalid-params error). The paid sibling minimax-m3.yaml uses 512000. Catalog consumers that trust this limit can request oversized completions and hit API failures.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ef83c7b. Configure here.

@github-actions

Copy link
Copy Markdown
Contributor

/test-models

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