Hailuo AI / MiniMax
Hailuo AI is MiniMax's generative video and audio platform. MiniMax is a Singapore- and China-based foundation-model company whose developer platform (platform.minimax.io / api.minimax.io, and intl.minimaxi.com for international users) exposes documented HTTP APIs for AI video generation (the Hailuo text-to-video and image-to-video models - MiniMax-Hailuo-2.3, MiniMax-Hailuo-02, Video-01, T2V-01, I2V-01, S2V-01), large language model chat completions (the MiniMax / abab family), text-to-speech (T2A) over both HTTP and a real-time WebSocket, music generation, and voice cloning. Video generation follows an asynchronous create-task-then-poll pattern; all APIs authenticate with a Bearer API key.
APIs
Hailuo Video Generation API
Asynchronous AI video generation powered by the Hailuo models (MiniMax-Hailuo-2.3, MiniMax-Hailuo-02, Video-01, T2V-01, I2V-01, S2V-01). Supports text-to-video, image-to-video, ...
MiniMax Text-to-Speech (T2A) API
Speech synthesis (T2A v2) across the speech-2.8, speech-2.6, speech-02, and speech-01 HD/turbo models, with 100+ voices, emotion and language control, and per-request voice and ...
MiniMax Chat Completions API
OpenAI-compatible chat completions (POST /chat/completions) served by MiniMax's large language models (the MiniMax-M / abab family), with streaming, tool/function calling, and l...
MiniMax Music Generation API
Generates a vocal song from a music-style description (prompt) plus lyrics via POST /music_generation. Endpoint path and payload are modeled from MiniMax's published music API; ...
MiniMax Files API
Retrieves generated assets by file_id (GET /files/retrieve), returning a temporary download URL - video URLs are valid for roughly 9 hours (32,400 seconds). Used to fetch the fi...
Collections
Pricing Plans
Rate Limits
FinOps
Hailuo Ai Finops
FINOPSEvent Specifications
MiniMax Text-to-Speech (T2A) WebSocket API
MiniMax publishes a documented real-time text-to-speech WebSocket API. A client opens a WebSocket connection to wss://api.minimax.io/ws/v1/t2a_v2 (US West: wss://api-uw.minimax....
ASYNCAPI