openclaw/extensions/minimax
Alix-007 20f19d8d5c
fix(minimax): apply request policy to media generation requests (#102072)
* fix(minimax): apply request policy to media generation requests

* fix(minimax): include image request policy

* fix(minimax): apply request policy to follow-up media fetches

* fix(minimax): preserve retries for guarded media fetches
2026-07-12 11:29:57 -04:00
..
src refactor(shared): consolidate provider and utility lazy loaders (#98749) 2026-07-02 21:16:26 -07:00
api.ts
image-generation-provider.test.ts fix(minimax): apply request policy to media generation requests (#102072) 2026-07-12 11:29:57 -04:00
image-generation-provider.ts fix(minimax): apply request policy to media generation requests (#102072) 2026-07-12 11:29:57 -04:00
index.test.ts
index.ts
media-understanding-provider.ts
minimax.live.test.ts
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 fix(minimax): apply request policy to media generation requests (#102072) 2026-07-12 11:29:57 -04:00
music-generation-provider.ts fix(minimax): apply request policy to media generation requests (#102072) 2026-07-12 11:29:57 -04:00
oauth.runtime.ts
oauth.test.ts fix(minimax): add timeouts to OAuth HTTP requests (#102862) 2026-07-10 22:02:34 -07:00
oauth.ts feat(onboarding): add provider sign-in (#104502) 2026-07-11 13:00:17 -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(onboarding): add provider sign-in (#104502) 2026-07-11 13:00:17 -07:00
package.json chore(release): set version to 2026.7.2 2026-07-11 04:00:49 +01:00
provider-catalog.ts
provider-contract-api.ts
provider-discovery.contract.test.ts
provider-discovery.ts
provider-http.test-helpers.ts fix(minimax): apply request policy to media generation requests (#102072) 2026-07-12 11:29:57 -04:00
provider-models.ts
provider-policy-api.ts
provider-registration.ts feat(onboarding): add provider sign-in (#104502) 2026-07-11 13:00:17 -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
thinking.ts
tsconfig.json
tts.test.ts
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): apply request policy to media generation requests (#102072) 2026-07-12 11:29:57 -04:00
video-generation-provider.ts fix(minimax): apply request policy to media generation requests (#102072) 2026-07-12 11:29:57 -04:00
web-search-contract-api.ts
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.