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 3 API. This node supports two Veo 3 models: veo-3.0-generate-001 and veo-3.0-fast-generate-001. It extends the base Veo node with Veo 3 specific features including audio generation and a fixed 8-second duration.

Inputs

ParameterData TypeRequiredRangeDescription
promptSTRINGYes-Text description of the video (default: "")
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: "")
duration_secondsINTNo8-8Duration of the output video in seconds (Veo 3 only supports 8 seconds) (default: 8)
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-3.0-generate-001"
"veo-3.0-fast-generate-001”
Veo 3 model to use for video generation (default: “veo-3.0-generate-001”)
generate_audioBOOLEANNo-Generate audio for the video. Supported by all Veo 3 models. (default: False)
Note: The duration_seconds parameter is fixed at 8 seconds for all Veo 3 models and cannot be changed.

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video file