openclaw/extensions/minimax
2026-05-04 10:09:55 +01:00
..
src fix(web-search): include MiniMax in setup detection 2026-05-02 05:59:25 +01:00
api.ts
image-generation-provider.test.ts refactor: split plugin sdk test helpers 2026-04-28 01:14:19 +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(web-search): include MiniMax in setup detection 2026-05-02 05:59:25 +01:00
index.ts fix(minimax): enable portal music and video generation 2026-04-25 21:30:10 +01:00
media-understanding-provider.ts
minimax.live.test.ts fix(web-search): allow MiniMax OAuth search credentials 2026-05-02 05:43:08 +01:00
model-definitions.test.ts
model-definitions.ts
music-generation-provider.test.ts test: expose provider media test helpers 2026-04-28 02:52:30 +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
oauth.ts refactor: trim provider helper exports 2026-05-01 16:25:10 +01:00
onboard.test.ts refactor: promote plugin test helpers to sdk 2026-04-28 00:55:11 +01:00
onboard.ts
openclaw.plugin.json fix(web-search): allow MiniMax OAuth search credentials 2026-05-02 05:43:08 +01:00
package.json chore(release): prepare 2026.5.4 2026-05-04 10:09:55 +01:00
plugin-registration.contract.test.ts refactor: promote plugin test helpers to sdk 2026-04-28 00:55:11 +01:00
provider-catalog.ts
provider-contract-api.ts
provider-discovery.contract.test.ts refactor: promote plugin test helpers to sdk 2026-04-28 00:55:11 +01:00
provider-http.test-helpers.ts
provider-models.ts
provider-registration.ts fix(minimax): respect usage base url 2026-05-02 05:48:55 +01:00
README.md
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
tsconfig.json
tts.ts fix(minimax): support token plan tts auth 2026-04-25 10:36:12 +01:00
video-generation-provider.test.ts test: expose provider media test helpers 2026-04-28 02:52:30 +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 fix(web-search): include MiniMax in setup detection 2026-05-02 05:59:25 +01:00
web-search-provider.ts

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.