Wan 2.5 API Logo - wan AI Video

Wan 2.5 API

Wan 2.5 - open-source AI video with realistic motion and built-in audio, accessible through a simple REST API.

Official Wan 2.5 API access by wan - REST endpoints, live playground & developer docs on VideoGenAPI.

Best for: Open-source enthusiasts, audio-inclusive videos, and cost-effective realistic generation.

timer
Speed
~50s
4k
Quality
1080p
Interactive Demo

Try Wan 2.5 Now

Explore the interface and see how easy it is to generate videos with Wan 2.5. Sign up for free to start creating!

Playground Demo - Wan 2.5
Demo Mode
magic_button AI Powered
Be specific for best results 0/1000
Sign up to generate videos
Create a free account to access the full playground and generate unlimited videos with Wan 2.5.
timer ~50s generation
rocket_launch Get Started Free

Demo Preview

Demo Mode
Wan 2.5
Wan 2.5
by wan
Wan 2.5 Video is an open-source AI model capable of automatically generating realistic videos with audio.
1080p • 5-10s • ~50s processing
Gallery

Wan 2.5 Examples

Discover what's possible with Wan 2.5 AI video generation

What is the Wan 2.5 API?

The Wan 2.5 API is a REST interface that lets developers generate AI videos programmatically using wan's Wan 2.5 model. It supports text-to-video, image-to-video through a single POST endpoint. VideoGenAPI handles authentication, billing, and provider infrastructure - you only need one API key to start building with the Wan 2.5 API.

wan
Provider
REST
API Protocol
~50s
Avg. Generation

How to Use the Wan 2.5 API

Integrate the Wan 2.5 API in your app in under 5 minutes with these four steps.

  1. 1

    Create your VideoGenAPI account

    Sign up free at VideoGenAPI.com and generate your API key from the dashboard. No wan account needed.

  2. 2

    Send a request to the Wan 2.5 API

    POST to https://videogenapi.com/api/v1/generate with your API key, model "wan-25", and a text prompt describing your video.

  3. 3

    Poll for completion

    Use the returned generation_id to check status via GET /api/v1/status/{id} or configure webhooks for automatic notifications.

  4. 4

    Download your video

    Once status is "completed", retrieve the video URL from the response and embed it in your app, website, or workflow.

Documentation

About Wan 2.5

info Overview

Wan 2.5 is a powerful open-source video generation model capable of producing realistic videos with synchronized audio. It's popular in the AI community for its balance of quality, transparency, and flexibility. VideoGenAPI hosts Wan 2.5 so you can integrate it without managing GPU infrastructure - pay per generation and scale on demand.

stars Key Strengths

  • check_circle Open-source model with community backing
  • check_circle Realistic video with audio generation
  • check_circle Text-to-video and image-to-video
  • check_circle 1080p output, 5–10 second clips
  • check_circle No GPU infrastructure to manage via VideoGenAPI

check_circle Supported Features

  • Text to Video
  • Image to Video

settings Specifications

  • Max Resolution: 1080p
  • Duration Range: 5-10s
  • Avg. Processing: ~50s

workspace_premium Why Wan 2.5 via VideoGenAPI?

  • check_circle
    Unified API: Access Wan 2.5 alongside 12+ models with one API key - no separate wan setup.
  • check_circle
    Pay-per-use: Included in your balance with transparent per-generation billing.
  • check_circle
    Production-ready: REST endpoints, status polling, webhooks, and comprehensive docs for fast integration.
Use Cases

What You Can Build with Wan 2.5

1

Indie creative projects

Power personal and open-source apps with quality video generation.

2

Music visualizers

Generate scene videos with ambient audio for music content.

3

Startup MVPs

Add video generation to your product without infrastructure costs.

API Reference

Wan 2.5 API Documentation

Quick start guide to integrate Wan 2.5 in your application

code Endpoint

POST https://videogenapi.com/api/v1/generate

send Request Example

{
  "model": "wan-25",
  "prompt": "Street musician playing guitar in a rainy alley, reflections on wet pavement, acoustic guitar audio",
  "duration": 10,
  "resolution": "480p"
}

download Response Example

{
  "success": true,
  "generation_id": "gen_abc123xyz",
  "status": "in_progress",
  "estimated_time": 50}

integration_instructions Code Examples

const response = await fetch('https://videogenapi.com/api/v1/generate', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'Authorization': 'Bearer YOUR_API_KEY'
  },
  body: JSON.stringify({
    model: 'wan-25',
    prompt: 'Street musician playing guitar in a rainy alley, reflections on wet pavement, acoustic guitar audio',
    duration: 10  })
});

const data = await response.json();
console.log(data.generation_id);

Wan 2.5 API Pricing

Transparent pay-per-use pricing for the Wan 2.5 API - no monthly minimums, no hidden fees.

Included

Available on your VideoGenAPI balance with pay-as-you-go billing

  • check_circle One API key for Wan 2.5 and 12+ models
  • check_circle No wan account required
  • check_circle Free signup with starter credits
Start with Wan 2.5 API
FAQ

Wan 2.5 API - Frequently Asked Questions

What is the Wan 2.5 API? expand_more
The Wan 2.5 API is a REST interface that lets you generate AI videos programmatically using wan's Wan 2.5 model. Access it through VideoGenAPI with a single API key - no separate provider account required.
How do I get a Wan 2.5 API key? expand_more
Sign up at VideoGenAPI.com, create an API key in your dashboard, and use it as a Bearer token in the Authorization header when calling POST /api/v1/generate with model "wan-25".
How much does the Wan 2.5 API cost? expand_more
The Wan 2.5 API is available on VideoGenAPI with pay-as-you-go pricing based on your account balance.
How long does the Wan 2.5 API take to generate a video? expand_more
The Wan 2.5 API averages ~50 seconds per generation, depending on duration, resolution (up to 1080p), and current queue load.
Does the Wan 2.5 API support text-to-video? expand_more
Yes. Send a text prompt to POST /api/v1/generate with model "wan-25" to generate videos from natural language descriptions.
Do I need a separate OpenAI or Google account? expand_more
No. VideoGenAPI provides unified access to the Wan 2.5 API and 12+ other video models with one API key and one billing dashboard.

Ready to start with Wan 2.5?

Join thousands of developers using VideoGenAPI for the most affordable AI video generation