MiniMax H3 API: Text to Video with Native Audio
Call the open-weight MiniMax H3 model over a hosted API: a prompt or a start frame in, a 4 to 15 second MP4 with synchronised stereo audio out, billed per second of video. Run the preset directly on this page or call the same agent-ready endpoint from your product.
See what the tool changes.
A real example: the after side is the unedited output of a KinoGenie job. Run the live form above to generate the same result from your own media.
Demo footage: public-domain timelapses (Bureau of Land Management, Oregon · NASA SVS). Processed by the same pipeline the API and MCP tools call.
Useful defaults, typed options.
The tool slug stays stable while your agent supplies named media inputs and a narrow set of documented options.
- No GPU to rent, no weights to download
- Flat per-second price, reserved before the render starts
- Same API and MCP server as the rest of the catalog
- 01Send a prompt, or a start frame to animate, to the hosted MiniMax H3 endpoint
- 02Render picture and stereo audio in one pass on a GPU worker
- 03Tag the output as AI-generated (EU AI Act art. 50)
- 04Return a playable MP4 with a download URL
POST /api/v1/tools/minimax-h3Know the boundaries before you run.
About minimax h3 api
What is MiniMax H3?
An open-weight text-to-video model that generates picture and sound together, rather than adding audio afterwards. It renders 4 to 15 second clips at 480p or 768p, 24 fps, and also accepts a start frame for image-to-video.
How much does a MiniMax H3 clip cost here?
Eight credits per second of video at 768p and five at 480p, so a 6 second clip is 48 or 30 credits. The price is reserved when the job is queued, never changes with render time, and is refunded in full if the render fails.
Do I need my own GPU?
No. The weights are open, so you can run them yourself on a rented GPU, but this endpoint hosts the model for you: an HTTP call or an MCP tool call, and an MP4 comes back. You pay per second of video rather than per hour of GPU.
Can I use MiniMax H3 output commercially?
Yes, subject to the MiniMax H3 Community License and our terms: no real-person likeness without consent, nothing unlawful, and you keep the AI-generated marking on published synthetic media. Every file we return carries that tag in its container metadata.
Does it do image-to-video?
Yes. Pass image_url for the first frame, and last_image_url as well if you want the clip to land on a specific end frame. Starting from a frame you control gives more predictable motion than a prompt alone.
How do I call it from an agent?
Connect the MCP server and call generate_video with a prompt, seconds, resolution and aspect_ratio, then get_job until it succeeds. Claude, Claude Code, Cursor, Codex and n8n all work; the connect page has the one-line command for each.