You're looking at a specific version of this model. Jump to the model overview.
google /veo-3.1-lite:fe0ac882
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| prompt |
string
|
Text prompt for video generation
|
|
| image |
string
|
Input image to animate into a video. Ideal images are 16:9 or 9:16 and 1280x720 or 720x1280, depending on the aspect ratio.
|
|
| last_frame |
string
|
Ending image for interpolation. When provided with an input image, creates a smooth transition between the two images.
|
|
| aspect_ratio |
None
|
16:9
|
Video aspect ratio
|
| duration |
None
|
8
|
Video duration in seconds. Must be 8 when using 1080p resolution.
|
| resolution |
None
|
720p
|
Resolution of the generated video. 4k is not supported for Veo 3.1 Lite.
|
| seed |
integer
|
Random seed for generation. Doesn't guarantee determinism but slightly improves it.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}