feat: upgrade MiniMax models to M3 - #54
Open
octo-patch wants to merge 1 commit into
Open
Conversation
- Add MiniMax-M3 as new default model on NVIDIA NIM (512K context, 128K max output, supports image input) - Upgrade Kilo Code default from minimax/minimax-m2.5:free to minimax/minimax-m3:free - Upgrade OpenRouter default from minimax/minimax-m2.5:free to minimax/minimax-m3:free - Retain minimax/minimax-m2.7 on NVIDIA NIM (older model preserved) - Remove minimax/minimax-m2.5 entries (older than m2.7) - Regenerate README.md from data.json - Update Kilo Code description and footnote 5 to reference m3
Member
|
Thanks. Before this can move: the OpenRouter page for minimax-m3:free lists a 1M context and image plus video input, not 512K and Text + Image. Can you reconcile that and link sources for the Kilo Code and NVIDIA NIM figures? I verify entries with a real request before merging, so the exact ids and limits matter. |
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.
This PR upgrades the MiniMax models listed in this curated list to the new M3 default.
Changes
minimax/minimax-m2.5:free(196K context, 8K output) withminimax/minimax-m3:free(512K context, 128K max output, supports image input)minimax/minimax-m3(512K context, 128K max output, supports image input) alongside the existingminimax/minimax-m2.7minimax/minimax-m2.5:free(196K context, 8K output) withminimax/minimax-m3:free(512K context, 128K max output, supports image input)node scripts/generate-readme.jsM3 vs M2.x
M3 is the new default, M2.7 is preserved as a legacy option, and M2.5 (older than M2.7) is removed.
Files changed
data.json(source of truth)README.md(regenerated)data.jsonis regenerated toREADME.mdautomatically on merge by.github/workflows/generate-readme.yml.