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
The Grok Video node generates a short video from a text description. It can create a video from scratch using a prompt or animate a single input image based on a prompt. The node sends a request to an external API and returns the generated video.

Inputs

ParameterData TypeRequiredRangeDescription
modelCOMBOYes"grok-imagine-video-beta"The model to use for video generation.
promptSTRINGYes-Text description of the desired video.
resolutionCOMBOYes"480p"
"720p"
The resolution of the output video.
aspect_ratioCOMBOYes"auto"
"16:9"
"4:3"
"3:2"
"1:1"
"2:3"
"3:4"
"9:16"
The aspect ratio of the output video.
durationINTYes1 to 15The duration of the output video in seconds (default: 6).
seedINTYes0 to 2147483647Seed to determine if node should re-run; actual results are nondeterministic regardless of seed (default: 0).
imageIMAGENo-An optional input image to animate.
Note: If an image is provided, only one image is supported. Providing multiple images will cause an error.

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video.