seedance-1.0-pro
Seedance · Per Second
seedance-1.0-proAvailableVideoAsyncVideo GenerationPremium
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.10 | $0.07 |
Best For
Video Generation
Generating and editing video content
API Code Example
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "seedance-1.0-pro",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does seedance-1.0-pro cost?
On LemonData, seedance-1.0-pro costs $0.0700 Per Second, which is up to 30% off the official pricing.
What is seedance-1.0-pro best for?
seedance-1.0-pro excels at Video, Async, Video Generation. Access it through LemonData's unified API with a single API key.
How to use seedance-1.0-pro API?
Get your API key from LemonData, then call https://api.lemondata.cc/v1/chat/completions using any compatible SDK. See the code examples above for detailed integration.