openclaw/extensions/minimax
2026-04-22 06:11:49 +01:00
..
src refactor: cache provider tool runtimes 2026-04-18 19:05:00 +01:00
api.ts
image-generation-provider.test.ts test: share minimax image fixtures 2026-04-20 21:33:44 +01:00
image-generation-provider.ts refactor: move media generation runtimes into core 2026-04-05 15:13:20 +01:00
index.test.ts fix(minimax): share region auth builders 2026-04-14 16:50:20 +01:00
index.ts test: speed up provider entry tests 2026-04-07 17:36:41 +01:00
media-understanding-provider.ts refactor(media): move provider defaults into media metadata 2026-04-04 07:00:47 +01:00
model-definitions.test.ts fix(minimax): correct model pricing per official docs 2026-04-04 17:40:57 +09:00
model-definitions.ts fix(minimax): correct model pricing per official docs 2026-04-04 17:40:57 +09:00
music-generation-provider.test.ts test: dedupe media provider tests 2026-04-11 13:55:07 +01:00
music-generation-provider.ts test: speed provider retry imports 2026-04-11 02:37:51 +01:00
oauth.runtime.ts
oauth.ts
onboard.test.ts test(providers): share onboard primary assertions 2026-04-12 04:20:55 +01:00
onboard.ts
openclaw.plugin.json refactor: move media defaults into plugin manifests 2026-04-22 06:11:49 +01:00
package.json chore: release 2026.4.20 2026-04-20 13:16:40 +01:00
plugin-registration.contract.test.ts feat(video): add provider support and discord fallback 2026-04-05 22:06:56 +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
provider-registration.ts fix(plugin-sdk): share canonical stream hook families 2026-04-14 17:13:31 +01:00
README.md
speech-provider.test.ts fix(security): block MINIMAX_API_HOST workspace env injection and remove env-driven URL routing [AI-assisted] (#67300) 2026-04-20 22:51:03 +05:30
speech-provider.ts refactor: dedupe speech provider scalar coercion helpers 2026-04-06 19:57:56 +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): use global TTS endpoint default and add missing Talk Mode overrides 2026-04-04 09:19:45 +01:00
video-generation-provider.test.ts test: dedupe media provider tests 2026-04-11 13:55:07 +01:00
video-generation-provider.ts fix: bound live video generation smoke 2026-04-14 14:59:01 +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.