Recharge value

Recharge $15. Get $100-equivalent official API usage.

A $15 recharge adds gateway usage value benchmarked to $100 at official API list prices.

Recharge$15
Official API list-price equivalent$100

Equivalent usage depends on the model, tokens, resolution and selected group. This is SuperAI API balance, not an official provider account or transferable provider credit.

Recharge calculator

See the official list-price usage value

Enter a recharge amount to estimate the API usage value benchmarked against official provider list prices.

Official list-price equivalent$100.00
Difference in purchase cost$85.00
Effective purchase rate15% of official list-price value

This estimates SuperAI API gateway usage value, not transferable credit in an official provider account. Actual consumption depends on the model, tokens, resolution and selected group.

API request example

curl -X POST https://superaiapi.com/v1/images/generations \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "gpt-image-2",
  "prompt": "A cinematic city skyline at blue hour",
  "size": "16:9"
}'

Image models you can call today

The catalog mirrors what is actually live on the gateway, so what you evaluate is what you ship.

  • GPT-Image-2 — OpenAI-compatible image generation and editing (DALL·E 3 request format)
  • Midjourney — imagine, upscale, variation, inpaint, zoom, pan, blend, describe and the rest of the action set via an async task API
  • Grok Imagine — xAI image generation, standard and pro tiers
  • Gemini 3.1 Flash Image and Gemini 3 Pro Image — Google image models through the same gateway

Per-image billing without subscriptions

Image models are billed per generated image, with rates that can vary by model, resolution or action — no monthly seats and no idle subscription cost. Current tiers are published on the live pricing page, and usage logs show exactly what each generation cost.

Integration in minutes

GPT-Image-2 works with any OpenAI-compatible SDK by changing the Base URL and API key. Midjourney uses an asynchronous task flow with submit and fetch endpoints. Grok Imagine and Gemini image models are exposed through standard gateway endpoints with the same token.

Frequently asked questions

How is image generation billed?

Per image generated. The rate may vary by model, resolution or action, with current tiers shown on the pricing page. Failed generations are not charged.

Can I use the OpenAI SDK for images?

Yes. GPT-Image-2 accepts the DALL·E 3 request format, so OpenAI-compatible SDKs work by changing the Base URL, API key and model name.

Is the full Midjourney action set supported?

Yes. Imagine, upscale, variation, inpaint, zoom, pan, blend, describe and related actions are available through the async Midjourney-proxy API.