All models
Videov1.0.0

Seedance 2.5

Text-to-video with Seedance 2.5, optionally guided by a first frame and reference images

11 inputsVIDEO

a paper boat drifting down a rain-slicked cobblestone gutter, autumn leaves swirling past, macro shot

Run the node

TEXT
IMAGE
IMAGE
IMAGE
IMAGE
IMAGE
4 – 30INT
Duration (s)
TEXT
TEXT
BOOLEAN
Generate audio
INT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins seedance-2-5 and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("seedance-2-5", {
  prompt: { value: "example" },
  firstFrame: { ref: "https://..." },
  reference1: { ref: "https://..." },
  reference2: { ref: "https://..." },
  reference3: { ref: "https://..." },
  reference4: { ref: "https://..." },
  duration: { value: 5 },
  resolution: { value: "720p" },
  aspectRatio: { value: "16:9" },
  audio: { value: true },
  seed: { value: 1 },
});

Schema

Inputs

prompt*TEXT
firstFrameIMAGE
reference1IMAGE
reference2IMAGE
reference3IMAGE
reference4IMAGE
durationINT
Duration (s)
5
resolutionTEXT
480p · 720p · 1080p
720p
aspectRatioTEXT
16:9 · 9:16 · 1:1 · 4:3 · 3:4 · 21:9
16:9
audioBOOLEAN
Generate audio
true
seedINT

Outputs

videoVIDEO