All models
Videov1.0.0

Seedance 2.0 Fast

Seedance's draft tier — fast text- or image-to-video up to 720p

7 inputsVIDEO
Demo coming soon
Demo coming soon

Run the node

TEXT
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-0-fast 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-0-fast", {
  prompt: { value: "example" },
  firstFrame: { ref: "https://..." },
  duration: { value: 5 },
  resolution: { value: "720p" },
  aspectRatio: { value: "16:9" },
  audio: { value: true },
  seed: { value: 1 },
});

Schema

Inputs

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

Outputs

videoVIDEO