Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kymaapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

hailuo-02-512p is MiniMax’s Hailuo 02 video model at 512p output. Flat per-clip pricing — same cost whether you generate a 6-second or 10-second video. Cheapest video tier on Kyma, ~4× cheaper than the next-cheapest fal-hosted Kling 2.5 Pro at 6 seconds. T2V from text prompt, or I2V by passing an image_url as the first frame.

Specs

FieldValue
Model IDhailuo-02-512p
CreatorMiniMax
Best forSocial shorts, motion mockups, rapid iteration
Allowed durations6 seconds or 10 seconds
Resolution512p
Input modalitiesText, image (I2V)
Output modalitiesVideo
Pricing modePer video (flat)

Pricing

Cost
Per clip (6s or 10s)$0.140 flat

Use this when

  • You’re producing high volume of short social clips and unit cost matters.
  • You’re prototyping motion ideas and don’t need full HD yet.
  • Budget is tight and you want video at all.

Pick something else when

Example

curl -X POST https://kymaapi.com/v1/videos/generations \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "hailuo-02-512p",
    "prompt": "a cat walking along a beach at sunset, slow tracking shot",
    "duration": 6
  }'
The endpoint is async — POST returns 202 with a job_id; poll GET /v1/jobs/{id} until status is succeeded.

See also