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

Seedance 2.0 - Text to Video

Text-to-video with flexible duration and aspect ratio, resolution up to 720p, and optional synchronized audio.

Provider
ByteDance
Modality
text-to-video
Released
Apr 2026
Pricing
$0.40 / sec

Ready to build with Seedance 2.0 - Text 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-text-to-video",
  "prompt": "An octopus finds a football in the ocean and excitedly calls its octopus friends to come and play. Cut scene to an octopus football game under the sea.",
  "resolution": "720p",
  "duration": "auto",
  "aspect_ratio": "auto",
  "generate_audio": true
}'