← All models
Seedance 1 Lite by ByteDance generates 5s and 10s videos from text or images at 480p and 720p. Use Seedance 1 Lite with an API.
Example
Details
- Accepts
- text + image
Pricing
- Price
- 2.25 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| fps | —enum: 24 | Frame rate (frames per second) |
| seed | integer | Random seed. Set for reproducible generation |
| image | string | Input image for image-to-video generation |
| promptrequired | string | Text prompt for video generation |
| duration | integer | Video duration in seconds |
| resolution | stringenum: 480p, 720p, 1080p | |
| aspect_ratio | —enum: 16:9, 4:3, 1:1, 3:4, 9:16, 21:9… | Video aspect ratio. Ignored if an image is used. |
| camera_fixed | boolean | Whether to fix camera position |
| last_frame_image | string | Input image for last frame generation. This only works if an image start frame is given too. |
| reference_images | array | Reference images (1-4 images) to guide video generation for characters, avatars, clothing, environments, or multi-character interactions. Reference images cannot be used with 1080p resolution or first frame or last frame images. |