minimax_generate_video_from_audio
Generate a video guided by audio and reference images. Provide audio, images, and a prompt to produce a scene that matches rhythm and content.
Instructions
Generate a MiniMax H3 video guided by audio and reference images.
Audio-guided generation uses reference mode exclusively (reference_audio
forces the entire content into reference-to-video mode per the H3 v2 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 scene and rhythm guidance. | |
| duration | No | Integer output duration from 4 to 15 seconds. | |
| audio_urls | Yes | Public audio URLs. | |
| image_urls | Yes | Required reference images. | |
| 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 |