ByteDance/bytedance-seedance-2-0-reference-to-video/Released Apr 2026

Seedance 2.0 - Reference to Video

Turn your references into beautiful, unrestricted video. Express your creativity to the fullest with real faces, real action, and audio up to 1080p, for up to 30% less than other providers.

FeaturedCommercial use
Provider
ByteDance
Modality
Video
Released
Apr 2026
Pricing
$0.27 / sec$0.65 / sec (hi-res)

See what this model can do

A handful of real prompts and their outputs.

Cinematic
Desert Highway at Golden Hour
"Slow camera move, warm low sun, shallow depth of field."
Realistic characters
Close-Up Portrait at Dawn
"Photorealistic skin, soft natural light."
Action
Martial Arts Fight Scene
"Choreographed combat, dynamic camera, rain and neon."
Commercial
Product Commercial
"Studio lighting, slow rotation, premium look."
UGC
UGC Testimonial
"Handheld selfie, natural delivery."
3D Animation
3D Animated Character
"studio-quality 3D render, expressive motion, vibrant colors."

Ready to build with Seedance 2.0 - Reference to Video?

Sign in to grab your API key and start making requests.
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-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": -1,
  "aspect_ratio": "16:9",
  "generate_audio": false,
  "watermark": false
}'