Seedance 2.0
bytedance/seedance-2.0Generate a video from a text prompt.
- token
- 480p: Unavailable · 720p (default): Unavailable · 1080p: Unavailable
- Bytedance
- 25 min
Overview
Generate a 4–15 second video with optional synchronized audio. 480p, 720p and 1080p output are supported. Reference images, video, audio and 4K output are unsupported. Billing uses the completed task's output tokens.
A temporary video URL, official model name, actual duration and output resolution.
Input
These go in the input object of the run request.
| Field | Type | Required | Description |
|---|---|---|---|
| prompt | string | Yes | Describe the scene and movement. |
| resolution | string | No | Output resolution. |
| duration | integer | No | Requested video duration in seconds. |
| ratio | string | No | Output aspect ratio. |
| generate_audio | boolean | No | Generate synchronized audio. |
| watermark | boolean | No | Add a generation watermark. |
Requests up to 1 MB.
Example
A call that works, with your own key.
curl https://gateway.agentsky.dev/v1/run \
-H "authorization: Bearer $AGENTSKY_API_KEY" \
-H "content-type: application/json" \
-d '{"provider":"bytedance","endpoint":"seedance-2.0","input":{"prompt":"A blue sphere slowly rotates on a white background.","duration":5,"resolution":"720p"}}'Pricing
480p: Unavailable · 720p (default): Unavailable · 1080p: Unavailable per token on the default plan. Every run carries its price in the response.
