AICredits logo
openaiimageFree

dall-e-2

openai/dall-e-2
Provider
openai
Per Image (USD)
$0.016/img
Per Image (INR)
₹1.59/img
Billing
Per image

Pricing

Reference price
$0.016/img
at 1024×1024
In INR
₹1.59/img
incl. forex + markup

Image generation is billed per image, not per token. The price shown is a reference at standard 1024×1024 resolution — actual cost may vary with size and quality settings.

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 dall-e-2 — 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/dall-e-2",
    "prompt": "A serene mountain landscape at sunset",
    "n": 1,
    "size": "1024x1024"
  }'

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