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

Seedance 2.5 - Image to Video

Animate images into video with audio

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

Ready to build with Seedance 2.5 - Image 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-image-to-video",
  "prompt": "Slow cinematic dolly-in as warm golden-hour light sweeps across the scene, drifting dust and a gentle camera push, 35mm film grain, shallow depth of field.",
  "input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png",
  "input_image_has_face": false,
  "tail_image_url_has_face": false,
  "resolution": "720p",
  "duration": "auto",
  "generate_audio": true,
  "output_format": "mp4",
  "watermark": false
}'