ByteDance/bytedance-seedance-2-5-text-to-video/Released Jul 2026

Seedance 2.5 - Text to Video

Text-to-video with audio, up to 30s

Commercial use
Video
Per video output second
480p$0.10 / sec
720p$0.23 / sec

Ready to build with Seedance 2.5 - 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/ai/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "bytedance-seedance-2-5-text-to-video",
  "prompt": "A lone ox walks down an empty desert highway at golden hour, dust drifting behind it, slow cinematic camera move, warm low sunlight, shallow depth of field.",
  "resolution": "720p",
  "duration": "auto",
  "aspect_ratio": "16:9",
  "generate_audio": true,
  "output_format": "mp4",
  "watermark": false
}'