veo_extend_video
Extend a generated video by appending a new section with optional prompt guidance. Supports Veo 3.1 models.
Instructions
Extend a generated video by adding more content.
Continues a previously generated video by appending a new section.
Only Veo 3.1 series models (veo31, veo31-fast) are supported.
Use this when:
- You want to make a video longer
- You need to add more content to an existing video
- You want to guide what happens next in the video
Returns:
Task ID and extended video information including URLs and state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | The video ID from a previous generation result. The source video must not itself be an extended video. Use the 'id' field from the video data. | |
| model | No | The model used to extend the video. Only Veo 3.1 series is supported: 'veo31' for best quality, 'veo31-fast' for faster generation. | veo31-fast |
| prompt | No | Optional prompt that guides the extended section of the video. | |
| callback_url | No | Optional URL to receive a POST callback when extension completes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |