Supported Models
| Model | Description |
|---|---|
| MiniMax-Hailuo-2.3 | New video generation model, breakthroughs in body movement, facial expressions, physical realism, and prompt adherence. |
| MiniMax-Hailuo-2.3-Fast | New Image-to-video model, for value and efficiency. |
| MiniMax-Hailuo-02 | Video generation model supporting higher resolution (1080P), longer duration (10s), and stronger adherence to prompts. |
API Usage Guide
Video generation is asynchronous and consists of three APIs: Create Video Generation Task, Query Video Generation Task Status, and File Management. Steps are as follows:- Use the Create Video Generation Task API: (Text to Video, Image to Video, Start / End to Video, Subject Reference to Video) to start a task. On success, it will return a
task_id. - Use the Query Video Generation Task Status API with the
task_idto check progress. When the status issuccess, a file ID (file_id) will be returned. - Use the Download the Video File API with the
file_idfrom step 2 to view and download the generated video.






