Generate 480p video from text with Seedance 2.5 — faster and cheaper than the 720p tier. Try free — pay per generation, no subscription.
About this model
Seedance 2.5 Text-to-Video 480p is the faster, lower-cost tier of the Seedance 2.5 Text-to-Video early-access build, generating cinematic video directly from a text prompt 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 video scene and motion. | A cinematic tracking shot through a city park after rain, soft cloudy light, wet pavement reflections, smooth camera movement. |
| 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 video scene and motion.
A cinematic tracking shot through a city park after rain, soft cloudy light, wet pavement reflections, smooth camera movement.The 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
Write a Detailed Prompt
Configure Output
duration from 4 to 30 seconds and choose aspect_ratio.Submit via the API
curl -X POST https://api.muapi.ai/api/v1/seedance-2.5-text-to-video-480p \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A cinematic tracking shot through a city park after rain, soft cloudy light, wet pavement reflections, smooth camera movement.",
"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.