Wan 3.0 API Pricing: How Alibaba and Ofox Charge for Video Generation
Wan 3.0 pricing by resolution on Ofox: 480p, 720p and 1080p rates, Prime costs, five-second estimates and what to check when comparing Alibaba Cloud.
Wan 3.0 is priced by resolution on Ofox. At 1080p the current public rate is $0.21 per second; a 5-second text-to-video estimate is $1.05. Higher resolutions do not share the 480p starting rate. The figures below were checked on 16 September 2026.
Current Ofox rates by resolution
All amounts are USD per second. Wan rows show public list prices; the primary supplier quotes match them in this snapshot: alicloud for Wan 3.0, aliyun for Prime and Wan 2.7/2.6. These are dated quotes, not a promise that prices will remain unchanged.
Price check: 2026-09-16. Five-second amounts estimate t2v with no input video; v2v totals require the input-video duration.
| Model / quote | Resolution | USD per second | USD for 5 seconds |
|---|---|---|---|
alibaba/wan-3.0 | 480p | $0.054 | $0.270 |
alibaba/wan-3.0 | 720p | $0.11 | $0.55 |
alibaba/wan-3.0 | 1080p | $0.21 | $1.05 |
alibaba/wan-3.0-prime | 480p | $0.064 | $0.320 |
alibaba/wan-3.0-prime | 720p | $0.13 | $0.65 |
alibaba/wan-3.0-prime | 1080p | $0.26 | $1.30 |
alibaba/wan-2.7 | 720p | $0.086 | $0.430 |
alibaba/wan-2.7 | 1080p | $0.15 | $0.75 |
alibaba/wan-2.6 | 720p | $0.086 | $0.430 |
alibaba/wan-2.6 | 1080p | $0.15 | $0.75 |
Estimating a five-second clip
Examples assume text-to-video (t2v), 5 seconds of output and no input video. They are estimates from public rates, not measured invoices. For requests with video inputs, include applicable input-video seconds and use the matching input-mode rate. Do not reuse the text-only total for a reference-video job; check final charges against the completed task.
Comparing Alibaba Cloud and Ofox
Alibaba Cloud direct billing and Ofox are separate offers. Compare the same resolution, region, input mode, audio settings and currency, and verify any discount expiry before calculating savings. Earlier claims that Ofox used one flat rate and saved 70% or 58% were incorrect. We have removed the unverified current Alibaba promotional comparison; the linked Alibaba documentation remains useful for direct API setup.
Choosing a model after the price correction
At 1080p, Wan 3.0 is 40% more expensive per second than Wan 2.7/2.6 ($0.21 versus $0.15). At 720p it is about 27.9% more expensive ($0.11 versus $0.086). Choose the newer model for capabilities your workflow needs and validate output quality; upgrading is not automatically a cost saving. Prime costs about 23.8% more than standard at 1080p ($0.26 versus $0.21); the premium differs by resolution. Its catalog description positions it for speed, but does not supply a measured latency guarantee.
What Wan 3.0 Actually Takes as Input
Up to 10 reference images, 5 reference videos and 5 reference audio clips in one request, with the video and audio each capped at 15 seconds total. Those caps are from Alibaba’s Wan 3.0 API reference, which is also where the duration rules live: an integer in the range 2 to 30 seconds, or -1 for intelligent duration, and when you pass input video the input plus output duration together cannot exceed 30 seconds.
Two defaults are worth knowing before your first call:
- Audio is on. The reference sets audio output to
trueby default, so the returned file has sound. Ofox exposesgenerate_audioif you want silence. - Aspect ratio is adaptive. The supported set is 16:9, 4:3, 1:1, 3:4 and 9:16, with
adaptiveas the default, so the model picks unless you pin it.
Ofox’s model object reports the same envelope: min_duration_seconds: 2, max_duration_seconds: 30, supports_audio: true, resolutions 480p/720p/1080p with default_resolution: 1080p, and modes t2v, i2v, v2v.
How to Call Wan 3.0
Video generation is asynchronous everywhere: create a task, then poll. Alibaba’s own flow is documented as “创建任务 -> 轮询获取”, create the task then poll for the result, with the task_id and the resulting video URL each valid for 24 hours and a default query rate of 20 RPS.
Through Ofox the model sits on /v1/videos:
curl -X POST https://api.ofox.run/v1/videos \
-H "Authorization: Bearer $OFOX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "alibaba/wan-3.0",
"prompt": "A paper boat drifting down a rain gutter, close on the water line",
"duration": 5,
"resolution": "1080p",
"aspect_ratio": "16:9"
}'
That returns a task you poll for status. The parameters Ofox lists on this model are prompt, duration, resolution, aspect_ratio, size, generate_audio, seed, frame_images, input_references, callback_url and provider. Passing frame_images selects first-frame or first-and-last-frame mode, input_references selects reference-to-video, so the mode follows from what you send rather than from a separate model string. callback_url is the alternative to polling if you would rather be told than ask; the video API polling guide covers the wait-time behaviour either way.
If a request comes back rejected instead, the Wan 3.0 error reference has the literal response body for each failure, including the duration range, the allowed aspect ratios and the model-string mismatch between Alibaba’s wan3.0-video and the gateway’s alibaba/wan-3.0.
Calling Alibaba directly, the endpoints are regional:
https://{WorkspaceId}.cn-beijing.maas.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis
https://{WorkspaceId}.ap-southeast-1.maas.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis
Both need a Model Studio API key and a workspace ID in the hostname.
Source and billing boundaries
Prices were checked on 16 September 2026 against the public Ofox catalog and the linked model pages. Compare the same resolution, input mode and audio settings, and distinguish public list prices from provider-specific quotes. Estimates assume the stated output length and no input video unless explicitly indicated; video inputs can add billable seconds. These examples are not measured invoices, and final charges depend on the completed task and applicable provider rate. Recheck prices before budgeting production usage.
Frequently Asked Questions
- How much does the Wan 3.0 API cost?
- Wan 3.0 is $0.054/s at 480p, $0.11/s at 720p and $0.21/s at 1080p in the 2026-09-16 catalog.
- Is Wan 3.0 cheaper than Wan 2.7?
- At matched 1080p it is 40% more expensive: $0.21/s versus $0.15/s. Five seconds of t2v with no input video are estimated at $1.05 versus $0.75.
- What is the difference between Wan 3.0 and Wan 3.0 Prime?
- Prime is positioned as the faster version. Current rates are $0.064/s at 480p, $0.13/s at 720p and $0.26/s at 1080p. The premium over standard Wan 3.0 depends on resolution; at 1080p it is about 23.8%, not a universal 1.6×. Test latency and quality on your own workload.
- How long can a Wan 3.0 video be?
- Two to 30 seconds. Alibaba's API reference gives the range as integers in [2, 30] seconds, and when you pass input video the combined input plus output duration cannot exceed 30 seconds. Passing -1 selects intelligent duration. Ofox reports the same 2 to 30 second bounds on the model.
- Does Wan 3.0 generate audio?
- Yes, by default. Alibaba's API reference sets audio output to true by default, so the returned video includes sound without a separate voice pass. Ofox lists supports_audio as true and exposes a generate_audio parameter if you want to turn it off.
- What can Wan 3.0 take as input?
- Text, images, video and audio, mixed in one request. Alibaba caps this at 10 reference images, 5 reference videos totalling no more than 15 seconds, and 5 reference audio clips also totalling no more than 15 seconds. The model covers text-to-video, image-to-video from a first frame or first and last frames, reference-to-video, video editing and video continuation in one model rather than separate endpoints.
- What is the Wan 3.0 model ID?
- On Alibaba Cloud the model strings are wan3.0-video and wan3.0-video-prime. On Ofox they are alibaba/wan-3.0 and alibaba/wan-3.0-prime, both reachable on the /v1/videos endpoint, with dated aliases wan-3.0-20260824 and wan-3.0-prime-20260824.


