Animate images to video with Seedance 2.5. Early-access build with 720p output, and 30-second clips. Try free — pay per generation.
About this model
Seedance 2.5 Image-to-Video is the early-access build of ByteDance's next-generation Seedance model, animating a single still image into video. It supports clips up to 30 seconds at 720p output. A lower-cost 480p variant is also available, and dedicated First & Last Frame and Omni Reference endpoints cover keyframe transitions and multi-reference blending.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.60/sec (720p) or $0.30/sec (480p) | Pay-per-generation pricing with no subscription. |
| Fal.ai | Not available | Seedance 2.5 is not listed on Fal.ai. |
| Replicate | Not available | Seedance 2.5 is not listed on Replicate. |
Pay-per-generation pricing with no subscription.
Seedance 2.5 is not listed on Fal.ai.
Seedance 2.5 is not listed on Replicate.
* Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | Text prompt describing the desired motion and style. | Animate the park scene with gentle wind moving the trees, subtle water ripples, and a slow cinematic push forward. |
| Image URL | string | URL of the input image to animate into video. | https://samplelib.com/jpeg/sample-city-park-400x300.jpg |
| Duration | int | The duration of the generated video in seconds. | 5 |
| Aspect Ratio | Enum (7 options) | Aspect ratio of the output video. | 16:9 |
| Seed | int | Random seed for reproducible generation. Use -1 for random. | 42 |
Text prompt describing the desired motion and style.
Animate the park scene with gentle wind moving the trees, subtle water ripples, and a slow cinematic push forward.URL of the input image to animate into video.
https://samplelib.com/jpeg/sample-city-park-400x300.jpgThe duration of the generated video in seconds.
5Aspect ratio of the output video.
16:9Random seed for reproducible generation. Use -1 for random.
42Developer documentation
Prepare an Image
Write a Motion Prompt
Configure Output
duration from 4 to 30 seconds.aspect_ratio and optionally seed.Submit via the API
curl -X POST https://api.muapi.ai/api/v1/seedance-2.5-image-to-video \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Animate the park scene with gentle wind moving the trees, subtle water ripples, and a slow cinematic push forward.",
"image_url": "https://example.com/park.jpg",
"duration": 5
}'
GET /api/v1/predictions/{request_id}/result until status is completed, then retrieve the video URL from output.Frequently asked
It animates a single input image into video, guided by an optional text prompt describing the desired motion.
720p by default. A cheaper 480p variant is available separately.
Not yet. This early-access build currently supports 480p and 720p; native 1080p support is planned for a future update.
Between 4 and 30 seconds, configurable via the `duration` parameter.
Yes — use the dedicated Seedance 2.5 First & Last Frame endpoint, which accepts two images and generates a smooth transition between them.
Yes — use the Seedance 2.5 Omni Reference endpoint, which blends up to 30 images, 10 videos, and 10 audio files into one guided generation.