PixVerse 5.6 icon视频 API已上线

pixverse-5-6 API

PixVerse 5.6 已通过 API in One 接入真实生产路由 /api/v1/videos/generations,后端节点为 node65。一个 API Key 即可调用并按成功请求计费。

真实能力

以下能力来自当前已接入的模型配置和后端路由,不展示未上线 API。

稳定生产路由

Thinking mode for better scene understanding

统一接口

Audio generation support

透明计费

Up to 1080p resolution

快速接入

Multiple duration options (5, 8, 10 seconds)

请求方式

浏览器端只调用同源 API,服务端 BFF 再转发到对应 Worker。

参数

promptstring

Text description of the video

必填
imagestring

Reference image URL for image-to-video mode

可选
resolutionstring

Output resolution: "360p", "540p", "720p", or "1080p"

可选 · 默认 720p
durationnumber

Video duration: 5, 8, or 10 seconds

可选 · 默认 5
resolution_ratiostring

Aspect ratio: 16:9, 4:3, 1:1, 3:4, 9:16

可选
generate_audio_switchboolean

Enable audio generation (doubles credits)

可选 · 默认 false
thinking_typestring

Thinking mode: "enabled", "disabled", or "auto"

可选 · 默认 auto
negative_promptstring

Elements to avoid in generation

可选
seednumber

Random seed for reproducibility

可选

示例请求

{
  "endpoint": "/api/v1/videos/generations",
  "headers": {
    "Authorization": "Bearer <API_KEY>",
    "Content-Type": "application/json"
  },
  "body": {
    "model": "pixverse-5-6",
    "prompt": "A dragon flying over a medieval castle, fantasy style",
    "resolution": "720p",
    "duration": 5,
    "thinking_type": "auto"
  }
}

任务状态查询

图像、视频、音频和工具任务创建后,使用真实任务端点查询结果。

GET/api/v1/tasks/{task_id}查询生成任务状态和结果。

价格

70–600 credits per video (~$0.70–$6.00); default 720p 5s is 90 credits

基础价格$0.90
积分90
计费按成功请求

使用场景

这些场景可通过当前模型和对应后端节点实现。

01

Rapid video prototyping for creative projects

02

Generate stylized short-form video content

03

Build video generation into design tools

04

Create animated social media content

常见问题

How much does the PixVerse API cost?

Pricing depends on resolution and duration: 360p/540p 5s costs 70 credits, 720p 5s costs 90, 1080p 5s costs 150. Longer duration and audio-enabled doubles the cost.

What is thinking mode?

PixVerse 5.6 has a "thinking_type" parameter (enabled/disabled/auto) that enables deeper scene understanding for better results.

Does PixVerse support audio?

Yes. Set generate_audio_switch to true to generate audio alongside the video. This doubles the credit cost.

相关真实模型