Wan v2.5 Text-to-Video Preview
Wan v2.5 Text-to-Video Preview provides early access to Alibaba Cloud's text-to-video rendering pipeline, generating clips up to 10 seconds at resolutions from 480p to 1080p with built-in audio synchronization.
import { experimental_generateVideo as generateVideo } from 'ai';
const result = await generateVideo({ model: 'alibaba/wan-v2.5-t2v-preview', prompt: 'A serene mountain lake at sunrise.'});Playground
Try out Wan v2.5 Text-to-Video Preview by Alibaba Cloud. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.
Your generated video will appear here.
Providers
Route requests across multiple providers. Copy a provider slug to set your preference. Visit the docs for more info. Using a provider means you agree to their terms, listed under Legal.
| Provider |
|---|
More models by Alibaba Cloud
| Model |
|---|
About Wan v2.5 Text-to-Video Preview
Wan v2.5 Text-to-Video Preview marked Alibaba Cloud's initial public release of the Wan text-to-video architecture. Given only a free-form text prompt, it produces single-shot video clips up to 10 seconds long, with output available at 480p, 720p, or 1080p across three aspect ratios: landscape (16:9), portrait (9:16), and square (1:1).
What set this release apart from many early text-to-video models was its integrated audio generation. Rather than rendering silent video and requiring a separate dubbing pass, the 2.5 pipeline synthesizes ambient sound, effects, and even prompted character dialogue with lip-sync, all within a single generation call. For workflows that need audio-visual output, this removes an entire post-processing step.
The preview designation means the model is intended primarily for evaluation and prototyping. Teams can use it to develop prompt strategies, validate resolution and aspect ratio choices, and estimate costs at the 480p tier before scaling up to the production-grade Wan 2.6 models.
What To Consider When Choosing a Provider
- Configuration: Preview-tier models may exhibit higher generation latency than their stable counterparts. If your workflow has strict turnaround requirements, benchmark generation times at your target resolution before integrating into production.
- Zero Data Retention: AI Gateway does not currently support Zero Data Retention for this model. See the documentation for models that support ZDR.
- Authentication: AI Gateway authenticates requests using an API key or OIDC token. You do not need to manage provider credentials directly.
When to Use Wan v2.5 Text-to-Video Preview
Best for
- Evaluating the wan pipeline: Exploring Alibaba Cloud's text-to-video system without committing to the higher-capability 2.6 series
- Short social clips: Generating videos up to 10 seconds from text descriptions, particularly in portrait 9:16 format
- Baked-in audio workflows: Use cases that need audio in the generated video without a separate dubbing tool
- 480p cost exploration: Running cost tests at the lower resolution tier before budgeting for higher-fidelity output
Consider alternatives when
- Longer or multi-shot clips: Wan-v2.6-t2v extends to 15 seconds with multi-shot storytelling and automatic scene transitions
- Image-to-video conversion: Wan-v2.6-i2v and wan-v2.6-i2v-flash handle animation from a source image
- Consistent character identity: Wan-v2.6-r2v provides reference-based identity transfer across scenes
Conclusion
Wan v2.5 Text-to-Video Preview remains a useful on-ramp for developers entering the Alibaba Cloud video generation ecosystem. Its integrated audio pipeline, flexible resolution options, and preview-tier positioning make it well-suited for prototyping and low-resolution production work.