openai/dall-e-2Image 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.
Generate images with dall-e-2 — just set the base URL and your AICredits key.
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.