namifusion

Seedance 2.0 Mini Reference to Video API

doubao/seedance-2.0-mini/reference-to-video

Seedance 2.0 Mini Reference-to-Video is a high-speed, cost-effective video generation model developed by ByteDance, engineered specifically for creating multi-shot videos with a cinematic feel. By seamlessly combining reference images with text prompts, it generates highly narrative video segments. The model features advanced AI camera control and ensures robust character consistency across different scenes. It supports multiple output resolutions from 480P up to 4K, durations ranging from 4 to 15 seconds, and flexible aspect ratios. Complete with an out-of-the-box REST inference API, it delivers exceptional performance with zero cold starts, offering an affordable yet premium solution for professional video creation.

Examples

Seedance 2.0 Mini Reference to Video API example 1

Parameters

NameTypeDefaultDescription
prompt *PrompttextareaDescribe the scene, action, camera movement, and mood for the video.
imagesReference Imagesimage_upload_groupReference image URLs to guide visual style, characters, or scene composition.
videosReference Videosimage_upload_groupReference video URLs (total length must not exceed 15 seconds).
audiosReference Audiosimage_upload_groupReference audio URLs (total length must not exceed 15 seconds).
ratioAspect Ratioselect16:9The aspect ratio of the generated video.
resolutionResolutionselect720pThe output video resolution.
durationDurationslider5The duration of the generated video in seconds (4-15s).
generate_audioGenerate AudiobooleantrueWhether to generate native audio synchronized with the output video. Defaults to true.
enable_web_searchEnable Web SearchbooleanfalseEnable web search for real-time information.
return_last_framereturn the last frame booleanShould the last frame of the generated video be returned?

API

Call this model through one unified REST API. Get a key on the API Keys page.

curl -X POST https://www.namifusion.com/api/v1/marketplace/run/doubao/seedance-2.0-mini/reference-to-video \
  -H "Authorization: Bearer sk-YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "input": { "prompt": ..., "images": ..., "videos": ... } }'
Seedance 2.0 Mini Reference to Video API API — Pricing, Playground & Docs | NamiFusion