openclaw/extensions/minimax
Peter Steinberger c28e76c490 refactor: move provider model helpers into plugins 2026-03-27 20:20:31 +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
api.ts refactor: move provider model helpers into plugins 2026-03-27 20:20:31 +00: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 refactor: move provider model helpers into plugins 2026-03-27 20:20:31 +00:00
media-understanding-provider.ts feat(media): route image tool through media providers 2026-03-16 22:00:39 -07:00
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 refactor: move provider model helpers into plugins 2026-03-27 20:20:31 +00:00
oauth.runtime.ts fix(auth): lazy-load provider oauth helpers 2026-03-18 13:40:28 -07:00
oauth.ts fix: ensure env proxy dispatcher before MiniMax and OpenAI Codex OAuth flows (openclaw#52228) 2026-03-23 09:26:34 -05:00
onboard.test.ts test: move extension-owned coverage into plugins 2026-03-27 15:11:33 +00:00
onboard.ts refactor: shrink plugin sdk public surface 2026-03-18 23:31:08 +00:00
openclaw.plugin.json refactor: move bundled plugin policy into manifests 2026-03-27 16:40:27 +00:00
package.json chore: bump versions to 2026.3.26 2026-03-27 02:03:22 +00:00
provider-catalog.ts refactor: move provider model helpers into plugins 2026-03-27 20:20:31 +00:00
provider-models.ts refactor: move provider model helpers into plugins 2026-03-27 20:20:31 +00: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.