͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
Introducing Gemini 2.5 Flash Image (aka nano-banana) |
|
|
| | You can now build interactive, multimodal applications with powerful creative control that goes far beyond simple text-to-image. |
|
|
Maintain character consistency |
Preserve a subject's appearance across multiple generated images and scenes. |
|
|
Perform intelligent editing |
Enable precise, prompt-based edits like inpainting (adding/changing objects), outpainting, and targeted transformations within an image.
|
|
|
Intelligently combine elements from multiple images into a single, photorealistic composite. |
|
|
Leverage multimodal reasoning |
Build features that understand visual context, such as following complex instructions on a hand-drawn diagram. |
|
|
| Vibe code powerful photo editing apps | All of these apps are open source and built with Gemini 2.5 Flash Image (aka nano-banana). You can remix to make them your own with Gemini in Google AI Studio. | | | - Pixshop is an AI-powered image editor
| - GemBooth places you into a comic book or a Renaissance painting
|
|
|
|
Start building in seconds | You can use our SDKs for Python, JavaScript, and Go, or make a direct REST API call with cURL. Get your API key, select a billing-enabled project for your API key, and start generating. |
|
|
from google import genai from PIL import Image from io import BytesIO client = genai.Client() prompt = """
Create a picture of my cat eating a nano-banana in a fancy restaurant under the gemini constellation """ image = Image.open('/path/to/image.png') # Start the generation job response = client.models.generate_content( model="gemini-2.5-flash-image-preview", contents=[prompt, image], ) for part in response.parts: if part.text: print (part.text) elif image:= part.as_image(): image.show() image.save("generated_image.png") |
|
|
|
| Explore all model capabilities and get advanced prompting tips. | |
| Find more examples and code samples in the cookbook guide. | |
|
|
| The Google AI Studio team | |
|
|
The team behind nano-banana | Join some of the minds behind Gemini 2.5 Flash to explore the technology powering its core capabilities. Watch the video |
|
|
|
Cut your Gemini API costs by 50% | Cut costs and enjoy higher throughput rate limits by batching multiple images in a single request and automating image generation tasks. | |
|
|
|
© 2025 Google LLC 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA | This email was sent to sundoelcoy@gmail.com because you signed up to receive emails about Google AI. If you do not wish to receive these emails, please unsubscribe. |
|
|

Tidak ada komentar:
Posting Komentar