← All models
Bytedance Seedance V1.5 Pro Text To Video
bytedance-seedance-v1.5-pro-text-to-video
Video generationby ByteDance
Generate videos with audio with Seedance 1.5
Details
- Accepts
- text + image
Pricing
- Input
- 150 cr / 1M tokens
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed to control video generation. Use -1 for random. |
| promptrequired | string | The text prompt used to generate the video |
| duration | stringenum: 4, 5, 6, 7, 8, 9… | Duration of the video in seconds |
| image_url | string | The URL of the image used to generate video |
| resolution | stringenum: 480p, 720p, 1080p | Video resolution - 480p for faster generation, 720p for balance, 1080p for higher quality |
| aspect_ratio | stringenum: 21:9, 16:9, 4:3, 1:1, 3:4, 9:16… | The aspect ratio of the generated video |
| camera_fixed | boolean | Whether to fix the camera position |
| end_image_url | — | The URL of the image the video ends with. Defaults to None. |
| generate_audio | boolean | Whether to generate audio for the video |
| enable_safety_checker | boolean | If set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed used for generation |
| video | — | Generated video file |