---
title: "PixVerse API — 變體、價格與 model skill"
url: "https://runapi.ai/zh-HK/models/pixverse.md"
canonical: "https://runapi.ai/zh-HK/models/pixverse.md"
locale: "zh-HK"
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 以單一模型版本涵蓋五種影片功能：根據文字提示生成影片、令單張圖片動起嚟、用最多七張參考圖引導畫面、喺首尾兩個影格之間做轉場，或者延伸一段已完成嘅影片。片段長度 1 到 15 秒，解像度涵蓋 360p 到 1080p，並可選擇同步音訊。

## 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 提供文生影片、圖生影片、參考圖引導編輯、轉場同延伸功能。全部五個端點共用同一個模型版本，所以同一組 API key 同計費模式適用於每一種功能。

## FAQ

### 我應該先用邊個版本？

先選最平而且符合你質素要求的版本。大多數團隊會先用快速版本，之後再升級到 pro 用於正式生產。

### 有免費方案嗎？

新帳戶可獲得每個模型的首次呼叫免費。之後按次收費。

### 你哋支援串流結果嗎？

如有提供串流，RunAPI 會端到端串流。

### 失敗會點樣收費？

生成失敗不會收費。

### 輸出有快取嗎？

已生成輸出會儲存，並可按任務 ID 取回。輸入內容不會快取。

### 可以商業使用嗎？

可以——除非模型授權明確限制，否則每個版本都包括商業使用。相關限制會在版本頁面列明。

### 限流點樣計？

每個密鑰的限流會跟使用等級而提升。最新限制請參考定價頁。

### 可以在邊度報告問題？

可以在公開 GitHub repo 開 issue，或者電郵支援。

