minimax_generate_video_from_images
Generate a video from a single first-frame image or multiple reference images, guided by motion and style prompt.
Instructions
Generate from one first-frame image or multiple reference images.
Single image uses first_frame mode; multiple images use reference_image mode.
The two modes are mutually exclusive per MiniMax H3 v2 API contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | Return a task_id immediately for minimax_get_task polling. | |
| model | No | MiniMax H3 model name. | MiniMax-H3 |
| ratio | No | Output aspect ratio. | 16:9 |
| prompt | Yes | Required motion and style guidance. | |
| duration | No | Integer output duration from 4 to 15 seconds. | |
| image_urls | Yes | Public image URLs. | |
| resolution | No | Output resolution: 768P or 2K. | 2K |
| callback_url | No | Optional public webhook URL for the final result. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |