MiniMax

Active

by Monid

Image / video / music generation.

Media

Endpoints · 5

x402 URLhttps://x402.monid.ai/v1/run
POST/v1/image_generation$0.004per resultText-to-image and image-to-image with MiniMax (image-01 / image-01-live).
POST/v1/music_generation$0.15variesText-to-music: turn a style prompt and lyrics into a full song (MiniMax Music 3.0 / 2.6).
POST/v1/t2a_v2$60.00variesTurn text into lifelike speech with MiniMax speech-2.8 / 2.6 / 02 voices.
POST/v1/video/minimax-hailuo-2.3$0.28variesText-to-video and image-to-video with MiniMax Hailuo-2.3.
POST/v1/video/minimax-h3FreeText-to-video, image-to-video, and reference-to-video with MiniMax-H3, up to 2K.

Call the provider directly and settle x402 per request.

Quickstart · x402 flow

1 · Call without payment. The service replies 402

bash
curl -i https://x402.monid.ai/v1/run \  -H "Content-Type: application/json" \  -d '{"provider": "minimax", "endpoint": "/v1/image_generation", "input": {}}'
Response
HTTP/1.1 402 Payment Required{ "x402Version": 2,  "accepts": [{ "scheme": "exact", "network": "eip155:143",  "asset": "USDC", "maxAmountRequired": "0.0035" }] }

2 · Sign the payment with your agent wallet and retry

bash
curl https://x402.monid.ai/v1/run \  -H "X-PAYMENT: <base64 payment payload signed by your EOA>" \  -H "Content-Type: application/json" \  -d '{"provider": "minimax", "endpoint": "/v1/image_generation", "input": {}}'
Response
HTTP/1.1 200 OK

Any EOA on Monad can pay. curl shown; language tabs land in v2.

Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.