feat(deepinfra/MiniMaxAI/MiniMax-M3): add new models [bot]#1692
feat(deepinfra/MiniMaxAI/MiniMax-M3): add new models [bot]#1692models-bot[bot] wants to merge 2 commits into
Conversation
|
/test-models |
Gateway test results
Successes (6)
Output
Output
Output
Output
Output
Output |
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 9b8d780. Configure here.
| - function_calling | ||
| - json_output | ||
| limits: | ||
| context_window: 524288 |
There was a problem hiding this comment.
Context window understates capacity
Medium Severity
context_window is set to 524288 (512K), but MiniMax-M3 is documented as a 1M-token model and other DeepInfra chat configs for 1M models (for example XiaomiMiMo/MiMo-V2.5-Pro and deepseek-ai/DeepSeek-V4-Flash) use 1048576. Gateways that trust this metadata may cap or reject prompts above 512K even when DeepInfra accepts the full window.
Reviewed by Cursor Bugbot for commit 9b8d780. Configure here.


Auto-generated by model-addition-agent for
deepinfra/MiniMaxAI/MiniMax-M3.Note
Low Risk
Metadata-only addition with no runtime or auth changes; main risk is incorrect pricing or capability flags affecting billing or routing.
Overview
Adds a new DeepInfra provider definition for
MiniMaxAI/MiniMax-M3, registering it as an active serverless chat model with pricing, limits, and capabilities for routing and cost estimation.Compared to existing MiniMax entries on DeepInfra, this spec advertises a 524288 token context window, text/image/video inputs, and features including prompt caching (with separate cache-read input cost), function calling, and json output.
Reviewed by Cursor Bugbot for commit 9b8d780. Bugbot is set up for automated code reviews on this repo. Configure here.