| タイプ | モデル名 | 長さ | 解像度 | ポイント | 価格 (PTC) |
|---|---|---|---|---|---|
| 画像→動画 | viduq2-pro | 1–8秒 | 720p | 2ポイント/秒 | 0.10/秒 |
| 画像→動画 | viduq2-pro | 1–8秒 | 1080p | 4ポイント/秒 | 0.20/秒 |
| 画像→動画 | viduq2-turbo | 1–8秒 | 720p | 1ポイント/秒 | 0.05/秒 |
| 画像→動画 | viduq2-turbo | 1–8秒 | 1080p | 2ポイント/秒 | 0.10/秒 |
| 画像→動画 | viduq1 | 5秒 | 720p | 8 | 0.40 |
| 画像→動画 | vidu2.0 | 4秒 | 720p | 4 | 0.20 |
| 画像→動画 | vidu2.0 | 4秒 | 1080p | 10 | 0.50 |
| 画像→動画 | vidu2.0 | 8秒 | 720p | 10 | 0.50 |
| 画像→動画 | vidu1.5 | 4秒 | 360p | 4 | 0.20 |
| 画像→動画 | vidu1.5 | 4秒 | 720p | 10 | 0.50 |
| 画像→動画 | vidu1.5 | 4秒 | 1080p | 20 | 1.00 |
| 画像→動画 | vidu1.5 | 8秒 | 720p | 20 | 1.00 |
| 画像→動画 | vidu1.0 | 4秒 | 360p | 4 | 0.20 |
| 画像→動画 | vidu1.0 | 8秒 | 360p | 8 | 0.40 |
{
"model": "viduq1",
"images": [
"https://prod-ss-images.s3.cn-northwest-1.amazonaws.com.cn/vidu-maas/template/image2video.png"
],
"prompt": "宇宙飛行士が手を振り、カメラが上に移動した。",
"duration": "5",
"seed": "0",
"resolution": "1080p",
"movement_amplitude": "auto"
}curl --location --request POST 'https://api.302.ai/vidu/ent/v2/img2video' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "viduq1",
"images": [
"https://prod-ss-images.s3.cn-northwest-1.amazonaws.com.cn/vidu-maas/template/image2video.png"
],
"prompt": "宇宙飛行士が手を振り、カメラが上に移動した。",
"duration": "5",
"seed": "0",
"resolution": "1080p",
"movement_amplitude": "auto"
}'{
"id": "string",
"type": "string",
"state": "string",
"model": "string",
"style": "string",
"moderation": true,
"input": {
"creation_id": "string",
"prompts": [
{
"type": "string",
"content": "string",
"negative": true
}
],
"seed": 0,
"enhance": true,
"multi_image_boost": true
},
"output_params": {
"sample_count": 0,
"duration": 0,
"aspect_ratio": "string",
"resolution": "string",
"movement_amplitude": "string"
},
"err_code": "string",
"creations_count": 0,
"model_version": "string",
"created_at": "string"
}