> 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-2.md).

# Nano Banana 2

## Overview

Evolution of [Nano Banana](/model-library/image-models/nano-banana-+-pro.md).

### Key Updates

* **Near-identical quality at lower cost:** Matches Nano Banana Pro's realism, textures, and proportions at a cheaper price point and faster speed.
* **Improved text rendering:** Near-perfect text generation — only the smallest text details are missed. Strong boost for ads, infographics, and text-heavy products.
* **Better world understanding:** Requires less guidance and context to produce accurate results. The model infers scene logic more reliably.
* **Web search capability:** Can retrieve real-time information to generate up-to-date visuals (e.g., latest sports results on a magazine cover).
* **Strong reformatting & infographics:** Handles complex layouts, infographics, and format transformations effectively.
* **HEX code support:** Accurately applies specific color codes to elements, on par with Nano Banana Pro.

### Weaknesses

* **Camera angle control:** No significant progress vs. previous models, precise camera angle manipulation remains unreliable.
* **Complex multi-element compositions:** Combining 5-6 complex products/characters produces near-good but imperfect results.
* **Smallest text details:** While text rendering is greatly improved, the very smallest text portions can still be missed.


---

# 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-2.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.
