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

Seedance 2.5 - Reference to Video

Reference-guided video, audio-driven, up to 30s

FeaturedCommercial use
Video
Per video output second
480p$0.11 / sec
720p$0.25 / sec

Ready to build with Seedance 2.5 - Reference to Video?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "bytedance-seedance-2-5-reference-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": "adaptive",
  "generate_audio": true,
  "output_format": "mp4",
  "watermark": false
}'