ByteDance

Seedance 2.0 Fast API

The fast tier of Seedance 2.0 — quicker, cheaper output for text-to-video and image-to-video when generating in bulk.

VideoFast

Pricing

USD per 1M tokens. No hidden markup.

Input

$3.20/ 1M

Output

$3.20/ 1M

Call Seedance 2.0 Fast in seconds

It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model todoubao-seedance-2-0-fast-260128.

curl https://api.glideflowai.com/v1/chat/completions \
  -H "Authorization: Bearer sk-xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "doubao-seedance-2-0-fast-260128",
    "messages": [{"role": "user", "content": "Hello"}]
  }'