# Hailuo 02 (1080p)

> Hailuo 02 at 1080p — premium tier, full HD output. Flat $0.780 per clip. T2V or I2V via image_url.

Human version: https://kymaapi.com/models/hailuo-02-1080p
Live JSON: `GET https://kymaapi.com/v1/models` (no auth required)

## Facts

- **Model ID**: `hailuo-02-1080p` — pass this as `model` in the request body
- **Creator**: MiniMax
- **Released**: 2025-06-18
- **Price**: $0.78 / clip

## Call it

```bash
curl https://kymaapi.com/v1/videos/generations \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "hailuo-02-1080p", "prompt": "..."}'
```

## Positioning

Hailuo 02 (1080p) is a premium-tier video generation model from Minimax, optimized for full-HD output. Reach for it when you need high-fidelity character motion or polished brand content and can accommodate slower generation times.

## About

This model generates video clips from text prompts or reference images via image_url. It operates on Kyma’s premium cost tier and is configured for 1080p resolution, prioritizing visual fidelity over speed.

On Kyma, requests route through an OpenAI-compatible endpoint with automatic failover if a serving path degrades. Prompt caching is supported, billing repeated prompt prefixes at 10% of the standard input rate. The exact generation cost is returned in the usage.cost field, and the X-Kyma-Model header confirms which model executed the request.

The model does not support reasoning, vision analysis, or structured JSON outputs. Generation latency is classified as slow, making it unsuitable for real-time or high-throughput pipelines. It is designed for single-clip production rather than long-context or multi-step workflows.

## Use cases

- **Hero Brand Video** — Generate high-fidelity clips for premium marketing campaigns and product showcases.
- **Character Motion Animation** — Produce detailed, fluid character movements from static reference images or text descriptions.
- **Premium Social Content** — Create polished, full-HD video assets tailored for high-engagement social media posts.

## Not ideal for

Do not use this model for rapid prototyping, bulk clip generation, or workflows that require low-latency responses.

## Pick something else when

- You need faster generation at lower resolution → `hailuo-02-512p`
- You need a balance of speed and quality → `seedance-2-fast`
- You need slightly lower resolution with quicker turnaround → `hailuo-02-768p`

## See also

- All models: https://kymaapi.com/models.md
- Pricing: https://kymaapi.com/pricing.md
- Other models by MiniMax: https://kymaapi.com/models?q=MiniMax
