ByteDance's Seedance 2.0 — high-quality video from text or image, in full, Fast, and Mini tiers.
No GPU. No setup. Cancel anytime.
ByteDance's Seedance 2.0 generates high-quality video from text prompts and multimodal references, with fixed 24 fps output and durations up to 15 seconds.
Full Seedance 2.0 supports T2V, I2V, image+audio-to-video, and V2V workflows, including 1080p and native 4K paths. Mini and Fast are lower-cost 720p tiers for T2V and I2V iteration.
Seedance 2.0 ships in 3 builds — same family, different speed/quality trade-offs. Pick the variant that fits, or start with the default.
| Variant | Details | From | |
|---|---|---|---|
2.0 Qualityseedance-2-0 | Duration: 4–15 s · fixed 24 fps Resolution: 480p · 720p · 1080p · 4K References: ≤9 images · ≤3 videos · ≤3 audio (≤12 total) Audio: native generation (generateAudio) Steps: 1 default · 1–1 | 198 Spark · $0.99 | Create → |
Fast Fastseedance-2-0-fast | Duration: 4–15 s · fixed 24 fps Resolution: 480p · 720p References: ≤9 images · ≤3 videos · ≤3 audio (≤12 total) Steps: 1 default · 1–1 | 156 Spark · $0.78 | Create → |
Mini Fastseedance-2-0-mini | Duration: 4–15 s · fixed 24 fps Resolution: 480p · 720p References: ≤9 images · ≤3 videos · ≤3 audio (≤12 total) Steps: 1 default · 1–1 | 98.3 Spark · $0.49 | Create → |
Seedance 2.0 is a pay-as-you-go Premium Spark vendor model. Every clip uses purchased Spark, including for Sogni Unlimited members. Unlimited saves 5%; Unlimited Pro saves 10%.
| Variant / configuration | Spark | USD |
|---|---|---|
| 2.0 · 5 s · 720p | 198 Spark | $0.99 |
| 2.0 · 5 s · 1080p | 487 Spark | $2.43 |
| 2.0 · 5 s · 720p · video reference (v2v) | 121 Spark | $0.60 |
| 2.0 · 5 s · 1080p · video reference (v2v) | 297 Spark | $1.49 |
| Fast · 5 s · 720p | 156 Spark | $0.78 |
| Fast · 5 s · 720p · video reference (v2v) | 92.4 Spark | $0.46 |
| Mini · 5 s · 720p | 98.3 Spark | $0.49 |
| Mini · 5 s · 720p · video reference (v2v) | 59.0 Spark | $0.29 |
One Sogni API key reaches every model on the Supernet — call Seedance 2.0 with the exact model id for the variant you want.
import { SogniClient } from '@sogni-ai/sogni-client';
const client = await SogniClient.createInstance({
appId: crypto.randomUUID(),
apiKey: process.env.SOGNI_API_KEY,
network: 'fast',
});
const project = await client.projects.create({
type: 'video',
modelId: 'seedance-2-0',
positivePrompt: 'a slothicorn surfing a wave of liquid paint, slow push-in, cinematic',
numberOfMedia: 1,
duration: 5,
});
const [url] = await project.waitForCompletion();
console.log(url); // result link — download within 24h curl https://api.sogni.ai/v1/creative-agent/workflows \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $SOGNI_API_KEY" \
-d '{
"input": {
"title": "First render",
"steps": [{
"id": "step1",
"toolName": "generate_video",
"arguments": { "prompt": "a slothicorn surfing a wave of liquid paint, slow push-in, cinematic", "videoModel": "seedance2", "duration": 5 }
}]
},
"confirm_cost": true
}' Example uses seedance-2-0. Use any exact model id from the Variants table above. Full reference at docs.sogni.ai.
Real generations from Sogni. Hit Use prompt to open the app with Seedance 2.0 selected and the full prompt preloaded.
Seedance 2.0 is a third-party frontier model. It uses purchased Spark for every clip; Unlimited plans discount those pay-as-you-go rates instead of covering them as fair-use renders.
Vendor-backed renders are billed with Spark even when your account has an active Unlimited subscription.
Unlimited saves 5%; Unlimited Pro saves 10%.
Launch Seedance 2.0 from the Sogni app or call the exact model id through the API.
Use premium vendor models alongside Sogni Supernet image, video, music, and language models.
Use full Seedance 2.0 for the broadest workflow support, including T2V, I2V, IA2V, V2V, 1080p, and 4K. Use Mini or Fast only for lower-cost 720p T2V/I2V iteration.
Seedance 2.0 is pay-as-you-go Premium Spark. It is not covered as an Unlimited fair-use render; every clip uses purchased Spark. Unlimited saves 5%; Unlimited Pro saves 10%. Prices start at 98.3 Spark ($0.49) per clip.
Create in the app, or build with the API. Your call.