---
title: "PixVerse API — 변형, 가격, model skill"
url: "https://runapi.ai/ko/models/pixverse.md"
canonical: "https://runapi.ai/ko/models/pixverse.md"
locale: "ko"
model: "PixVerse"
provider: "PixVerse"
modality: "video"
variant_count: 1
price_from_cents: null
---

# PixVerse API

RunAPI에서 제공하는 PixVerse V6 비디오 API—텍스트, 이미지, 참조 이미지 세트, 프레임 전환으로 비디오를 생성하고 기존 결과를 연장할 수 있습니다.

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

PixVerse V6는 하나의 모델 버전으로 5가지 비디오 기능을 제공합니다. 텍스트 프롬프트로 생성하거나, 이미지 한 장을 애니메이션화하거나, 최대 7장의 참조 이미지로 장면을 가이드하거나, 첫 프레임과 마지막 프레임 사이를 보간하거나, 완성된 결과를 이어서 생성할 수 있습니다. 클립은 360p에서 1080p까지 1~15초로 생성되며, 선택적으로 동기화된 오디오를 추가할 수 있습니다.

## Variants

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

## Pricing

| Endpoint | Pricing | Billing |
|---|---|---|
| `extend_video` | 요금 미정 | call |
| `image_to_video` | 요금 미정 | call |
| `edit_video` | 요금 미정 | call |
| `text_to_video` | 요금 미정 | call |
| `transition_video` | 요금 미정 | 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는 RunAPI를 통해 텍스트-비디오, 이미지-비디오, 참조 이미지 기반 가이드 편집, 프레임 전환, 연장을 지원합니다. 하나의 모델 버전이 5개 엔드포인트 모두를 처리하므로 모든 기능에서 동일한 키와 요금 체계를 사용할 수 있습니다.

## FAQ

### 이 모델은 어떻게 호출하나요?

model skill을 설치하고 RunAPI key와 함께 설정 메모를 따르세요.

### 실패한 생성도 비용이 드나요?

실패한 생성은 과금되지 않습니다

### 애플리케이션에서 호출할 수 있나요?

네. 코딩 워크스페이스에 model skill을 설치하고 모델 기능을 추가할 때 사용하세요.

