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

Seedance 2.0 Mini - Reference to Video

Cost-effective reference-guided video generation

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

Ready to build with Seedance 2.0 Mini - Reference 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-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
}'