> ## Documentation Index
> Fetch the complete documentation index at: https://carat.im/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Image generation

> Generate exactly the images you want using text prompts.

This is the most fundamental feature. Enter a text description of the image you want to create in the Chat, and Carat AI will understand your request and generate a new image.

## How to use

<Steps>
  <Step title="Enter image description">
    Type what you want to create in the Chat.

    ```text theme={null}
    A cat surfing on a beach at sunset
    ```

    ```text theme={null}
    Night cityscape of a futuristic city with neon signs
    ```
  </Step>

  <Step title="Specify style and aspect ratio (optional)">
    You can also request a specific image style or aspect ratio.

    ```text theme={null}
    Make it photorealistic
    ```

    ```text theme={null}
    Animation style, 16:9 aspect ratio please
    ```
  </Step>
</Steps>

<Tip>
  **Not happy with the result?**

  You can refine it through conversation.

  * "Make the cat bigger."
  * "Remove the people in the background."
</Tip>

<Info>
  **Want more professional results?**

  Carat AI supports various AI models including Midjourney, Imagen, and Nanobanana. Specifying a particular model can help you achieve more professional results in your desired style.

  → Learn more at [Model selection](/en/how-to-use/model-selection)
</Info>
