WAN 2.2-5B I2V
WAN 2.2-5B I2V costs $0.036/clip on FairStack — a image to video model for Product/UI footage, Budget animation, High-volume variants. 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 2.2-5B I2V?
WAN 2.2-5B Image-to-Video is the screen-safe cheap-tier winner — open-weight, ~$0.03 per clip, with reliable, clean motion that holds up for product and UI footage. Resolution 580p/720p, aspect ratio auto/16:9/9:16/1:1 (auto resizes and center-crops to the chosen aspect). 24fps, up to 5s.
Key Features
What are WAN 2.2-5B I2V's strengths?
What are WAN 2.2-5B I2V's limitations?
What is WAN 2.2-5B I2V best for?
How much does WAN 2.2-5B I2V cost?
How does WAN 2.2-5B I2V perform across capabilities?
WAN 2.2-5B i2v — screen-safe winner
How do I use the WAN 2.2-5B I2V 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-2-2-5b-i2v",
"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-2-2-5b-i2v",
"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-2-2-5b-i2v",
prompt: "Your prompt here",
}),
}
);
const result = await response.json();
console.log(result.url); What parameters does WAN 2.2-5B I2V support?
Frequently Asked Questions
How much does WAN 2.2-5B I2V cost?
WAN 2.2-5B I2V costs $0.036/clip on FairStack as of 2026-06-27. 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 2.2-5B I2V and what is it best for?
WAN 2.2-5B Image-to-Video is the screen-safe cheap-tier winner — open-weight, ~$0.03 per clip, with reliable, clean motion that holds up for product and UI footage. Resolution 580p/720p, aspect ratio auto/16:9/9:16/1:1 (auto resizes and center-crops to the chosen aspect). 24fps, up to 5s. WAN 2.2-5B I2V is best for Product/UI footage, Budget animation, High-volume variants. Available via FairStack's REST API with curl, Python, and Node.js SDKs.
Does WAN 2.2-5B I2V have an API?
Yes. WAN 2.2-5B 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 2.2-5B I2V compare to other video models?
WAN 2.2-5B I2V excels at Product/UI footage, Budget animation, High-volume variants. It is a image to video model priced at $0.036/clip on FairStack. Key strengths: Reliable clean motion, Very low cost. Compare all video models at fairstack.ai/models.