Skip to main content
Video Image to Video RunPod

P-Video I2V (Pruna)

P-Video I2V (Pruna) costs $0.0000/clip on FairStack — a image to video model for video 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.0000/clip

How much does P-Video I2V (Pruna) cost?

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

How do I use the P-Video I2V (Pruna) 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": "p-video-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": "p-video-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: "p-video-i2v",
      prompt: "Your prompt here",
    }),
  }
);

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

What parameters does P-Video I2V (Pruna) support?

Parameter
Type
Default
Details
aspect_ratio
enum
16:9
Options: 16:9, 9:16, 4:3, 3:4, 3:2, 2:3...
duration
integer
5
Range: 1–10
resolution
enum
720p
Options: 720p, 1080p
fps
enum
24
Options: 24, 48
audio
url (optional)
seed
integer (optional)
draft
boolean
false
save_audio
boolean
true
prompt_upsampling
boolean
true

Frequently Asked Questions

How much does P-Video I2V (Pruna) cost?

P-Video I2V (Pruna) costs $0.0000/clip on FairStack as of 2026-05-13. 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 P-Video I2V (Pruna) and what is it best for?

P-Video I2V (Pruna) is a image to video AI model available on FairStack for $0.0000/clip. It is best for video generation. Access via REST API with full documentation.

Does P-Video I2V (Pruna) have an API?

Yes. P-Video I2V (Pruna) 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 P-Video I2V (Pruna) compare to other video models?

P-Video I2V (Pruna) is a image to video model priced at $0.0000/clip on FairStack. Compare it with other video models at fairstack.ai/models.

Start using P-Video I2V (Pruna) today

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

Start Creating