| 能力 | 模型 | 分辨率 | 定价 |
|---|---|---|---|
| 视频延长&智能多帧 | Q2-turbo | 540p | 10积分起,每秒+2积分 |
| 视频延长&智能多帧 | Q2-turbo | 720p | 15积分起,每秒+5积分 |
| 视频延长&智能多帧 | Q2-turbo | 1080p | 40积分起,每秒+10积分 |
| 视频延长&智能多帧 | Q2-pro | 540p | 15积分起,每秒+5积分 |
| 视频延长&智能多帧 | Q2-pro | 720p | 30积分起,每秒+10积分 |
| 视频延长&智能多帧 | Q2-pro | 1080p | 60积分起,每秒+15积分 |
{
"model": "viduq2-turbo",
"start_image": "start_image",
"image_settings": [
{
"prompt": "your_prompt1",
"key_image": "your_key_image1",
"duration": 5
},
{
"prompt": "your_prompt2",
"key_image": "your_key_image2",
"duration": 5
},
{
"prompt": "your_prompt3",
"key_image": "your_key_image3",
"duration": 5
}
],
"resolution": "1080p"
}curl --location --request POST 'https://api.302.ai/vidu/ent/v2/multiframe' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "viduq2-turbo",
"start_image": "start_image",
"image_settings": [
{
"prompt": "your_prompt1",
"key_image": "your_key_image1",
"duration": 5
},
{
"prompt": "your_prompt2",
"key_image": "your_key_image2",
"duration": 5
},
{
"prompt": "your_prompt3",
"key_image": "your_key_image3",
"duration": 5
}
],
"resolution": "1080p"
}'{
"task_id": "916205061116293120",
"type": "headtailimg2video",
"state": "created",
"model": "viduq2-pro-fast",
"style": "general",
"prompt": "The camera zooms in on the bird, which then flies to the right. With its flight being smooth and natural, the bird soars in the sky. with a red light effect following and surrounding it from behind.",
"images": [
"https://prod-ss-images.s3.cn-northwest-1.amazonaws.com.cn/vidu-maas/template/startend2video-1.jpeg",
"https://prod-ss-images.s3.cn-northwest-1.amazonaws.com.cn/vidu-maas/template/startend2video-2.jpeg"
],
"duration": 5,
"seed": 1309108947,
"aspect_ratio": "",
"resolution": "1080p",
"movement_amplitude": "auto",
"created_at": "2026-02-03T09:43:44.013469512Z",
"credits": 32,
"payload": "",
"cus_priority": 0,
"off_peak": false,
"watermark": false,
"is_rec": false,
"wm_position": "unspecified",
"wm_url": "",
"meta_data": "",
"client_request_id": "",
"audio_type": "all"
}