> For the complete documentation index, see [llms.txt](https://help.fixfolio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fixfolio.ai/en/tip/models.md).

# \[Banner Creation] Image Drawing Model Selection Guide

## 🎨 Image Drawing Model Comparison

Previously provided `NanoBanana 2` along with the model, a new model `GPT Image 2` has been added.

Now you can directly choose a model to create banners according to the style of the result you want and the purpose of production. Please refer to the features of each model below and use them as appropriate for your situation.

### (1) NanoBanana 2 (existing model)

**Fast creation speed and reference-based style expression**is an image generation model with strengths in. **It reflects the mood and style of the selected reference relatively faithfully**and is suitable for quickly generating **multiple drafts**in the direction you want. It also **intuitively reflects revision requests and direction of production**so, <mark style="background-color:blue;">**it can be effectively used when detailed edits are needed or when you want to create stable results centered on references**</mark> .

### (2) GPT Image 2 (new model)

**Product details and rich expression**is an image generation model with strengths in. **It can more naturally and clearly express elements that were difficult to represent with existing models, such as small text or package copy**. Also, rather than simply imitating reference images **it excels at newly reinterpreting them to match the brand and product characteristics**, making it suitable for <mark style="background-color:blue;">**creating more creative and polished advertising visuals**</mark>.

### (3) NanoBanana 2 VS GPT Image 2 comparison table

<table><thead><tr><th width="165.25" align="center">Item</th><th align="center">NanoBanana 2 (existing model)</th><th align="center">GPT Image 2 (new model)</th></tr></thead><tbody><tr><td align="center">Example image</td><td align="center"><img src="/files/f2e3135713ad10db78d838bd6eaa1e48c48582f0" alt="" data-size="original"></td><td align="center"><img src="/files/812b2aed1633cfa607fcc4afe614bd5d7ff41bce" alt="" data-size="original"></td></tr><tr><td align="center">Recommended use</td><td align="center">Fast production / reference-based production / detailed edits</td><td align="center">Banner production where detail and rich expression are important</td></tr><tr><td align="center">Result characteristics</td><td align="center">Consistent and intuitive style centered on the reference</td><td align="center">Rich and varied directional expression with a detailed and clear style</td></tr><tr><td align="center">How references are reflected</td><td align="center">Reflects the reference style and mood relatively faithfully</td><td align="center">Reinterprets the reference to suit the product and situation</td></tr><tr><td align="center">Text expression</td><td align="center">Small text may be somewhat unnatural</td><td align="center">Small text and package copy are expressed stably</td></tr><tr><td align="center">How detailed edits are reflected</td><td align="center">Reflects requests relatively directly and faithfully</td><td align="center">Reflects requests while naturally reinterpreting them to fit the overall mood</td></tr><tr><td align="center">Generation speed</td><td align="center">Fast</td><td align="center">Somewhat slow</td></tr></tbody></table>

<figure><img src="/files/ed21da66f8d76596e2cec77c1de348ed968d0d3a" alt="" width="375"><figcaption><p>[<strong>Reference] reference image</strong></p></figcaption></figure>

## 🤔 Which model should I choose?

If you want to quickly implement the reference style `NanoBanana 2`, and if detail and creative direction are important `GPT Image 2`, we recommend

### 🚀 \[NanoBanana 2] When you want to quickly implement the reference style

* When you want to create something as similar as possible to the reference feel and style
* When you want to quickly generate multiple drafts and check the direction
* When you want to directly and faithfully reflect revision requests

### 🔎 \[GPT Image 2] When detail and creative direction are important

* When rich and more creative directional expression is needed
* When expression of small text or package copy is important
* When you want a result that is based on the reference but newly reinterpreted to fit the brand and product

{% hint style="info" %}
Current image drawing model selection is **supported in banner creation, style expansion, and detailed edits**. **Model selection in Variations is currently being prepared**and will be supported in a future update.
{% endhint %}


---

# 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://help.fixfolio.ai/en/tip/models.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.
