---
title: "PixVerse API — Variants, pricing & model skill"
url: "https://runapi.ai/models/pixverse.md"
canonical: "https://runapi.ai/models/pixverse.md"
locale: "en"
model: "PixVerse"
provider: "PixVerse"
modality: "video"
variant_count: 1
price_from_cents: null
---

# PixVerse API

PixVerse V6 video API via RunAPI — generate video from text, images, reference sets, frame transitions, and extend existing results.

**Provider:** PixVerse
**Modality:** Video
**Catalog:** 5 endpoints

PixVerse V6 covers five video capabilities through one model version. Generate from a text prompt, animate a single image, guide a scene with up to seven reference images, interpolate between a first and last frame, or continue a finished result. Clips run 1 to 15 seconds at 360p to 1080p with optional synchronized audio.

## Variants

Single-SKU line. The SDK model ID is `pixverse-v6` and all usage details are documented here.

## Pricing

| Endpoint | Pricing | Billing |
|---|---|---|
| `extend_video` | Pricing pending | call |
| `image_to_video` | Pricing pending | call |
| `edit_video` | Pricing pending | call |
| `text_to_video` | Pricing pending | call |
| `transition_video` | Pricing pending | call |

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `pixverse-v6` |
| Provider | PixVerse |
| Modality | video |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/pixverse/extend_video` |


## Install the skill

```sh
npx skills add runapi-ai/pixverse -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add PixVerse features to an application.

## Context

PixVerse V6 handles text-to-video, image-to-video, reference-guided edits, frame transitions, and extensions through RunAPI. One model version serves all five endpoints, so the same key and pricing model apply across every capability.

## FAQ

### Which variant should I start with?

Pick the cheapest variant that meets your quality bar. Most teams start on the fast variant and graduate to pro for production.

### Is there a free tier?

New accounts get free first calls on every model. After that, pay per call.

### Do you stream results?

Where streaming is available, RunAPI streams end-to-end.

### How are failures billed?

Failed generations are not charged.

### Are outputs cached?

Generated outputs are stored and retrievable by task ID. Inputs are not cached.

### Can I use commercially?

Yes — commercial use is included for every variant unless a model license explicitly restricts it, which is called out on the variant page.

### What about rate limits?

Per-key rate limits scale with usage tier. See pricing page for current limits.

### Where can I report issues?

Open an issue on the public GitHub repo or email support.

