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

Seedance 2.0 Mini - Text to Video

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

Commercial use
Video

About Seedance 2.0 Mini - Text to Video

ByteDance Seedance 2.0 Mini generates video from a text prompt, a cost-effective option built for high-volume video creation. Supports 480p and 720p output, durations from 4-15 seconds, multiple aspect ratios, and optional synchronized audio.

Ready to build with Seedance 2.0 Mini - Text to Video?

Try Seedance 2.0 Mini - Text 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.

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

Request parameters

Every field Seedance 2.0 Mini - Text to Video accepts in the request body. See the API reference for response formats.

POSThttps://hub.oxen.ai/api/ai/videos/generate
FieldTypeRequiredDefaultDescription
promptstringYes
The text prompt used to generate the video.
generate_audiobooleanNotrueWhether to generate synchronized audio for the video, including sound effects, ambient sounds, and lip-synced speech.
aspect_ratiostringNo"16:9"
adaptive21:916:94:31:13:49:16
durationintegerNo-1
Range: 415
resolutionstringNo"720p"
480p720p
watermarkbooleanNofalseWhether to add an 'AI generated' watermark to the output.