Skip to main content
Model logo

Wan 3.0 Prime API

    Audio
    Watermark
    NSFW Check
    Output

    Your generated video will appear here

    Wan 3.0 Prime

    What is Wan 3.0 Prime?

    Wan 3.0 Prime is the speed tier of Alibaba's Wan 3.0, live on Unifically as alibaba/wan-3.0-video-prime. It runs the same model capabilities as Wan 3.0 — 2 to 30 seconds of video with native audio from text, images, references, documents, or web pages — with significantly faster end-to-end generation, at a higher per-second price.

    That makes the choice between the two IDs an infrastructure decision, not a creative one. The parameter surface is byte-for-byte identical: the same mode switch across text-to-video, image-to-video, and reference-to-video, the same 20-asset reference budget, the same document and web-page inputs, the same resolution and duration ranges. You change one string in the request and nothing else.

    Prime exists because a 30-second generation is a long job. On interactive surfaces — an editor with a preview loop, a user-facing app, a same-day client review — the wait is the product. Prime shortens it.

    Key features of Wan 3.0 Prime

    Shorter wait, same 30-second ceiling

    The full 2–30 second duration range on a faster queue. Long single-take generations come back in a fraction of the standard wait.

    Identical parameter surface

    Every Wan 3.0 parameter, mode rule, and validation limit applies unchanged. Switching between Prime and standard is a one-string edit to the model field.

    All reference and document inputs

    Up to 10 reference images, 5 videos, and 5 audio clips per request, plus a PDF, DOCX, PPTX, or XLSX through file_url or a web page through link_url.

    Native audio in every mode

    Voices, sound design, and ambience generate with the frames, on by default and switchable off with a single audio parameter.

    Best for

    User-facing video features

    When someone is watching a progress bar, generation time is the experience. Prime keeps in-app video generation interactive.

    Iteration loops

    Prompt tuning on a 30-second generation is painful on a slow queue. Prime shortens each round trip while you converge on the shot.

    Same-day production

    Client reviews and social deadlines where a finished 1080P video needs to exist this hour, not tonight.

    Agent and pipeline steps

    Automated workflows that block on a video step finish sooner. Same request shape as standard, so no branching logic.

    Wan 3.0 Prime vs Wan 3.0

    Capabilities are the same on both IDs; the trade is time against money. Prime returns results significantly faster and bills at a higher per-second rate. Standard is the cheaper queue for work that can wait.

    A pattern that uses both: iterate on Prime while you tune the prompt, references, and timing, then run the final render — or the full batch — on alibaba/wan-3.0-video at the lower rate. Because the parameter surface is identical, promoting a request from one tier to the other is a one-line change, in either direction.

    For what the underlying model can do — the 30-second single-pass ceiling, document-to-video, multilingual lip-sync, pixel-accurate reference consistency — see the demo videos on the Wan 3.0 page. Every one of them runs on Prime with the same inputs.

    Limitations

    Prime inherits the standard model's boundaries: reference, document, and link inputs live in reference mode only; image-to-video takes a first frame or a first + last frame pair and nothing else; a text prompt is required in text and reference modes. There is no quality lever here — Prime is a speed tier, and requests that need editing or continuation of an existing video still belong on Wan 2.7.

    API examples

    Call Wan 3.0 Prime from any language by POSTing to /v1/tasks. Full parameter docs live at docs.unifically.com/models/video/alibaba/wan-3.0-video-prime.

    curl -X POST https://api.unifically.com/v1/tasks \
      -H "Content-Type: application/json" \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -d '{
        "model": "alibaba/wan-3.0-video-prime",
        "input": {
          "mode": "t2v",
          "prompt": "A surfer rides a huge wave at golden hour, drone shot",
          "resolution": "1080P",
          "ratio": "16:9",
          "duration": 10
        }
      }'
    

    Successful submission returns a task_id. Poll GET /v1/tasks/<task_id> or set a callback_url on the request to receive the finished result.

    FAQs

    People also ask

    Wan 3.0 Prime (alibaba/wan-3.0-video-prime) is the fast variant of Alibaba's Wan 3.0 video model. It accepts exactly the same parameters and modes as the standard model — text-to-video, image-to-video, and reference-to-video with up to 20 reference assets, documents, or web pages — and returns results with significantly shorter end-to-end generation times.

    Same parameter surface, same modes, same 2 to 30 second range and 480P to 1080P output. The differences are the model ID, the generation speed, and the price. Prime finishes noticeably faster and costs more per second of output.

    Prime is billed per second of generated video at a higher rate than the standard Wan 3.0, scaled by resolution. The playground shows the exact cost of your request before you generate, and the API returns it from the pricing endpoint.

    No. Only the model field changes, alibaba/wan-3.0-video-prime instead of alibaba/wan-3.0-video. Every parameter, mode rule, and input limit is identical, so the two IDs are drop-in replacements for each other.

    Yes. Reference mode takes up to 10 reference images, 5 reference videos, and 5 reference audio clips, plus a document (PDF, DOCX, PPTX, XLSX) through file_url or a web page through link_url, exactly like the standard model.

    When the wait does not matter and the budget does. Overnight batches, scheduled renders, and high-volume pipelines get the same output capabilities at a lower per-second rate on alibaba/wan-3.0-video.