openclaw/extensions/minimax
2026-05-22 00:09:45 +01:00
..
src chore(lint): remove underscore-dangle allow list (#83542) 2026-05-18 14:56:06 +01:00
api.ts
image-generation-provider.test.ts fix(media): reject malformed generated base64 2026-05-15 23:20:46 +08:00
image-generation-provider.ts fix(media): reject malformed generated base64 2026-05-15 23:20:46 +08:00
index.test.ts fix(minimax): declare CN provider auth aliases 2026-05-16 23:37:03 +01:00
index.ts
media-understanding-provider.ts
minimax.live.test.ts
model-definitions.test.ts test: tighten minimax provider assertions 2026-05-11 07:47:05 +01:00
model-definitions.ts
music-generation-provider.test.ts fix(minimax): stop advertising music duration control (#84765) 2026-05-21 02:26:17 +00:00
music-generation-provider.ts fix(minimax): stop advertising music duration control (#84765) 2026-05-21 02:26:17 +00:00
oauth.runtime.ts
oauth.ts
onboard.test.ts test: tighten minimax provider assertions 2026-05-11 07:47:05 +01:00
onboard.ts
openclaw.plugin.json fix(minimax): declare CN provider auth aliases 2026-05-16 23:37:03 +01:00
package.json chore(release): bump version to 2026.5.21 2026-05-22 00:09:45 +01:00
plugin-registration.contract.test.ts
provider-catalog.ts
provider-contract-api.ts
provider-discovery.contract.test.ts
provider-http.test-helpers.ts refactor(provider): share operation timeout resolvers 2026-05-13 11:26:30 +01:00
provider-models.ts
provider-registration.ts refactor: reduce plugin sdk surface 2026-05-10 12:37:10 +01:00
README.md
speech-provider.test.ts Revert "refactor: move runtime state to SQLite" 2026-05-13 13:33:38 +01:00
speech-provider.ts
test-api.ts chore(lint): remove underscore-dangle allow list (#83542) 2026-05-18 14:56:06 +01:00
tsconfig.json
tts.ts
video-generation-provider.test.ts test: tighten minimax video assertions 2026-05-11 02:28:21 +01:00
video-generation-provider.ts refactor(provider): share operation timeout resolvers 2026-05-13 11:26:30 +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.