You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: configs/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,9 @@ The main configuration file containing all available options with sensible defau
12
12
13
13
Use this file as a template for your own configurations.
14
14
15
+
### `minimax_config.yaml`
16
+
A complete configuration for using [MiniMax](https://www.minimaxi.com/) models (MiniMax-M2.5, MiniMax-M2.5-highspeed) with OpenEvolve. MiniMax provides an OpenAI-compatible API with 204K context window support.
17
+
15
18
### `island_config_example.yaml`
16
19
A practical example configuration demonstrating proper island-based evolution setup. Shows:
0 commit comments