It looks like you may prefer a different language. Switch anytime.

PixVerse · Video

Hermes Agent x PixVerse

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

1 variants から $0.190 商用利用対応

Prerequisite: npx runapi mcp install

Prompt

プロンプトモデル

タスクに合う場合は pixverse-v6 を使用してください: pixverse-v6。

You have access to RunAPI task tools for PixVerse.

Available PixVerse models:
- pixverse-v6: pixverse-v6
  endpoints: /api/v1/pixverse/image_to_video, /api/v1/pixverse/edit_video, /api/v1/pixverse/text_to_video, /api/v1/pixverse/transition_video, /api/v1/pixverse/extend_video
  request fields: model, prompt, output_resolution, duration_seconds, aspect_ratio

Use the model ID and endpoint that match the user's request.
Example prompt: 雨でいっぱいの通りの側溝を漂う紙の船の10秒クリップを作成してください。カメラは水面の高さで追従します。
/api/v1/pixverse/image_to_video: Submit the task, poll for its status, then verify the completed output. POST /api/v1/pixverse/image_to_video を実行し、返された Task ID を保存します。
ステータスが completed または failed になるまで GET /api/v1/pixverse/image_to_video/<task-id> を実行します。
completed レスポンスに API リファレンス記載のエンドポイント固有出力が含まれることを確認します。
/api/v1/pixverse/edit_video: Submit the task, poll for its status, then verify the completed output. POST /api/v1/pixverse/edit_video を実行し、返された Task ID を保存します。
ステータスが completed または failed になるまで GET /api/v1/pixverse/edit_video/<task-id> を実行します。
completed レスポンスに API リファレンス記載のエンドポイント固有出力が含まれることを確認します。
/api/v1/pixverse/text_to_video: Submit the task, poll for its status, then verify the completed output. POST /api/v1/pixverse/text_to_video を実行し、返された Task ID を保存します。
ステータスが completed または failed になるまで GET /api/v1/pixverse/text_to_video/<task-id> を実行します。
completed レスポンスに API リファレンス記載のエンドポイント固有出力が含まれることを確認します。
/api/v1/pixverse/transition_video: Submit the task, poll for its status, then verify the completed output. POST /api/v1/pixverse/transition_video を実行し、返された Task ID を保存します。
ステータスが completed または failed になるまで GET /api/v1/pixverse/transition_video/<task-id> を実行します。
completed レスポンスに API リファレンス記載のエンドポイント固有出力が含まれることを確認します。
/api/v1/pixverse/extend_video: Submit the task, poll for its status, then verify the completed output. POST /api/v1/pixverse/extend_video を実行し、返された Task ID を保存します。
ステータスが completed または failed になるまで GET /api/v1/pixverse/extend_video/<task-id> を実行します。
completed レスポンスに API リファレンス記載のエンドポイント固有出力が含まれることを確認します。

公開バージョンとエンドポイント

モデル ID エンドポイント 開始価格 モデルカタログ
pixverse-v6
/api/v1/pixverse/image_to_video /api/v1/pixverse/edit_video /api/v1/pixverse/text_to_video /api/v1/pixverse/transition_video /api/v1/pixverse/extend_video
$0.190 モデル詳細

検証

Task が終端状態になるまでポーリングします

POST /api/v1/pixverse/text_to_video を実行し、返された Task ID を保存します。
ステータスが completed または failed になるまで GET /api/v1/pixverse/text_to_video/<task-id> を実行します。
completed レスポンスに API リファレンス記載のエンドポイント固有出力が含まれることを確認します。

設定

ガイドエンドポイント: /api/v1/pixverse/text_to_video

export RUNAPI_API_KEY=your_api_key

curl -X POST https://runapi.ai/api/v1/pixverse/text_to_video \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "pixverse-v6",
  "prompt": "A cinematic lantern festival above a calm river.",
  "output_resolution": "720p",
  "duration_seconds": 5,
  "aspect_ratio": "16:9"
}'
利用手順

3ステップで始める

  1. モデル ID を選択

    公開モデル ID を選び、エンドポイントと現在の開始価格を確認します。

  2. RunAPI を設定

    エンドポイントを呼び出す前に RUNAPI_API_KEY を設定します。

  3. 結果を検証

    非同期エンドポイントでは、Task が終端状態になるまで同じエンドポイントをポーリングします。

Hermes Agent + PixVerse で作れるもの

  • 商品デモ動画

    テキストの説明から 5〜10 秒の商品アニメーションを生成します。EC 掲載やソーシャル広告に適しています。

  • AI アバターコンテンツ

    研修資料、カスタマーサポート、マーケティング向けにリップシンクしたアバター動画を作成します。

  • 動画の一括制作

    数百件の動画生成をキューに入れ、webhook で結果を受け取れます。

PixVerse を RunAPI + Hermes Agent で使う理由

  • 1 個のバリアントを 1 つの API キーで

    RunAPI の 1 つの接続から利用可能なモデルバリアントを選べるため、連携方法を変える必要がありません。

  • わかりやすい利用料金

    リクエストを送る前にカタログの現在の料金を確認できます。サブスクリプションや最低利用額はありません。

  • タスクの自動ワークフロー

    手動のポーリングコードを書かずに、統一されたタスクフローで非同期の結果を送信、確認、取得できます。

Hermes Agent + PixVerse に関するよくある質問

どのモデル ID を使うべきですか?

バージョン表から公開モデル ID を選択してください。各 ID で利用できるエンドポイントが同じ行に表示されます。

このガイドはチャットモデルを設定しますか?

いいえ。この Model Line はここに示すエンドポイント手順を使用し、Agent のチャットモデルとしては扱いません。

Hermes AgentでPixVerseを使い始める

チームで構築していますか?

エンタープライズ導入、連携、技術的なご相談をお手伝いします。

お問い合わせ