Generate videos from text prompts using Doubao SeeDance model
enable_sync_mode set to true (some models do not support this parameter, but you still need to query the result by id), you must call the Query Result endpoint to retrieve the final output.
data.id – the unique identifier of the predictiondata.urls[0].get – a ready-to-use GET URL that already embeds the idNote: Different models may support different parameter options. For more details, please refer to the Model Field Compatibility table.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | ✅ Yes | - | Video generation prompt describing the desired video content |
image | string | ❌ No | - | First frame image URL or Base64 encoded for Image-to-Video scenario |
last_image | string | ❌ No | - | Last frame image URL or Base64 encoded for First & Last Frame video generation |
duration | int | ❌ No | 5 | Video duration in seconds, range [2, 12] |
camera_fixed | boolean | ❌ No | false | Whether to fix the camera position |
aspect_ratio | string | ❌ No | - | Video aspect ratio, supports 16:9, 4:3, 1:1, 3:4, 9:16, 21:9, adaptive |
resolution | string | ❌ No | 720p | Video resolution, supports 480p, 720p, 1080p |
seed | int | ❌ No | -1 | Random seed for controlling generation randomness, range [-1, 2^32-1] |
generate_audio | boolean | ❌ No | - | Whether to include synchronized sound with the video. Only supported by Seedance 1.5 pro. |
Seedance 1.5 pro, Seedance 1.0 lite default value:Enumeration values:720pSeedance 1.0 pro&pro-fast default value:1080p
Default for Text-to-Video is generallyEnumeration values:16:9Default for Image-to-Video is generallyadaptive. Note: Default for Reference Image Video Generation is16:9Seedance 1.5 pro default isadaptive