ByteDance

Seedance 2.0 Mini API

The mini build of Seedance 2.0: keeps text-to-video and image-to-video while pushing latency and cost down further.

VideoBudget

Pricing

USD per 1M tokens. No hidden markup.

Input

$2.04/ 1M

Output

$2.04/ 1M

Call Seedance 2.0 Mini in seconds

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

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