MiniMax Hailuo 2.3
Save 80%Officialminimax/minimax-hailuo-2.3
MiniMax Hailuo 2.3 — high-quality text-to-video, 6 / 10 sec, up to 1080P.
- Input modalities
- text · image
- Output modalities
- video
- Capabilities
- Video · Text To Video · Image To Video
- RouteMux name
- minimax/minimax-hailuo-2.3
- Official ID
- MiniMax-Hailuo-2.3
Try MiniMax Hailuo 2.3 here
Tune the request, see the current price ceiling, and inspect the real response without leaving this model page.
Sign in first to upload images to this vision model.
Your result will appear here
Enter an input on the left. The same RouteMux Playground execution and billing path powers this embedded test.
What is MiniMax Hailuo 2.3
MiniMax Hailuo 2.3 is MiniMax's flagship video model. It generates 6 or 10-second clips at 720P (768P) or 1080P, from either a text prompt or a starting image.
Billing is per call and tiered by resolution × duration, so the headline figure is a starting price rather than a flat rate: from $0.056 per call against MiniMax's $0.28. The exact rate for each resolution and duration combination is in the pricing section above — check the tier you actually intend to generate at before budgeting.
It answers on the OpenAI Sora protocol. Video generation is asynchronous: the request returns a job and the result is polled, so a client written for synchronous chat completions needs a different call pattern here.
MiniMax Hailuo 2.3 API pricing
Limited time20% off your first top-up — save up to $200
Applies to your first top-up within 72 hours of signing up. Minimum $20, once per account.
Key capabilities
6s or 10s, 720P or 1080P
Four resolution × duration combinations, each with its own per-call rate.
Text-to-video and image-to-video
Start from a prompt or from a starting image.
Tiered per-call billing
The headline price is a starting rate — check the specific tier you will generate at.
Asynchronous
Returns a job that is polled for the result, not a synchronous response.
Interface and protocols
Use either ID to call this model via the API.
minimax/minimax-hailuo-2.3MiniMax-Hailuo-2.3Replace the ROUTEMUX_KEY placeholder with your API key. Create one →
curl https://api.routemux.com/v1/videos \
-H "Authorization: Bearer <ROUTEMUX_KEY>" \
-H "Content-Type: application/json" \
-d '{
"model": "minimax/minimax-hailuo-2.3",
"prompt": "A quiet product shot of a glass observatory at dusk",
"seconds": 5,
"size": "1280x720"
}'Performance (last 30 days)
MiniMax Hailuo 2.3 FAQ
›What is MiniMax Hailuo 2.3?
MiniMax Hailuo 2.3 — high-quality text-to-video, 6 / 10 sec, up to 1080P.
›How much does the MiniMax Hailuo 2.3 API cost?
Through RouteMux, MiniMax Hailuo 2.3 is priced at $0.056, below the official list price.
›How do I call MiniMax Hailuo 2.3 via API?
MiniMax Hailuo 2.3 is OpenAI-compatible: point your base URL at RouteMux and set the model field to minimax/minimax-hailuo-2.3 — no code changes needed.
›Which input and output modalities does MiniMax Hailuo 2.3 support?
MiniMax Hailuo 2.3 accepts text, image as input and produces video as output.
›Is $0.056 the price for any video?
No — it is the lowest tier. Billing is per call, tiered by resolution and duration; see the pricing section for each combination.
›How do I get the result?
Video generation is asynchronous — the request returns a job which you poll for the finished asset.