| Type | Model Name | Duration | Resolution | Credits | Price (PTC) | 
|---|---|---|---|---|---|
| First/Last Frame | viduq2-turbo | 1–8s | 720p | 1 credit/s | 0.05/s | 
| First/Last Frame | viduq2-turbo | 1–8s | 1080p | 2 credits/s | 0.10/s | 
| First/Last Frame | viduq2-pro | 1–8s | 720p | 2 credits/s | 0.10/s | 
| First/Last Frame | viduq2-pro | 1–8s | 1080p | 4 credits/s | 0.20/s | 
| First/Last Frame | viduq1 | 5s | 1080p | 8 | 0.40 | 
| First/Last Frame | vidu2.0 | 4s | 360p | 2 | 0.10 | 
| First/Last Frame | vidu2.0 | 4s | 720p | 4 | 0.20 | 
| First/Last Frame | vidu2.0 | 4s | 1080p | 10 | 0.50 | 
| First/Last Frame | vidu2.0 | 8s | 720p | 10 | 0.50 | 
| First/Last Frame | vidu1.5 | 4s | 360p | 4 | 0.20 | 
| First/Last Frame | vidu1.5 | 4s | 720p | 10 | 0.50 | 
| First/Last Frame | vidu1.5 | 4s | 1080p | 20 | 1.00 | 
| First/Last Frame | vidu1.5 | 8s | 720p | 20 | 1.00 | 
{
  "model": "viduq1",
  "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"
  ],
  "prompt": "The camera zooms in on a bird, which then flies to the right. The bird soars smoothly and naturally through the sky, with a red light effect trailing behind and surrounding it.",
  "duration": 5,
  "seed": "0",
  "resolution": "1080p",
  "movement_amplitude": "auto"
}curl --location --request POST 'https://api.302.ai/vidu/ent/v2/start-end2video' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
  "model": "viduq1",
  "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"
  ],
  "prompt": "The camera zooms in on a bird, which then flies to the right. The bird soars smoothly and naturally through the sky, with a red light effect trailing behind and surrounding it.",
  "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"
}