モデルバージョン | 機能 | 長さ/秒 | 解像度 | スタイル | 生成時間/秒 | 単価(ptc) |
---|---|---|---|---|---|---|
Vidu-1.5 | スマート超高画質アップスケール (upscale) | 4 | 720 | 汎用 | 90 | 0.625 |
4 | 1080 | 汎用 | 320 | 1.25 | ||
8 | 720 | 汎用 | 250 | 1.25 | ||
Vidu-1.0 | スマート超高画質アップスケール (upscale) | 4 | 1080 | 汎用 | 30 | 0.25 |
(360P-1080P) | 8 | 1080 | 汎用 | 60 | 0.5 |
{
"type": "upscale",
"model": "stable",
"input": {
"creation_id": 2421167565532164
},
"output_params": {
"sample_count": 1,
"duration": 4
}
}
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": "upscale",
"model": "stable",
"input": {
"creation_id": 2421167565532164
},
"output_params": {
"sample_count": 1,
"duration": 4
}
}'
{}