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
This node uses the Grok API to edit an existing video based on a text prompt. It uploads your video, sends a request to the AI model to modify it according to your description, and returns the newly generated video.

Inputs

ParameterData TypeRequiredRangeDescription
modelCOMBOYes"grok-imagine-video-beta"The AI model to use for video editing.
promptSTRINGYesN/AText description of the desired video.
videoVIDEOYesN/AThe input video to be edited. Maximum supported duration is 8.7 seconds and 50MB file size.
seedINTNo0 to 2147483647A seed value to determine if the node should re-run. The actual results are nondeterministic regardless of the seed value (default: 0).
Constraints:
  • The input video must be between 1 and 8.7 seconds in duration.
  • The input video file size must not exceed 50MB.

Outputs

Output NameData TypeDescription
videoVIDEOThe edited video generated by the AI model.