luma_video_extend_api
Luma · Per Second
luma-video-extend-apiAvailableVideoAsyncVideo Generation
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.50 | $0.35 |
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": "luma-video-extend-api",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does luma_video_extend_api cost?
On LemonData, luma_video_extend_api costs $0.3500 Per Second, which is up to 30% off the official pricing.
What is luma_video_extend_api best for?
luma_video_extend_api excels at Video, Async, Video Generation. Access it through LemonData's unified API with a single API key.
How to use luma_video_extend_api 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.