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 Google’s Veo API. This node can create videos from text descriptions and optional image inputs, with control over parameters like aspect ratio, duration, and more.

Inputs

ParameterData TypeRequiredRangeDescription
promptSTRINGYes-Text description of the video (default: empty)
aspect_ratioCOMBOYes”16:9"
"9:16”
Aspect ratio of the output video (default: “16:9”)
negative_promptSTRINGNo-Negative text prompt to guide what to avoid in the video (default: empty)
duration_secondsINTNo5-8Duration of the output video in seconds (default: 5)
enhance_promptBOOLEANNo-Whether to enhance the prompt with AI assistance (default: True)
person_generationCOMBONo”ALLOW"
"BLOCK”
Whether to allow generating people in the video (default: “ALLOW”)
seedINTNo0-4294967295Seed for video generation (0 for random) (default: 0)
imageIMAGENo-Optional reference image to guide video generation
modelCOMBONo”veo-2.0-generate-001”Veo 2 model to use for video generation (default: “veo-2.0-generate-001”)
Note: The generate_audio parameter is only available for Veo 3.0 models and is automatically handled by the node based on the selected model.

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video file