Skip to content

Refresh MiniMax registry: add M3 and correct M2.7 parameters - #345

Open
octo-patch wants to merge 1 commit into
darrenhinde:mainfrom
octo-patch:octo/20260728-parameter-refresh-recvppbdzU0JxQ
Open

Refresh MiniMax registry: add M3 and correct M2.7 parameters#345
octo-patch wants to merge 1 commit into
darrenhinde:mainfrom
octo-patch:octo/20260728-parameter-refresh-recvppbdzU0JxQ

Conversation

@octo-patch

@octo-patch octo-patch commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Reason: Refresh MiniMax registry parameters — add MiniMax-M3 and correct stale M2.7 context values.

Changes

  • Add MiniMax-M3 to MODEL_BEHAVIORS with 1M context window, text/image/video input, adaptive/disabled thinking, and 0.6/2.4/0.12 USD per million pricing.
  • Correct MiniMax-M2.7 context window from stale 1M to 204800, with text-only input, always_on thinking, and 0.3/1.2/0.06 USD per million pricing.
  • Extend ModelBehavior interface with optional contextWindow, pricingUsdPerMillionTokens, inputModalities, and thinking fields.
  • Promote MiniMax-M3 to primary recommended model in prompt variant and README.
  • Update unit, integration, and prompt-variant tests to cover M3 and refreshed parameters.

Checks

  • npx tsc --noEmit (evals/framework) — passes.
  • npx vitest run minimax (evals/framework) — 45 tests pass.

@octo-patch
octo-patch requested a review from darrenhinde as a code owner July 28, 2026 07:26
@octo-patch
octo-patch force-pushed the octo/20260728-parameter-refresh-recvppbdzU0JxQ branch from cf40b93 to abc6e6f Compare July 28, 2026 07:27
@octo-patch octo-patch changed the title Refresh MiniMax model parameters: add M3 and correct M2.7 context fix: refresh MiniMax model parameters to current target values Jul 28, 2026
@octo-patch
octo-patch force-pushed the octo/20260728-parameter-refresh-recvppbdzU0JxQ branch from abc6e6f to 9f2aa67 Compare July 28, 2026 07:30
…ndows

Add the MiniMax-M3 entry to the MODEL_BEHAVIORS registry and promote it
as the primary recommended model in the MiniMax prompt variant and README,
replacing the stale M2.7-only configuration. Correct the context window
values: MiniMax-M3 uses a 1000000-token window and MiniMax-M2.7 uses a
204800-token window (the previous 1M value for M2.7 was stale). Document
model_specs (context window, pricing, input modalities, thinking) and
regional endpoints (global and China) for both models, and extend the
unit and integration tests to cover MiniMax-M3 alongside the M2.7 family.
@octo-patch octo-patch changed the title fix: refresh MiniMax model parameters to current target values Refresh MiniMax registry: add M3 and correct M2.7 parameters Jul 28, 2026
@octo-patch
octo-patch force-pushed the octo/20260728-parameter-refresh-recvppbdzU0JxQ branch from 9f2aa67 to f961895 Compare July 28, 2026 07:33
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