Generate Montage Clip
mcp_generate_clipApp-only: queue an image-to-video generation for a montage clip. Spends credits, so it is hidden from host LLMs; the montage editor calls this when the user presses Generate on a draft clip. Returns the generation_id to poll via get_generation_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Video model slug or supported model name | |
| prompt | No | Optional motion prompt for the video clip | |
| duration | No | Video duration in seconds; defaults to 5 | |
| image_url | No | HTTPS source image URL; provide exactly one source | |
| resolution | No | Optional output resolution; defaults to 480p | |
| generate_audio | No | Whether to generate audio with the video | |
| last_frame_url | No | Optional final-frame image URL for supported video models | |
| uploaded_file_id | No | Uploaded file ID to use as the source image; provide exactly one source | |
| generation_result_id | No | Existing generation result ID to use as the source image; provide exactly one source |