Generates videos from text prompts using Google's Veo models. Returns an operation_name for tracking; pass it verbatim (no edits) to GEMINI_WAIT_FOR_VIDEO or GEMINI_GET_VIDEOS_OPERATION. Jobs take 30–180+ seconds; wait 10s before first poll, then poll every 10–30s (allow up to 1…
seedintegerSeed value for reproducibility. IMPORTANT: Only supported by Veo 3/3.1 models (VEO_3, VEO_3_FAST, VEO_3_1, VEO_3_1_FAST). VEO_2 does NOT support seed - using seed with VEO_2 will result in a validation error.
modelstringVeo model for video generation. Available enum values: VEO_3 (default, recommended), VEO_2, VEO_3_FAST, VEO_3_1 (newest), VEO_3_1_FAST (newest). Avoid preview model ID variants (e.g., '*generate-preview*') — they fail to produce downloadable URIs. Use only stable IDs: veo-2.0-ge…
promptRequiredstringText prompt for Veo video generation. Must be a non-empty string describing the video to generate.
resolutionstringSupported resolutions for video generation.
aspect_ratiostringSupported aspect ratios for video generation.
negative_promptstringText describing content to avoid in the generated video (e.g., 'cartoon, drawing, low quality').
duration_secondsintegerSupported video durations in seconds. Model-specific restrictions apply: - Veo 2: Supports 5, 6, 7, or 8 seconds (4 seconds NOT supported) - Veo 3/3.1 models: Supports 4, 6, or 8 seconds (5 and 7 seconds NOT supported)
person_generationstringPerson generation safety settings for video generation. Model-specific restrictions apply: - Veo 2: Supports DONT_ALLOW, ALLOW_ADULT, and ALLOW_ALL - Veo 3/3.1 models: Only ALLOW_ALL is supported (requires allowlist access)
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
Aident-managed access. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.