Seedance Pro

New
ByteDance
Video Generation

ByteDance video with T2V and I2V, up to 1080p

Queue video with Seedance Pro
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 Pro is video generation AI model from ByteDance, priced at €0.000 per 1M input tokens with a unknown context window.

Try Seedance Pro

Image References

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

Examples

See what Seedance Pro can generate

0:05

Product

"Smartphone rotating with reflections"

Pricing

Price per Generation
Per generation€1.00

API Integration

Use our OpenAI-compatible API to integrate Seedance Pro 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-pro", "Hello! What can you do?");
console.log(reply);

// With message history
const reply2 = await rw.run("seedance-pro", [
  { 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-pro", [
  { role: "user", content: "Hello!" },
], { temperature: 0.7, max_tokens: 500 });
console.log(res.choices[0].message.content);
console.log(res.usage);
Specifications
Price
€1.00
Avg. latency
95.0s
Est. duration
2min
Developer
ByteDance
Category
Video Generation
Supported Formats
mp4
Tags
i2v
1080p

Deep dive — ByteDance Seed's Seedance Pro

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 and led by Wu Yonghui, Seed ships the Doubao consumer assistant, the Skylark / Doubao LLM family, the Seedream image model and the Seedance video model. Seedance launched in early 2025 with two tiers: Seedance Pro (high-fidelity) and Seedance Lite (fast). The Pro tier targets advertising, e-commerce and film-style use cases, with longer durations, higher resolution and richer cinematic controls than Lite. ByteDance also expose Seedance through the Doubao API, the CapCut Pro creator suite and selected enterprise integrations.

Visit ByteDance Seed →
Architecture
Diffusion Transformer (DiT) with 3D spatio-temporal VAE

Seedance Pro is a closed Diffusion Transformer operating on a 3D spatio-temporal Variational Autoencoder. The denoiser uses full 3D attention with bilingual text conditioning from ByteDance's Doubao / Skylark LLM family and optional image embeddings for first-frame, end-frame and subject-reference modes. The Pro tier is positioned for high-fidelity creative work and supports 5-10 second clips at 1080p / 24-30 fps with extension chains for longer sequences. Cinematic control vocabulary covers lens choice, camera moves and shot scale. Training uses a curated multilingual video corpus drawn in part from ByteDance's privileged access to TikTok / Douyin platform data, with synthetic dense bilingual captions and reward-model post-training tuned for aesthetic quality and prompt fidelity. Public independent benchmarks (Artificial Analysis, etc.) consistently rank Seedance Pro in the top tier of Chinese video models alongside Kling v3.

Parameters
Undisclosed
Context
unknown
What it can do
  • Text-to-video, image-to-video and subject-reference modes
  • 5-10 second clips at 1080p / 24-30 fps natively
  • Extension chains for longer sequences
  • Rich cinematographic prompt vocabulary
  • Strong prompt adherence on complex compositions
  • Bilingual Chinese/English prompts
  • Available via Doubao API, CapCut Pro and enterprise integrations
  • Frequently top-ranked among Chinese video models in public leaderboards
  • Best for: ad creative, e-commerce, cinematic shorts, branded content.
Training & License

Closed multi-billion-clip corpus including licensed video, web video and ByteDance platform data with bilingual dense captions; exact size undisclosed.

License: Proprietary commercial licence via Doubao / ByteDance Seed terms; commercial use on paid plans.

Known limitations
  • 5-10 second clip limit per generation
  • No native audio in current version
  • Heavy political and public-figure moderation in China
  • Closed model without published technical paper
  • Pro pricing materially higher than Lite tier

Frequently asked questions

Start using Seedance Pro today

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