ProviderOpenAI-compatible image API
Model IDgpt-image-2, gpt-image-2-token
BillingPer-generation or token-based, depending on the selected model alias and group
Endpoints/v1/images/generations, /v1/images/edits

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 studio product photograph with soft daylight",
  "size": "16:9"
}'

Choose per-generation or token-based access

Use gpt-image-2 where a configured group bills by generation, or gpt-image-2-token where token-based billing and the corresponding resolution support are enabled. The live pricing page is the source of truth for current groups and rates.

  • Text-to-image generation
  • Image editing workflows
  • 1K and 2K generation support
  • 4K availability through supported token-billed routes

Keep image work inside the same account

Create one token for text and image workloads, then inspect generation cost, channel and result status in the same usage and task logs.

Move from prototype to production

Start with the OpenAI-compatible request body, validate output quality at the required resolution and route production traffic through the group that matches your billing and availability requirements.

Frequently asked questions

Which GPT-Image-2 model ID should I use?

Use gpt-image-2 for configured per-generation groups. Use gpt-image-2-token when you need the token-billed route and its supported resolution set.

Does GPT-Image-2 support 4K?

4K is available through supported token-billed routing. Check the live model catalog because resolution support depends on the selected alias and channel group.

Can I use an OpenAI-compatible images client?

Yes. Send the request to /v1/images/generations with your gateway Base URL, token and GPT-Image-2 model ID.