MiniMax Hailuo 02

Popular
Minimax
Video Generation

MiniMax Hailuo 02 on Replicate. Text-to-video and image-to-video producing 6s or 10s clips at 768p standard or 1080p pro. Known for accurate real-world physics and stable motion.

Queue video with MiniMax Hailuo 02
Video generation runs asynchronously β€” we'll queue a job and you can track it in your history.
Sign in to try this model with €5 free credits.
Sign in
Generates as an async job β€” typically 30 s to 2 min.
TL;DRΒ·Last updated June 24, 2026

MiniMax Hailuo 02 is video generation AI model from Minimax, priced at €0.000 per 1M input tokens with a unknown context window.

Try MiniMax Hailuo 02
Sign in to generate β€” 50 free credits on sign-up

Pricing

Price per Generation
Per generation€5.00

API Integration

Use our OpenAI-compatible API to integrate MiniMax Hailuo 02 into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

// Simple β€” just pass a string
const reply = await rw.run("minimax-hailuo-02", "Hello! What can you do?");
console.log(reply);

// With message history
const reply2 = await rw.run("minimax-hailuo-02", [
  { role: "system", content: "You are a helpful assistant." },
  { role: "user", content: "Explain quantum computing simply." },
]);
console.log(reply2);

// Full response with usage info
const res = await rw.chat("minimax-hailuo-02", [
  { role: "user", content: "Hello!" },
], { temperature: 0.7, max_tokens: 500 });
console.log(res.choices[0].message.content);
console.log(res.usage);
Specifications
Price
€5.00
Developer
Minimax
Category
Video Generation
Supported Formats
text
image
Tags
replicate
minimax
hailuo
text-to-video
image-to-video
physics
flagship

Frequently asked questions

Start using MiniMax Hailuo 02 today

Get started with free credits. No credit card required. Access MiniMax Hailuo 02 and 100+ other models through a single API.