This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubGenerates videos from text prompts using the MiniMax Hailuo-02 model. You can optionally provide a starting image as the first frame to create a video that continues from that image.
Inputs
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
prompt_text | STRING | Yes | - | Text prompt to guide the video generation. |
seed | INT | No | 0 to 18446744073709551615 | The random seed used for creating the noise (default: 0). |
first_frame_image | IMAGE | No | - | Optional image to use as the first frame to generate a video. |
prompt_optimizer | BOOLEAN | No | - | Optimize prompt to improve generation quality when needed (default: True). |
duration | COMBO | No | 610 | The length of the output video in seconds (default: 6). |
resolution | COMBO | No | "768P""1080P" | The dimensions of the video display. 1080p is 1920x1080, 768p is 1366x768 (default: “768P”). |
Outputs
| Output Name | Data Type | Description |
|---|---|---|
output | VIDEO | The generated video file. |