seedance-1.0-lite-t2v
Seedance · Per Second
seedance-1.0-lite-t2vAvailableVideoVideo Generationtext-to-videoFast
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.18 | $0.126 |
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-lite-t2v",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does seedance-1.0-lite-t2v cost?
On LemonData, seedance-1.0-lite-t2v costs $0.0000 per 1M input tokens and $0.0000 per 1M output tokens, which is up to 30% off the official pricing.
What is seedance-1.0-lite-t2v best for?
seedance-1.0-lite-t2v excels at Video, Video Generation, text-to-video. Access it through LemonData's unified API with a single API key.
How to use seedance-1.0-lite-t2v API?
Get your API key from LemonData, set the base URL to api.lemondata.cc/v1, and use any OpenAI-compatible SDK. See the code examples above.