Generate videos with image, video, and audio references using Seedance 2 Mini. Affordable omni-mode at 480p–720p. Try free — pay per generation.
About this model
Seedance 2 Mini Omni Reference is the most flexible mini-tier generation mode, accepting up to 9 reference images, 3 reference video clips, and 3 reference audio files alongside your text prompt. Reference each asset in your prompt with @image1–@image9, @video1–@video3, and @audio1–@audio3 for precise creative control.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.15/sec at 720p + video surcharge, $0.08/sec at 480p + video surcharge | Video reference surcharge: 30% of rate × total input video seconds. |
| Fal.ai | Not available | Seedance 2 Mini Omni Reference not available via Fal.ai. |
| Replicate | Not available | Seedance 2 Mini Omni Reference not available via Replicate. |
Video reference surcharge: 30% of rate × total input video seconds.
Seedance 2 Mini Omni Reference not available via Fal.ai.
Seedance 2 Mini Omni Reference not available via Replicate.
* Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | Text prompt. Reference images with @image1..@image9, videos with @video1..@video3, audio with @audio1..@audio3. | The character walks forward confidently in a sunny meadow, camera follows from behind. |
| Reference Images | array | Up to 9 reference images (JPEG/PNG/WebP). Referenced in prompt via @image1..@image9. | https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/seedance-v1.5-pro-i2v.jpg |
| Reference Videos | array | Up to 3 reference video clips (MP4, total max 15s). Referenced in prompt via @video1..@video3. | |
| Reference Audio | array | Up to 3 reference audio files (MP3/WAV, total max 15s). Referenced in prompt via @audio1..@audio3. | |
| Aspect Ratio | Enum (6 options) | Aspect ratio of the output video. | 16:9 |
| Duration | int | Video duration in seconds. | 5 |
| Resolution | Enum (2 options) | Output video resolution. | 720p |
| Generate Audio | boolean | Whether to generate AI audio synchronized with the video. | true |
| High Bitrate | boolean | Enable high bitrate mode for better visual fidelity. Produces larger files. | false |
Text prompt. Reference images with @image1..@image9, videos with @video1..@video3, audio with @audio1..@audio3.
The character walks forward confidently in a sunny meadow, camera follows from behind.Up to 9 reference images (JPEG/PNG/WebP). Referenced in prompt via @image1..@image9.
https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/seedance-v1.5-pro-i2v.jpgUp to 3 reference video clips (MP4, total max 15s). Referenced in prompt via @video1..@video3.
Up to 3 reference audio files (MP3/WAV, total max 15s). Referenced in prompt via @audio1..@audio3.
Aspect ratio of the output video.
16:9Video duration in seconds.
5Output video resolution.
720pWhether to generate AI audio synchronized with the video.
trueEnable high bitrate mode for better visual fidelity. Produces larger files.
falseDeveloper documentation
Write your prompt: Describe the scene and reference any uploaded assets with @image1, @video1, @audio1, etc.
Upload reference assets (all optional):
images_list: Up to 9 reference images (@image1–@image9)video_files: Up to 3 video clips, total max 15s (@video1–@video3)audio_files: Up to 3 audio files, total max 15s (@audio1–@audio3)Set resolution, duration, and aspect ratio.
High bitrate (optional): For better visual fidelity.
Submit and poll /api/v1/predictions/{id}/result for results.
curl -X POST https://api.muapi.ai/api/v1/seedance-2-mini-omni-reference \
-H 'x-api-key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"prompt": "@image1 is the character. The person walks confidently in a sunny meadow",
"images_list": ["https://example.com/character.jpg"],
"aspect_ratio": "16:9",
"duration": 5,
"resolution": "720p"
}'
Frequently asked
The total duration of all reference video clips must not exceed 15 seconds. Each clip should be an MP4 file.
Yes. The cost is base rate × output duration, plus 30% of rate × total input video duration for each second of reference video provided.
Use @image1 through @image9 for images, @video1 through @video3 for videos, and @audio1 through @audio3 for audio files, in the order they were provided in the respective arrays.
If no images, videos, or audio are provided, the model behaves like text-to-video and generates a clip from the prompt alone.
Yes. You can simultaneously provide images_list, video_files, and audio_files. Reference each in your prompt with @image1, @video1, @audio1 etc.