---
title: "Hailuo API — All variants, pricing, code samples | RunAPI"
url: "https://runapi.ai/models/hailuo.md"
canonical: "https://runapi.ai/models/hailuo.md"
locale: "en"
model: "Hailuo"
provider: "MiniMax"
modality: "video"
variant_count: 6
price_from_cents: 30
---

# Hailuo

Text and image-to-video at native 1080p with accurate physics simulation and motion.

**Provider:** MiniMax
**Modality:** Video
**Catalog:** 6 variants

Hailuo is MiniMax&#39;s video generation model capable of producing native 1080p footage with realistic physics simulation. It supports both text-to-video and image-to-video generation in standard and pro quality tiers.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| hailuo-02-image-to-video-pro | `02-image-to-video-pro` | $0.570 | call | https://runapi.ai/models/hailuo/02-image-to-video-pro.md |
| hailuo-02-image-to-video-standard | `02-image-to-video-standard` | $0.300 | call | https://runapi.ai/models/hailuo/02-image-to-video-standard.md |
| hailuo-02-text-to-video-pro | `02-text-to-video-pro` | $0.570 | call | https://runapi.ai/models/hailuo/02-text-to-video-pro.md |
| hailuo-02-text-to-video-standard | `02-text-to-video-standard` | $0.500 | call | https://runapi.ai/models/hailuo/02-text-to-video-standard.md |
| hailuo-2.3-image-to-video-pro | `2.3-image-to-video-pro` | $0.900 | call | https://runapi.ai/models/hailuo/2.3-image-to-video-pro.md |
| hailuo-2.3-image-to-video-standard | `2.3-image-to-video-standard` | $0.500 | call | https://runapi.ai/models/hailuo/2.3-image-to-video-standard.md |


## Install

```sh
npm install @runapi.ai/hailuo
# or
gem install runapi-hailuo
```

## Quickstart

```sh
curl -X POST https://runapi.ai/api/v1/hailuo/image_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "model": "hailuo-02-image-to-video-pro", "prompt": "..." }'
```

## Context

Hailuo is MiniMax&#39;s video model, known for accurate physics and motion fidelity at native 1080p. Through RunAPI, standard and pro variants share a single key.

## FAQ

### Which variant should I start with?

Pick the cheapest variant that meets your quality bar. Most teams start on the fast variant and graduate to pro for production.

### Is there a free tier?

New accounts get free first calls on every model. After that, pay per call.

### Do you stream results?

Where streaming is available, RunAPI streams end-to-end.

### How are failures billed?

Failed generations are not charged.

### Are outputs cached?

Generated outputs are stored and retrievable by task ID. Inputs are not cached.

### Can I use commercially?

Yes — commercial use is included for every variant unless a model license explicitly restricts it, which is called out on the variant page.

### What about rate limits?

Per-key rate limits scale with usage tier. See pricing page for current limits.

### Where can I report issues?

Open an issue on the public GitHub repo or email support.

