Skip to main content
Model creator on ModelRunner
Wan Video logo

Wan Video

wan-video

Wan Video's 8 models on ModelRunner span Image-to-Video, Video-to-Video and Text-to-Video, from $0.05 per second of video upward.

8 public models — every one runnable in a free playground, through the REST API and JavaScript SDK, or from an AI assistant over MCP.

Wan Video models & pricing

Wan 3.0 Image to Video

Wan 3.0 Image to Video

wan-video

Animate a still photo into a clip of up to 30 seconds at 480P, 720P or 1080P, optionally pinning a closing frame so the model generates the motion between two images, with a matching soundtrack included.

from $0.05 per second of videoimagevideo
Wan 3.0 Text to Video

Wan 3.0 Text to Video

wan-video

Generate a video from a text prompt at 480P, 720P or 1080P, with a matching soundtrack included and clips running up to 30 seconds in one generation.

from $0.05 per second of videotextvideo
Wan 2.7 Video Extend

Wan 2.7 Video Extend

wan-video

Extend an existing video clip into a longer one - up to 15 seconds in total, with matching audio, and optionally steered toward a closing frame you supply.

from $0.1 per second of videovideovideoextend
Wan 2.7 Image to Video (Audio Driven)

Wan 2.7 Image to Video (Audio Driven)

wan-video

Drive a still photo with your own audio clip: the track is used for lip-sync and action timing, producing a 2-15 second video at 720P or 1080P that performs in time with the sound.

from $0.1 per second of videoimagevideo
Wan 2.7 Image to Video

Wan 2.7 Image to Video

wan-video

Animate a still photo into a 2-15 second video at 720P or 1080P, optionally pinning a closing frame, with background music or sound effects generated alongside the picture.

from $0.1 per second of videoimagevideo
Wan 2.2 Animate Move

Wan 2.2 Animate Move

wan-video

Motion control for a character image: transfer the motion and facial expressions of a driving video onto your character — no text prompt needed, just a photo and a reference clip.

from $0.075 per second of videovideovideo
Wan VACE Video Edit

Wan VACE Video Edit

wan-video

Edit an existing video from a text prompt — restyle scenes, swap subjects or backgrounds, and apply reference-image-guided changes while preserving the source motion.

from $0.05 per second of videovideovideoedit
Wan 2.7 Text to Video

Wan 2.7 Text to Video

wan-video

Generate a 2-15 second video from a text prompt at 720P or 1080P, delivered with matching background music or sound effects generated alongside the picture.

from $0.1 per second of videotextvideo

What you can build with Wan Video models

Browse by capability

Call a Wan Video model in one request

Every endpoint shares the same lifecycle: submit to the queue, poll the status URL, fetch the result. Swap the endpoint to switch models — nothing else changes.

cURL

curl -X POST https://queue.modelrunner.run/wan-video/wan/v3.0/image-to-video \
  -H "Authorization: Key $MRUN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "prompt": "..." }'
# → { "request_id": "...", "status_url": "...", "response_url": "..." }

Use Wan Video models from Claude & Cursor

Connect the ModelRunner MCP server once and your AI assistant can run every Wan Video model on this page as a tool — authorized via OAuth, results returned as hosted URLs in the conversation.

Claude Code

claude mcp add --transport http modelrunner https://mcp.modelrunner.run/mcp

Frequently asked questions

What Wan Video models can I run on ModelRunner?

The catalog has 8 public Wan Video models: Wan 3.0 Image to Video, Wan 3.0 Text to Video, Wan 2.7 Video Extend and 5 more. They cover image-to-video, video-to-video and text-to-video. Each one has its own page with a free playground, the full input schema, and copy-paste code.

How much do Wan Video models cost?

Pay-per-use, with no subscription: the 8 Wan Video models billed per second of video start at $0.05, and every page publishes its own rate — some are tiered, so a lower resolution or a shorter clip costs less per run. You buy credits and pay only for what you generate.

How do I call a Wan Video model from the API?

POST to https://queue.modelrunner.run/wan-video/wan/v3.0/image-to-video with an Authorization: Key header and the input fields as the top-level JSON body (no wrapper object), then poll the returned status_url and fetch the result from response_url. The JavaScript SDK (@modelrunner/client) wraps that in a single subscribe() call, which is the one place an { input } object is used.

Can I run Wan Video models from Claude or Cursor?

Yes. Connect the ModelRunner MCP server (https://mcp.modelrunner.run/mcp) once and all 8 Wan Video models become tools your assistant can call with run_model — authorized over OAuth 2.1, so no API key goes into a config file. Results come back as hosted URLs in the conversation.

Browse the full model catalog, compare live per-configuration rates on the pricing page, see curated sets on explore, or view every model creator.

Other creators in image-to-video