Skip to content

Add MiniMax as a supported LLM provider#438

Open
octo-patch wants to merge 1 commit intoalgorithmicsuperintelligence:mainfrom
octo-patch:feature/add-minimax-provider
Open

Add MiniMax as a supported LLM provider#438
octo-patch wants to merge 1 commit intoalgorithmicsuperintelligence:mainfrom
octo-patch:feature/add-minimax-provider

Conversation

@octo-patch
Copy link

Summary

  • Add MiniMax provider documentation in README (setup guide, cost estimation, FAQ)
  • Add example config file (configs/minimax_config.yaml) for MiniMax models (MiniMax-M2.5, MiniMax-M2.5-highspeed)
  • Update config validity test to support MiniMax API key env var

Details

MiniMax provides OpenAI-compatible API endpoints with models featuring 204K context windows, making them well-suited for OpenEvolve's code evolution tasks.

Changes:

  • README.md: Added MiniMax to LLM Provider Setup section, cost estimation, Advanced LLM Integration list, and FAQ
  • configs/minimax_config.yaml: Complete working configuration with MiniMax-M2.5 and MiniMax-M2.5-highspeed models in an ensemble setup
  • configs/README.md: Added documentation entry for the new config file
  • tests/test_valid_configs.py: Added MINIMAX_API_KEY to the test environment mock so the new config file passes validation

Test plan

  • All 368 existing tests pass (python -m unittest discover tests)
  • New MiniMax config file loads and validates correctly
  • No breaking changes to existing functionality

@CLAassistant
Copy link

CLAassistant commented Mar 15, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

MiniMax offers OpenAI-compatible API with models like MiniMax-M2.5 and
MiniMax-M2.5-highspeed (204K context window). This commit adds:

- MiniMax provider section in README (setup guide, cost estimation)
- Example config file (configs/minimax_config.yaml)
- Updated test env to support MiniMax API key validation

Co-Authored-By: octo-patch <octo-patch@users.noreply.github.com>
@octo-patch octo-patch force-pushed the feature/add-minimax-provider branch from 5545f60 to 64dc033 Compare March 15, 2026 06:04
@octo-patch
Copy link
Author

I've updated the commit author to be properly linked to my GitHub account. The CLA check should pass now. @CLAassistant check

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.

2 participants