ByteDance Seed
Latency—
Throughput—
Upload rate—
Context length—
Max output—
Input price$0.07035per second
Output price—per second
Cache read—per second
Cache write—per second
/bytedance-seed/seedance-2.0-mini
Seedance 2.0 Mini is ByteDance's efficient multimodal audio-video generation model optimized for cost-effective video creation. It supports text, image, video, and audio references for text-to-video, image-to-video, multimodal reference generation, video editing, video extension, and synchronized audio-video generation.
curl ${API_BASE_URL}/v1/contents/generations/tasks \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2.0-mini",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'Replace <YOUR_API_KEY> with the API key generated on your token management page.
All requests must include the Authorization: Bearer <TOKEN> header.
RPM = requests per minute, TPM = tokens per minute, RPD = requests per day. Limits apply by token group.