Skip to content

Wan v2.6 Image-to-Video

Wan v2.6 Image-to-Video is Alibaba's image-to-video model that animates still images into high-fidelity video clips up to 1080p and 15 seconds, with optional audio and precise motion control from text guidance.

image-to-video
index.ts
import { experimental_generateVideo as generateVideo } from 'ai';
const result = await generateVideo({
model: 'alibaba/wan-v2.6-i2v',
prompt: 'A serene mountain lake at sunrise.'
});