Build next-gen apps with seedance-2.0
Pricing
Official Price
TokenLab Price
One-click test
Sign in once and Web Agent keeps this model, prompt, and request preset for you.
Test seedance-2.0 in Web Agent. Run the recommended text-to-video request at /v1/videos/generations, then show request body, task id, poll URL or final status.
API workbench
The default route for production. The code sample below uses this endpoint with the format you pick.
curl -X POST "https://api.tokenlab.sh/v1/videos/generations" \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"duration": 5,
"operation": "text-to-video",
"resolution": "720p",
"aspect_ratio": "adaptive",
"output_audio": true,
"model": "seedance-2.0",
"prompt": "Cinematic sunrise over a calm lake with gentle camera motion."
}'Use cases
Best forText to Video
Generating short videos and iterating on creative cuts
Storyboard tests
Create motion concepts with visible task status and final asset handling.
Social clips
Prototype short launch videos, product shots, and campaign cuts in minutes.
Async flow check
Create, poll, and inspect completed video tasks with the same API pattern.
Side-by-side test
Compare real response quality, latency, and price for production defaults.
Prompt examples
Generate an 8-second cinematic product reveal with a slow camera push.
Storyboard a social clip for a new AI API feature.
Run image-to-video from this product shot and walk me through the task status flow.
此模型采用条件计费。仅凭每月 token 总量无法可靠估算费用;请结合请求规格、缓存及适用时段查看详细价格。
FAQ
How much does seedance-2.0 cost?
On TokenLab, seedance-2.0 costs Input $0.00 / Output $5.75 Per 1M Tokens. The pricing table above shows the full breakdown. Rates depend on the billing unit, specification, and usage. Compare matching conditions in the model's detailed pricing; a single rate does not determine the total cost.
What is seedance-2.0 best for?
seedance-2.0 is a strong fit for Image to Video, Reference to Video, Start-End to Video. You can call it through TokenLab with one API key.
How do I call the seedance-2.0 API?
Get a TokenLab API key, then send your request to https://api.tokenlab.sh/v1/videos/generations. The API workbench above has a recommended endpoint and copy-ready code.
Which endpoint should seedance-2.0 use?
Use https://api.tokenlab.sh/v1/videos/generations as the default for seedance-2.0. If a provider-native format is supported, the API workbench shows that endpoint too.
Can I test seedance-2.0 before integrating it?
Yes. Try in Web Agent opens a ready test for seedance-2.0 and keeps your prompt after sign-in, so you don’t lose context.
Which operations does seedance-2.0 support?
seedance-2.0 supports Image to Video, Reference to Video, Start-End to Video, Text to Video, Video Extension, Video to Video. Pick an operation in the API workbench above to see the matching endpoint and code sample.