← All models
Generate Videos from images using Google's Veo 3.1
Example
Details
- Accepts
- image
Pricing
- Price
- 50 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| 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. |
| image_urlsrequired | array | URLs of the reference images to use for consistent subject appearance |
| resolution | stringenum: 720p, 1080p, 4k | The resolution of the generated video. |
| aspect_ratio | stringenum: 16:9, 9:16 | The aspect ratio of the generated video. |
| generate_audio | boolean | Whether to generate audio for the video. |
| 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. |