generate_image
Generate images from text descriptions, controlling style, aspect ratio, and composition through detailed prompts.
Instructions
Generate images using Google Gemini API. Control image style, aspect ratio, and composition through descriptive text in your prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Text description of the image to generate. Include style details (e.g., "photorealistic", "oil painting"), aspect ratio (e.g., "square image", "landscape"), and composition details directly in the prompt. | |
| save_to_file | No | Save generated image to local file | |
| filename | No | Base filename for saved image (without extension) | |
| show_full_response | No | Show full response including base64 data (default: false) |