openrouter

ByteDance: Seedance 2.0 Fast

bytedance/Seedance-2.0-fast
Context

1K

Input

text, image

Output

video

Tool calling

Not listed

About this model

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...

Input modalities

text

Accepted as model input

image

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Video generation

$0.0404 / second

Video generation

$0.0907 / second

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Video generation480x480 · 480p · 4–15s · 1:1 · With audio$0.0404 / second
Video generation480x640 · 480p · 4–15s · 3:4 · With audio$0.0404 / second
Video generation480x854 · 480p · 4–15s · 9:16 · With audio$0.0404 / second
Video generation640x480 · 480p · 4–15s · 4:3 · With audio$0.0404 / second
Video generation854x480 · 480p · 4–15s · 16:9 · With audio$0.0404 / second
Video generation1120x480 · 480p · 4–15s · 21:9 · With audio$0.0404 / second
Video generation720x720 · 720p · 4–15s · 1:1 · With audio$0.0907 / second
Video generation720x960 · 720p · 4–15s · 3:4 · With audio$0.0907 / second
Video generation720x1280 · 720p · 4–15s · 9:16 · With audio$0.0907 / second
Video generation720x1680 · 720p · 4–15s · 9:21 · With audio$0.0907 / second
Video generation960x720 · 720p · 4–15s · 4:3 · With audio$0.0907 / second
Video generation1280x720 · 720p · 4–15s · 16:9 · With audio$0.0907 / second
Video generation1680x720 · 720p · 4–15s · 21:9 · With audio$0.0907 / second
Video generation480x1120 · 480p · 4–15s · 9:21 · With audio$0.0404 / second

Performance

Published evaluation results associated with this model.

No benchmark data is listed for this model.

API example

curl -X POST https://api.oneinfer.ai/v1/ula/generate-video \
  -H "Authorization: Bearer YOUR_JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "provider": "openrouter",
  "model": "bytedance/Seedance-2.0-fast",
  "prompt": "A red fox running through a snowy forest",
  "resolution": "480x480",
  "aspect_ratio": "1:1",
  "duration": 5,
  "generate_audio": true,
  "camera_fixed": false,
  "service_tier": "default"
}'