稳定生产路由
Thinking mode for better scene understanding
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。
promptstringText description of the video
必填imagestringReference image URL for image-to-video mode
可选resolutionstringOutput resolution: "360p", "540p", "720p", or "1080p"
可选 · 默认 720pdurationnumberVideo duration: 5, 8, or 10 seconds
可选 · 默认 5resolution_ratiostringAspect ratio: 16:9, 4:3, 1:1, 3:4, 9:16
可选generate_audio_switchbooleanEnable audio generation (doubles credits)
可选 · 默认 falsethinking_typestringThinking mode: "enabled", "disabled", or "auto"
可选 · 默认 autonegative_promptstringElements to avoid in generation
可选seednumberRandom 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
这些场景可通过当前模型和对应后端节点实现。
Rapid video prototyping for creative projects
Generate stylized short-form video content
Build video generation into design tools
Create animated social media content
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.
PixVerse 5.6 has a "thinking_type" parameter (enabled/disabled/auto) that enables deeper scene understanding for better results.
Yes. Set generate_audio_switch to true to generate audio alongside the video. This doubles the credit cost.