Video models › PixVerse

PixVerse V6 Image-to-Video

PixVerse V6 Image-to-Video

video PixVerse price on request

Request

POST https://app.video-blade.com/api/v1/generations
X-API-Key: vb_…
Content-Type: application/json

{
  "callback_url": "https://your-app.example/callbacks/video-blade",
  "input": {
    "duration": 5,
    "image_urls": "\u2026",
    "prompt": "\u2026",
    "quality": "720p"
  },
  "model": "pixverse-image-to-video"
}

Input parameters

NameTypeRequiredDescription
prompt string required Generate prompt, cannot be empty, length is limited to 3-5000 characters.
image_urls array required Image URLs, supports up to 2 images, single image size not exceeding 20 MB. Supports HTTP, HTTPS, and OSS addresses. Supported image formats include JPG, JPEG, PNG, and WebP.
quality string required Output video resolution. Supports 360p, 540p, 720p, and 1080p.
Values: 360p, 540p, 720p, 1080p
Default: 720p
duration integer required Generated video duration in seconds, ranging from 1 to 15. Required when template_id is not passed; if template_id is passed, the video duration is fixed by the selected template, please do not pass this parameter at the same time.
Default: 5
generate_audio_switch boolean optional Whether to generate audio synchronized with the video content.
Default: False
generate_multi_clip_switch boolean optional Whether to generate a multi-clip video.
Default: False
seed integer optional Random seed, value range is 0-2147483647. Using the same parameters and seed helps improve result reproducibility.
template_id string optional Used to select a PixVerse video effect template. Please pass in the corresponding template_id. Once a template_id is provided, the video duration is fixed by the selected template, so duration cannot be set at the same time. effect_type indicates the number of images required by the selected template. Please upload the specified number of images accordingly. To preview the template effect, open https://static.aiquickdraw.com/tools/example/<template_id>.mp4 in a browser and replace <template_id> with the actual template ID. For example:https://static.aiquickdraw.com/tools/example/41273620888684
Values: 412736208886848, 411563216524736, 411316927927040, 411174903569216, 410999246341952, 408891141511104, 410317363057408, 410285445698304, 410133101388544, 409899296377728, 408897485909952, 408869061406656, 408661207662528, 409767750265728, 409766559675264, 409589071559552, 407804339389760, 407658863287616, 407474361215744, 407473438360320, 407467702283008, 385844572217469, 406428904874432, 406423682060736, 406411724685760, 406372274350528, 406218913317312, 406218479198656, 406064763308480, 406413607395776, 405662117814720, 406014934000064, 405658369331648, 405321470423488, 405175211454656, 404955806201792, 404820147974080, 398980393937856, 403916646846400, 403739217192896

Pricing

Price on request; the charge is settled from actual consumption with the video coefficient ×2.0. See Pricing & tokens.