Skip to content

feat(minimax): add MiniMax M3 support#88860

Merged
steipete merged 1 commit into
mainfrom
codex/minimax-m3-support
Jun 1, 2026
Merged

feat(minimax): add MiniMax M3 support#88860
steipete merged 1 commit into
mainfrom
codex/minimax-m3-support

Conversation

@steipete

@steipete steipete commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add MiniMax M3 as the default MiniMax model for API and portal providers.
  • Update MiniMax catalog metadata, costs, capabilities, docs, wizard copy, and live model priorities.
  • Add a MiniMax dynamic model resolver so local infer paths resolve MiniMax-M3 without full agent discovery, while preserving configured and MINIMAX_API_HOST endpoint overrides.

Release note

MiniMax now defaults to MiniMax M3 for new setups and local model inference. Existing configured MiniMax model references continue to resolve through the provider catalog.

Verification

  • pnpm docs:list
  • pnpm build
  • pnpm test extensions/minimax/index.test.ts extensions/minimax/model-definitions.test.ts extensions/minimax/onboard.test.ts src/agents/minimax-docs.test.ts src/agents/models-config.providers.minimax.test.ts src/agents/model-compat.test.ts test/scripts/package-acceptance-workflow.test.ts -- --reporter=verbose
  • pnpm test src/agents/model-compat.test.ts extensions/minimax/index.test.ts -- --reporter=verbose
  • pnpm openclaw infer model run --local --model minimax/MiniMax-M3 --json --prompt 'Reply with exactly: MINIMAX_M3_INFER_RERUN_OK'
  • MiniMax M3 live local turns in an isolated temp config: two turns completed, final response MINIMAX_M3_TURN_TWO_OK, provider minimax, model MiniMax-M3, fallbackUsed false
  • autoreview clean: no accepted/actionable findings reported

@openclaw-barnacle openclaw-barnacle Bot added docs Improvements or additions to documentation gateway Gateway runtime agents Agent runtime and tooling extensions: minimax size: M maintainer Maintainer-authored PR labels Jun 1, 2026
@steipete steipete force-pushed the codex/minimax-m3-support branch from 7f9bb8b to a232bdf Compare June 1, 2026 01:44
@clawsweeper

clawsweeper Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

ClawSweeper status: review started.

I am starting a fresh review of this pull request: feat(minimax): add MiniMax M3 support This is item 1/1 in the current shard. Shard 0/1.

This placeholder means the worker is alive and reading the current context. I will edit this same comment with the actual review when the claws are done clicking.

Crustacean status: shell secured, claws on keyboard, evidence pebbles being sorted.

@steipete steipete merged commit 0369672 into main Jun 1, 2026
28 checks passed
@steipete steipete deleted the codex/minimax-m3-support branch June 1, 2026 01:47
github-actions Bot pushed a commit to Desicool/openclaw that referenced this pull request Jun 1, 2026
SYU8384 pushed a commit to SYU8384/openclaw that referenced this pull request Jun 3, 2026
@Michatroschka

Copy link
Copy Markdown

nice one! is it necessary to configure openclaw somehow to use minimax? i use ollama cloud and put the path, token size etc directly into the json. or better over onboarding? i still dont know a way to use multiple models via the onboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agents Agent runtime and tooling docs Improvements or additions to documentation extensions: minimax gateway Gateway runtime maintainer Maintainer-authored PR size: M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants