wan-2.2-plus
Wan · Per Second
wan-2.2-plusAvailableVideoVideo GenerationImage Generation
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.02 | $0.014 |
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": "wan-2.2-plus",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does wan-2.2-plus cost?
On LemonData, wan-2.2-plus costs N/A per 1M input tokens and N/A per 1M output tokens, which is up to 30% off the official pricing.
What is wan-2.2-plus best for?
wan-2.2-plus excels at Video, Video Generation, Image Generation. Access it through LemonData's unified API with a single API key.
How to use wan-2.2-plus 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.