feat(minimax): add MiniMax-M3 to minimax and minimax-cn providers#1929
Closed
kapelame wants to merge 1 commit into
Closed
feat(minimax): add MiniMax-M3 to minimax and minimax-cn providers#1929kapelame wants to merge 1 commit into
kapelame wants to merge 1 commit into
Conversation
98ce516 to
e7c9b1a
Compare
MiniMax-M3 flagship: - 512K context window (up from 204.8K on M2.7) - 131,072 max output tokens - Native multimodal input (text + image) - Pricing: input $0.60 / output $2.40 / cache_read $0.12 / cache_write $0.75 per M - Anthropic Messages + OpenAI chat compatible
e7c9b1a to
d549d5c
Compare
Author
|
Hi @thdxr, I’m from MiniMax and would like to help keep MiniMax model metadata up to date in models.dev. I’m preparing a PR for MiniMax-M3 with official pricing, limits, capabilities, and provider docs. Is there any preferred convention for provider-owned updates, or should I just submit the TOML changes directly? |
Collaborator
|
Closing in favor of: #1940 |
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.
Summary
Add the MiniMax M3 flagship to the minimax and minimax-cn provider catalogs.
MiniMax-M3.tomlin bothproviders/minimax/models/andproviders/minimax-cn/models/.input = ["text", "image"],attachment = true), reasoning, tool_call.Supersedes #1907 (closed; its head commit was rewritten). Note vs the other open M3 PRs: this one correctly marks M3 as multimodal (attachment=true, image input) and covers both the global (minimax) and CN (minimax-cn) providers.
Test
bun run validatepasses (M3 appears in both providers' validated catalog).