AICredits logo
openaiimage

gpt-image-1

openai/gpt-image-1

Supported APIs

Images APIImage Generation
Provider
openai
Per Image (USD)
Formula
Per Image (INR)
Billing
Per image

Pricing

Pricing for this model is resolution- and quality-dependent. See model documentation for exact rates.

Image generation is billed per image, not per token.

Final INR price includes live forex conversion (USD → INR) and your plan markup.

INR prices include forex conversion and your plan markup.

Quickstart

Generate images with gpt-image-1 — just set the base URL and your AICredits key.

cURL
curl https://api.aicredits.in/v1/images/generations \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-image-1",
    "prompt": "A serene mountain landscape at sunset",
    "n": 1,
    "size": "1024x1024"
  }'

New here? Follow the quickstart guide or browse all models.