← All models
Veo 3.1 Lite balances practical utility with professional capabilities, supporting Text-to-Video and Image-to-Video
Example
Details
- Accepts
- image
Pricing
- Price
- 6.25 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The seed for the random number generator. |
| promptrequired | string | The text prompt describing the video you want to generate |
| auto_fix | boolean | Whether to automatically attempt to fix prompts that fail content policy or other validation checks by rewriting them. |
| duration | string | The duration of the generated video. |
| resolution | stringenum: 720p, 1080p | The resolution of the generated video. |
| aspect_ratio | stringenum: auto, 16:9, 9:16 | The aspect ratio of the generated video. |
| generate_audio | boolean | Whether to generate audio for the video. |
| last_frame_urlrequired | string | URL of the last frame of the video |
| first_frame_urlrequired | string | URL of the first frame of the video |
| negative_prompt | — | A negative prompt to guide the video generation. |
| safety_tolerance | stringenum: 1, 2, 3, 4, 5, 6 | The safety tolerance level for content moderation. 1 is the most strict (blocks most content), 6 is the least strict. |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The generated video. |