generate_image
Generate an image from a text prompt, saving the output as a PNG. Transform written descriptions into visual content with Google's Gemini model.
Instructions
Generate an image from a text prompt with Gemini (Nano Banana). Saves to output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| prompt | Yes | ||
| output_path | Yes | Where to save the image (.png). |