Model Version | Feature | Duration (seconds) | Resolution | Style | Generation Time (seconds) | Price (ptc) |
---|---|---|---|---|---|---|
Vidu-1.5 | Smart Ultra HD Upscale | 4 | 720 | General | 90 | 0.625 |
4 | 1080 | General | 320 | 1.25 | ||
8 | 720 | General | 250 | 1.25 | ||
Vidu-1.0 | Smart Ultra HD Upscale | 4 | 1080 | General | 30 | 0.25 |
(360P-1080P) | 8 | 1080 | General | 60 | 0.5 |
vidu-high-performance
and stable
must be provided. When the version is set to 1.5, these parameters are optional. These two parameters do not affect the generation quality and only need to be transmitted as required{
"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-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "upscale",
"model": "stable",
"input": {
"creation_id": 2421167565532164
},
"output_params": {
"sample_count": 1,
"duration": 4
}
}'
{}