Alibaba's Wan3.0 Breaks the 30-Second Video Barrier With Document-to-Video

Alibaba's Wan3.0 enters public beta with 30-second native video generation, document-to-video inputs, and API pricing starting at $0.05/sec

·
·
Read4 min
TypeNews
TopicVideo · Api
  • Alibaba's Wan3.0 enters public beta on Qwen Cloud and Alibaba Cloud Model Studio, with full API rollout coming soon.
  • Native 30-second single-pass video generation, up from 2-15 seconds in Wan 2.7, eliminating the need to stitch clips together.
  • Omni-Reference accepts documents, spreadsheets, slides, PDFs, and live URLs as creative inputs alongside text, image, audio, and video.
  • API pricing: $0.05/sec at 480p, $0.10/sec at 720p, $0.20/sec at 1080p -- a full 30-second 1080p clip costs $6.
  • Built on a Diffusion Transformer (DiT) architecture with production-grade character consistency and in-pass audio generation.
  • Community is cautiously excited but watching whether Alibaba will release open weights under Apache 2.0, given a history of broken open-source promises.

Alibaba has opened public beta access to Wan3.0, its most capable video generation model yet. The headline features: native 30-second video clips in a single generation pass, what Alibaba calls "reality-grade rendering," and an input system that accepts far more than the text-and-image prompts every other video model takes.

The 30-second clip, in one shot

Most AI video models top out at short clips. Early testers report roughly 30 seconds of native single-shot video from Wan3.0, compared to Wan 2.7's documented ceiling of 2 to 15 seconds. A 30-second clip covers a full broadcast spot in one generation with no cuts to stitch. The previous workflow of generating multiple short clips and editing them together becomes optional rather than mandatory.

Omni-Reference: every input type, unified

The feature that sets Wan3.0 furthest apart is Omni-Reference. Where other video models accept text, sometimes an image, and occasionally audio, Wan3.0 accepts all of that plus structured documents. Supported input formats include:

  • Documents: .doc, .xls, .ppt, .pdf, .txt, .key, .pages, .numbers, .md
  • Web content: live URLs
  • Media: images, audio, video

In practice, you can hand the model a product spec sheet, a slide deck, or a webpage and generate video directly from that content, skipping the step of manually translating a document into a prompt.

Rendering and audio in one pass

Wan3.0 runs on the Diffusion Transformer (DiT) architecture, now standard for high-quality generative video. Audio is rendered in the same pass as the video, so dialogue, ambient sound, and music are produced together rather than layered in afterward. Alibaba describes production-grade character consistency across scenes, which matters most for brand campaigns and narrative content where a recurring character needs to look the same from shot to shot.

How to access it now

The public beta is live on two platforms:

  • Qwen Cloud via the DashScope API
  • Alibaba Cloud Model Studio (international region)

Access to wan.video for members is coming soon. Full API rollout is still in progress. A basic API call looks like this:

rust
curl --location 'https://dashscope-intl.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis' \
    -H 'X-DashScope-Async: enable' \
    -H "Authorization: Bearer $DASHSCOPE_API_KEY" \
    -H 'Content-Type: application/json' \
    -d '{
    "model": "wan3.0-video",
    "input": {
        "prompt": "A kitten running across a rooftop under the moonlight."
    },
    "parameters": {
        "resolution": "480P",
        "ratio": "adaptive",
        "duration": 5
    }
}'

Pricing

Wan3.0 charges per second of generated video, a sensible unit when clip length varies:

ResolutionPrice per second
480p$0.05
720p$0.10
1080p$0.20

A full 30-second clip at 1080p costs $6, which is competitive with closed-source alternatives that run $20 to $200 per month on subscription.

Where it fits, where it falls short

Wan3.0 suits specific workflows well:

  • Long-form narrative clips where stitching shorter segments creates bottlenecks
  • Document-driven content like product explainers generated from a spec sheet or pitch deck
  • Brand campaigns requiring consistent characters across multiple scenes
  • Multilingual content with native audio generation

Kling 3.0 still has stronger motion control with frame-accurate camera path tooling that Wan3.0 approaches but does not yet match. Sora 2 holds a visual fidelity edge in short-form, high-detail content, and Runway Gen-4 integrates more cleanly with professional editing suites like Premiere Pro and DaVinci Resolve.

Will the weights ship?

Across r/StableDiffusion, r/comfyui, and r/aivideo, the loudest question is whether Alibaba will actually release open weights. The concern is grounded: Wan 2.5 weights were promised and never shipped, Wan 2.6 launched fully closed, and Wan 2.7 weights arrived only after sustained community pressure. Alibaba has pledged an Apache 2.0 open-weight release for Wan3.0, but the beta launching as a cloud-only API fits a familiar pattern. When weights do arrive, a 1.3B model targets consumer hardware in the 8GB VRAM range, while the 14B version requires roughly 24GB or more.

The public beta confirms Wan3.0 is real and shipping. Whether the weights follow is what the open-source community is watching.

Trending
  • No trending articles

Comments

avatar

Next Reads