openclaw/extensions/minimax
Peter Steinberger 14b3360c22
chore: bump versions to 2026.3.26
2026-03-27 02:03:22 +00:00
..
README.md feat(minimax): add image generation provider and trim model catalog to M2.7 (#54487) 2026-03-25 09:29:35 -07:00
image-generation-provider.ts feat(minimax): add image generation provider and trim model catalog to M2.7 (#54487) 2026-03-25 09:29:35 -07:00
index.ts feat(minimax): add image generation provider and trim model catalog to M2.7 (#54487) 2026-03-25 09:29:35 -07:00
media-understanding-provider.ts
model-definitions.test.ts feat(minimax): add image generation provider and trim model catalog to M2.7 (#54487) 2026-03-25 09:29:35 -07:00
model-definitions.ts
oauth.runtime.ts
oauth.ts
onboard.ts
openclaw.plugin.json refactor: collapse manifest contract mirrors 2026-03-27 02:01:59 +00:00
package.json chore: bump versions to 2026.3.26 2026-03-27 02:03:22 +00:00
provider-catalog.ts feat(minimax): add image generation provider and trim model catalog to M2.7 (#54487) 2026-03-25 09:29:35 -07:00

README.md

MiniMax (OpenClaw plugin)

Bundled MiniMax plugin for both:

  • API-key provider setup (minimax)
  • Token Plan OAuth setup (minimax-portal)

Enable

openclaw plugins enable minimax

Restart the Gateway after enabling.

openclaw gateway restart

Authenticate

OAuth:

openclaw models auth login --provider minimax-portal --set-default

API key:

openclaw setup --wizard --auth-choice minimax-global-api

Notes

  • MiniMax OAuth uses a user-code login flow.
  • OAuth currently targets the Token Plan path.