VideoByteDancev2.0· Released 2025-08-20
Seedance V2
ByteDance's multi-resolution video model with extended duration up to 15 seconds.
Seedance V2 is ByteDance's latest video generation model, supporting multi-resolution output from 480p to 1080p with up to 15-second clip duration. It builds on Seedance V1 with improved motion quality and visual fidelity. On Oakgen, a 5-second 720p clip costs about 156 credits (~$0.60).
Capabilities at a glance
- Multi-resolution: 480p, 720p, and 1080p
- Extended duration up to 15 seconds
- Improved motion quality over V1
- Last-frame conditioning for scene transitions
- Lite and Pro variants available
Specs
- Starting price
- $0.60 / generation
- Generation time
- 40–90 seconds
- Max resolution
- 1920×1080
- Inputs → outputs
- text, image → video
How to use Seedance V2
- 1Use extended duration for storytellingSeedance V2 supports up to 15-second clips — enough for a full scene with beginning, middle, and end.
- 2Control with last-frame conditioningUpload a target last frame to control where the clip ends — useful for scene transitions and match cuts.
API access
curl -X POST https://api.oakgen.ai/v1/generate/video \
-H "Authorization: Bearer $OAKGEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-v2",
"prompt": "A cat jumping from a bookshelf to a windowsill, slow motion",
"duration": 10
}'License & commercial use
Licensed through ByteDance's commercial terms.
Permitted on all paid Oakgen plans.
FAQs
How much does Seedance V2 cost on Oakgen?
Seedance V2 starts at $0.60 per generation on Oakgen. Most generations complete in 40–90 seconds. The $19/month Pro plan includes 5,000 credits, covering roughly 32 generations per month.
Can I use Seedance V2 commercially?
Permitted on all paid Oakgen plans.
What is the maximum output resolution?
Seedance V2 supports up to 1920×1080.
Does Oakgen provide API access to Seedance V2?
Yes. Oakgen's REST API exposes Seedance V2 under the model slug 'seedance-v2'. See the API snippet below for an example request.