openclaw/extensions/minimax
2026-04-25 21:33:33 +01:00
..
src refactor: share provider HTTP error parsing 2026-04-24 20:44:56 +01:00
api.ts refactor(plugins): expose bundled onboard helpers 2026-03-28 21:35:13 +00:00
image-generation-provider.test.ts fix(minimax): use dedicated image generation endpoint (#61155) 2026-04-25 20:07:52 +01:00
image-generation-provider.ts fix(minimax): use dedicated image generation endpoint (#61155) 2026-04-25 20:07:52 +01:00
index.test.ts fix(minimax): share region auth builders 2026-04-14 16:50:20 +01:00
index.ts fix(minimax): enable portal music and video generation 2026-04-25 21:30:10 +01:00
media-understanding-provider.ts refactor(media): move provider defaults into media metadata 2026-04-04 07:00:47 +01:00
minimax.live.test.ts fix(minimax): support token plan tts auth 2026-04-25 10:36:12 +01:00
model-definitions.test.ts fix(providers): keep minimax chat models text-only 2026-04-25 01:27:34 +01:00
model-definitions.ts fix(providers): keep minimax chat models text-only 2026-04-25 01:27:34 +01:00
music-generation-provider.test.ts fix(minimax): enable portal music and video generation 2026-04-25 21:30:10 +01:00
music-generation-provider.ts fix(minimax): enable portal music and video generation 2026-04-25 21:30:10 +01:00
oauth.runtime.ts fix(auth): lazy-load provider oauth helpers 2026-03-18 13:40:28 -07:00
oauth.ts refactor: trim provider oauth runtime seams 2026-03-28 02:08:29 +00:00
onboard.test.ts fix(providers): keep minimax chat models text-only 2026-04-25 01:27:34 +01:00
onboard.ts refactor: shrink plugin sdk public surface 2026-03-18 23:31:08 +00:00
openclaw.plugin.json fix(minimax): enable portal music and video generation 2026-04-25 21:30:10 +01:00
package.json chore: bump version to 2026.4.25 2026-04-25 10:31:52 +01:00
plugin-registration.contract.test.ts fix(minimax): enable portal music and video generation 2026-04-25 21:30:10 +01:00
provider-catalog.ts fix: honor minimax api host during provider discovery 2026-04-05 12:53:23 +01:00
provider-contract-api.ts test: use provider contract artifacts 2026-04-18 01:36:15 +01:00
provider-discovery.contract.test.ts test(extensions): move provider contracts to owners 2026-04-20 20:55:39 +01:00
provider-http.test-helpers.ts fix: bound live video generation smoke 2026-04-14 14:59:01 +01:00
provider-models.ts fix: break plugin-sdk provider barrel recursion 2026-03-27 23:47:04 +00:00
provider-registration.ts fix(plugin-sdk): share canonical stream hook families 2026-04-14 17:13:31 +01: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
speech-provider.test.ts fix(google): emit opus voice-note tts 2026-04-25 21:33:33 +01:00
speech-provider.ts fix(google): emit opus voice-note tts 2026-04-25 21:33:33 +01:00
test-api.ts test: lazy-load minimax web search runtime 2026-04-17 18:08:23 -04:00
tsconfig.json chore(plugins): bulk add package boundary tsconfig rollout 2026-04-07 08:48:23 +01:00
tts.ts fix(minimax): support token plan tts auth 2026-04-25 10:36:12 +01:00
video-generation-provider.test.ts fix(minimax): enable portal music and video generation 2026-04-25 21:30:10 +01:00
video-generation-provider.ts fix(minimax): enable portal music and video generation 2026-04-25 21:30:10 +01:00
web-search-contract-api.ts refactor(plugin-sdk): share web-search contract fields 2026-04-08 09:07:28 +01:00
web-search-provider.ts perf(secrets): complete bundled web provider artifacts 2026-04-06 23:17:30 +01:00

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.