https://developers.googleblog.com/en/experiment-with-gemini-20-flash-native-image-generation/ Google for Developers Products * Develop * Android * Chrome * ChromeOS * Cloud * Firebase * Flutter * Google Assistant * Google Maps Platform * Google Workspace * TensorFlow * YouTube * Grow * Firebase * Google Ads * Google Analytics * Google Play * Search * Web Push and Notification APIs * Earn * AdMob * Google Ads API * Google Pay * Google Play Billing * Interactive Media Ads Solutions Events Learn Community * Groups * Google Developer Groups * Google Developer Student Clubs * Woman Techmakers * Google Developer Experts * Tech Equity Collective * Programs * Accelerator * Solution Challenge * DevFest * Stories * All Stories Developer Program Blog [ ] Search English * English * Espanol (Latam) * Bahasa Indonesia * Ri Ben Yu * hangugeo * Portugues (Brasil) * Jian Ti Zhong Wen Google for Developers * Products + More * Solutions * Events * Learn * Community + More * Developer Program * Blog * Develop * Android * Chrome * ChromeOS * Cloud * Firebase * Flutter * Google Assistant * Google Maps Platform * Google Workspace * TensorFlow * YouTube * Grow * Firebase * Google Ads * Google Analytics * Google Play * Search * Web Push and Notification APIs * Earn * AdMob * Google Ads API * Google Pay * Google Play Billing * Interactive Media Ads * Groups * Google Developer Groups * Google Developer Student Clubs * Woman Techmakers * Google Developer Experts * Tech Equity Collective * Programs * Accelerator * Solution Challenge * DevFest * Stories * All Stories [English ] Gemini / Google AI Studio Experiment with Gemini 2.0 Flash native image generation MAR 12, 2025 Kat Kampf Product Manager Google AI Studio Nicole Brichtova Product Manager Google DeepMind Share * Facebook * Twitter * LinkedIn * Mail * Gemini 2.0 Flash native image generation In December we first introduced native image output in Gemini 2.0 Flash to trusted testers. Today, we're making it available for developer experimentation across all regions currently supported by Google AI Studio. You can test this new capability using an experimental version of Gemini 2.0 Flash (gemini-2.0-flash-exp) in Google AI Studio and via the Gemini API. Gemini 2.0 Flash combines multimodal input, enhanced reasoning, and natural language understanding to create images. Here are some examples of where 2.0 Flash's multimodal outputs shine: 1. Text and images together Use Gemini 2.0 Flash to tell a story and it will illustrate it with pictures, keeping the characters and settings consistent throughout. Give it feedback and the model will retell the story or change the style of its drawings. Sorry, your browser doesn't support playback for this video Story and illustration generation in Google AI Studio 2. Conversational image editing Gemini 2.0 Flash helps you edit images through many turns of a natural language dialogue, great for iterating towards a perfect image, or to explore different ideas together. Sorry, your browser doesn't support playback for this video Multi-turn conversation image editing maintaining context throughout the conversation in Google AI Studio 3. World understanding Unlike many other image generation models, Gemini 2.0 Flash leverages world knowledge and enhanced reasoning to create the right image. This makes it perfect for creating detailed imagery that's realistic-like illustrating a recipe. While it strives for accuracy, like all language models, its knowledge is broad and general, not absolute or complete. Sorry, your browser doesn't support playback for this video Interleaved text and image output for a recipe in Google AI Studio 4. Text rendering Most image generation models struggle to accurately render long sequences of text, often resulting in poorly formatted or illegible characters, or misspellings. Internal benchmarks show that 2.0 Flash has stronger rendering compared to leading competitive models, and great for creating advertisements, social posts, or even invitations. Sorry, your browser doesn't support playback for this video Image outputs with long text rendering in Google AI Studio Start making images with Gemini today Get started with Gemini 2.0 Flash via the Gemini API. Read more about image generation in our docs. from google import genai from google.genai import types client = genai.Client(api_key="GEMINI_API_KEY") response = client.models.generate_content( model="gemini-2.0-flash-exp", contents=( "Generate a story about a cute baby turtle in a 3d digital art style. " "For each scene, generate an image." ), config=types.GenerateContentConfig( response_modalities=["Text", "Image"] ), ) Whether you are building AI agents, developing apps with beautiful visuals like illustrated interactive stories, or brainstorming visual ideas in conversation, Gemini 2.0 Flash allows you to add text and image generation with just a single model. We're eager to see what developers create with native image output and your feedback will help us finalize a production-ready version soon. posted in: * Gemini * Google AI Studio * AI * Announcements * image generation * Gemini 2.0 * Generative AI Previous Next Related Posts State-of-the-art text embedding via the Gemini API Gemini AI Announcements State-of-the-art text embedding via the Gemini API March 7, 2025 Introducing Gemma 3: The Developer Guide Gemma AI Announcements Introducing Gemma 3: The Developer Guide March 12, 2025 Safer and Multimodal: Responsible AI with Gemma Gemma AI Announcements Best Practices Safer and Multimodal: Responsible AI with Gemma March 12, 2025 Gemini 2.0 Deep Dive: Code Execution Gemini Google AI Studio AI How-To Guides Gemini 2.0 Deep Dive: Code Execution March 6, 2025 * Connect + Blog + Instagram + LinkedIn + Twitter + YouTube * Programs + Women Techmakers + Google Developer Groups + Google Developer Experts + Accelerators + Google Developer Student Clubs * Developer consoles + Google API Console + Google Cloud Platform Console + Google Play Console + Firebase Console + Actions on Google Console + Cast SDK Developer Console + Chrome Web Store Dashboard Google for Developers * Android * Chrome * Firebase * Google Cloud Platform * All products * Manage cookies * Terms * Privacy English * English * Espanol (Latam) * Bahasa Indonesia * Ri Ben Yu * hangugeo * Portugues (Brasil) * Jian Ti Zhong Wen