Skip to content

feat(minimax): add MiniMax-M3 to minimax and minimax-cn providers#1907

Closed
kapelame wants to merge 1 commit into
anomalyco:devfrom
kapelame:feat/minimax-add-m3-entry
Closed

feat(minimax): add MiniMax-M3 to minimax and minimax-cn providers#1907
kapelame wants to merge 1 commit into
anomalyco:devfrom
kapelame:feat/minimax-add-m3-entry

Conversation

@kapelame
Copy link
Copy Markdown

What

Adds the new flagship MiniMax-M3 model entry to both minimax (international) and minimax-cn (China) providers.

M3 spec

field value
context 512_000
output 196_608 (server hard cap)
attachment / multimodal true — text + image input
reasoning true (Anthropic-style thinking blocks)
tool_call true
API Anthropic Messages + OpenAI chat compatible (same endpoints as M2.7)

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

providers/minimax/models/MiniMax-M3.toml      (new)
providers/minimax-cn/models/MiniMax-M3.toml   (new)

Verified

  • bun ./packages/core/script/validate.ts exits 0 with both new entries serialized correctly (attachment: true, modalities.input: ["text","image"], limit.context: 512000, limit.output: 196608).

Notes

  • Pricing fields placeholder = M2.7 prices. Will update once final M3 pricing is published.
  • This PR only adds M3. M2.x attachment flag and other historical entries are intentionally untouched.

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)
@kapelame
Copy link
Copy Markdown
Author

Closing temporarily for internal review. Will reopen once verified.

@kapelame
Copy link
Copy Markdown
Author

kapelame commented Jun 1, 2026

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.

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.

1 participant