hailuo_generate_video_from_image
Generate a video by animating a reference image based on a text prompt that describes motion and content.
Instructions
Generate AI video from a reference image using Hailuo (MiniMax).
This allows you to create a video based on a reference image. Hailuo will
animate the image content according to your text prompt.
Use this when:
- You have a specific image you want to animate
- You want to create a video based on visual content
- You need image-to-video generation
The first_image_url parameter is required for this tool.
Returns:
Task ID and generated video information including URLs and status.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Description of the video motion and content. Describe what should happen in the video, how objects should move, what transitions to include. | |
| first_image_url | Yes | URL of the reference image for image-to-video generation. The video will be generated based on this image. Required for minimax-i2v and minimax-i2v-director models. | |
| model | No | Video generation model. Options: 'minimax-i2v' (image-to-video, default for this tool), 'minimax-i2v-director' (director-mode image-to-video with more creative control). | minimax-i2v |
| 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 |