feat(minimax): add MiniMax-M3 to minimax and minimax-cn providers#1907
Closed
kapelame wants to merge 1 commit into
Closed
feat(minimax): add MiniMax-M3 to minimax and minimax-cn providers#1907kapelame wants to merge 1 commit into
kapelame wants to merge 1 commit into
Conversation
MiniMax-M3 is the new flagship model: - 512K context window (up from 204.8K on M2.7) - 196.6K max output tokens (server hard cap) - Native multimodal input (text + image) - Anthropic Messages + OpenAI chat compatible (same endpoints)
Author
|
Closing temporarily for internal review. Will reopen once verified. |
Author
|
Superseded by #1929 (rebased with finalized M3 spec: 512K context, correct pricing, multimodal). This PR's head commit was rewritten so it can't be reopened. |
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.
What
Adds the new flagship
MiniMax-M3model entry to bothminimax(international) andminimax-cn(China) providers.M3 spec
Why this matters for downstream consumers
Tools that read this catalog (Hermes Agent, OpenClaw, opencode, kilo, vercel-ai-sdk wrappers, etc.) currently default to M2.x context windows and text-only modalities for any unknown minimax model. Without this entry, M3 users get silent image stripping and 204K-cap behavior in those tools.
Files
Verified
bun ./packages/core/script/validate.tsexits 0 with both new entries serialized correctly (attachment: true, modalities.input: ["text","image"], limit.context: 512000, limit.output: 196608).Notes
attachmentflag and other historical entries are intentionally untouched.