Skip to content

Wan v2.6 Image-to-Video Flash

Wan v2.6 Image-to-Video Flash is Alibaba's speed-optimized image-to-video model that animates still images into video clips at up to 1080p, designed for fast iteration and high-throughput animation pipelines.

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