Imference Logo

Image generation API

Getting started

Imference is a high-performance, API providing access to multiple state-of-the-art image generation models. Your API key is your account identifier. Contact us at contact@imference.com to get 5 free testing credits or to discuss enterprise plans.

All images are automatically converted to webp, stored, and served ready to use on the web.

Create your API Key now for just $5 and start generating images in seconds.

Check our roadmap →

Your Account

Stored locally in your browser.

  1. Buy credits or prepay your account with your API key
    curl -X POST \
      'https://imference.com/credits/add' \
      -H 'Authorization: Bearer <API_KEY>'
                
  2. Check balance
    curl -X GET \
      'https://imference.com/credits/balance' \
      -H 'Authorization: Bearer <API_KEY>'
                
  3. Generate an image
    curl -X POST \
      'https://imference.com/image/generate' \
      -H 'Authorization: Bearer <API_KEY>' \
      -H 'Content-Type: application/json' \
      -d '{ "prompt": "...", "model": "..." }'
                

Available Models

1 credit = 1 generated image, any model.

Model Description Code
Realism Illustrious by SY Natural photo-realistic output realism_illustrious_by_stable_yogi
ZavyChroma XL Excellent for portraits zavychromaXL9
Cyber Realistic Pony High-quality character anatomy cyberrealisticpony
Nova 3DCG XL 3D-style rendered images nova3dcgxl
Nova Cartoon XL American cartoon style novaCartoonXL
illustrijEVO Stylized 2.5D rendering illustrijevo
Illustrious Hassuka XL Modern anime style illustrious-hassuka-xl
Pony Diffusion V6 XL Best for anime character anatomy ponydiffusionxlv6
Animagine XL Classic anime style anime-v1

Pricing

Flat rate of $5 for 100 credits.

1 credit = 1 generated image, regardless of the model used.

Create your API Key now for only $5!

Fair limits

10 requests per minute per API key.

Built to handle bursty workloads while staying predictable and fair for all users.