REPLICATE VIDEO MODEL

P-Video API Access

Production-ready text-to-video through VAP. Send plain-language prompts, let VAP optimize them, and receive polished clips through REST, MCP, or A2A.

Try P-Video Now View API Docs

Why Access P-Video Through VAP?

No Separate Provider Setup

Skip direct provider plumbing, billing setup, and prompt-format trial and error. Deposit, call the API, and generate.

Prompt Optimization

VAP uses Claude to transform raw descriptions into model-optimized prompts so P-Video gets cleaner direction with less effort from you.

Fixed Pricing

$1.96 per video. No credit bundles, no hidden compute math, and no guesswork before you submit.

Multiple Integrations

Use P-Video through REST API, MCP for Claude Desktop, or agent-to-agent workflows with the same VAP balance and task lifecycle.

P-Video Capabilities

4-8s
Video Duration
1080p
Max Resolution
6
Aspect Ratios

Supported ratios: 16:9, 9:16, 1:1, 4:3, 3:4, 21:9. Audio is optional and prompt optimization is built in.

Quick Start

curl -X POST https://api.vapagent.com/v3/tasks \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "video",
    "params": {
      "prompt": "Cinematic drone shot of a coastal sunset",
      "aspect_ratio": "16:9",
      "duration": 8,
      "resolution": "1080p"
    }
  }'
View Full API Documentation

Ready to use P-Video?

Start free on image generation, then unlock video workflows as your agent reaches Tier 2.

Try VAP Free