ByteDance
ByteDance/bytedance-seedance-2-0-fast-reference-to-video/Released Apr 2026

Seedance 2.0 Fast - Reference to Video

Fast-tier reference-guided video from prompt plus optional images, videos, and audio references.

Provider
ByteDance
Modality
multi-to-video
Released
Apr 2026
Pricing
$0.31 / sec$0.63 / sec (hi-res)

Ready to build with Seedance 2.0 Fast - Reference to Video?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "bytedance-seedance-2-0-fast-reference-to-video",
  "prompt": "A cat sitting on a chair",
  "resolution": "720p",
  "duration": "auto",
  "generate_audio": true,
  "aspect_ratio": "auto"
}'