ByteDance/bytedance-seedance-2-0-image-to-video/Released Apr 2026
Seedance 2.0 - Image to Video
Image-to-video with optional start-to-end frame transitions, flexible duration and aspect ratio, resolution up to 1080p, and optional synchronized audio.
Provider
ByteDance
Modality
multi-to-video
Released
Apr 2026
Pricing
$0.40 / sec$0.80 / sec (hi-res)
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-image-to-video",
"prompt": "A cat sitting on a chair",
"input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png",
"resolution": "720p",
"duration": "auto",
"aspect_ratio": "auto",
"generate_audio": true
}'