Back to models
ByteDance

Seedance 2.0

火山官方 Seedance 2.0(#2422 目录收敛,正式 model_id)

Quick Stats

Context

8K

Max Output

4K

Provider

ByteDance

Specs

1

Modalities

in textin imagein videoout video

Specs & Platform Price (per 1M tokens)

Quality
Input $0Output $0
Video price · by resolution × video input
* · no video $1.5* · w/ video $0.9

Recommended Plan

Seedance 2.0 Starter Plan

Pay-as-you-go after top-up; $1 free credit for new users.

Buy Plan

API Endpoint

Model IDbytedance/seedance-2.0

cURL

curl https://staging-dp.taotoken.io/v1/chat/completions \
  -H "Authorization: Bearer $TOKENPORTAL_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "bytedance/seedance-2.0",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Python (openai SDK)

from openai import OpenAI

client = OpenAI(
    base_url="https://staging-dp.taotoken.io/v1",
    api_key="$TOKENPORTAL_API_KEY",
)

resp = client.chat.completions.create(
    model="bytedance/seedance-2.0",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)

Start using this model

Sign up free, get an API key, and make your first call in 30 seconds.

Seedance 2.0 · TokenPortal