> For the complete documentation index, see [llms.txt](https://docs.pletor.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pletor.ai/model-library/image-models/nano-banana-+-pro.md).

# Nano Banana (+ 🍌 Pro)

## Overview

Revolutionary model that combines generation and editing with exceptional natural language understanding. The model is available in two versions: Standard (Nano Banana) & Pro.

| Models            | Nano Banana                                                     | Nano Banana Pro                                               |
| ----------------- | --------------------------------------------------------------- | ------------------------------------------------------------- |
| Best for          | Quick cost-effective edits, image fusion, character consistency | Static ads, layout variants, product renders, high-res assets |
| Product rendering | Good                                                            | Stellar                                                       |
| Typography        | Basic                                                           | Clean, ad-ready                                               |
| Resolution        | 1080p                                                           | Up to 4K (configurable 1K–4K)                                 |

### Strengths for marketers

* **Simple, natural language editing**: Make complex edits with simple conversational prompts like "enhance this photo" or "change the background."
* **Multi-image fusion**: Seamlessly blend multiple images into cohesive new visuals for product placement and scene creation.
* **Character consistency**: Maintain the same person or mascot across different scenes and environments.

### Ideal use cases

* **Product placements**: Seamlessly insert products into lifestyle scenes and environments.
* **Video ads first frame**: Create compelling opening frames for video ads and social media content.
* **Turn photos into ads**: Transform existing photos into polished advertising materials with text and branding.
* **Character/mascot campaigns**: Consistent brand characters across multiple marketing materials.
* **Multi-step editing**: Complex photo enhancements that would require multiple traditional editing steps.
* **Static ad creation** *(Pro):* Generate polished ads with clean typography and multiple layout options.
* **Layout variations** *(Pro):* Generate an asset's channel variants in seconds, no rework needed.

### Weaknesses

* Variance in image processing - output quality can be inconsistent across different inputs
* Sensitivity to text prompts - when used with reference images, requires precise wording to achieve desired results consistently
* Limited aspect ratio control based on input images rather than user specification

***

## How to use effectively

Nano Banana excels with natural, conversational prompts:

### **Key principles**

* Describe the scene, don't list keywords
* Use natural language as if talking to a skilled photo editor
* Leverage multi-image inputs for fusion and reference
* Use preservation instructions: be specific about what you want changed or created (e.g., "identical to the original")
* Take advantage of world knowledge for contextual accuracy
* If using Auto Aspect Ratios:
  * driven by text prompt when used as text-to-image
  * driven by reference(s) images when used as image-to-image

### **Effective prompting patterns**

<details>

<summary>For image editing</summary>

`Using the provided image of [subject], please [add/remove/modify] [element] to/from the scene. Ensure the change is [description of how the change should integrate]. Keep [specific elements to preserve] exactly the same.`

</details>

<details>

<summary>For image generation</summary>

`A photorealistic [shot type] of [subject], [action or expression], set in [environment]. The scene is illuminated by [lighting description], creating a [mood] atmosphere. Captured with a [camera/lens details], emphasizing [key textures and details]. The image should be in a [aspect ratio] format.`

</details>

<details>

<summary>For product photo</summary>

`Replace [original product] with [new product] from Image 2. Match hand pose, reflections, and [material] specular highlights. Keep label readable and preserve text legibility. No stylization.`

</details>

<details>

<summary>For character consistency</summary>

`"Same face, hair, makeup, and earrings across all outputs. Keep [subject] identical while changing [environment/action]. Maintain facial features, expression, and clothing exactly as shown."`

</details>

<details>

<summary>For photorealistic results</summary>

Include details like:

* Camera specs: "85mm portrait lens," "shallow depth of field," "f/2.8"
* Lighting: "golden hour light," "soft window light," "dramatic rim lighting"
* Composition: "close-up portrait," "wide establishing shot," "overhead view"
* Technical details: "bokeh background," "natural grain," "high contrast"

</details>

<details>

<summary>For text editing</summary>

`"Change the text from '[original text]' to '[new text]'. Maintain font weight, curvature, perspective warp, and reflections. Keep brand colors identical. No other changes."`

</details>

### Example prompts

* **Simple edits**: "Remove the person in the background" or "Make this photo brighter"
* **Reference image integration:** "Place the man from Image 2 next to the woman in Image 1. They are seated together, sharing a laugh as they look at a tablet. Keep the ambient lighting and depth of field from Picture 1. Maintain skin tones consistent with the original scene."
* **Image fusion**: "Place this product in that lifestyle setting"
* **Complex transformations**: "Turn this into black-and-white manga style"
* **Multi-step edits**: "Remove everything except the woman and mic", then "make her a 3D character in an office"
* **Multi-references**: "Make employee badges using this design template and this photo"
* **Control aspect ratio**: "Create a 9:16 Instagram Story version of this ad with neon background and space at top for text."
* **Product photography**: "Replace the black bottle with the green 'HULK' can from Image 2. Match hand pose, reflections, and metal specular highlights. Keep label readable and preserve text legibility; no stylization."


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pletor.ai/model-library/image-models/nano-banana-+-pro.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
