Video PixVerse

PixVerse API

RunAPIのモデルスキル、統合認証、従量課金制の料金でPixVerse APIを利用できます。

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
概要

PixVerse について

PixVerse V6は1つのモデルバージョンで5つの動画機能をカバーします。テキストプロンプトから生成する、1枚の画像をアニメーション化する、最大7枚の参照画像でシーンをガイドする、最初と最後のフレーム間を補間する、または完成した結果を継続することができます。クリップは360pから1080pで1〜15秒、オプションで同期音声を追加できます。

プロバイダー
PixVerse
モダリティ
Video
料金

料金

失敗した生成は課金されません
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
仕様

仕様

モデル ID pixverse-v6
プロバイダー PixVerse
モダリティ video
タスク種別 asynchronous
課金 second
Endpoint /api/v1/pixverse/edit_video
商用利用 はい
カタログステータス 稼働中
エージェント連携

エージェントから PixVerse を実行

仕組み

PixVerse を始める

  1. モデルを選ぶ

    出力タイプ、品質基準、レイテンシ目標に合うモデルとバリアントを選びます。

  2. 一度だけ認証

    対応するすべてのモデルに RunAPI key を使います。

  3. skill をインストール

    機能実装の前に model skill をコード作業環境へ追加します。

  4. 出力を受け取る

    task ID でポーリングするか、生成完了時の callback を処理します。

背景

PixVerse の位置づけ

PixVerse V6はRunAPI経由でテキストから動画、画像から動画、参照画像によるガイド編集、フレームトランジション、延長に対応しています。1つのモデルバージョンが5つのエンドポイントすべてに対応するため、同じキーと料金体系をすべての機能で利用できます。

プロバイダー
PixVerse
すべて見る →
モダリティ
Video
モデルを見る →

RunAPI 経由で PixVerse を使う理由

1つの API key

モデルやプロバイダーをまたいで同じ認証情報を使えます。

Skill-ready

model skill に schema、セットアップメモ、料金コンテキスト、モデル ID が含まれます。

予測しやすい請求

呼び出し前に従量料金を確認できます。

PixVerse に関するよくある質問

PixVerse V6にはどんな動画機能がありますか?

5つあります——テキストから動画、画像から動画、参照画像によるガイド編集、フレームトランジション、完成した結果の延長です。すべて同じモデルバージョンを使用します。

PixVerse V6のクリップはどのくらいの長さにできますか?

1回のリクエストで1〜15秒、duration_secondsで設定します。1回の生成を超えて結果を継続するには延長エンドポイントを使用してください。

どの解像度とアスペクト比に対応していますか?

360p、540p、720p、1080pに対応し、アスペクト比はウルトラワイドから縦型まで8種類あります。

PixVerse V6は動画とともに音声も生成できますか?

はい——enable_audioを設定するとクリップに同期した音声を生成します。デフォルトではオフです。

生成をガイドできる参照画像は何枚までですか?

参照画像によるガイド生成エンドポイントは、順序付けられた1〜7枚の公開画像URLを受け付けます。

このモデルはどう呼び出しますか?

model skill をインストールし、RunAPI key とセットアップメモに従ってください。

類似モデル

PixVerse に近いモデル

PixVerse で構築を開始。

Endpoints

  • image_to_video
  • edit_video
  • text_to_video
  • transition_video
  • extend_video

同じカテゴリ

プロバイダー

Docs