ByteDance/bytedance-seedance-2-5-reference-to-video/Released Jul 2026
Seedance 2.5 - Reference to Video
Direct with your references: up to 30 images, 10 videos, and 10 audio clips guiding one generation. Real faces, real action, and native synced audio -- single takes up to 30 seconds.
FeaturedCommercial use
Video
Per video output second
| 480p | $0.11 / sec |
|---|---|
| 720p | $0.25 / sec |
| 1080p | $0.61 / sec |
See what this model can do
A handful of real prompts and their outputs.
Cinematic
Salt Lake at Sunrise
"Wide tracking shot, mirror reflections, golden mist."
One-take
One-Take Kitchen Rush
"20-second unbroken handheld shot, native synced audio."
Realistic characters
The Potter's Hands
"Photorealistic skin, natural light, subtle performance."
Commercial
Perfume Splash
"Slow-motion product drop, crown splash, studio lighting."
UGC
Night Market Vlog
"Handheld selfie energy, lip-synced speech, natural audio."
3D Animation
Robot in the Koi Pond
"Stylized 3D render, expressive character animation, rain ambience."
Color
Holi Powder Dance
"Slow-motion powder bursts, deep blacks, rich saturated color."
Macro
Neon Chameleon
"Macro detail, shifting neon color, rain-slick city bokeh."
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
}'