Seedance 2.5 is live — 30-second cinematic video with native audio & real-person references

Wan 3.0 Video Prime — Fast Tier of Alibaba's Wan 3.0 Video

Wan 3.0 Video Prime is the fast tier of Wan 3.0. Same inputs, same 30-second ceiling, same three resolutions — it just comes back sooner. Stop watching a queue and start judging output.

Text to videoFirst / last frameReference mediaDocument & web page2–30 seconds480P / 720P / 1080PNative audio
Highlights
2–30s in one pass · 10 reference images · 480P/720P/1080P
Best for
Fast iteration, multi-shot scenes with a fixed character
Input
Text, frame images, reference media, a document or a URL
Output
Video with a native audio track
Input

Up to 20,000 characters

Defaults to 1080P

Defaults to adaptive

5

2–30 seconds

On by default

Optional

wire field: content_filter (boolean) · default true · API only

Estimated cost~$1.3861,386 credits
Result

Try one of these prompts

See what it generates

Unedited output from this model. Every clip plays exactly as the API returned it.

What is Wan 3.0 Video Prime?

Wan 3.0 Video Prime is the high-speed tier of Alibaba's Wan 3.0 video model. It takes the same inputs as the standard tier — a prompt, frame images, reference media, a document, or a web page — and returns the clip sooner at a higher per-second rate. Clips run 2 to 30 seconds in one pass, up to 1080P, with sound already in them. Reach for Wan 3.0 Video Prime when the wait is what you are paying to remove.

5 generation modes on one endpoint

Mode is implicit: which media fields you send decides how the request runs.

Text to video

prompt

A prompt alone. Wan 3.0 Video Prime composes the shot from scratch.

First / last frame

first_frame_url + last_frame_url

Pin the opening image, the closing image, or both, and the motion between them is filled in.

Reference media

reference_image_urls + reference_video_urls + reference_audio_urls

Up to 10 images, 5 videos, and 5 audio clips in one Wan 3.0 Video Prime request, addressed from the prompt as Image1, Video1, Audio1.

Document to video

reference_file_urls

One deck, PDF, or spreadsheet becomes the source material for the clip.

Web page to video

reference_link_urls

One public, login-free URL turns into a scene. Wan 3.0 Video Prime needs no storyboard step.

What you can build with this model

Real-world workflows and production use cases you can build and ship with this model.

Iterate without watching a queue

Prompt work is a loop: write, render, watch, adjust. The wait between those steps is what turns a 20-second scene into an afternoon. Wan 3.0 Video Prime shortens the loop at the same ceiling.

View the docs

Keep the same face across every Wan 3.0 Video Prime shot

Send up to 10 reference images and name them in the prompt. Faces, wardrobe, and props hold across the whole take, so a multi-shot scene stays the same person instead of drifting into a lookalike.

Turn a deck or a page into a scene

Point Wan 3.0 Video Prime at a PDF, a slide deck, or a public URL. No storyboard step, no manual summarising — the source material is the input.

Pricing

Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.

First test cost
$0.337337 credits

One 5-second sample at the cheapest tier.

Testing budget guide
Add credits
$10
≈ 29 tests
$50
≈ 148 tests
$100
≈ 297 tests
ModelCategoryPrice
480PPer second
$0.068
68 credits · 1 second
720PPer second
$0.139
139 credits · 1 second
1080PPer second
$0.278
278 credits · 1 second

Why reAPI

One word changes tiers

Wan 3.0 Video Prime accepts the identical parameter set as the standard tier. Switching is a one-word edit to your request body, not a rewrite.

Wan 3.0 Video Prime reference control that holds

Images, video, and audio all work as reference material in the same request. Characters and props stay put across a 30-second take.

Billed per output second

Wan 3.0 Video Prime bills the seconds you get at the resolution you asked for. Audio on or off costs the same. Failed jobs refund automatically.

Wan 3.0 Video Prime vs Wan 3.0

Both tiers are live on reAPI and take identical input, so this is about turnaround and cost, not capability.

Capability
Wan 3.0 Video Prime
Wan 3.0
Turnaround
The fast tier — Wan 3.0 Video Prime exists for this.
Standard generation speed.
Per-second price
Roughly 1.5x the standard tier at every resolution.
Cheaper at every resolution.
Parameter surface
Identical fields, enums, and defaults.
Identical fields, enums, and defaults.
Maximum clip length
Wan 3.0 Video Prime produces 30 seconds in one pass.
30 seconds in one pass.
Reference inputs
10 images, 5 videos, 5 audio clips, 1 document or page.
10 images, 5 videos, 5 audio clips, 1 document or page.
Documented quality gap
None stated by the model's own material.
None stated by the model's own material.

Both columns reflect behaviour documented on reAPI at the time of writing. Live per-second prices are on each model's page.

Start with Wan 3.0 Video Prime in three steps

  1. step 01

    Create an API key

    Sign up and create a key in the dashboard. No card required, and the same key reaches every reAPI model.

    Open
  2. step 02

    Send your first request

    POST a prompt, a resolution, and a duration. The docs carry the full Wan 3.0 Video Prime request shape, field by field.

    Open
  3. step 03

    Poll for the clip

    You get a task id back. Poll it until the status settles and the response carries your video and what it cost.

    Open

Two ways to run Wan 3.0 Video Prime

Call the Wan 3.0 Video Prime endpoint from your own backend when you are shipping a product or running batches. Hand it to an agent when you want results without writing integration code. Both use the same API key, the same balance, and the same task log.

Path 1

Through the API

Best for product backends, batch jobs, automated pipelines

Call the Wan 3.0 Video Prime endpoint directly. You own the parameters, the queue, the polling, and where the file lands.

  1. 1Validate Wan 3.0 Video Prime output and cost in the playground with a real brief
  2. 2Create an API key in the console
  3. 3POST to /v1/videos/generations to run Wan 3.0 Video Prime
  4. 4Poll the task id until it settles, then read usage.credits
Path 2

Through an agent

Best for iterating inside Codex, Claude, or Gemini

Paste one instruction into your agent. It picks the Wan 3.0 Video Prime parameters, submits the job, and tracks it to a terminal state.

  1. 1Keep REAPI_API_KEY in your environment, never in a prompt
  2. 2Copy the prompt below into Codex, Claude, or Gemini
  3. 3Fill in the Wan 3.0 Video Prime goal, references, duration, and resolution
  4. 4The agent submits, polls to completion, and reports failures back
docs/api/wan-3-0-video-prime

API reference

Drop-in code and the full parameter table.

curl -X POST https://reapi.ai/api/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "wan3.0-video-prime",
    "prompt": "A lighthouse keeper climbing a spiral staircase at dawn",
    "resolution": "1080P",
    "duration": 10
  }'

Parameter validation failed

Rejected synchronously with the failing field named. Check enum values, ranges, and URL fields — nothing is charged.

Authentication or balance issue

401 means a missing or invalid Bearer key; 402 means the reserve exceeds your balance. Manage keys and credits in the console.

Content or material rejected

Reference material and outputs pass automated moderation. Rejected tasks fail with a clear error and a full refund.

Task failed or timed out

A task that reaches a failed state is never charged — the reserve refunds automatically. Keep the task id and retry when ready.

Frequently asked questions

Common questions about this model.

Wan 3.0 Video Prime is the high-speed tier of Alibaba's Wan 3.0 video model. It generates 2 to 30 second clips at up to 1080P from text, frame images, reference media, a document, or a web page.

start building

Ready to ship?

Try it in the playground or grab an API key to integrate now.