openclaw/extensions/minimax
Peter Steinberger dc0ee2e178
feat: add music generation tooling
2026-04-06 01:47:14 +01:00
..
src style(providers): normalize import and wrap formatting 2026-04-04 12:19:08 +01:00
README.md
api.ts
image-generation-provider.test.ts
image-generation-provider.ts refactor: move media generation runtimes into core 2026-04-05 15:13:20 +01:00
index.test.ts fix: resolve MiniMax portal usage auth 2026-04-04 12:42:30 +01:00
index.ts feat: add music generation tooling 2026-04-06 01:47:14 +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 feat: add music generation tooling 2026-04-06 01:47:14 +01:00
music-generation-provider.ts feat: add music generation tooling 2026-04-06 01:47:14 +01:00
oauth.runtime.ts
oauth.ts
onboard.test.ts
onboard.ts
openclaw.plugin.json feat: add music generation tooling 2026-04-06 01:47:14 +01:00
package.json chore: bump version to 2026.4.5 2026-04-05 21:33:04 +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-models.ts
speech-provider.test.ts fix(minimax): use global TTS endpoint default and add missing Talk Mode overrides 2026-04-04 09:19:45 +01:00
speech-provider.ts fix(minimax): use global TTS endpoint default and add missing Talk Mode overrides 2026-04-04 09:19:45 +01:00
test-api.ts refactor: move voice-call realtime providers into extensions 2026-04-04 12:07:23 +09: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 fix: normalize video provider durations 2026-04-05 23:47:10 +01:00
video-generation-provider.ts fix: surface normalized video durations 2026-04-05 23:57:48 +01:00

README.md

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.