openclaw/extensions/minimax
2026-07-07 10:23:36 -07:00
..
src refactor(shared): consolidate provider and utility lazy loaders (#98749) 2026-07-02 21:16:26 -07:00
api.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
image-generation-provider.test.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
image-generation-provider.ts fix(image-gen): bound image generation provider JSON response reads (#96495) 2026-06-26 07:08:30 -04:00
index.test.ts fix(minimax): keep thinking active for M3 2026-06-06 22:56:17 -07:00
index.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
media-understanding-provider.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
minimax.live.test.ts test(live): keep voice-note preflight inside plugins 2026-06-06 06:24:29 -07:00
model-definitions.test.ts chore(deadcode): prune stale model metadata wrappers 2026-06-20 14:00:10 +08:00
model-definitions.ts chore(deadcode): prune stale model metadata wrappers 2026-06-20 14:00:10 +08:00
music-generation-provider.test.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
music-generation-provider.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
oauth.runtime.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
oauth.test.ts fix(minimax): bound oauth token bodies 2026-06-19 19:18:38 +02:00
oauth.ts fix(minimax): bound OAuth JSON response via shared provider reader (#96322) 2026-07-01 01:54:42 -07:00
onboard.test.ts Preserve provider settings during onboarding updates (#100107) 2026-07-05 21:49:58 +01:00
onboard.ts Preserve provider settings during onboarding updates (#100107) 2026-07-05 21:49:58 +01:00
openclaw.plugin.json feat(macos): load provider catalog during AI onboarding (#101132) 2026-07-06 20:57:56 +01:00
package.json chore(release): close out 2026.6.11 on main 2026-06-30 11:31:08 -07:00
provider-catalog.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
provider-contract-api.ts fix(minimax): keep thinking active for M3 2026-06-06 22:56:17 -07:00
provider-discovery.contract.test.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
provider-discovery.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
provider-http.test-helpers.ts fix(minimax): bound video control response reads (#96889) 2026-06-28 10:52:33 -04:00
provider-models.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
provider-policy-api.ts fix(minimax): keep thinking active for M3 2026-06-06 22:56:17 -07:00
provider-registration.ts refactor: localize internal implementation symbols (#101831) 2026-07-07 10:23:36 -07:00
README.md
speech-provider.test.ts fix(minimax): clarify TTS volume boundary (#101359) 2026-07-07 05:53:08 +01:00
speech-provider.ts fix(minimax): clarify TTS volume boundary (#101359) 2026-07-07 05:53:08 +01:00
test-api.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
thinking.ts fix(minimax): keep thinking active for M3 2026-06-06 22:56:17 -07:00
tsconfig.json
tts.test.ts fix(minimax): check base_resp envelope errors in TTS provider (#93688) 2026-06-17 02:25:46 +08:00
tts.ts fix(speech): bound TTS/STT voice-list and transcription JSON response reads (#96496) 2026-06-25 14:32:53 -04:00
video-generation-provider.test.ts fix(minimax): bound video control response reads (#96889) 2026-06-28 10:52:33 -04:00
video-generation-provider.ts refactor: consolidate image data URL formatting (#99715) 2026-07-03 17:09:30 -07:00
web-search-contract-api.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
web-search-provider.ts docs: document medium extension sources 2026-06-04 21:33:54 -04: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.