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-1080p is the flagship Hailuo 02 tier — full HD output. Right for hero brand video, premium social campaigns, and high-fidelity character motion. Less than half the cost of kling-3-pro-audio at 10 seconds. T2V from text prompt, or I2V by passing an image_url as the first frame.

Specs

FieldValue
Model IDhailuo-02-1080p
CreatorMiniMax
Best forHero brand video, premium social, high-fidelity character motion
Allowed durations6 seconds or 10 seconds
Resolution1080p (full HD)
Input modalitiesText, image (I2V)
Output modalitiesVideo
Pricing modePer video (flat)

Pricing

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

Use this when

  • The visual IS the product — hero brand spots, premium ads, presentation media.
  • You need full HD for downstream editing or large-screen playback.
  • You’re producing for paid distribution where fidelity matters.

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-1080p",
    "prompt": "cinematic dolly through a futuristic atrium at golden hour, anamorphic lens flares",
    "duration": 10
  }'
The endpoint is async — POST returns 202 with a job_id; poll GET /v1/jobs/{id}.

See also