ByteDance

Seedance 2.0 API

ByteDance's Seedance 2.0 video model with joint audio-video generation, first/last-frame control and image, video or audio references.

VideoMultimodal

Pricing

USD per 1M tokens. No hidden markup.

Input

$2.32/ 1M

Output

$2.32/ 1M

Call Seedance 2.0 in seconds

It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model todoubao-seedance-2-0-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-260128",
    "messages": [{"role": "user", "content": "Hello"}]
  }'