Skip to main content
Video Text to Video fal.ai

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.

FairStack price
$0.24/sec
Try WAN 3 API Quickstart Last updated 2026-09-22

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

Native audio generated in the same pass as the picture
1080p output, with 480p and 720p tiers
Adaptive aspect mode — the model picks framing from the prompt
Five explicit aspect ratios: 16:9, 4:3, 1:1, 3:4, 9:16
Current generation of the WAN family

What are WAN 3's strengths?

Native synced audio
1080p output
Flexible aspect handling
Broad resolution range

What are WAN 3's limitations?

Capped at 16s on FairStack — the platform ceiling, not the model's (upstream allows 30s)
Audio cannot be disabled without changing the rate you are charged
Defaults to 1080p, the most expensive tier — set resolution explicitly to control spend

What is WAN 3 best for?

Longer-form shots within the 16s ceiling Video that needs sound without a separate audio pass 1080p delivery from a single generation Prompt-driven framing via adaptive aspect

How much does WAN 3 cost?

Metric
FairStack
Details
Price per generation
$0.24
Includes 20% margin
Per-second rate
$0.24/sec
Billed per second of output
Subscription
None
Pay per generation only

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.

motion quality
84%
visual quality
86%
prompt adherence
83%
temporal coherence
84%
character consistency
76%
camera control
76%
audio quality
80%

How do I use the WAN 3 API?

curl
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"
  }'
Python
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"])
Node.js
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?

Parameter
Type
Default
Details
aspect_ratio
enum
16:9
Options: 16:9, 4:3, 1:1, 3:4, 9:16
resolution
enum
1080p
Options: 480p, 720p, 1080p
duration
integer
5
Range: 2–16
audio
boolean
true
seed
integer (optional)
—

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.

Start using WAN 3 today

$0.24/sec. Full API access. No subscription.

Start Creating