seedance-1.5-pro
Seedance · Per Token
seedance-1.5-proAvailableAsyncText to VideoImage to Video
Pricing
| Official Price | LemonData Price | Discount | |
|---|---|---|---|
| Text to Video | $1.14 | $0.9143 | 20% |
| Text to Video | $2.29 | $1.83 | 20% |
Cost Calculator
1M
0.5M
Estimated Monthly Cost$0.46
API Code Example
POST/v1/videos/generations
curl -X POST "https://api.lemondata.cc/v1/videos/generations" \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"operation": "text-to-video",
"duration": 4,
"resolution": "720p",
"aspect_ratio": "16:9",
"output_audio": false,
"model": "seedance-1.5-pro",
"prompt": "Cinematic sunrise over a calm lake with gentle camera motion."
}'FAQ
How much does seedance-1.5-pro cost?
On LemonData, seedance-1.5-pro costs $0.9143-$1.83 Per Token, with model-specific platform pricing.
What is seedance-1.5-pro best for?
seedance-1.5-pro excels at Text to Video, Image to Video. Access it through LemonData's unified API with a single API key.
How to use seedance-1.5-pro API?
Get your API key from LemonData, then call https://api.lemondata.cc/v1/videos/generations using any compatible SDK. See the code examples above for detailed integration.