Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Generates 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

ParameterData TypeRequiredRangeDescription
prompt_textSTRINGYes-Text prompt to guide the video generation.
seedINTNo0 to 18446744073709551615The random seed used for creating the noise (default: 0).
first_frame_imageIMAGENo-Optional image to use as the first frame to generate a video.
prompt_optimizerBOOLEANNo-Optimize prompt to improve generation quality when needed (default: True).
durationCOMBONo6
10
The length of the output video in seconds (default: 6).
resolutionCOMBONo"768P"
"1080P"
The dimensions of the video display. 1080p is 1920x1080, 768p is 1366x768 (default: “768P”).
Note: When using the MiniMax-Hailuo-02 model with 1080P resolution, the duration is limited to 6 seconds.

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video file.