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

Seedance 2.0 Fast - Text to Video

Faster, lower-cost text-to-video with resolution up to 720p.

Commercial use
Provider
ByteDance
Modality
text-to-video
Released
Apr 2026
Pricing
$0.20 / sec$0.20 / sec (with audio)

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

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