Skip to content

Seedance v1.0 Lite Text-to-Video

Seedance v1.0 Lite Text-to-Video is a cost-optimized text-to-video (T2V) generation model that produces 720p or 1080p clips up to 12 seconds from natural language prompts. It's built for iterative creative workflows and high-throughput generation pipelines.

Video Gen
index.ts
import { experimental_generateVideo as generateVideo } from 'ai';
const result = await generateVideo({
model: 'bytedance/seedance-v1.0-lite-t2v',
prompt: 'A serene mountain lake at sunrise.'
});
Latency

P50 time to first token (TTFT) on live AI Gateway traffic, in milliseconds. View the docs for more info.