| Model | Image Input | Description |
|---|---|---|
veo3.1-components | Up to 3 images | Multi-image composition mode |
veo3.1 | First + Last frame | Supports start/end frame control |
veo3.1-pro | First + Last frame | Supports start/end frame control |
veo3 | First + Last frame | Supports start/end frame control |
form-data format using the input_reference parameter:curl --location --request POST 'https://api.cometapi.com/v1/videos' \
--header 'Authorization: ' \
--form 'prompt="A whimsical flying elephant soaring over a vibrant candy-colored cityscape at sunset, with rainbow trails behind its wings, playful monkeys riding on its back throwing confetti, in a whimsical animated style like a Pixar movie, camera panning smoothly from ground level to aerial view,"' \
--form 'model="veo3.1"' \
--form 'size="16x9"' \
--form 'input_reference=@""'{
"created_at": 1764905797,
"id": "veo3.1:1764905797-816jUFZAkM",
"model": "veo3.1",
"object": "video",
"progress": 0,
"seconds": "4",
"size": "1280x720",
"status": "queued"
}