Skip to content

Refresh MiniMax catalog and onboarding for MiniMax-M3 and MiniMax-M2.7 - #459

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

Refresh MiniMax catalog and onboarding for MiniMax-M3 and MiniMax-M2.7#459
octo-patch wants to merge 1 commit into
OpenBMB:mainfrom
octo-patch:octo/20260729-parameter-refresh-recvqa3bfXrpxc

Conversation

@octo-patch

Copy link
Copy Markdown

Reason: Refresh the built-in MiniMax catalog, onboarding defaults, and router fallback pricing to match the current MiniMax model line-up and endpoint.

What changed

  • Engine catalog (src/model/catalog/providers.ts): replaced the outdated MiniMax model entries with the current MiniMax-M3 (1,000,000-token context; text + image input; thinking; prompt-cache reads) and MiniMax-M2.7 (204,800-token context; text input; thinking). Also aligned the provider defaultUrl with the UI so both default to the global OpenAI-compatible endpoint https://api.minimax.io/v1 instead of the regional https://api.minimaxi.com/v1.
  • UI catalog (ui/src/shared/catalogProviders.ts): mirrored the same two model IDs and context windows so the UI stays in sync with the engine catalog.
  • Router fallback pricing (src/router/utils/modelPricing.ts): added fallback rates ($/million tokens) — MiniMax-M3: input 0.60, output 2.40, cache-read 0.12; MiniMax-M2.7: input 0.30, output 1.20, cache-read 0.06.
  • Installer onboarding (install.sh): updated the MiniMax quick-setup entry to the global endpoint and the current default model.

Checks

  • tsc --noEmit -p tsconfig.json — passes
  • bash -n install.sh — passes

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