Skip to content

feat: upgrade MiniMax default model to M3#324

Open
octo-patch wants to merge 1 commit into
darrenhinde:mainfrom
octo-patch:feature/upgrade-minimax-m3
Open

feat: upgrade MiniMax default model to M3#324
octo-patch wants to merge 1 commit into
darrenhinde:mainfrom
octo-patch:feature/upgrade-minimax-m3

Conversation

@octo-patch

Copy link
Copy Markdown
Contributor

Summary

Upgrade MiniMax model configuration to include the latest M3 model as the default recommended model.

Changes

  • Add MiniMax-M3 to MODEL_BEHAVIORS registry in evals/framework/src/sdk/model-behaviors.ts
  • Promote minimax/MiniMax-M3 as the primary recommended model in the minimax prompt variant
  • Retain MiniMax-M2.7 and MiniMax-M2.7-highspeed as legacy alternatives
  • Update prompt variants README with M3 as the new flagship target model
  • Extend unit and integration tests to cover M3 alongside the M2.7 family

Why

MiniMax-M3 is the new flagship model with a 512K context window, 128K max output, and image input support across both OpenAI-compatible and Anthropic-compatible interfaces. Adding it as the default keeps the existing M2.7 entries available for users who still prefer the previous generation.

Testing

  • minimax-related unit tests updated and passing locally (42/42 tests pass across minimax-model-behaviors.test.ts, minimax-prompt-variant.test.ts, and minimax-integration.test.ts)
  • No changes to API base URL, env variables, or TTS configuration

- Add MiniMax-M3 to the model behavior registry (placed at the top, default)
- Update minimax prompt variant to recommend MiniMax-M3 first
- Retain MiniMax-M2.7 and MiniMax-M2.7-highspeed as legacy alternatives
- Update prompt variants README with M3 as the new flagship target
- Extend unit and integration tests to cover M3 alongside M2.7 family
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