Models
OpenAIimage
GPT Image 2
OpenAI image-generation route for synchronous text-to-image requests over the standard Images API.
gpt-image-2Quickstart
Call this model
Image generation
curl -X POST "https://inference-api.worldrouter.ai/v1/images/generations" \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2",
"prompt": "A clean product render on a dark studio background",
"size": "1024x1024",
"n": 1
}'Playground
Try it in the dashboard
The dashboard playground opens with this model selected and uses your team API key through the same-origin control-plane proxy.
Open Playground