generate_video_from_image
Animate a still image into a video by providing a text prompt, powered by Google's Veo 2.0 model.
Instructions
Generate a video from an initial image using Google Gemini Veo 2.0
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | Whether to save the generated video to the filesystem | |
| topK | No | Top-k parameter for sampling | |
| topP | No | Top-p parameter for sampling | |
| model | No | Model to use | veo-2.0-generate-001 |
| prompt | Yes | Text description of the video to generate | |
| temperature | No | Temperature for generation (0.0 to 1.0) |