Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veogenstudio.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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

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"
  }'
{
  "data": {
    "id": "img_56789fghij",
    "model": "gpt-4o-images",
    "status": "pending",
    "created_at": "2026-04-11T12:00:00Z"
  }
}

FAQ

No. Access GPT-4o image generation through Veogen’s API or playground without any OpenAI subscription. Just top up your balance and generate.
Yes! GPT-4o is particularly good at rendering text, logos, and typography accurately within images — a feature many AI image generators struggle with.