Wan v2.7 Text-to-Video
Wan v2.7 Text-to-Video is the Wan 2.7 text-to-video model from Alibaba, generating clips of 2 to 15 seconds at 720p or 1080p with native audio and multi-shot narrative control through prompt language.
import { experimental_generateVideo as generateVideo } from 'ai';
const result = await generateVideo({ model: 'alibaba/wan-v2.7-t2v', prompt: 'A serene mountain lake at sunrise.'});About Wan v2.7 Text-to-Video
Wan v2.7 Text-to-Video is the text-to-video member of Alibaba's Wan 2.7 release. You provide a text prompt describing a scene, and Wan v2.7 Text-to-Video returns a finished clip of 2 to 15 seconds, with a default of 5 seconds, at 720p or 1080p. Five aspect ratio options cover landscape, portrait, square, and broadcast formats: 16:9, 9:16, 1:1, 4:3, and 3:4.
Multi-shot narrative control works directly through prompt language. Describe a sequence of events spanning multiple moments or locations, and Wan v2.7 Text-to-Video structures the clip with scene cuts and transitions rather than forcing everything into one continuous take. Audio generates natively in the same pass, and an optional audio input can drive the generation, which is useful when a soundtrack or voice line should shape the motion.
Compared to the 2.6 generation, the 2.7 line delivers smoother, more coherent motion, so subjects and camera moves hold together more reliably across the frame. That improvement compounds in multi-shot output, where consistency across cuts determines whether a generated sequence reads as one cohesive piece.