generate_image
Create new images from text prompts with Gemini 3 Pro. Choose aspect ratio, resolution up to 4K, and optionally ground with Google Search for real-time data.
Instructions
Generate a NEW image from text prompt using Gemini 3 Pro. Use this for creating completely new images from scratch. Supports high-resolution output (1K, 2K, 4K) and various aspect ratios.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Text prompt describing the image to create. Be descriptive and specific for best results. | |
| aspectRatio | No | Aspect ratio for the generated image. Default is 1:1. | |
| resolution | No | Output resolution. Default is 1K. Higher resolutions take longer. | |
| useGoogleSearch | No | Enable Google Search grounding for real-time information (weather, news, etc.). |