video model
seedance-2.0-unrestricted
seedance-2.0-unrestricted is a video-generation model available through the LLM7 API. Supported durations are 5 seconds. Published sizes include 1280x720, 720x1280, 720x720, 960x720, 720x960, 1680x720. It currently costs $0.035437 USD per second.
seedance-2.0-unrestrictedCurrent LLM7 pricing
Simple, pay-as-you-go pricing
$0.035437 USD per second
Cost calculator
Adjust the volume to see an instant estimate at the current public price.
01M
Generated seconds
5 sec
Estimated total
$0.177185
Start building
A verified request for this exact model. Add your API key and run it.
curl https://api.llm7.io/v1/videos \
-H "Authorization: Bearer $LLM7_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2.0-unrestricted",
"prompt": "Waves crashing on rocks, cinematic slow motion",
"seconds": "5",
"size": "1280x720"
}'