hailuo-02-fast
Hailuo · Per Second
hailuo-2.3-fastAvailableVideoAsyncVideo GenerationFast
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.032 | $0.0224 |
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": "hailuo-2.3-fast",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does hailuo-02-fast cost?
On LemonData, hailuo-02-fast costs $0.0224 Per Second, which is up to 30% off the official pricing.
What is hailuo-02-fast best for?
hailuo-02-fast excels at Video, Async, Video Generation. Access it through LemonData's unified API with a single API key.
How to use hailuo-02-fast 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.