ByteDance/bytedance-seedance-2-0-mini-image-to-video

Seedance 2.0 Mini - Image to Video

Cost-effective image-to-video, up to 720p

Commercial use
Video
Per video output second
480p$0.05 / sec
720p$0.11 / sec

Ready to build with Seedance 2.0 Mini - 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-0-mini-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": -1,
  "aspect_ratio": "16:9",
  "generate_audio": false,
  "watermark": false
}'