UniRouteUniRoute
All models
4o Image
Image

OpenAI

4o Image

The GPT-Image-1 model, also known as ChatGPT 4o Image, is OpenAI’s latest AI image generation model. It understands both text and visual context, allowing developers to create and edit images with remarkable accuracy. Unlike traditional diffusion models, GPT-Image-1 follows instructions precisely, supports consistent styles, and renders legible text — making it ideal for applications in design, marketing, and creative automation.

Pricing

TierUniRouteMarket
per image$0.03

per image

About this model

The GPT-Image-1 model, also known as ChatGPT 4o Image, is OpenAI’s latest AI image generation model. It understands both text and visual context, allowing developers to create and edit images with remarkable accuracy. Unlike traditional diffusion models, GPT-Image-1 follows instructions precisely, supports consistent styles, and renders legible text — making it ideal for applications in design, marketing, and creative automation.

Text-to-imageImage-to-image

Call it with one request

Works with the OpenAI SDK — just change the base URL.

api.uniroute.dev
curl https://api.uniroute.dev/v1/images/generations \
  -H "Authorization: Bearer $UNIROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "4o-image-api",
    "prompt": "A lighthouse on a cliff at golden hour",
    "size": "2K"
  }'

Related models