WAN 3
WAN 3 costs $0.24/sec on FairStack · a text to video model for Longer-form shots within the 16s ceiling, Video that needs sound without a separate audio pass, 1080p delivery from a single generation. No subscription required. Pay per generation with full REST API access. FairStack applies a transparent 20% margin on infrastructure cost so you always see the real price.
What is WAN 3?
WAN 3.0 is the current generation of Alibaba's WAN family, released in August 2026. It generates audio in the same pass as the picture, so dialogue, music and effects arrive already in sync, and it renders natively at up to 1080p. Three resolution tiers (480p, 720p, 1080p) and an adaptive aspect mode that lets the model choose framing from the prompt. Billing is per second of output, at the model's cost plus a flat 20% platform fee, shown before you spend. Upstream, WAN 3 accepts up to 30 seconds in a single generation. On FairStack it is currently capped at 16 seconds, which is the platform-wide ceiling for every video model — so the longest-form capability is not yet exposed here. Available at infrastructure cost plus a 20% platform fee.
Key Features
What are WAN 3's strengths?
What are WAN 3's limitations?
What is WAN 3 best for?
How much does WAN 3 cost?
How does WAN 3 perform across capabilities?
Estimated from the WAN family's prior generations and the vendor's launch material — NOT independently benchmarked. Re-score after a Visual Observatory sweep. PRD-962.
How do I use the WAN 3 API?
curl -X POST https://api.fairstack.ai/v1/generations/video \
-H "Authorization: Bearer $FAIRSTACK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "wan-3-t2v",
"prompt": "Your prompt here"
}' import requests
response = requests.post(
"https://api.fairstack.ai/v1/generations/video",
headers={
"Authorization": f"Bearer {FAIRSTACK_API_KEY}",
"Content-Type": "application/json",
},
json={
"model": "wan-3-t2v",
"prompt": "Your prompt here",
},
)
result = response.json()
print(result["url"]) const response = await fetch(
"https://api.fairstack.ai/v1/generations/video",
{
method: "POST",
headers: {
Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
model: "wan-3-t2v",
prompt: "Your prompt here",
}),
}
);
const result = await response.json();
console.log(result.url); What parameters does WAN 3 support?
Frequently Asked Questions
How much does WAN 3 cost?
WAN 3 costs $0.24/sec on FairStack as of 2026-09-22. This price includes FairStack's transparent 20% margin on infrastructure cost. No subscription or monthly fee — you pay per generation only. Minimum deposit is $1.
What is WAN 3 and what is it best for?
WAN 3.0 is the current generation of Alibaba's WAN family, released in August 2026. It generates audio in the same pass as the picture, so dialogue, music and effects arrive already in sync, and it renders natively at up to 1080p. Three resolution tiers (480p, 720p, 1080p) and an adaptive aspect mode that lets the model choose framing from the prompt. Billing is per second of output, at the model's cost plus a flat 20% platform fee, shown before you spend. Upstream, WAN 3 accepts up to 30 seconds in a single generation. On FairStack it is currently capped at 16 seconds, which is the platform-wide ceiling for every video model — so the longest-form capability is not yet exposed here. Available at infrastructure cost plus a 20% platform fee. WAN 3 is best for Longer-form shots within the 16s ceiling, Video that needs sound without a separate audio pass, 1080p delivery from a single generation. Available via FairStack's REST API with curl, Python, and Node.js SDKs.
Does WAN 3 have an API?
Yes. WAN 3 is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/video with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.
How does WAN 3 compare to other video models?
WAN 3 excels at Longer-form shots within the 16s ceiling, Video that needs sound without a separate audio pass, 1080p delivery from a single generation. It is a text to video model priced at $0.24/sec on FairStack. Key strengths: Native synced audio, 1080p output. Compare all video models at fairstack.ai/models.