Gemini Imagen 3.0
JSON →Generate high-quality images using Google's Imagen 3.0 model via the Gemini API.
Tools · 2
- generate_images Generates images using Google's Imagen 3.0 model. Parameters: prompt (required) - text description of the image to generate; numberOfImages (optional) - number of images (1-4, default: 1). Images are automatically saved with sanitized filenames.
- create_image_html Creates HTML preview tags for generated images. Parameters: imagePaths (required) - array of image file paths; width (optional) - image width in pixels (default: 512); height (optional) - image height in pixels (default: 512). Returns HTML tags with absolute file:// URLs for local viewing.
Environment variables
GEMINI_API_KEY
★ 4 GitHub stars