minimax_generate_video
Generate videos from text, images, video, and audio prompts. Set duration, resolution, and aspect ratio; retrieve results via task ID or webhook.
Instructions
Generate a video from the full MiniMax content schema.
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: adaptive, 21:9, 16:9, 4:3, 1:1, 3:4, or 9:16. | 16:9 |
| content | Yes | Ordered text, image, video, and audio content items. | |
| duration | No | Integer output duration from 4 to 15 seconds. | |
| 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 |