All models
OpenAI · image
GPT Image 2
gpt-image-2
Text-to-image route, priced ~50% below the provider official price.
Pricing
Per image$0.10
−52%vs. official price
Billed 1:1 against prepaid credits — no markup, no subscription.
Tokens (30d)
2.03M
processed via gateway
Volume
67,503/day
images generated
Latency
3.94s
p95 6.30s
Success
99.1%
2xx responses
Usage & performance
Representative figures based on recent gateway activity.
Images generated
Last 30 daysLatency
Last 30 daysSpecifications
Model IDgpt-image-2
ProviderOpenAI
ModalityImage
Endpoint/api/v1/images/generations
Price$0.10 per image
vs. official~52% cheaper
Supported parameters
promptsizenresponse_format
How to use
Point any OpenAI-compatible client at the gateway and call gpt-image-2.
curl https://api.blackmagic.engineering/v1/images/generations \
-H "Authorization: Bearer $BLACKMAGIC_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2",
"prompt": "studio product shot, soft light",
"size": "1024x1024"
}'Same OpenAI SDK — only the base URL changes.
