feat(minimax-coding-plan): add MiniMax-M3 token plan models#1928
Closed
coygeek wants to merge 1 commit into
Closed
feat(minimax-coding-plan): add MiniMax-M3 token plan models#1928coygeek wants to merge 1 commit into
coygeek wants to merge 1 commit into
Conversation
|
Need this! Can we merge this? |
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
Adds
MiniMax-M3to the MiniMax token-plan providers:providers/minimax-coding-plan/models/MiniMax-M3.tomlproviders/minimax-cn-coding-plan/models/MiniMax-M3.tomlThis keeps the token-plan provider catalogs in parity with the M3 model metadata already present for OpenCode-specific MiniMax M3 routes, while preserving token-plan zero-cost catalog entries.
Why
MiniMax M3 is available to token-plan users, but
minimax-coding-plancurrently only lists M2.x models. Downstream tools that read Models.dev, including OpenCode, therefore cannot selectminimax-coding-plan/MiniMax-M3without a local registry override.Local OpenCode smoke with an ephemeral Models.dev override containing this entry:
OPENCODE_MODELS_PATH=/tmp/opencode-models-minimax-m3.json \ opencode run -m minimax-coding-plan/MiniMax-M3 \ "Reply with exactly: MINIMAX_CODING_PLAN_M3_DIRECT_SMOKE_OK"Output:
Verification
The generated catalog includes
MiniMax-M3for both token-plan providers.