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

Seedance 2.0 Fast - Image to Video

Animate any still into beautiful, unrestricted video, fast. Express your creativity with real faces, real action, and audio up to 720p, for up to 30% less than other providers.

Commercial use
Video

About Seedance 2.0 Fast - Image to Video

ByteDance Seedance 2.0 Fast animates a starting frame with optional end-frame transition. Supports 480p and 720p output.

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 Fast - Image to Video?

Try Seedance 2.0 Fast - Image to Video in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.

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-0-fast-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,
  "generate_audio": true,
  "aspect_ratio": "16:9",
  "duration": -1,
  "resolution": "720p",
  "watermark": false
}'