UniRouteUniRoute
All models
Wan 2.5
Video

Wan

Wan 2.5

From text to video or image to video, Wan 2.5 API on UniRoute delivers cinematic visuals, synchronized audio, and flexible outputs — all at a fraction of the cost.

Pricing

TierUniRouteMarket
text-to-video · default-5.0s-720p$0.30$0.50
image-to-video · default-5.0s-720p$0.30$0.50
text-to-video · default-5.0s-1080p$0.50$0.75
image-to-video · default-5.0s-1080p$0.50$0.75
text-to-video · default-10.0s-720p$0.60$1.00

per video

About this model

The wan2.5-t2v-preview api enables developers to generate videos directly from text prompts. By describing scenes, actions, and environments, it produces cinematic video clips with smooth motion and synchronized audio—perfect for storyboards, marketing campaigns, and social media content.

Text-to-videoImage-to-video

Deep dive

Text-to-Video(wan2.5-t2v-preview api )

The wan2.5-t2v-preview api enables developers to generate videos directly from text prompts. By describing scenes, actions, and environments, it produces cinematic video clips with smooth motion and synchronized audio—perfect for storyboards, marketing campaigns, and social media content.

Image-to-Video(wan2.5-i2v-preview api )

The wan2.5-i2v-preview api transforms static images into dynamic short videos. It preserves the original identity and style of the image while adding lifelike animations and perspective changes, making it ideal for portraits, product showcases, and creative storytelling.

Call it with one request

Works with the OpenAI SDK — just change the base URL.

api.uniroute.dev
curl https://api.uniroute.dev/v1/video/generations \
  -H "Authorization: Bearer $UNIROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "wan-2-5",
    "prompt": "Drone shot over a neon city at night",
    "duration": 8
  }'

Related models