Qwen
Wan3.0 Video API
The standard video generation model of Alibaba's Wan 3.0 line (early access). It supports text-to-video, image-to-video and multi-modal reference inputs, generating clips up to roughly 30 seconds with synchronized audio in a single pass — suitable for ads, short drama and narrative content. Official release date not yet announced.
- Multimodal output
wan3.0-videoUSD
Pricing
Public list prices are shown in USD. Final charges may vary by account group and usage tier.
API
Code examples
curl --location --request POST 'https://api.tokenhot.ai/v1/video/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan3.0-video",
"input": {
"prompt": "A miniature city built from cardboard and bottle caps comes to life at night. A cardboard train slowly passes by, with small lights dotted along it, illuminating the path ahead."
},
"parameters": {
"resolution": "720P",
"ratio": "16:9",
"duration": 5
}
}'Qwen
Related models
FAQ
Frequently asked questions
What is Wan3.0 Video best suited for?
Wan3.0 Video is suited to the input, output, and capability types listed on this page. Test production workloads before choosing it for a critical system.
How is Wan3.0 Video priced?
Pricing is shown in the pricing section above. Actual cost depends on usage volume, account group, and the request payload.
How can I call Wan3.0 Video?
Use the model ID shown above with one of the supported API protocols. Code examples are provided when usage data is available.
Get started