Skip to content
Dashboard

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.

text-to-video
index.ts
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.

alibaba logo
Prompt (required)

Duration5s
5s10s
Resolution
Videos to generate
alibaba logo

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
Context
Latency
Throughput
Input
Output
Cache
Web Search
Per Query
Capabilities
ZDR
No Training
Release Date
Alibaba Cloud
Legal:Terms
Privacy
09/24/2025

More models by Alibaba Cloud

Model
Context
Latency
Throughput
Input
Output
Cache
Web Search
Per Query
Capabilities
Providers
ZDR
No Training
Release Date
1M
0.7s
374tps
$0.32/M$1.28/M
Read:$0.08/M
Write:$0.5/M
+3
alibaba logo
fireworks logo
togetherai logo
06/02/2026
991K
2.6s
55tps
$1.25/M$3.75/M
Read:$0.25/M
Write:$1.56/M
+1
alibaba logo
05/21/2026
240K
2.1s
108tps
$1.30/M
$7.80/M
Read:
$0.26/M
Write:
$1.63/M
+1
alibaba logo
04/20/2026
1M
1.5s
110tps
$0.50/M
$3.00/M
Read:
$0.1/M
Write:
$0.63/M
+3
alibaba logo
fireworks logo
togetherai logo
04/02/2026
1M
3.2s
229tps
$0.10/M$0.40/M
Read:$0.0/M
Write:$0.13/M
+3
alibaba logo
02/24/2026
262K
0.4s
129tps
$0.09/M$0.10/M
deepinfra logo
novita logo
vertex logo
04/28/2025

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.