Skip to content

feat: upgrade MiniMax default model to M3#33

Open
i-anubhav-anand wants to merge 1 commit into
getagentseal:mainfrom
i-anubhav-anand:fix-issue-30-minimax-m3
Open

feat: upgrade MiniMax default model to M3#33
i-anubhav-anand wants to merge 1 commit into
getagentseal:mainfrom
i-anubhav-anand:fix-issue-30-minimax-m3

Conversation

@i-anubhav-anand

Copy link
Copy Markdown

Summary

Upgrade MiniMax model configuration to use M3 as the default model.

Changes

  • Set MiniMax-M3 as the default model in config.py setup guide and README.md
  • MiniMax-M3 offers 512K context window, up to 128K output, and image input support
  • Keep MiniMax-M2.7 and MiniMax-M2.7-highspeed as alternatives
  • Remove older MiniMax-M2.5 variants from recommended models list

Testing

  • Connector router (build_agent_fn) already routes based on "minimax" in model.lower(), which matches any MiniMax-M* model
  • All MiniMax connector code works identically regardless of model name (it's passed as a string to the API)

Closes #30

- Set MiniMax-M3 as the default model in setup guide and README
- MiniMax-M3 offers 512K context, 128K output, and image input support
- Keep MiniMax-M2.7 and MiniMax-M2.7-highspeed as alternatives
- Remove older MiniMax-M2.5 variants from recommended models

Closes getagentseal#30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant