T2V means text-to-video: the request uses a text prompt and does not require an input image or video.
Key capabilities
- Text-to-video - Generate video from Chinese or English prompts
- Synchronized audio - Supply WAV/MP3 audio or let the model generate matching sound automatically
- Resolution -
720Por1080P - Duration - An integer from 2 to 15 seconds
- Aspect ratio -
16:9,9:16,1:1,4:3, or3:4 - Output - 30 fps MP4 video
Quick example
cURL
Video generation is asynchronous. Save the returned task ID and poll the Wan task query endpoint. Task IDs and successful result URLs remain available for 24 hours.
Enable NSFW generation
- Select the
Special-Nsresource group when creating the API token. - Set
parameters.prompt_extendtofalse. Its default value istrue.
Parameters
If
audio_url is omitted, the model generates matching audio. Audio longer than the requested video is truncated; if it is shorter, the remaining video is silent.
API Reference
View the complete request schema.
Task Query
Poll the task and retrieve the result URL.