viduq2-pro-fast
Vidu · Per Request
viduq2-pro-fastAvailableVideoVideo GenerationImage GenerationFastPremium
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.20 | $0.14 |
Best For
Video Generation
Generating and editing video content
Image Generation
Creating images, illustrations, and visual 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": "viduq2-pro-fast",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does viduq2-pro-fast cost?
On LemonData, viduq2-pro-fast costs $0.1400 Per Request, which is up to 30% off the official pricing.
What is viduq2-pro-fast best for?
viduq2-pro-fast excels at Video, Video Generation, Image Generation. Access it through LemonData's unified API with a single API key.
How to use viduq2-pro-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.