feat: upgrade default MiniMax model to M3#1512
Open
Hansen1018 wants to merge 54 commits into
Open
Conversation
- mcp/provider/minimax.go: DefaultMiniMaxModel = MiniMax-M3 - mcp/providers.go: DefaultMiniMaxModel = MiniMax-M3 - agent/agent.go: minimax provider default model = MiniMax-M3 - agent/model_provider_catalog.go: MiniMax DefaultModel = MiniMax-M3 - api/handler_ai_model.go: minimax defaultModel = MiniMax-M3 - web/src/components/trader/model-constants.ts: minimax defaultModel = MiniMax-M3 - store/ai_charge.go: MiniMax-M3 price at $0.20/call Reference: https://minimaxi.com/M3 (released 2026-06-01) - MiniMax Sparse Attention (MSA) architecture - 1M tokens context window (512K guaranteed usable) - Native multimodal: image and video input - Coding capability exceeds GPT-5.5 - BrowseComp agent score: 83.5 (vs Opus 4.7: 79.3)
🤖 Advisory Check ResultsThese are advisory checks to help improve code quality. They won't block your PR from being merged. 📋 PR InformationTitle Format: ✅ Good - Follows Conventional Commits 🔧 Backend ChecksGo Formatting: Files needing formattingGo Vet: ✅ Good Fix locally: go fmt ./... # Format code
go vet ./... # Check for issues
go test ./... # Run tests⚛️ Frontend ChecksBuild & Type Check: ✅ Success Fix locally: cd web
npm run build # Test build (includes type checking)📖 ResourcesQuestions? Feel free to ask in the comments! 🙏 These checks are advisory and won't block your PR from being merged. This comment is automatically generated from pr-checks-run.yml. |
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
M3 Model Specifications (per official docs)
Reference: https://minimaxi.com/M3 (released 2026-06-01)
Change Type
Scope
Testing
go build ./...passesnpm run buildpasses (web)go test ./...passesCompatibility