video model
bytedance/seedance-2.0/image-to-video
bytedance/seedance-2.0/image-to-video is a video-generation model available through the LLM7 API. Supported durations are 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 seconds. Published sizes include 480p, 720p, 720p-SR, 1080p-SR, 1440p-SR. It currently costs $0.09 USD per second.
bytedance/seedance-2.0/image-to-videoCurrent LLM7 pricing
Simple, pay-as-you-go pricing
$0.09 USD per second
Cost calculator
Adjust the volume to see an instant estimate at the current public price.
01M
Generated seconds
4 sec
Estimated total
$0.36
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": "bytedance/seedance-2.0/image-to-video",
"prompt": "Waves crashing on rocks, cinematic slow motion",
"seconds": "4",
"size": "480p"
}'