extend_video
Extend previously generated videos by adding new content with a continuation prompt. Requires the original operation ID and matching model tier to create longer video sequences.
Instructions
Extend a previously generated video with a continuation prompt. Requires the operation ID from the original generation. This is an async operation — use video_status to poll progress and download_video to retrieve the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Text description for the continuation | |
| operationId | Yes | Operation ID of the previous video generation | |
| model | No | Model tier (must match original). Standard and Fast only, Lite does not support extension |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operationId | Yes | ||
| model | Yes |