
Seedance 2.0
ByteDance flagship video generation model, supports text/image/audio/video multimodal input, up to 12 reference files, max 15s, up to 2K resolution
Description
ByteDance flagship video generation model, supports text/image/audio/video multimodal input, up to 12 reference files, max 15s, up to 2K resolution
Available Providers
AllToken can route requests to the providers below based on route priority and policy.
Best For
video-generation, creative, marketing
How To Use This Model
Use the exact model ID shown below. This is the safest way to avoid call failures, variant mismatches, or incorrect route assumptions.
curl https://api.alltoken.ai/v1/chat/completions \
-H "Authorization: Bearer sk-your-key" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2.0",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'temperaturetop_pmax_tokensLet the platform choose the best provider path automatically.
If a request does not specify a model, default the key to seedance-2.0.
Always override incoming requests and lock the key to seedance-2.0.