Veo 3.1 Lite Image-to-Video
Video
Veo 3.1 Lite Image-to-Video
POST
Veo 3.1 Lite Image-to-Video
Generate videos from input images using the Google Veo 3.1 Lite model. Supports durations of 4, 6, and 8 seconds, 720p and 1080p resolutions, and 16:9 and 9:16 aspect ratios. Optional audio generation. Input images can be up to 20MB.
Request Headers
Enum value:
application/jsonBearer authentication format: Bearer {{API key}}.
Request Body
Random seed used to reproduce generation results.Value range: [0, 4294967295]
Input image. Supports image URLs or Base64-encoded data. Supported formats: JPEG, PNG. Maximum 20MB. Recommended resolution is 720p (1280x720) or higher, with an aspect ratio of 16:9 or 9:16.
Text prompt describing the desired video content to generate.
Duration of the generated video, in seconds.Allowed values:
4, 6, 8Output video resolution.Allowed values:
720p, 1080pOutput video aspect ratio.Allowed values:
16:9, 9:16Number of generated video samples (1-4).Value range: [1, 4]
Whether to generate audio at the same time.
Describe the content to avoid in the generated video.
Whether to allow generating adult people. allow_adult: allow generating adults; dont_allow: do not allow generating people.Allowed values:
allow_adult, dont_allowResponse
Use the task_id to request the Get Task Result API to retrieve the generated output.