Skip to content

Refresh MiniMax provider for M3 and M2.7 with configurable base URL - #81

Open
octo-patch wants to merge 1 commit into
coollabsio:mainfrom
octo-patch:octo/20260729-parameter-refresh-recvq8kt1MueZt
Open

Refresh MiniMax provider for M3 and M2.7 with configurable base URL#81
octo-patch wants to merge 1 commit into
coollabsio:mainfrom
octo-patch:octo/20260729-parameter-refresh-recvq8kt1MueZt

Conversation

@octo-patch

Copy link
Copy Markdown

Reason: Refresh the stale MiniMax provider to current MiniMax-M3 and MiniMax-M2.7 models with a configurable global/China Anthropic-compatible base URL.

Changes

  • Replace the single MiniMax-M2.1 (200,000-token context) model with the current models:
    • MiniMax-M3 — 1,000,000-token context window
    • MiniMax-M2.7 — 204,800-token context window
  • Make the Anthropic-compatible base URL configurable via MINIMAX_BASE_URL:
    • Default (global): https://api.minimax.io/anthropic
    • China endpoint: https://api.minimaxi.com/anthropic
  • Update the auto-selected primary model candidate from minimax/MiniMax-M2.1 to minimax/MiniMax-M3.
  • Document MINIMAX_BASE_URL in .env.example and the README provider overrides table, and refresh the MINIMAX_API_KEY description.

Verification

  • node scripts/utils.test.js — 81 passed, 0 failed.
  • Smoke-tested scripts/configure.js with MINIMAX_API_KEY set: confirms the provider is emitted with the two updated models and the correct default base URL, and that MINIMAX_BASE_URL overrides the base URL (e.g. to the China endpoint).

Update the MiniMax provider from the stale M2.1-only setup to the current
MiniMax-M3 (1,000,000-token context) and MiniMax-M2.7 (204,800-token
context) models. Make the Anthropic-compatible base URL configurable via
MINIMAX_BASE_URL so the China endpoint (https://api.minimaxi.com/anthropic)
can be selected instead of the default global endpoint
(https://api.minimax.io/anthropic). Update the primary model candidate,
.env.example, and README accordingly.
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