Seedance 2.5 from ByteDance is officially available on Apiframe.
Video Apiframe partnered with Alibaba to offer this model. Official partner Coming soon

Wan 3.0 API

by Alibaba

Wan 3.0 is the next generation of Alibaba Tongyi Lab's video model, built around one idea: a complete, narrated short film out of a single generation. Early-access testing shows single-pass clips up to 30 seconds with audio generated alongside the picture, mixed image, video, and audio references, and character consistency that holds for the whole take. It is coming soon to Apiframe, same endpoint, same API key, same async jobs and webhooks as Wan 2.7, available the day it launches.

1080P
Max resolution
30s
Max clip length
~240s
Avg. generation
26 credits/s
From
Video · made with Wan 2.7
A 5-second clip of a chef slicing vegetables in a modern kitchen, smooth left-to-right pan, cinematic lighting.

Playground

Try Wan 3.0 right here.

model: wan-3.0
Advanced settings
Estimated cost 260 credits · $2.60 Coming soon
Output Example · Wan 2.7
A 5-second clip of a chef slicing vegetables in a modern kitchen, smooth left-to-right pan, cinematic lighting.

Pricing

Simple per-second pricing.

26 credits per second of output ≈ $0.26

A 15s clip runs 390 credits (≈ $3.90).

  • You only pay for successful generations. Failed jobs are refunded automatically.
  • One credit balance across every model on Apiframe, no per-model plans.
  • Start with free credits. No subscription required.
  • Volume discounts on larger plans.
See plans and credit packs

Specs

At a glance.

Provider Alibaba
Model ID wan-3.0
Aspect ratios 16:9, 9:16, 1:1, 4:3, 3:4
Resolutions 720p, 1080p
Durations 5s, 10s, 15s, 20s, 25s, 30s
Image input Supported
Audio Supported
Avg. time ~240s

Quickstart

How to call the Wan 3.0 API.

Send one POST /v2/videos/generate request with your API key. The call returns a jobId you can poll, or pass a webhook_url and the result is pushed to you the moment it's ready.

Swap wan-3.0 for any other model and nothing else changes.

const response = await fetch("https://api.apiframe.ai/v2/videos/generate", {
  method: "POST",
  headers: {
    "X-API-Key": "afk_your_api_key_here",
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    "prompt": "a cinematic sunrise over a futuristic cityscape, smooth camera push-in",
    "model": "wan-3.0",
    "wan30Params": {
      "image": "https://example.com/input.jpg",
      "resolution": "720p",
      "first_clip": "https://example.com/input.jpg",
      "last_frame": "https://example.com/input.jpg"
    }
  }),
});
const { jobId } = await response.json();
console.log(jobId);

Input schema

Every field Wan 3.0 accepts, with types and defaults. The full reference lives in the docs.

Field Type Description
prompt required string Text description of what to generate.
model required string The model identifier for this endpoint. Default:"wan-3.0" · "wan-3.0"
wan30Params.image string (URL) Use a still as the first frame.
wan30Params.first_clip string (URL) Optional 2–10s video to continue from. Mutually exclusive with first frame image.
wan30Params.last_frame string (URL) Optional final frame for first-and-last-frame generation. Requires an anchor (image or video).
wan30Params.resolution string Resolution Default:"720p" · "720p", "1080p"
wan30Params.negative_prompt string Negative prompt
wan30Params.audio string (URL) Optional audio track to drive the clip.
wan30Params.enable_prompt_expansion boolean Let Wan rewrite your prompt for richer detail. Default:false
wan30Params.seed number Reuse a number to reproduce the same result. step 1

The Wan flagship

Wan 3.0 is one of 8 Wan video models on Apiframe. The full editorial page (showcase, comparison, and use cases) lives on the flagship.

Flagship from 17 cr/s Wan 2.7

Unified text- and image-to-video that chains shots.

Explore Wan 2.7
All video models

Wan 3.0 questions

What teams ask before shipping with Wan 3.0. Everything else lives in the docs.

What is Wan 3.0?

Wan 3.0 is the next generation of Alibaba Tongyi Lab's Wan video model family, the successor to Wan 2.7. Its focus is complete short-form narrative in a single generation: clips up to 30 seconds, audio generated with the picture, mixed multimodal references, and character consistency across the full take.

Is Wan 3.0 available yet?

Not yet. Alibaba has not made an official announcement, and Wan 2.7 remains the latest generally available Wan model. Wan 3.0 will be available on Apiframe as soon as it launches, behind the same endpoint and API key as every other model in the catalog.

How reliable are the specifications listed here?

They come from early-access testing by third-party platforms in late July 2026, not from Alibaba documentation, so treat them as strong indications rather than final numbers. Some marketing sites claim native 4K, 60 fps, and 60-second clips; nothing in the demos or official documentation supports that, so we have left those claims out.

How much will the Wan 3.0 API cost?

Alibaba has not published pricing. On Apiframe it will use the same pay-as-you-go credits as the rest of the catalog, billed per second of output like Wan 2.7, and you will only pay for successful generations. The rate will be confirmed on the pricing page at launch.

Will Wan 3.0 be open source?

Unconfirmed. Wan 2.1 and 2.2 shipped open weights under Apache 2.0, while some later versions stayed API-only, so the series has gone both ways. Either way, using it through Apiframe means one hosted endpoint now and the option to self-host later if weights are released.

How do I get access on day one?

Get an Apiframe API key and build against any current video model, such as Wan 2.7 or Kling 3.0. When Wan 3.0 goes live you switch one string in the model field of your request, no new account, no new SDK, and no separate Alibaba billing relationship.

9,800+

developers & companies

4.8 on G2

Official partner of

BytePlus Alibaba Cloud MiniMax

Power your next AI product with Apiframe.

Instant access to 70+ media models through a single API. Start free and scale when you're ready.