Skip to main content
Video Image to Video fal.ai

WAN 3 I2V

WAN 3 I2V costs $0.24/sec on FairStack · a image to video model for Animating a hero image with sound, Controlled transitions between two frames, 1080p delivery from an existing still. 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 I2V API Quickstart Last updated 2026-09-24

What is WAN 3 I2V?

WAN 3.0 Image-to-Video is the image-conditioned half of Alibaba's current WAN generation. It animates your start frame and generates audio in the same pass, so dialogue, music and effects arrive already in sync. The output follows your start frame's framing. Supplying an end frame turns the same endpoint into a first-to-last-frame interpolation. Three resolution tiers (480p, 720p, 1080p); billing is per second of output and rises with the tier, at the model's cost plus a flat 20% platform fee, shown before you spend. Upstream WAN 3 accepts up to 30 seconds in one generation. On FairStack it is capped at 16 seconds, the platform-wide ceiling for every video model.

Key Features

Native audio generated in the same pass
Optional end frame for first-to-last-frame interpolation
Output follows the start frame's framing
480p, 720p and 1080p tiers

What are WAN 3 I2V's strengths?

Native synced audio
Preserves the start frame's composition
1080p output

What are WAN 3 I2V's limitations?

Capped at 16s on FairStack — the platform ceiling, not the model's (upstream allows 30s)
Defaults to 1080p, the most expensive tier — set resolution explicitly to control spend
No aspect ratio override — the start frame decides it

What is WAN 3 I2V best for?

Animating a hero image with sound Controlled transitions between two frames 1080p delivery from an existing still

How much does WAN 3 I2V 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 I2V perform across capabilities?

Estimated from the WAN 3 family (the t2v sibling measured ~145-159s per generation) — NOT independently benchmarked. Re-score after a Visual Observatory sweep. PRD-1028.

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

How do I use the WAN 3 I2V 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-i2v",
    "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-i2v",
        "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-i2v",
      prompt: "Your prompt here",
    }),
  }
);

const result = await response.json();
console.log(result.url);

What parameters does WAN 3 I2V support?

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

Frequently Asked Questions

How much does WAN 3 I2V cost?

WAN 3 I2V costs $0.24/sec on FairStack as of 2026-09-24. 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 I2V and what is it best for?

WAN 3.0 Image-to-Video is the image-conditioned half of Alibaba's current WAN generation. It animates your start frame and generates audio in the same pass, so dialogue, music and effects arrive already in sync. The output follows your start frame's framing. Supplying an end frame turns the same endpoint into a first-to-last-frame interpolation. Three resolution tiers (480p, 720p, 1080p); billing is per second of output and rises with the tier, at the model's cost plus a flat 20% platform fee, shown before you spend. Upstream WAN 3 accepts up to 30 seconds in one generation. On FairStack it is capped at 16 seconds, the platform-wide ceiling for every video model. WAN 3 I2V is best for Animating a hero image with sound, Controlled transitions between two frames, 1080p delivery from an existing still. Available via FairStack's REST API with curl, Python, and Node.js SDKs.

Does WAN 3 I2V have an API?

Yes. WAN 3 I2V 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 I2V compare to other video models?

WAN 3 I2V excels at Animating a hero image with sound, Controlled transitions between two frames, 1080p delivery from an existing still. It is a image to video model priced at $0.24/sec on FairStack. Key strengths: Native synced audio, Preserves the start frame's composition. Compare all video models at fairstack.ai/models.

Start using WAN 3 I2V today

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

Start Creating