generate_video
Generate videos from text prompts using Google Gemini Veo 2.0. Create AI video content directly from your description.
Instructions
Generate a video 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) |