generate_image
Generate an image from a text prompt using AI. Saves the image to disk. Supports high or fast quality options.
Instructions
Generate a new image from a text description using Gemini AI. Returns the generated image and saves it to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Detailed description of the image to generate | |
| model | No | Optional model override for this request | |
| quality | No | Model tier: "high" (best quality, default) or "fast" (cheaper/faster) |