> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/tools/ai-image-generation-guide.md).

# Built-in AI Image Generation Tool

### Overview

The MaiAgent system integrates four top-tier AI image generation engines, providing a comprehensive solution ranging from everyday creative work to professional design. Simply enable the settings and start generating images immediately.

{% hint style="info" %}
See: [Configure Tools for Your AI Assistant](/maiagent-user-guide/maiagent-user-guide-en/tools/configure_tools.md)
{% endhint %}

***

### Complete Tool Comparison

| Tool           | Language Support              | Core Strengths                                  | Best For                                       |
| -------------- | ----------------------------- | ----------------------------------------------- | ---------------------------------------------- |
| **Gemini 2.0** | Traditional Chinese + English | Context understanding, conversational editing   | Everyday creation, Chinese-language needs      |
| **GPT Image**  | English                       | Professional quality, multi-round refinement    | Brand design, professional use                 |
| **DALL-E 3**   | English                       | Fast generation, concept visualization          | Quick prototyping, supplementary illustrations |
| **Imagen 4.0** | English                       | Photorealistic rendering, product visualization | Commercial photography, product showcase       |

### Real Generation Examples

#### Gemini Native - Everyday Creation Example

**Prompt:** "A cute orange cat sitting on a windowsill, with sunlight streaming through the window onto it"

![Gemini Native Example](https://media.maiagent.ai/media/chatbots/chatbot-file/2f066551-66bd-45eb-b8b2-138a7600f163.jpg)

**Highlights:** Perfectly understands Chinese descriptions, warm and natural colors, ideal for everyday creative needs

***

#### GPT Image - Professional Design Example

**Prompt:** "Professional logo design: minimalist coffee cup with transparent background"

![GPT Professional Example](https://media.maiagent.ai/media/chatbots/chatbot-file/f41aa913-1988-4474-bd7a-8f68d0e21cbb.png)

**Highlights:** Transparent background, refined lines, suitable for brand applications

***

#### DALL-E 3 - Quick Concept Example

**Prompt:** "Quick concept sketch: futuristic city skyline with flying cars"

![DALL-E 3 Example](https://media.maiagent.ai/media/chatbots/chatbot-file/6a0209f3-8d59-4fc6-98e9-f4d814387347.jpg)

**Highlights:** Fast generation, clear concepts, ideal for creative brainstorming

***

#### Google Imagen - Product Photography Example

**Prompt:** "Professional product photography: sleek smartphone with studio lighting"

![Google Imagen Example](https://media.maiagent.ai/media/chatbots/chatbot-file/7473df7b-68de-4b45-9ae3-151ff98beb5e.jpg)

**Highlights:** Photorealistic quality, professional lighting, commercial grade

***

### Usage Guide and Best Practices

#### Basic Usage

| Use Case                | Example Prompt                                                | Recommended Engine |
| ----------------------- | ------------------------------------------------------------- | ------------------ |
| **Everyday Creation**   | `Draw a cute puppy`                                           | Gemini Native      |
| **Professional Design** | `Design a modern minimalist logo with transparent background` | GPT Image          |
| **Quick Prototyping**   | `Quickly generate a concept for a website homepage`           | DALL-E 3           |
| **Product Showcase**    | `Create a professional product photography image`             | Google Imagen      |

#### Multi-Round Iterative Refinement (GPT Image)

```
Round 1: "Design a coffee shop logo"
Round 2: "Change the color to dark brown"
Round 3: "Add some steam effects"
Round 4: "Make it more minimalist overall"

```

#### Image Reference Editing (Gemini Native)

```
"Based on this image, change the background to a beach scene"
"Keep the person unchanged, only modify the clothing color"
"Add some flowers to this scene"

```

***

### Practical Application Guide

#### **Scenario 1: Social Media Content Creation**

**Need:** Create images for Instagram posts

**Recommended:** Gemini Native

**Example Prompt:** `Create a cozy cafe scene suitable for an IG post`

#### **Scenario 2: Corporate Brand Design**

**Need:** Design a company logo and brand assets

**Recommended:** GPT Image

**Example Prompt:** `Design a tech company logo, minimalist modern style, transparent background`

#### **Scenario 3: Product Showcase Images**

**Need:** E-commerce product hero images

**Recommended:** Google Imagen

**Example Prompt:** `Professional product shot of wireless headphones on white background`

#### **Scenario 4: Creative Ideation and Prototyping**

**Need:** Quickly visualize creative concepts

**Recommended:** DALL-E 3

**Example Prompt:** `Concept art for a mobile app interface design`

***

### FAQ and Solutions

#### Quality-Related Questions

**Q: How do I get the highest quality images?**

**A:** Use GPT Image or Google Imagen and provide detailed descriptions:

* Specific style requirements (e.g., "professional photography style")
* Detailed scene descriptions (lighting, angle, atmosphere)
* Clear quality requirements (e.g., "high resolution," "commercial quality")

**Q: Why doesn't the generated image match my expectations?**

**A:** Tips for optimizing your prompts:

* Use specific rather than abstract descriptions
* Specify a clear art style
* Describe composition and viewpoint requirements
* Describe color and lighting effects

#### Feature Usage Questions

**Q: How do I generate images with transparent backgrounds?**

**A:** Explicitly mention "transparent background" in your description:

```
Design a logo with a transparent background
Create an icon with a transparent background

```

**Q: Can I modify an already generated image?**

**A:** Yes! Use Gemini Native's image reference feature:

```
Based on the image above, change the sky to sunset colors
Keep the composition the same, only modify the person's clothing

```


---

# 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.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/tools/ai-image-generation-guide.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.
