Skip to content

ビデオモデル pixverse

  • 2026.04.13 pixverse-c1 バージョンをサポート — 価格は基本価格の 2/3
  • 2026.03.31 v6 バージョンをサポート — 価格は基本価格の 2/3
  • 2026.01.28 v5.6 バージョンをサポート — 価格は基本価格の 5/6
  • 2025.12.02 v5.5 バージョンをサポート — 価格は基本価格の 5/6
  • 2025.07.15 v5.0 バージョンをサポート — 価格は基本価格の 2/3
  • 2025.05.15 v4.5 バージョンをサポート — 価格は基本価格の 2/3
  • 2025.04.24 v4 バージョンをサポート
  • 2025.01.06 本サイトはビデオモデル pixverse をサポート
  • テキストから動画画像から動画 をサポート
  • 生成ごとに課金、1リクエストで1動画 — バージョン、時間、モード、解像度によって異なります
  • 使用方法:https://pixverse.ddaiai.com にアクセスし、以下の オンラインテスト セクションをご覧ください

オンラインテスト


1. https://pixverse.ddaiai.com にアクセス(ブロックされている場合は、サブドメインプレフィックスを suibian に変更してください)
2. ブロックされている場合は、アドレスを自分で変更できます:https://suibian.ddaiai.comsuibian を他の文字列に置き換えてください。例:https://2025.ddaiai.com、すべて動作します

オンラインテスト

課金

    1. ベース:v3.5、360p、5秒間、ノーマルモード
    1. v3.5、v4、v4.5 をサポート;非推奨バージョン v2.5 と v3 はサポートされていません
    1. 時間 8秒 は 2倍
    1. 解像度:540P は 1.5倍、720P は 2倍、1080P は 4倍
    1. モード performance は 2倍
    1. 倍率は累積 — 例:720P + 8秒 = 2×2 = 4倍;performance を追加すると 8倍になります
    1. v4.5v5 バージョンは基本価格の 2/3(0.667)
    1. v5.5 バージョンは基本価格の 5/6(0.833)

Pixverse API

    1. タスクの生成
    1. タスクステータスのクエリ

1. タスクの生成

post https://api.openai-hk.com/pixverse/generate

shell
curl --request POST \
  --url https://api.openai-hk.com/pixverse/generate  \
  --header 'Authorization: Bearer hk-your-key' \
  --header 'Content-Type: application/json' \
  --data '{
    "prompt": "火気",
    "model": "v3.5",
    "quality": "360p",
    "duration": 5,
    "aspect_ratio": "16:9",
    "motion_mode": "normal",
    "seed": 648043228
}'
curl --request POST \
  --url https://api.openai-hk.com/pixverse/generate  \
  --header 'Authorization: Bearer hk-your-key' \
  --header 'Content-Type: application/json' \
  --data '{
    "prompt": "火気",
    "model": "v3.5",
    "quality": "360p",
    "duration": 5,
    "aspect_ratio": "16:9",
    "motion_mode": "normal",
    "seed": 648043228
}'

リクエストボディ

json
{
  "prompt": "火気",
  "model": "v3.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "seed": 648043228
  //"img_url":"https://www.openai-hk.com/res/img/open.png"
  //"frame":["https://media.pixverse.ai/upload%2F880f121b-4036-4ff5-a153-58aff9417d05.jpg","https://media.pixverse.ai/upload%2Fd1c8f8b5-6f6f-42bc-a954-11a7582e63d0.jpg"],
  //"extend": 1,
  //"original_video_id": 314958906984512,
  //"style":"cyberpunk",
  //"template_id": 313359209531840,
  //"asset_id": 315445121042560,
  //"camera_movement": "vertical_down",
  // "fusion": [ "https://media.pixverse.ai/asset/media/fusion4_1.jpg",  "https://media.pixverse.ai/asset/media/fusion4_2.png"],
  //"images": [ "https://media.pixverse.ai/asset/media/fusion4_1.jpg",  "https://media.pixverse.ai/asset/media/fusion4_2.png"],
  //audio:1,
}
{
  "prompt": "火気",
  "model": "v3.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "seed": 648043228
  //"img_url":"https://www.openai-hk.com/res/img/open.png"
  //"frame":["https://media.pixverse.ai/upload%2F880f121b-4036-4ff5-a153-58aff9417d05.jpg","https://media.pixverse.ai/upload%2Fd1c8f8b5-6f6f-42bc-a954-11a7582e63d0.jpg"],
  //"extend": 1,
  //"original_video_id": 314958906984512,
  //"style":"cyberpunk",
  //"template_id": 313359209531840,
  //"asset_id": 315445121042560,
  //"camera_movement": "vertical_down",
  // "fusion": [ "https://media.pixverse.ai/asset/media/fusion4_1.jpg",  "https://media.pixverse.ai/asset/media/fusion4_2.png"],
  //"images": [ "https://media.pixverse.ai/asset/media/fusion4_1.jpg",  "https://media.pixverse.ai/asset/media/fusion4_2.png"],
  //audio:1,
}

主要フィールドの説明

フィールド説明
promptstringビデオ生成のプロンプト
modelstringサポートされているモデル:v5.5 v5.0 v4.5 v4 v3.5
qualitystringサポートされている解像度:360p 540p 720p 1080p
durationnumberビデオの時間:5 8v5.5 以降は 10 もサポート
aspect_ratiostringビデオのアスペクト比
motion_modestringモーションモード:normal performance
seednumberランダムシード
img_urlstring画像URL;URL と base64 をサポート
framestring[]フレーム画像URL;URL と base64 をサポート;正確に2枚の画像が必要
extendnumber時間延長:0 延長なし 1 延長
original_video_idnumber元のビデオID
stylestringスタイルオプション:cyberpunk anime comic clay 3d_animation
template_idnumberテンプレートID — テンプレート参照
asset_idnumberカスタムキャラクターID
camera_movementstringカメラの動き
fusionstring[]マルチサブジェクト:サブジェクト画像URL;URL と base64 をサポート(最大2枚)
imagesstring[]マルチ画像テンプレート効果 — 通常 template_id と一緒に使用
audionumbermodel >= v5.5 のみサポート;ボイスオーバーを追加するかどうか
multi_shotnumberデフォルト 0;1 に設定するとマルチショットビデオを生成 — model = v5.5 のみサポート;基本価格の 1.5倍

レスポンスボディ — video_id を返します

json
{
  "ErrCode": 0,
  "ErrMsg": "success",
  "Resp": {
    "video_id": 314985220084864
  }
}
{
  "ErrCode": 0,
  "ErrMsg": "success",
  "Resp": {
    "video_id": 314985220084864
  }
}

2. タスクのクエリ

get https://api.openai-hk.com/pixverse/feed/315326452915648

レスポンスボディ

json
{
  "ErrCode": 0,
  "ErrMsg": "success",
  "Resp": {
    "video_id": 315326452915648,
    "video_status": 1,
    "account_id": 314797200646848,
    "created_at": "2025-01-05T15:19:09Z",
    "first_frame": "https://media.pixverse.ai/pixverse%2Fjpg%2Fmedia%2Fa056c76c-48ab-4cca-a4fd-90e01e2b37ad.jpg",
    "output_width": 640,
    "output_height": 352,
    "original_video_id": 0,
    "upscaled": 0,
    "prompt": "火気",
    "model": "v3.5",
    "negative_prompt": "",
    "quality": "360p",
    "motion_mode": "normal",
    "asset_id": 0,
    "auto_character_prompt": 0,
    "seed": 648043228,
    "likes": 0,
    "model_name": "",
    "queue_data": {
      "queue_time": 1,
      "queue_count": 0
    },
    "video_duration": 5,
    "last_frame": "",
    "extended": 0,
    "lip_sync": {},
    "url": "https://media.pixverse.ai/pixverse%2Fmp4%2Fmedia%2Fweb%2Ff890a133-4dde-4876-aa9f-0b236505db98_seed648043228.mp4",
    "img_id": 0,
    "img_url": "",
    "img_path": "",
    "duration": 5,
    "motion_brush": "",
    "asset_name": "",
    "asset_img_url": "",
    "remove_watermark": 0,
    "nick_name": "nickAZJa",
    "avatar": "https://lh3.googleusercontent.com/a/ACg8ocKRwvgEzTByyj0mloUyXJMouTPAPGZwui_EyOAlxmgYAaiufw=s96-c",
    "aspect_ratio": "16:9",
    "camera_movement": "",
    "relation_type": 0,
    "style": "",
    "template_id": 0,
    "template_name": "",
    "template_thumbnail_url": "",
    "template_thumbnail_video_url": "",
    "template_i18n_json": "",
    "workflow_tag": "",
    "customer_paths": null,
    "platform": "web"
  }
}
{
  "ErrCode": 0,
  "ErrMsg": "success",
  "Resp": {
    "video_id": 315326452915648,
    "video_status": 1,
    "account_id": 314797200646848,
    "created_at": "2025-01-05T15:19:09Z",
    "first_frame": "https://media.pixverse.ai/pixverse%2Fjpg%2Fmedia%2Fa056c76c-48ab-4cca-a4fd-90e01e2b37ad.jpg",
    "output_width": 640,
    "output_height": 352,
    "original_video_id": 0,
    "upscaled": 0,
    "prompt": "火気",
    "model": "v3.5",
    "negative_prompt": "",
    "quality": "360p",
    "motion_mode": "normal",
    "asset_id": 0,
    "auto_character_prompt": 0,
    "seed": 648043228,
    "likes": 0,
    "model_name": "",
    "queue_data": {
      "queue_time": 1,
      "queue_count": 0
    },
    "video_duration": 5,
    "last_frame": "",
    "extended": 0,
    "lip_sync": {},
    "url": "https://media.pixverse.ai/pixverse%2Fmp4%2Fmedia%2Fweb%2Ff890a133-4dde-4876-aa9f-0b236505db98_seed648043228.mp4",
    "img_id": 0,
    "img_url": "",
    "img_path": "",
    "duration": 5,
    "motion_brush": "",
    "asset_name": "",
    "asset_img_url": "",
    "remove_watermark": 0,
    "nick_name": "nickAZJa",
    "avatar": "https://lh3.googleusercontent.com/a/ACg8ocKRwvgEzTByyj0mloUyXJMouTPAPGZwui_EyOAlxmgYAaiufw=s96-c",
    "aspect_ratio": "16:9",
    "camera_movement": "",
    "relation_type": 0,
    "style": "",
    "template_id": 0,
    "template_name": "",
    "template_thumbnail_url": "",
    "template_thumbnail_video_url": "",
    "template_i18n_json": "",
    "workflow_tag": "",
    "customer_paths": null,
    "platform": "web"
  }
}

主要フィールドの説明

フィールド説明
video_idnumberビデオID — クエリと延長に使用
urlstringビデオURL
first_framestringカバー画像
video_statusnumberステータス:1 正常に完了、5 送信済み、10 生成中、7 コンテンツレビュー失敗、8 生成失敗

3. キャラクターの作成

  • 課金:100 クレジット

post https://api.openai-hk.com/pixverse/character

shell
curl --request POST \
  --url https://api.openai-hk.com/pixverse/character \
  --header 'Authorization: Bearer hk-your-key' \
  --header 'Content-Type: application/json' \
  --data '  {
    "images": ["https://media.pixverse.ai/upload/880f121b-4036-4ff5-a153-58aff9417d05.jpg"]
}'
curl --request POST \
  --url https://api.openai-hk.com/pixverse/character \
  --header 'Authorization: Bearer hk-your-key' \
  --header 'Content-Type: application/json' \
  --data '  {
    "images": ["https://media.pixverse.ai/upload/880f121b-4036-4ff5-a153-58aff9417d05.jpg"]
}'

リクエストボディ

json
{
  "images": [
    "https://media.pixverse.ai/upload/880f121b-4036-4ff5-a153-58aff9417d05.jpg"
  ]
}
{
  "images": [
    "https://media.pixverse.ai/upload/880f121b-4036-4ff5-a153-58aff9417d05.jpg"
  ]
}

レスポンスボディ — AssetId を返します

json
{
  "Resp": {
    "AssetId": 315472036507328
  },
  "ErrCode": 0,
  "ErrMsg": "Success"
}
{
  "Resp": {
    "AssetId": 315472036507328
  },
  "ErrCode": 0,
  "ErrMsg": "Success"
}

ユースケース

post https://api.openai-hk.com/pixverse/generate

ケース1:テキストから動画

json
{
  "prompt": "牛鬼蛇神",
  "model": "v3.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "seed": 648043228
}
{
  "prompt": "牛鬼蛇神",
  "model": "v3.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "seed": 648043228
}

ケース2:画像から動画

json
{
  "prompt": "颤抖",
  "model": "v3.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "seed": 648043228,
  "img_url": "https://www.openai-hk.com/res/img/open.png"
}
{
  "prompt": "颤抖",
  "model": "v3.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "seed": 648043228,
  "img_url": "https://www.openai-hk.com/res/img/open.png"
}

ケース3:トランジション — 最初と最後のフレーム

json
{
  "prompt": "渐变",
  "model": "v3.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "frame": [
    "https://media.pixverse.ai/upload%2F880f121b-4036-4ff5-a153-58aff9417d05.jpg",
    "https://media.pixverse.ai/upload%2Fd1c8f8b5-6f6f-42bc-a954-11a7582e63d0.jpg"
  ],
  "seed": 739052608
}
{
  "prompt": "渐变",
  "model": "v3.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "frame": [
    "https://media.pixverse.ai/upload%2F880f121b-4036-4ff5-a153-58aff9417d05.jpg",
    "https://media.pixverse.ai/upload%2Fd1c8f8b5-6f6f-42bc-a954-11a7582e63d0.jpg"
  ],
  "seed": 739052608
}

ケース4:延長

json
{
  "prompt": "牛奶",
  "model": "v3.5",
  "quality": "360p",
  "duration": 5,
  "motion_mode": "normal",
  "seed": 622979623,
  "platform": "web",
  "extend": 1,
  "original_video_id": 314958906984512
}
{
  "prompt": "牛奶",
  "model": "v3.5",
  "quality": "360p",
  "duration": 5,
  "motion_mode": "normal",
  "seed": 622979623,
  "platform": "web",
  "extend": 1,
  "original_video_id": 314958906984512
}

ケース5:エフェクトテンプレート

json
{
  "prompt": "放马西行,直面天命!",
  "model": "v3.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "seed": 648043228,
  "img_url": "https://www.openai-hk.com/res/img/open.png",
  "template_id": 313359209531840
}
{
  "prompt": "放马西行,直面天命!",
  "model": "v3.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "seed": 648043228,
  "img_url": "https://www.openai-hk.com/res/img/open.png",
  "template_id": 313359209531840
}
  • マルチ画像エフェクト
json
{
  "prompt": "Different style matches different mood",
  "model": "v4.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "seed": 648043228,
  "template_id": 340952173729600,
  "images": [
    "https://media.pixverse.ai/upload%2F654a3d5e-ff8a-4fa5-8030-5aa13c7ce0a0.jpg",
    "https://media.pixverse.ai/upload%2F700d0b85-38ec-4d46-a816-9c9222742eb9.jpg"
  ]
}
{
  "prompt": "Different style matches different mood",
  "model": "v4.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "seed": 648043228,
  "template_id": 340952173729600,
  "images": [
    "https://media.pixverse.ai/upload%2F654a3d5e-ff8a-4fa5-8030-5aa13c7ce0a0.jpg",
    "https://media.pixverse.ai/upload%2F700d0b85-38ec-4d46-a816-9c9222742eb9.jpg"
  ]
}

ケース6:スタイル

json
{
  "prompt": "放马西行,直面天命!",
  "model": "v3.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "style": "cyberpunk",
  "seed": 648043228
}
{
  "prompt": "放马西行,直面天命!",
  "model": "v3.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "style": "cyberpunk",
  "seed": 648043228
}

ケース7:キャラクター

A. キャラクターID(AssetId)の生成

post https://api.openai-hk.com/pixverse/character

リクエストボディ

json
{
  "images": [
    "https://media.pixverse.ai/upload/880f121b-4036-4ff5-a153-58aff9417d05.jpg"
  ]
}
{
  "images": [
    "https://media.pixverse.ai/upload/880f121b-4036-4ff5-a153-58aff9417d05.jpg"
  ]
}

レスポンスボディ — AssetId を返します

json
{
  "Resp": {
    "AssetId": 315472036507328
  },
  "ErrCode": 0,
  "ErrMsg": "Success"
}
{
  "Resp": {
    "AssetId": 315472036507328
  },
  "ErrCode": 0,
  "ErrMsg": "Success"
}

B. AssetId を使用した作成

  • AssetId は再利用可能
  • AssetId はアカウント間で使用できません;アカウントがログアウトまたは禁止されると使用できなくなる場合があります

post https://api.openai-hk.com/pixverse/generate

json
{
  "prompt": "微笑",
  "model": "v3.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "seed": 648043228,
  "asset_id": 315472036507328
}
{
  "prompt": "微笑",
  "model": "v3.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "seed": 648043228,
  "asset_id": 315472036507328
}

ケース8:カメラの動き

json
{
  "prompt": "風雨",
  "model": "v4.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "1:1",
  "motion_mode": "normal",
  "seed": 1315203603,
  "camera_movement": "vertical_down"
}
{
  "prompt": "風雨",
  "model": "v4.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "1:1",
  "motion_mode": "normal",
  "seed": 1315203603,
  "camera_movement": "vertical_down"
}

camera_movement パラメータオプション

json
{
  "name": {
    "horizontal_left": "水平向左",
    "horizontal_right": "水平向右",
    "vertical_up": "垂直向上",
    "vertical_down": "垂直向下",
    "crane_up": "上升镜头",
    "hitchcock": "希区柯克变焦",
    "zoom_in": "放大",
    "zoom_out": "缩小",
    "quickly_zoom_in": "快速推进",
    "quickly_zoom_out": "快速拉远",
    "smooth_zoom_in": "平滑推进",
    "super_dolly_out": "超级拉远",
    "left_follow": "左侧跟拍",
    "right_follow": "右侧跟拍",
    "pan_left": "左侧环弧",
    "pan_right": "右侧环弧",
    "fix_bg": "固定镜头",
    "camera_rotation": "镜头旋转",
    "robo_arm": "机械臂运动",
    "whip_pan": "快速摇镜"
  },
  "image": {
    "horizontal_left": "https://media.pixverse.ai/asset/template/web_horizontalleft_250429.gif",
    "horizontal_right": "https://media.pixverse.ai/asset/template/web_horizontalright_250429.gif",
    "vertical_up": "https://media.pixverse.ai/asset/template/web_verticalup_250429.gif",
    "vertical_down": "https://media.pixverse.ai/asset/template/web_verticaldown _250429.gif",
    "crane_up": "https://media.pixverse.ai/asset/template/web_craneup_250428.gif",
    "hitchcock": "https://media.pixverse.ai/asset/template/Dolly Zoom.gif",
    "zoom_in": "https://media.pixverse.ai/asset/template/web_zoomin_250429.gif",
    "zoom_out": "https://media.pixverse.ai/asset/template/web_zoomout_250429.gif",
    "quickly_zoom_in": "https://media.pixverse.ai/asset/template/web_quicklyzoomin_250428.gif",
    "quickly_zoom_out": "https://media.pixverse.ai/asset/template/web_quicklyzoomout_250428.gif",
    "smooth_zoom_in": "https://media.pixverse.ai/asset/template/web_smoothzoomin_250428.gif",
    "super_dolly_out": "https://media.pixverse.ai/asset/template/web_superdollyout_250428.gif",
    "left_follow": "https://media.pixverse.ai/asset/template/Left Tracking Shot.gif",
    "right_follow": "https://media.pixverse.ai/asset/template/Right Tracking Shot.gif",
    "pan_left": "https://media.pixverse.ai/asset/template/Left Arc Shot.gif",
    "pan_right": "https://media.pixverse.ai/asset/template/Right Arc Shot.gif",
    "fix_bg": "https://media.pixverse.ai/asset/template/Fixed Shot.gif",
    "camera_rotation": "https://media.pixverse.ai/asset/template/web_camerarotation_250428.gif",
    "robo_arm": "https://media.pixverse.ai/asset/template/web_roboarm_250428.gif",
    "whip_pan": "https://media.pixverse.ai/asset/template/web_whippan_250428.gif"
  }
}
{
  "name": {
    "horizontal_left": "水平向左",
    "horizontal_right": "水平向右",
    "vertical_up": "垂直向上",
    "vertical_down": "垂直向下",
    "crane_up": "上升镜头",
    "hitchcock": "希区柯克变焦",
    "zoom_in": "放大",
    "zoom_out": "缩小",
    "quickly_zoom_in": "快速推进",
    "quickly_zoom_out": "快速拉远",
    "smooth_zoom_in": "平滑推进",
    "super_dolly_out": "超级拉远",
    "left_follow": "左侧跟拍",
    "right_follow": "右侧跟拍",
    "pan_left": "左侧环弧",
    "pan_right": "右侧环弧",
    "fix_bg": "固定镜头",
    "camera_rotation": "镜头旋转",
    "robo_arm": "机械臂运动",
    "whip_pan": "快速摇镜"
  },
  "image": {
    "horizontal_left": "https://media.pixverse.ai/asset/template/web_horizontalleft_250429.gif",
    "horizontal_right": "https://media.pixverse.ai/asset/template/web_horizontalright_250429.gif",
    "vertical_up": "https://media.pixverse.ai/asset/template/web_verticalup_250429.gif",
    "vertical_down": "https://media.pixverse.ai/asset/template/web_verticaldown _250429.gif",
    "crane_up": "https://media.pixverse.ai/asset/template/web_craneup_250428.gif",
    "hitchcock": "https://media.pixverse.ai/asset/template/Dolly Zoom.gif",
    "zoom_in": "https://media.pixverse.ai/asset/template/web_zoomin_250429.gif",
    "zoom_out": "https://media.pixverse.ai/asset/template/web_zoomout_250429.gif",
    "quickly_zoom_in": "https://media.pixverse.ai/asset/template/web_quicklyzoomin_250428.gif",
    "quickly_zoom_out": "https://media.pixverse.ai/asset/template/web_quicklyzoomout_250428.gif",
    "smooth_zoom_in": "https://media.pixverse.ai/asset/template/web_smoothzoomin_250428.gif",
    "super_dolly_out": "https://media.pixverse.ai/asset/template/web_superdollyout_250428.gif",
    "left_follow": "https://media.pixverse.ai/asset/template/Left Tracking Shot.gif",
    "right_follow": "https://media.pixverse.ai/asset/template/Right Tracking Shot.gif",
    "pan_left": "https://media.pixverse.ai/asset/template/Left Arc Shot.gif",
    "pan_right": "https://media.pixverse.ai/asset/template/Right Arc Shot.gif",
    "fix_bg": "https://media.pixverse.ai/asset/template/Fixed Shot.gif",
    "camera_rotation": "https://media.pixverse.ai/asset/template/web_camerarotation_250428.gif",
    "robo_arm": "https://media.pixverse.ai/asset/template/web_roboarm_250428.gif",
    "whip_pan": "https://media.pixverse.ai/asset/template/web_whippan_250428.gif"
  }
}

ケース9:フュージョン — マルチサブジェクト

  • fusion パラメータは最大2枚の画像を受け付けます
  • prompt には @1(最初の画像)または @2(2番目の画像)を含める必要があります
json
{
  "prompt": " @1  is on the living room carpet, waving and slashing with @2 .",
  "model": "v4.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "fusion": [
    "https://media.pixverse.ai/asset/media/fusion4_1.jpg",
    "https://media.pixverse.ai/asset/media/fusion4_2.png"
  ],
  "seed": 648043228
}
{
  "prompt": " @1  is on the living room carpet, waving and slashing with @2 .",
  "model": "v4.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "fusion": [
    "https://media.pixverse.ai/asset/media/fusion4_1.jpg",
    "https://media.pixverse.ai/asset/media/fusion4_2.png"
  ],
  "seed": 648043228
}

ケース10:効果音

  • 2つの新しいパラメータを追加:sound_effect_contentsound_effect_switch
  • 課金:基本価格の 1/3 を追加
  • 例えば、元の価格が基本価格の 2/3 の場合、効果音を追加すると 1/3 + 2/3 = 1倍 の基本価格になります
  • 効果:環境背景音
json
{
  "prompt": "火気",
  "model": "v4.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "sound_effect_content": "火焰的爆破",
  "sound_effect_switch": 1,
  "seed": 648043228
}
{
  "prompt": "火気",
  "model": "v4.5",
  "quality": "360p",
  "duration": 5,
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "sound_effect_content": "火焰的爆破",
  "sound_effect_switch": 1,
  "seed": 648043228
}

ケース11:TTS によるリップシンク

  • 3つの新しいパラメータを追加:lip_sync_tts_contentlip_sync_tts_speaker_idlip_sync_switch
  • lip_sync_tts_speaker_id は音声テンプレートID — こちらでテンプレートを表示
  • 課金:基本価格の 35/30 を追加
json
{
  "prompt": "一个男大学生在云中漫步 卡通风格 ",
  "lip_sync_tts_content": "Hello everybody, It is so crazy",
  "lip_sync_tts_speaker_id": "6",
  "lip_sync_switch": 1,
  "duration": 5,
  "quality": "720p",
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "model": "v4.5",
  "create_count": 1,
  "seed": 1905122892
}
{
  "prompt": "一个男大学生在云中漫步 卡通风格 ",
  "lip_sync_tts_content": "Hello everybody, It is so crazy",
  "lip_sync_tts_speaker_id": "6",
  "lip_sync_switch": 1,
  "duration": 5,
  "quality": "720p",
  "aspect_ratio": "16:9",
  "motion_mode": "normal",
  "model": "v4.5",
  "create_count": 1,
  "seed": 1905122892
}

ケース12:v5.5 ビルトインボイスオーバー

  • modelv5.6v5.5 をサポート
json
{
  "prompt": "在北京繁忙的人行道上进行的一个随意街头采访。采访者手持一个普通、没有品牌标志的麦克风并问道:你知道OpenAI的Sora 2新模型吗?这是一个好用的视频模型。受访者回答说:是的,我有所了解,它已经可以在openai-hk平台上使用,太好用了。",
  "model": "v5.5",
  "duration": 5,
  "quality": "360p",
  "aspect_ratio": "16:9",
  "audio": 1
}
{
  "prompt": "在北京繁忙的人行道上进行的一个随意街头采访。采访者手持一个普通、没有品牌标志的麦克风并问道:你知道OpenAI的Sora 2新模型吗?这是一个好用的视频模型。受访者回答说:是的,我有所了解,它已经可以在openai-hk平台上使用,太好用了。",
  "model": "v5.5",
  "duration": 5,
  "quality": "360p",
  "aspect_ratio": "16:9",
  "audio": 1
}