hailuo_generate_video
Generate an AI video from a text description. Describe the scene, motion, style, and mood to create a high-quality video.
Instructions
Generate AI video from a text prompt using Hailuo (MiniMax).
This is the simplest way to create video - just describe what you want and Hailuo
will generate a high-quality AI video.
Use this when:
- You want to create a video from a text description
- You don't have reference images
- You want quick text-to-video generation
For using a reference image, use hailuo_generate_video_from_image instead.
Returns:
Task ID and generated video information including URLs and status.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Description of the video to generate. Be descriptive about the scene, motion, style, and mood. Examples: 'A cat walking through a garden with butterflies', 'Ocean waves crashing on a beach at sunset', 'A futuristic city with flying cars' | |
| model | No | Video generation model. Options: 'minimax-t2v' (text-to-video, default), 'minimax-i2v' (image-to-video, requires first_image_url), 'minimax-i2v-director' (director-mode image-to-video, requires first_image_url). | minimax-t2v |
| callback_url | No | Webhook callback URL for asynchronous notifications. When provided, the API will call this URL when the video is generated. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |