Animate images to 480p video with Seedance 2.5 — faster and cheaper than the 720p tier. Try free — pay per generation, no subscription.
About this model
Seedance 2.5 Image-to-Video 480p is the faster, lower-cost tier of the Seedance 2.5 Image-to-Video early-access build, animating a still image into video at 480p resolution. It's ideal for rapid previews and drafts before committing to a full 720p render, while still supporting clips up to 30 seconds.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.30/sec | 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
Submit via the API
curl -X POST https://api.muapi.ai/api/v1/seedance-2.5-image-to-video-480p \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Animate the park scene with gentle wind moving the trees.",
"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
Same model and features, but rendered at 480p — faster and cheaper, at $0.30/sec instead of $0.60/sec.
Between 4 and 30 seconds, configurable via the `duration` parameter.
Use 480p for drafts, prompt iteration, and high-volume batch generation where resolution matters less than cost and speed.
Yes — pass an explicit `seed` value, or use -1 for a random seed each time.
It's usable for either — the 480p tier trades resolution for speed and cost, so it's best for drafts, prompt iteration, and batch generation, while the 720p tier suits final deliverables.