Seedance 2.5 is live on iApp — 30-second AI videos from text, image, video or audio references
Dreamina Seedance 2.5 is now available through the iApp platform, sitting alongside Seedance 2.0 on the same endpoint and the same API key. BytePlus released it on 7 August 2026; it is live on iApp today.
The headline change is length. Seedance 2.0 renders 5-second clips; 2.5 renders up to 30 seconds — long enough for a complete product spot or a scene with a beginning, middle, and end, rather than a loop you have to stitch. Motion is noticeably steadier over that longer window, and the model holds a subject's identity across shots far better than 2.0 did.
One model, four kinds of input
Seedance 2.5 is a single model — dreamina-seedance-2-5-260628 — and you steer it with what you put in the content array:
| Content block | Role | What it does |
|---|---|---|
text | — | The prompt. Timestamped beats work well: "0–2s … 2–4s …" |
image_url | reference_image | Subject, style or product reference. You can pass more than one. |
image_url | first_frame / last_frame | Pin the opening or closing frame. |
video_url | reference_video | Match an existing clip's camera work or motion. |
audio_url | reference_audio | Use a track as the soundtrack. |
That is the same shape as Seedance 2.0 — no new endpoint, no new request format, just a different model value and a much better result.
Same asynchronous submit-then-poll flow, too:
curl -X POST https://api.iapp.co.th/v3/store/video/seedance/tasks \
-H "apikey: YOUR_IAPP_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "dreamina-seedance-2-5-260628",
"content": [
{ "type": "text", "text": "A cinematic dolly shot of a Thai floating market at sunrise, mist over the water, vendors paddling past" }
],
"duration": 10,
"resolution": "720p",
"ratio": "16:9",
"generate_audio": true
}'
Poll GET /v3/store/video/seedance/tasks/{task_id} until the status is succeeded. Polling is free.
Try it
Try Seedance 2.0 Video Generation
Login to your iApp account to use this premium video-generation demo.