Skip to main content
Wan2.7 T2V is Alibaba Cloud’s text-to-video model, available through the AnyFast asynchronous video API. It generates 720P or 1080P MP4 videos with synchronized audio and supports multi-shot storytelling. 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 - 720P or 1080P
  • Duration - An integer from 2 to 15 seconds
  • Aspect ratio - 16:9, 9:16, 1:1, 4:3, or 3: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

  1. Select the Special-Ns resource group when creating the API token.
  2. Set parameters.prompt_extend to false. Its default value is true.

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.

Official reference

See the Alibaba Cloud Model Studio Wan2.7 text-to-video API reference.