Skip to content

Refresh MiniMax preset to global endpoint and MiniMax-M3 - #1700

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

Refresh MiniMax preset to global endpoint and MiniMax-M3#1700
octo-patch wants to merge 1 commit into
BigPizzaV3:mainfrom
octo-patch:octo/20260729-parameter-refresh-recvq95WPsHCC3

Conversation

@octo-patch

Copy link
Copy Markdown

Reason: Refresh the first-class MiniMax provider preset to the global endpoint and its current model lineup.

What changed

apps/codex-plus-manager/src/presets.ts — the built-in MiniMax preset:

  • baseUrl: https://api.minimaxi.com/v1https://api.minimax.io/v1 (global OpenAI-compatible endpoint).
  • websiteUrl / apiKeyUrl: point at the global platform host https://platform.minimax.io.
  • model (default): MiniMax-M2.7MiniMax-M3.
  • modelList: ["MiniMax-M2.7"]["MiniMax-M3", "MiniMax-M2.7"], so the previous model stays selectable.

The preset stays in the cn_official category (the vendor classification, matching the other first-class presets) and keeps the chatCompletions protocol. Adaptive reasoning is already applied to this provider through the existing chat reasoning routing keyed on the model name in crates/codex-plus-core/src/protocol_proxy.rs, so MiniMax-M3 is covered without further change. Per-model context windows continue to be configured through the shared model-window editor, consistent with every other preset in this file.

Checks

  • npm run check (tsc --noEmit -p tsconfig.json) — passed.
  • npm run vite:build — passed.

Note: npm test (node --test) targets Node 22's native TypeScript support (as used in CI); it could not be exercised in the local Node 20 environment. The change is a static preset-data update covered by the type-check and production build above.

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