> ## 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.

# Hailuo 02 (1080p)

> MiniMax Hailuo 02 video at 1080p — premium tier, full HD output. Flat $0.780 per clip.

## 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

| Field             | Value                                                            |
| ----------------- | ---------------------------------------------------------------- |
| Model ID          | `hailuo-02-1080p`                                                |
| Creator           | MiniMax                                                          |
| Best for          | Hero brand video, premium social, high-fidelity character motion |
| Allowed durations | 6 seconds or 10 seconds                                          |
| Resolution        | 1080p (full HD)                                                  |
| Input modalities  | Text, image (I2V)                                                |
| Output modalities | Video                                                            |
| Pricing mode      | Per 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

* 768p is fine and per-clip cost matters → [`hailuo-02-768p`](/models/hailuo-02-768p) (\$0.420/clip).
* You need synchronized native audio → [`kling-3-pro-audio`](/models/kling-3-pro-audio) or [`seedance-2-pro`](/models/seedance-2-pro).
* You need durations between 6s and 10s, or longer than 10s → [`kling-3-pro`](/models/kling-3-pro) (full 3–15s range).

## Example

```bash theme={null}
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}`](/api-reference/videos-generations#poll-for-the-result).

## See also

* [Video Generation](/models/video-generation) — full family overview
* [`POST /v1/videos/generations`](/api-reference/videos-generations) — endpoint reference
