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