Skip to content

Seedance 2.0 Fast

bytedance/seedance-2.0-fast

Seedance 2.0 Fast is a new-generation multimodal video creation model, inheriting the core functions and advantages of Seedance 2.0, with faster speed.

Vision (Image)Video Gen
index.ts
import { experimental_generateVideo as generateVideo } from 'ai';
const result = await generateVideo({
model: 'bytedance/seedance-2.0-fast',
prompt: 'A serene mountain lake at sunrise.'
});