Back to models
Ancient tree on a floating island above luminous clouds
ByteDance · Video

Seedance 2.5

Cinematic motion with expressive camera control and native audio.

MotionAudioCinematic
bytedance/seedance-2.5/image-to-video
Starting at$0.81 / runSaved models stay in this browser.
Try it now

Playground

$0.81 / run
Seedance 2.5Video  •  Image to videoPopular
Reference image
69 / 1000
Duration
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/predictions with an 8–200 character Idempotency-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
Keep exploring

Related models