Video PixVerse

PixVerse API

透過 RunAPI 使用 PixVerse API,包含 model skill、統一驗證與按用量計費。

runapi.ai
curl -X POST https://runapi.ai/api/v1/pixverse/edit_video \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "pixverse-v6",
  "video_url": "https://cdn.runapi.ai/public/samples/video.mp4",
  "prompt": "生成一段 10 秒的影片:一艘紙船順著雨水灌滿的街道排水溝漂流,鏡頭貼著水面跟拍。"
}'
import { PixverseClient } from "@runapi.ai/pixverse";

const client = new PixverseClient();
const result = await client.editVideo.run({
    model: "pixverse-v6",
    video_url: "https://cdn.runapi.ai/public/samples/video.mp4",
    prompt: "生成一段 10 秒的影片:一艘紙船順著雨水灌滿的街道排水溝漂流,鏡頭貼著水面跟拍。",
});
require "runapi/pixverse"

client = RunApi::Pixverse::Client.new
result = client.edit_video.run(
    model: "pixverse-v6",
    video_url: "https://cdn.runapi.ai/public/samples/video.mp4",
    prompt: "生成一段 10 秒的影片:一艘紙船順著雨水灌滿的街道排水溝漂流,鏡頭貼著水面跟拍。"
)
npx skills add runapi-ai/pixverse -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/pixverse v1
OVERVIEW

關於 PixVerse

PixVerse V6 以單一模型版本涵蓋五種影片功能:根據文字提示生成影片、讓單張圖片動起來、用最多七張參考圖引導畫面、在首尾兩個影格之間做轉場,或延伸一段已完成的影片。片段長度 1 到 15 秒,解析度涵蓋 360p 到 1080p,並可選擇同步音訊。

供應商
PixVerse
模態
Video
PRICING

價格

失敗的生成不收費
Image to video
$0.04-$0.19 / second
Enable audio: Enabled · Output resolution: 360p $0.06
Enable audio: Enabled · Output resolution: 540p $0.07
Enable audio: Enabled · Output resolution: 720p $0.10
Enable audio: Enabled · Output resolution: 1080p $0.18
Enable audio: Disabled · Output resolution: 360p $0.04
Enable audio: Disabled · Output resolution: 540p $0.06
Enable audio: Disabled · Output resolution: 720p $0.07
Enable audio: Disabled · Output resolution: 1080p $0.14
Edit video
$0.04-$0.19 / second
Enable audio: Enabled · Output resolution: 360p $0.06
Enable audio: Enabled · Output resolution: 540p $0.07
Enable audio: Enabled · Output resolution: 720p $0.10
Enable audio: Enabled · Output resolution: 1080p $0.18
Enable audio: Disabled · Output resolution: 360p $0.04
Enable audio: Disabled · Output resolution: 540p $0.06
Enable audio: Disabled · Output resolution: 720p $0.07
Enable audio: Disabled · Output resolution: 1080p $0.14
Text to video
$0.04-$0.19 / second
Enable audio: Enabled · Output resolution: 360p $0.06
Enable audio: Enabled · Output resolution: 540p $0.07
Enable audio: Enabled · Output resolution: 720p $0.10
Enable audio: Enabled · Output resolution: 1080p $0.18
Enable audio: Disabled · Output resolution: 360p $0.04
Enable audio: Disabled · Output resolution: 540p $0.06
Enable audio: Disabled · Output resolution: 720p $0.07
Enable audio: Disabled · Output resolution: 1080p $0.14
Transition video
$0.04-$0.19 / second
Enable audio: Enabled · Output resolution: 360p $0.06
Enable audio: Enabled · Output resolution: 540p $0.07
Enable audio: Enabled · Output resolution: 720p $0.10
Enable audio: Enabled · Output resolution: 1080p $0.18
Enable audio: Disabled · Output resolution: 360p $0.04
Enable audio: Disabled · Output resolution: 540p $0.06
Enable audio: Disabled · Output resolution: 720p $0.07
Enable audio: Disabled · Output resolution: 1080p $0.14
Extend video
$0.04-$0.19 / second
Enable audio: Enabled · Output resolution: 360p $0.06
Enable audio: Enabled · Output resolution: 540p $0.07
Enable audio: Enabled · Output resolution: 720p $0.10
Enable audio: Enabled · Output resolution: 1080p $0.18
Enable audio: Disabled · Output resolution: 360p $0.04
Enable audio: Disabled · Output resolution: 540p $0.06
Enable audio: Disabled · Output resolution: 720p $0.07
Enable audio: Disabled · Output resolution: 1080p $0.14
規格表

技術細節

Model ID pixverse-v6
供應商 PixVerse
模態 video
任務類型 asynchronous
計費單位 second
API endpoint /api/v1/pixverse/edit_video
商用授權 是 — 已透過 API 包含
目錄狀態 可直接上線
Agent 整合

透過 Agent 執行 PixVerse

運作方式

PixVerse 快速入門

  1. 選擇模型

    挑選符合輸出類型、品質門檻與延遲目標的模型與變體。

  2. 設定

    設定 RunAPI key,並在 coding workspace 安裝 model skill。

  3. 開發

    使用 skill 指引,在你的 app 內加入模型功能。

  4. 接收

    透過 task ID 查詢、在支援時串流,或處理 webhook callback。

CONTEXT

什麼是 PixVerse API?

PixVerse V6 透過 RunAPI 提供文生影片、圖生影片、參考圖引導編輯、轉場與延伸功能。全部五個端點共用同一個模型版本,因此同一組金鑰與計費模式適用於每一種功能。

供應商
PixVerse
查看全部 →
模態
Video
瀏覽模型 →

為什麼透過 RunAPI 使用 PixVerse API

一組驗證,全部供應商通用

一把 RunAPI 金鑰就能開通整個目錄。無需分開註冊帳戶,也不用為每個整合各自輪替金鑰。

統一價格與計費

以美元按次計費,每月結帳。失敗的生成不收費。

內含 schema 的 skill

型別化 schema 與 setup 備註打包在 model skill 內,讓實作從正確契約開始。

PixVerse 常見問題

PixVerse V6 提供哪些影片功能?

共五種——文生影片、圖生影片、參考圖引導編輯、轉場,以及延伸已完成的結果。這五種功能都使用同一個模型版本。

PixVerse V6 生成的影片可以多長?

每次請求 1 到 15 秒,透過 duration_seconds 設定。若要在單次生成之外繼續延長已完成的結果,可使用延伸端點。

支援哪些解析度與長寬比?

支援 360p、540p、720p 與 1080p,涵蓋從超寬到直式共八種長寬比。

PixVerse V6 能同時生成音訊嗎?

可以——將 enable_audio 設為開啟,即可在生成影片的同時產生同步音訊,預設為關閉。

一次生成最多可以用幾張參考圖引導?

參考圖引導端點接受 1 到 7 張有先後順序的公開圖片 URL。

我應該先從哪個版本開始?

先選擇符合你品質標準中最便宜的版本。大多數團隊會先用快速版本,之後再升級到專業版用於正式上線。

相似模型

如果你喜歡 PixVerse API,可以試試這些

開始用 PixVerse API 開發。

Endpoints

  • image_to_video
  • edit_video
  • text_to_video
  • transition_video
  • extend_video

同類別

來自此供應商

文件