Seedance Lite

New
ByteDance
Video Generation

Budget ByteDance video, fast and cheap

Queue video with Seedance Lite
Video generation runs asynchronously — we'll queue a job and you can track it in your history.
Sign in to try this model with €5 free credits.
Sign in
Generates as an async job — typically 30 s to 2 min.
TL;DR·Last updated March 25, 2026

Seedance Lite is video generation AI model from ByteDance, priced at €0.000 per 1M input tokens with a unknown context window.

Try Seedance Lite

Image References

Sign in to generate — 50 free credits on sign-up

Examples

See what Seedance Lite can generate

0:05

Abstract

"Colorful liquid flowing in slow motion"

Pricing

Price per Generation
Per generation€0.50

API Integration

Use our OpenAI-compatible API to integrate Seedance Lite into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

// Simple — just pass a string
const reply = await rw.run("seedance-lite", "Hello! What can you do?");
console.log(reply);

// With message history
const reply2 = await rw.run("seedance-lite", [
  { role: "system", content: "You are a helpful assistant." },
  { role: "user", content: "Explain quantum computing simply." },
]);
console.log(reply2);

// Full response with usage info
const res = await rw.chat("seedance-lite", [
  { role: "user", content: "Hello!" },
], { temperature: 0.7, max_tokens: 500 });
console.log(res.choices[0].message.content);
console.log(res.usage);
Specifications
Price
€0.50
Avg. latency
70.0s
Est. duration
1min
Developer
ByteDance
Category
Video Generation
Supported Formats
mp4
Tags
budget
i2v
fast

Deep dive — ByteDance Seed's Seedance Lite

About ByteDance Seed
Founded 2023 · Beijing, China

ByteDance Seed is the foundation-model research arm of ByteDance, the company behind TikTok, Douyin and CapCut. Formed in 2023 (initially called 'Doubao Foundation Model' / 'Skylark', renamed Seed in 2024), the team is led by Wu Yonghui and ships the Doubao consumer assistant, the Skylark / Doubao LLM family, and the Seedance and Seedream video and image models. Seedance launched in early 2025 with two tiers: Seedance Pro for high-fidelity creative work and Seedance Lite for fast, high-volume generation. The lite tier targets short-form social workflows on TikTok-adjacent surfaces and CapCut integrations, where latency and cost are paramount.

Visit ByteDance Seed →
Architecture
Distilled latent video diffusion / DiT speed tier

Seedance Lite is the speed-tier variant of ByteDance's Seedance text-to-video and image-to-video model. It is a closed Diffusion Transformer operating on a 3D spatio-temporal latent, distilled from Seedance Pro via consistency-style training and quantization to compress the diffusion sampler into far fewer denoising steps. Conditioning uses a bilingual Chinese/English text encoder (based on ByteDance's Doubao / Skylark LLM family) and image embeddings for first-frame conditioning. Output is 5-second clips at 720p / 24 fps. The lite tier is designed to be deployed at very high volume across ByteDance's consumer surfaces (Doubao app, CapCut, TikTok creator tools in China) where per-clip cost matters more than maximum fidelity. The base Seedance corpus is closed but ByteDance hold privileged access to large-scale TikTok / Douyin video data which is presumed to inform training.

Parameters
Undisclosed
Context
unknown
What it can do
  • Speed-tier distilled video model for high-volume use
  • Text-to-video and image-to-video
  • 5-second clips at 720p / 24 fps
  • Bilingual Chinese/English prompts
  • Low per-clip cost and latency
  • Tight integration with CapCut and Doubao consumer surfaces
  • Director-style camera control vocabulary (limited)
  • Available via Doubao API and CapCut creator tools
  • Best for: high-volume social-media production, rapid iteration.
Training & License

Closed corpus including licensed video, web video and platform data (TikTok / Douyin, under ByteDance terms); bilingual dense captions; exact size undisclosed.

License: Proprietary commercial licence via Doubao / ByteDance Seed terms.

Known limitations
  • 5-second clip limit
  • Quality below Seedance Pro at higher resolutions
  • No native audio
  • Heavy political and public-figure moderation in China
  • Closed model with limited public documentation

Frequently asked questions

Start using Seedance Lite today

Get started with free credits. No credit card required. Access Seedance Lite and 100+ other models through a single API.