> ## 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 (768p)

> MiniMax Hailuo 02 video at 768p — mid tier balanced quality vs cost. Flat $0.420 per clip.

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

| Field             | Value                                         |
| ----------------- | --------------------------------------------- |
| Model ID          | `hailuo-02-768p`                              |
| Creator           | MiniMax                                       |
| Best for          | Brand b-roll, product motion, character shots |
| Allowed durations | 6 seconds or 10 seconds                       |
| Resolution        | 768p                                          |
| Input modalities  | Text, image (I2V)                             |
| Output modalities | Video                                         |
| Pricing mode      | Per 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

* Budget is tight and 512p is sufficient → [`hailuo-02-512p`](/models/hailuo-02-512p) (\$0.140/clip).
* You need full HD hero output → [`hailuo-02-1080p`](/models/hailuo-02-1080p) (\$0.780/clip).
* You need native audio → [`kling-3-pro-audio`](/models/kling-3-pro-audio) or [`seedance-2-pro`](/models/seedance-2-pro).

## 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-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}`](/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
