Alibaba
Wan 2.7 Video
From $0.073 per second
Up to 20,000 characters
Defaults to 1080P
Defaults to adaptive
2–30 seconds
On by default
Optional
wire field: content_filter (boolean) · default true · API only
Try one of these prompts
Unedited output from this model. Every clip plays exactly as the API returned it.
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.
Mode is implicit: which media fields you send decides how the request runs.
promptA prompt alone. Wan 3.0 Video Prime composes the shot from scratch.
first_frame_url + last_frame_urlPin the opening image, the closing image, or both, and the motion between them is filled in.
reference_image_urls + reference_video_urls + reference_audio_urlsUp 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.
reference_file_urlsOne deck, PDF, or spreadsheet becomes the source material for the clip.
reference_link_urlsOne public, login-free URL turns into a scene. Wan 3.0 Video Prime needs no storyboard step.
Real-world workflows and production use cases you can build and ship with this model.
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 docsSend 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.
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.
Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.
One 5-second sample at the cheapest tier.
| Model | Category | Price |
|---|---|---|
| 480P | Per second | $0.068 68 credits · 1 second |
| 720P | Per second | $0.139 139 credits · 1 second |
| 1080P | Per second | $0.278 278 credits · 1 second |
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.
Images, video, and audio all work as reference material in the same request. Characters and props stay put across a 30-second take.
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.
Both tiers are live on reAPI and take identical input, so this is about turnaround and cost, not capability.
Both columns reflect behaviour documented on reAPI at the time of writing. Live per-second prices are on each model's page.
Sign up and create a key in the dashboard. No card required, and the same key reaches every reAPI model.
OpenPOST a prompt, a resolution, and a duration. The docs carry the full Wan 3.0 Video Prime request shape, field by field.
OpenYou get a task id back. Poll it until the status settles and the response carries your video and what it cost.
OpenCall 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.
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.
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.
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
}'Rejected synchronously with the failing field named. Check enum values, ranges, and URL fields — nothing is charged.
401 means a missing or invalid Bearer key; 402 means the reserve exceeds your balance. Manage keys and credits in the console.
Reference material and outputs pass automated moderation. Rejected tasks fail with a clear error and a full refund.
A task that reaches a failed state is never charged — the reserve refunds automatically. Keep the task id and retry when ready.
Common questions about this model.
Try it in the playground or grab an API key to integrate now.