モデルバージョン | 機能 | 長さ/秒 | 解像度 | スタイル | 生成時間/秒 | 単価(ptc) |
---|---|---|---|---|---|---|
Vidu-1.5 | 参考生動画 (character2video) | 4 | 360 | 汎用 | 30 | 0.5 |
4 | 720 | 汎用 | 155 | 1.25 | ||
4 | 1080 | 汎用 | 620 | 2.5 | ||
8 | 720 | 汎用 | 360 | 2.5 | ||
Vidu-1.0 | 参考生動画 (character2video) | 4 | 360 | 汎用 | 30 | 0.5 |
8 | 360 | 汎用 | 60 | 1.0 |
{
"type": "character2video",
"model_version": "1.5",
"input": {
"enhance": true,
"multi_image_boost": true,
"prompts": [
{
"type": "text",
"content": "女孩的手心漂浮着一只半透明金鱼,镜头逐渐拉近,镜头顺时针旋转"
},
{
"type": "image",
"content": "https://dev-ss-images.s3.cn-northwest1.amazonaws.com.cn/tmp/20241126-175112.png"
},
{
"type": "image",
"content": "https://dev-ss-images.s3.cn-northwest1.amazonaws.com.cn/tmp/20241126-175116.png"
},
{
"type": "image",
"content": "https://dev-ss-images.s3.cn-northwest1.amazonaws.com.cn/tmp/20241126-175120.png"
}
]
},
"output_params": {
"sample_count": 1,
"resolution": "720p",
"duration": 4,
"aspect_ratio": "1:1",
"movement_amplitude": "auto"
},
"moderation": false
}
curl --location --request POST 'https://api.302.ai/vidu/ent/v1/tasks' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "character2video",
"model_version": "1.5",
"input": {
"enhance": true,
"multi_image_boost": true,
"prompts": [
{
"type": "text",
"content": "女孩的手心漂浮着一只半透明金鱼,镜头逐渐拉近,镜头顺时针旋转"
},
{
"type": "image",
"content": "https://dev-ss-images.s3.cn-northwest1.amazonaws.com.cn/tmp/20241126-175112.png"
},
{
"type": "image",
"content": "https://dev-ss-images.s3.cn-northwest1.amazonaws.com.cn/tmp/20241126-175116.png"
},
{
"type": "image",
"content": "https://dev-ss-images.s3.cn-northwest1.amazonaws.com.cn/tmp/20241126-175120.png"
}
]
},
"output_params": {
"sample_count": 1,
"resolution": "720p",
"duration": 4,
"aspect_ratio": "1:1",
"movement_amplitude": "auto"
},
"moderation": false
}'
{}