参数类型 | 参数值 | 价格倍率 |
---|---|---|
视频质量 quality | 360p | ×1 |
540p | ×1.5 | |
720p | ×2 | |
1080p | ×4 | |
视频时长 duration | 4s | ×1 |
8s | ×2 | |
动作模式 motion_mode | normal | ×1 |
fast | ×2 |
720p不支持同时选择fast模式和8s时长,1080P不支持选择fast模式和8s时长
{
"model": "v4.5",
"prompt": "@1 hug @2 .",
"fusion": [
"",
""
],
"aspect_ratio": "16:9"
}
curl --location --request POST 'https://api.302.ai/pix/generate' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "v4.5",
"prompt": "@1 hug @2 .",
"fusion": [
"",
""
],
"aspect_ratio": "16:9"
}'
{
"code": 200,
"data": {
"task_id": "pix_4a2444a64814"
}
}