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.
GPT-Image-2 API
Use the familiar OpenAI image request shape for generation and editing while SuperAI API manages model aliases, supported resolutions, channel routing and billing behind one account.
gpt-image-2, gpt-image-2-token/v1/images/generations, /v1/images/editsRecharge value
A $15 recharge adds gateway usage value benchmarked to $100 at official API list prices.
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
Enter a recharge amount to estimate the API usage value benchmarked against official provider list prices.
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.
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"
}'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.
Create one token for text and image workloads, then inspect generation cost, channel and result status in the same usage and task logs.
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.
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.
4K is available through supported token-billed routing. Check the live model catalog because resolution support depends on the selected alias and channel group.
Yes. Send the request to /v1/images/generations with your gateway Base URL, token and GPT-Image-2 model ID.