Chat
ByteDance: Seedance 2.0 Fast
bytedance/seedance-2.0-fast
4KContext Window
4KMax Output
Normal
Seedance 2.0 Fast is a video generation model from ByteDance. It supports text-to-video, image-to-video with first and last frame control, and multimodal reference-to-video. It prioritizes generation speed and lower cost over maximum output quality. The number of tokens is given by (height of output video * width of output video * duration * 24) / 1024
Capabilities
Text GenerationVideo Generation
Technical Specs
Input Modality
Text
Output Modality
Text
Arch
—
Pricing
Pay per use, no monthly fees| Billing Type | Unit | Price |
|---|---|---|
| Video Output | — | $0.1210/ 秒 |
| Video Tokens | — | $5.6000/ M tokens |
Quick Start
from openai import OpenAI
client = OpenAI(
base_url="https://api.uniontoken.ai/v1",
api_key="YOUR_UNIONTOKEN_API_KEY",
)
response = client.chat.completions.create(
model="bytedance/seedance-2.0-fast",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)FAQ
ByteDance: Seedance 2.0 Fast
bytedance/seedance-2.0-fast
In< ¥0.001/1K
Out< ¥0.001/1K
Context Window4K
Max Output4K
Related Models
View All → →Ready to get started?
Get 1M free tokens on registration, no monthly fees or minimum spend
Register Now →