What problem does it solve? Creating or editing images programmatically often requires managing API keys, SDKs, and model endpoints. This Skill provides direct command-line access to Google's Gemini 3.1 Flash Image Preview model through the inference.sh CLI, covering text-to-image generation, image editing, and multi-image inputs without custom integration code. ## Core Features & Use Cases - Text-to-Image Generation: Create images from text prompts with control over aspect ratio (1:1, 16:9, 9:16, 4:3, 3:4), resolution (1K, 2K, 4K), and number of output images. - Image Editing with Multi-Image Input: Supply up to 14 input images (JPEG, PNG, WebP) and describe edits in natural language, such as adding elements or changing scenes. - Google Search Grounding: Enable real-time information grounding for prompts that depend on current data like weather or news. - Use Case: A content creator needs four logo variations for a coffee shop. They run a single belt command with a prompt and num_images set to 4, then iterate on the best result with an editing prompt. ## Quick Start Ask the AI to generate an image with Gemini 3.1 Flash Image Preview, for example: "Generate a photorealistic image of a banana in space using nano banana 2."