openai·image

GPT Image 1

openai/gpt-image-1

OpenAI's current image-generation model — precise prompt following, text-in-image.

At a glance

  • · $0.000 per image (provider list price, billed in credits)
  • 0
  • · OpenAI-compatible — model: "openai/gpt-image-1" (provider: openai)
  • · Best for: Very accurate prompt following, especially layout instructions

Strengths

  • +Very accurate prompt following, especially layout instructions
  • +Best performance at rendering text inside images
  • +Supports image input for inpainting and editing

Weaknesses

  • Pricier per image than Gemini 3.1 Flash Image
  • Higher generation time than specialized diffusion models

Use cases

  • Marketing visuals with text (banners, social posts, logos)
  • Product mockups with precise layout requirements
  • Inpainting existing images via mask

Alternatives in the catalog

How to call it

Drop-in OpenAI-compatible. Just swap the `model` string and you're using this model.

curl https://www.getmorecredits.com/v1/images/generations \
  -H "Authorization: Bearer $GMC_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-image-1",
    "prompt": "A studio photograph of a teal ceramic mug on a marble countertop"
  }'

Good for

Frequently asked questions

How much does GPT Image 1 cost per image?

One image costs $0.000 at the provider list price. On getmorecredits.com you pay in credits — no markups, no subscription. Access via OpenAI-compatible API using the slug openai/gpt-image-1.

Is GPT Image 1 OpenAI-compatible?

Yes. On getmorecredits.com you call GPT Image 1 with the same request shape as OpenAI: POST /v1/images/generations with "model": "openai/gpt-image-1". Existing OpenAI SDKs (Python, Node, etc.) work by changing the base URL and API key.