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-768p is the middle tier in the Hailuo 02 family. Higher fidelity than 512p, cheaper than 1080p — right for brand b-roll, product motion, and character shots at production quality without paying flagship prices. T2V from text prompt, or I2V by passing an image_url as the first frame.

Specs

FieldValue
Model IDhailuo-02-768p
CreatorMiniMax
Best forBrand b-roll, product motion, character shots
Allowed durations6 seconds or 10 seconds
Resolution768p
Input modalitiesText, image (I2V)
Output modalitiesVideo
Pricing modePer video (flat)

Pricing

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

Use this when

  • You need production-quality video without 1080p cost.
  • You’re shooting brand campaigns where fidelity matters but unit cost still does.
  • You want a sensible Hailuo default.

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-768p",
    "prompt": "a person opening a leather notebook, slow zoom out",
    "duration": 10
  }'
The endpoint is async — POST returns 202 with a job_id; poll GET /v1/jobs/{id}.

See also