Key capabilities
- Text-to-Video — Generate videos from text prompts
- Image-to-Video — Use reference images as first frame
- First + Last Frame — Specify both start and end frame images
- Flexible Duration — Generate 2–12 second videos
- Multiple Ratios — 16:9, 4:3, 1:1, 3:4, 9:16, 21:9
- Multiple Resolutions — 480p, 720p, 1080p
Quick example
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | Must be doubao-seedance-1-0-lite-i2v-250428 |
content | array | Yes | Multimodal array: text (required) + image_url (optional for i2v) |
ratio | string | No | 16:9, 4:3, 1:1, 3:4, 9:16, 21:9, adaptive. Default: 16:9 |
resolution | string | No | 480p, 720p, 1080p. Default: 720p |
duration | integer | No | 2–12 seconds. Default: 5 |
watermark | boolean | No | Include watermark. Default: false |
seed | integer | No | Random seed for reproducibility |
camera_fixed | boolean | No | Fix camera position. Default: false |
API Reference
View the interactive API playground for Seedance 1.0 Lite i2v.