What is the difference between Seedance 2.0 and Fast?
They are separate model IDs with different generation profiles and rates. Use the live pricing page and a representative prompt to choose between them.
Doubao Seedance 2.0 API
Submit text-to-video or image-conditioned jobs through one gateway token. SuperAI API normalizes task creation, progress polling, result delivery and billing for the available Seedance 2.0 variants.
doubao-seedance-2.0, doubao-seedance-2.0-fast/v1/videos, /api/taskRecharge value
A $15 recharge adds gateway usage value benchmarked to $100 at official API list prices.
Equivalent usage depends on the model, tokens, resolution and selected group. This is SuperAI API balance, not an official provider account or transferable provider credit.
Recharge calculator
Enter a recharge amount to estimate the API usage value benchmarked against official provider list prices.
This estimates SuperAI API gateway usage value, not transferable credit in an official provider account. Actual consumption depends on the model, tokens, resolution and selected group.
curl -X POST https://superaiapi.com/v1/videos \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "doubao-seedance-2.0-fast",
"prompt": "A cinematic tracking shot through a modern city",
"duration": 15,
"size": "720p",
"metadata": {"aspect_ratio": "16:9"}
}'Use doubao-seedance-2.0-fast for the faster priced variant or doubao-seedance-2.0 for the standard model. Supported duration, resolution and reference-image options are validated against the selected route.
The API returns a task ID, then exposes progress and the final video URL through the task record. Failed jobs retain a reason and are not presented as successful output.
Keep Seedance jobs beside Vidu and Grok Imagine Video in one task log, with the selected model, channel, duration, progress and final charge available to operators.
They are separate model IDs with different generation profiles and rates. Use the live pricing page and a representative prompt to choose between them.
No. Submit a job, keep the returned task ID and poll the task record until it succeeds or fails.
Yes, on supported image-to-video routes. The accepted image fields and duration restrictions depend on the selected variant.