Genace

Ideogram API cost at volume: what 10, 100 and 10,000 images work out to

One image on Ideogram v3 costs 6 credits at default settings. At the Enterprise pack rate that scales like this:

VolumeCreditsUSD
10 images60$0.60
100 images600$5.99
1,000 images6,000$59.92
10,000 images60,000$599.25

The pack ladder changes all of these

Credits are not linearly priced, so the same call costs different amounts depending on what you bought:

PackPer creditOne image
Basic ($6.9 / 500)$0.0138$0.083
Standard ($14.9 / 1200)$0.0124$0.074
Premium ($34.9 / 3000)$0.0116$0.070
Enterprise ($79.9 / 8000)$0.0100$0.060

The lever that matters most

Batch with n. It does not reduce cost, but 4 images in one call use one concurrency slot instead of 4 — which matters on the free tier, where the ceiling is 1.

What is not in these numbers

Failed jobs. They refund in full, so they do not appear on the bill — but they do cost you wall-clock time and a retry. How often that happens is not something this page measures; see job state failed and UPSTREAM_FAIL.

Compare against the other models at your own volume with the AI API cost comparison tool.

Models covered on this page

Where these facts come from

  • codebase: src/ai/providers/ideogram.ts — pricing() and paramsSchema
  • codebase: src/config/website.tsx — credit pack pricing