Back to modelsBuy Plan
客易云
Seedance 2.0 折扣版(客易云 · 按token · 含参考视频)
E2E 客易云折扣版按 token 验收(sd_2.0_discount_720p_with_video_ref)
Quick Stats
Context
8K
Max Output
4K
Provider
客易云
Specs
1
Modalities
in textin imagein videoout video
Specs & Platform Price (per 1M tokens)
Free
FreeRecommended Plan
Seedance 2.0 折扣版(客易云 · 按token · 含参考视频) Starter Plan
Pay-as-you-go after top-up; $1 free credit for new users.
API Endpoint
Model ID
keyiyun/seedance-2.0-discount-vrefcURL
curl https://staging-dp.taotoken.io/v1/chat/completions \
-H "Authorization: Bearer $TOKENPORTAL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "keyiyun/seedance-2.0-discount-vref",
"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="keyiyun/seedance-2.0-discount-vref",
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.