AICredits logo
openaiimage

gpt-image-1-mini

gpt-image-1-mini
Supports image output through Chat API, not Images API.

Supported APIs

Chat APIResponses APIImage Output via Chat API
Context
8K
Max output
Input / 1M
₹201.30
Output / 1M
₹0.00

Pricing

Token typeUSD / 1MINR / 1M
Input$2.00₹201.30
OutputFree₹0.00

INR prices include forex conversion and your plan markup.

Quickstart

Call gpt-image-1-mini through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-image-1-mini",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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