Models/GPT Image
Image

GPT Image

by OpenAI

OpenAI GPT Image for instruction-following generation and conversational image editing.

Capabilities

  • Text to image
  • Edit image
  • Text rendering

Available models

Pass any of these IDs in the model field.

Model IDDetailPrice
gpt-image-1-text-to-image1024×1024$0.040 / call
gpt-image-1-edit-imageper edit$0.040 / call

Pricing starts at

$0.020 / call

Pay only for what you use. Each response returns the exact amount settled against your balance — no subscriptions, no minimums.

Quickstart

GPT Image · gpt-image-1-text-to-image

cURL
curl -X POST https://capi.ai/api/v1/images/generations \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-image-1-text-to-image","prompt":"A lighthouse at dusk"}'