curl --request POST \
--url https://api.ppio.com/v3/async/wan-2.5-i2v-preview \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"input": {
"prompt": "<string>",
"negative_prompt": "<string>",
"img_url": "<string>",
"audio_url": "<string>"
},
"parameters": {
"resolution": "<string>",
"duration": 123,
"prompt_extend": true,
"watermark": true,
"audio": true,
"seed": 123
}
}
'{
"task_id": "<string>"
}curl --request POST \
--url https://api.ppio.com/v3/async/wan-2.5-i2v-preview \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"input": {
"prompt": "<string>",
"negative_prompt": "<string>",
"img_url": "<string>",
"audio_url": "<string>"
},
"parameters": {
"resolution": "<string>",
"duration": 123,
"prompt_extend": true,
"watermark": true,
"audio": true,
"seed": 123
}
}
'{
"task_id": "<string>"
}Wan 2.5 Preview 图生视频模型支持根据首帧图片和文本生成 5 秒或 10 秒的视频。新增音频能力:支持自动配音,也可自定义音频文件。Documentation Index
Fetch the complete documentation index at: https://ppio.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
application/json隐藏 字段说明
隐藏 字段说明
480P、720P、1080P。默认值:1080P。5 或 10(单位:秒)。默认值:5。true:默认,开启智能改写;false:不改写。false:默认值,不添加水印。true:添加水印。true:默认,自动为视频添加配音;false:不添加音频,输出为静音视频。