Hailuo 2.3

New
Minimax
Video Generation

Minimax model for realistic human motion and VFX

Queue video with Hailuo 2.3
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 March 25, 2026

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

Try Hailuo 2.3

Image References

Sign in to generate — 50 free credits on sign-up

Examples

See what Hailuo 2.3 can generate

0:06

Dance

"Dancer in empty warehouse, dramatic lighting"

Pricing

Price per Generation
Per generation€0.50

API Integration

Use our OpenAI-compatible API to integrate Hailuo 2.3 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("hailuo-23", "Hello! What can you do?");
console.log(reply);

// With message history
const reply2 = await rw.run("hailuo-23", [
  { 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("hailuo-23", [
  { role: "user", content: "Hello!" },
], { temperature: 0.7, max_tokens: 500 });
console.log(res.choices[0].message.content);
console.log(res.usage);
Specifications
Price
€0.50
Avg. latency
60.0s
Est. duration
1min
Developer
Minimax
Category
Video Generation
Supported Formats
mp4
Tags
i2v
1080p

Deep dive — MiniMax's Hailuo 2.3

About MiniMax
Founded 2021 · Shanghai, China

MiniMax (Shanghai Xiyu Technology) was founded in December 2021 by Yan Junjie (former SenseTime general manager) along with co-founders from SenseTime and Microsoft Research Asia. It is one of China's four AI tigers alongside Zhipu, Moonshot and Baichuan. MiniMax developed the abab LLM family, the Hailuo AI consumer chat app and the Hailuo video generator (launched September 2024). The company has raised over $1B from investors including Tencent, Alibaba, HongShan (Sequoia China) and Mihoyo, valuing it at $2.5B+ in 2024. Hailuo Video gained early international traction as one of the first Chinese consumer video AIs available outside China.

Visit MiniMax →
Architecture
Latent video diffusion model (Diffusion Transformer)

Hailuo 2.3 is MiniMax's third-generation video model, building on Hailuo Video-01 and 02. It is a closed-source diffusion-transformer (DiT) operating on a learned spatio-temporal latent space, conditioned on bilingual (Chinese/English) text embeddings and optional image embeddings. Version 2.3 advertises substantial improvements over earlier versions in motion coherence, prompt adherence on complex actions and 'cinematic' control. MiniMax publish no architectural details beyond marketing material, but the product behaviour and reported throughput suggest a multi-billion-parameter DiT trained on a large curated video corpus with synthetic dense captions and reward-model post-training for aesthetics. Hailuo 2.3 supports 6-10 second clips at up to 1080p and a director-style control vocabulary (camera moves, shot scale).

Parameters
Undisclosed
Context
unknown
What it can do
  • Text-to-video and image-to-video at up to 1080p
  • 6-10 second clips with strong motion coherence
  • Director-style camera control prompts (zoom, pan, tilt, dolly)
  • Strong character consistency on image-to-video
  • Bilingual prompts (Chinese, English)
  • Available via Hailuo AI web app, mobile app and API
  • Subject-reference / character-reference mode (locked face)
  • Competitive cost per clip versus Western APIs
  • Best for: short-form social, anime-style animation, character-driven shorts.
Training & License

Closed corpus combining licensed Chinese video, web video and synthetic data, with bilingual dense captions. Exact size undisclosed.

License: Proprietary commercial licence via Hailuo AI / MiniMax API and platform terms; commercial usage on paid plans.

Known limitations
  • Clips limited to ~10 seconds
  • Heavy political and public-figure filtering
  • No native audio
  • Less English prompt-following finesse than Veo / Sora 2
  • Closed model with no technical paper

Frequently asked questions

Start using Hailuo 2.3 today

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