Skip to main content
Video Image to Video fal.ai

PixVerse V5 I2V

PixVerse V5 I2V costs $0.060/clip on FairStack — a image to video model for Stylized social video, Ad creative, Quick iterations. 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.060/clip

What is PixVerse V5 I2V?

PixVerse V5 Image-to-Video is the premium-cheap benchmark winner — clean, stylized motion with built-in style presets (anime, 3D, clay, comic, cyberpunk). Resolution tiers 360p–1080p, 5 or 8s durations (8s doubles cost; 1080p caps at 5s). Output aspect derives from your input image.

Key Features

Style presets built in
Resolution tiers
Fast generation

What are PixVerse V5 I2V's strengths?

Great value + polish
Style flexibility
Input-derived aspect

What are PixVerse V5 I2V's limitations?

8s doubles cost
1080p limited to 5s

What is PixVerse V5 I2V best for?

Stylized social video Ad creative Quick iterations

How much does PixVerse V5 I2V cost?

Metric
FairStack
Details
Price per generation
$0.060
Includes 20% margin
Subscription
None
Pay per generation only

How does PixVerse V5 I2V perform across capabilities?

PixVerse V5 i2v — premium-cheap winner

motion quality
84%
visual quality
85%
prompt adherence
80%
temporal coherence
83%
camera control
78%

How do I use the PixVerse V5 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": "pixverse-v5-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": "pixverse-v5-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: "pixverse-v5-i2v",
      prompt: "Your prompt here",
    }),
  }
);

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

What parameters does PixVerse V5 I2V support?

Parameter
Type
Default
Details
resolution
enum
720p
Options: 360p, 540p, 720p, 1080p
duration
enum
5
Options: 5, 8
style
enum (optional)
Options: anime, 3d_animation, clay, comic, cyberpunk
negative_prompt
string (optional)
seed
integer (optional)

Frequently Asked Questions

How much does PixVerse V5 I2V cost?

PixVerse V5 I2V costs $0.060/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 PixVerse V5 I2V and what is it best for?

PixVerse V5 Image-to-Video is the premium-cheap benchmark winner — clean, stylized motion with built-in style presets (anime, 3D, clay, comic, cyberpunk). Resolution tiers 360p–1080p, 5 or 8s durations (8s doubles cost; 1080p caps at 5s). Output aspect derives from your input image. PixVerse V5 I2V is best for Stylized social video, Ad creative, Quick iterations. Available via FairStack's REST API with curl, Python, and Node.js SDKs.

Does PixVerse V5 I2V have an API?

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

PixVerse V5 I2V excels at Stylized social video, Ad creative, Quick iterations. It is a image to video model priced at $0.060/clip on FairStack. Key strengths: Great value + polish, Style flexibility. Compare all video models at fairstack.ai/models.

Start using PixVerse V5 I2V today

$0.060/clip. Full API access. No subscription.

Start Creating