Conversation
Add MiniMax-M2.7 and MiniMax-M2.7-highspeed to the static model catalog, and fill in the missing MiniMax-M2.1-highspeed variant. Model IDs confirmed against MiniMax API docs. Entire-Checkpoint: 049ac216ac14
Greptile SummaryThis PR adds three new entries to the
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Model ID lookup] --> B{starts_with MiniMax-?}
B -- Yes --> C[Return 204_800 context window]
B -- No --> D[Other provider checks...]
subgraph MINIMAX_MODELS catalog
M27["MiniMax-M2.7 ✨ new"]
M27H["MiniMax-M2.7-highspeed ✨ new"]
M25["MiniMax-M2.5"]
M25H["MiniMax-M2.5-highspeed"]
M21["MiniMax-M2.1"]
M21H["MiniMax-M2.1-highspeed ✨ new"]
M2["MiniMax-M2"]
end
MINIMAX_MODELS --> B
|
…e M2.7 Entire-Checkpoint: 77121ff414a2
Merging this PR will not alter performance
Comparing Footnotes
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Summary
MiniMax-M2.7andMiniMax-M2.7-highspeedto the static model catalogMiniMax-M2.1-highspeedvariantValidation
Completed
cargo check -p moltis-providerspassesRemaining
cargo +nightly-2025-11-30 fmt --all -- --checkcargo +nightly-2025-11-30 clippy -Z unstable-options --workspace --all-features --all-targets --timings -- -D warningscargo testManual QA
moltis.toml🤖 Generated with Claude Code