MiniMax H3
MiniMax Hailuo 03. Native 2K video from text, a keyframe, or reference images.
MiniMax$0.13 / secondtext-to-videominimax2k
Capability
Est. cost$0.65$1 ≈ 7 seconds of video.
Example output
$0.13/ second
$0.13 per second. $1 ≈ 7 seconds of video.
Pay only for successful generations. No idle, no minimums, no per-seat.
API
Wire it up.
Endpoint
POST https://api.tryinfer.com/v1/inference/hailuo-03/text-to-videorequest
curl https://api.tryinfer.com/v1/inference/hailuo-03/text-to-video \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": {
"prompt": "a lone figure walks a rain-slicked street at night, neon reflections, cinematic"
}
}'
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| seed | integer | — | — | — |
| prompt | string | Yes | — | — |
| aspect_ratio | string | — | 16:9 | 16:99:161:14:33:421:9 |
| duration_seconds | integer | — | 5 | — |
Authenticate with a bearer token. Get an API key →