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

> MiniMax Hailuo 02 video at 512p — cheapest video tier on Kyma. Flat $0.140 per clip.

## 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 option, Kling 2.5 Pro, at 6 seconds.

T2V from text prompt, or I2V by passing an `image_url` as the first frame.

## Specs

| Field             | Value                                          |
| ----------------- | ---------------------------------------------- |
| Model ID          | `hailuo-02-512p`                               |
| Creator           | MiniMax                                        |
| Best for          | Social shorts, motion mockups, rapid iteration |
| Allowed durations | 6 seconds or 10 seconds                        |
| Resolution        | 512p                                           |
| Input modalities  | Text, image (I2V)                              |
| Output modalities | Video                                          |
| Pricing mode      | Per 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

* You need higher visual fidelity → [`hailuo-02-768p`](/models/hailuo-02-768p) (\$0.420/clip) or [`hailuo-02-1080p`](/models/hailuo-02-1080p) (\$0.780/clip).
* You need synchronized native audio → [`seedance-2-fast`](/models/seedance-2-fast) (audio bundled).

## 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-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}`](/api-reference/videos-generations#poll-for-the-result) until status is `succeeded`.

## See also

* [Video Generation](/models/video-generation) — full family overview
* [`POST /v1/videos/generations`](/api-reference/videos-generations) — endpoint reference
* [Hailuo 02 (1080p)](/models/hailuo-02-1080p) — premium tier
