model, then choose the workflow with operation.
Model Choice
| Model | Best for | Public resolutions | Reference inputs |
|---|---|---|---|
seedance-2.0 | Highest quality and 4K output | 480p, 720p, 1080p, 4k | Up to 9 reference images plus up to 3 reference videos and 3 reference audios for reference-to-video |
seedance-2.0-fast | Faster, lower-cost 480p/720p output | 480p, 720p | Up to 9 reference images plus up to 3 reference videos and 3 reference audios for reference-to-video |
seedance-2.0-mini | Lowest-cost 480p/720p output | 480p, 720p | Supports the Seedance 2.0 operation family; read the current model detail before relying on exact reference count limits |
seedance-2.0-fast and seedance-2.0-mini are fail-closed to 480p / 720p; do not send 1080p or 4k to those models.
Supported Operations
The public Seedance 2.0 family supports:| Operation | Typical inputs |
|---|---|
text-to-video | prompt |
image-to-video | prompt, image_url or compatible image input |
start-end-to-video | prompt, start_image, end_image |
reference-to-video | prompt, reference_images, optional video_urls, optional audio_urls |
video-to-video | prompt, video_url or compatible video input |
video-extension | task_id or model-specific continuation input |
reference-to-video flows.
4K Reference-To-Video
Useseedance-2.0 when you need 4K output. The base model supports 4k across the governed public contract, including reference-to-video.
Fast And Mini Requests
Useseedance-2.0-fast when latency matters, and seedance-2.0-mini when the lowest cost tier is more important than maximum quality.
Pricing And Billing
Seedance 2.0 pricing is token-based and depends on output resolution and whether the request includes video input. TokenLab’s USD price truth for these models is converted from official CNY pricing using6.8 CNY per USD.
Use the Pricing API or Models API for the current billable price before hard-coding product UI.
Async Results
Video generation is asynchronous. Follow thepoll_url returned by the create request, or use GET /v1/tasks/{id} with the returned task ID.
See Create Video, Get Task Status, and Cancel Task for endpoint details.