feat(openrouter/minimax/minimax-m3:free): add new models [bot] - #2448
Open
models-bot[bot] wants to merge 2 commits into
Open
feat(openrouter/minimax/minimax-m3:free): add new models [bot]#2448models-bot[bot] wants to merge 2 commits into
models-bot[bot] wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ 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 |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit ef83c7b. Configure here.
Contributor
|
/test-models |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


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 defaulttemperature/top_pparams 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.