
ByteDance · Video
Seedance 2.5
Cinematic motion with expressive camera control and native audio.
MotionAudioCinematic
bytedance/seedance-2.5/image-to-videoStarting at$0.81 / runSaved models stay in this browser.
Try it now
$0.81 / runPlayground
Reference image
69 / 1000
Estimated cost ~0.810 credits$0.8100 USD
Your result will appear hereConfigure a model, then generate it.
Current API contract
Use an organization API key.
Create a key in the studio, then send it as a Bearer token. API usage and credits remain scoped to that key’s organization.
Keys are shown once and API requests are rate limited per key.
const response = await fetch("/api/predictions", {
method: "POST",
headers: {
"Authorization": "Bearer omk_your_api_key",
"Content-Type": "application/json",
"Idempotency-Key": crypto.randomUUID()
},
body: JSON.stringify({
model: "bytedance/seedance-2.5/image-to-video",
input: {
"image": "https://example.com/reference.jpg",
"prompt": "A slow cinematic orbit with natural motion and soft atmospheric light",
"duration": "5",
"resolution": "720p"
}
})
});
const { data, error } = await response.json();- Submit
POST /api/predictionswith an 8–200 characterIdempotency-Key.- Poll
GET /api/predictions/{id}until the returned status is terminal.- Response
- Success returns
{ data: prediction }; failures return{ error: message }.
Model overview
Image to video
Cinematic motion with expressive camera control and native audio.
MotionAudioCinematic
- ProviderByteDance
- InputsReference image, Prompt, Duration, Resolution
- OutputVideo
- Price$0.81 / run, varies by selection
Keep exploring



