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

# GPT-4o Image

> Create AI images with GPT-4o on Veogen. Generate product visuals, art, mockups, and more with OpenAI's powerful multimodal model.

## Model Description

OpenAI's Image Generation Model (`gpt-4o-images`) offers precise multimodal understanding and accurate rendering for text in images.

**Maximum Resolution:** 1024×1024
**Pricing:** Starts at \$0.02 per image

### Key Capabilities

* **Multimodal Understanding:** GPT-4o understands context and nuance for more accurate results.
* **High Quality:** Generate crisp, detailed images with OpenAI's advanced multimodal model.
* **Text in Images:** Accurately render text, logos, and typography in your images.
* **Multiple Styles:** From photorealistic to artistic — adapt to any creative style.

### Use Cases

* **Product Mockups:** Create professional product images and packaging designs.
* **Digital Art:** Create unique artwork and illustrations.

***

## Quick Start

### 1. Generating an Image with GPT-4o

```bash theme={null}
curl --request POST \
  --url https://api.veogen.studio/api/v1/generations \
  --header 'Authorization: Bearer <API_KEY>' \
  --header 'Content-Type: application/json' \
  --data '{
    "model": "gpt-4o-images",
    "prompt": "A modern coffee cup with the text \"Mornings\" on it.",
    "resolution": "1024x1024"
  }'
```

<ResponseExample>
  ```json theme={null}
  {
    "data": {
      "id": "img_56789fghij",
      "model": "gpt-4o-images",
      "status": "pending",
      "created_at": "2026-04-11T12:00:00Z"
    }
  }
  ```
</ResponseExample>

## FAQ

<AccordionGroup>
  <Accordion title="Do I need ChatGPT Plus to use this?">
    No. Access GPT-4o image generation through Veogen's API or playground without any OpenAI subscription. Just top up your balance and generate.
  </Accordion>

  <Accordion title="Can GPT-4o generate text in images?">
    Yes! GPT-4o is particularly good at rendering text, logos, and typography accurately within images — a feature many AI image generators struggle with.
  </Accordion>
</AccordionGroup>
