Seedance 2.5 Omni Reference: AI Image-to-Video Generator

Blend images, video, and audio into one video with Seedance 2.5 Omni Reference. 720p, 30-second clips. Try free — pay per generation, no subscription.

Tutorial

📝

Overview

About this model

Seedance 2.5 Omni Reference is the early-access multi-reference endpoint in the Seedance 2.5 family, blending up to 20 reference images, 6 video clips, and 6 audio files into a single guided video generation. Use the images to steer environment and style, the videos for camera motion and rhythm, and the audio as a mood reference — all combined via one text prompt. Supports clips up to 30 seconds at 720p.

1Style-consistent content: Combine multiple reference images to lock in a consistent visual style across shots.
2Music-driven video: Use an audio clip as a mood and pacing reference for the generated motion.
3Camera motion transfer: Reference an existing video clip to carry over its camera movement into a new scene.
4Multi-source composition: Merge environment images, motion references, and audio mood into one coherent clip.
💰

Pricing & Value

Cost analysis

muapiapp$0.72/sec (720p) or $0.36/sec (480p)

Pay-per-generation pricing with no subscription.

Fal.aiNot available

Seedance 2.5 is not listed on Fal.ai.

ReplicateNot available

Seedance 2.5 is not listed on Replicate.

* Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Promptstring

Text prompt describing the desired video, referencing the provided images, video clips, and audio as environment, motion, and mood cues.

Default ValueCreate a calm cinematic park sequence. Use the images for environment style, the video clips for camera motion and street rhythm, and the audio as mood reference.
Reference Imagesarray

Reference image URLs. Up to 20 images.

Default Valueundefined
Reference Videosarray

Reference video URLs. Up to 6 clips.

Default Valueundefined
Reference Audioarray

Reference audio URLs. Up to 6 files.

Default Valueundefined
Durationint

The duration of the generated video in seconds.

Default Value5
Aspect RatioEnum (7 options)

Aspect ratio of the output video.

Default Value16:9
Seedint

Random seed for reproducible generation. Use -1 for random.

Default Value42
📖

Implementation Guide

Developer documentation

How to Use Seedance 2.5 Omni Reference

  1. Gather Your References

    • Up to 20 images via images_list, 6 videos via videos_list, 6 audio files via audios_list. At least one reference is recommended.
  2. Write a Guiding Prompt

    • Describe how the references should combine.
    • Example: "Create a calm cinematic park sequence. Use the images for environment style, the video clips for camera motion and street rhythm, and the audio as mood reference."
  3. Configure Output

    • Set duration (4–30s), aspect_ratio, and optionally seed.
  4. Submit via the API

curl -X POST https://api.muapi.ai/api/v1/seedance-2.5-omni-reference \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "Create a calm cinematic park sequence using the references for style, motion, and mood.",
    "images_list": ["https://example.com/ref1.jpg", "https://example.com/ref2.jpg"],
    "videos_list": ["https://example.com/ref.mp4"],
    "duration": 10
  }'
  1. Poll and Download
    • Poll GET /api/v1/predictions/{request_id}/result until status is completed, then retrieve the video URL from output.

Common Questions

Frequently asked

What does Seedance 2.5 Omni Reference do?

It generates video guided by a combination of reference images, video clips, and audio files, blending their style, motion, and mood cues into one output.

How many references can I provide?

Up to 20 images, 6 video clips, and 6 audio files, via `images_list`, `videos_list`, and `audios_list` respectively.

Why does this cost more than plain text/image-to-video?

Processing multiple reference modalities together adds computational overhead, so Omni Reference is priced at 1.2x the base rate: $0.72/sec at 720p or $0.36/sec at 480p.

What resolution does it output?

720p by default. A cheaper 480p variant is available separately.

How long can generated videos be?

Between 4 and 30 seconds, configurable via the `duration` parameter.

Do I need to provide all three reference types?

No — provide any combination of images, videos, and audio. A text prompt alone still works, but references help steer style, motion, and mood more precisely.