Call gpt-image-2 through RouterPlex's OpenAI-compatible API — vendor list price, 0% markup, billed per token from a prepaid balance. No subscription required.
Image generation model — billed per output token; higher quality settings use more tokens.
curl https://api.routerplex.com/v1/images/generations \
-H "Authorization: Bearer $ROUTERPLEX_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2",
"prompt": "A watercolor lighthouse at dawn",
"size": "1024x1024"
}'Works with any OpenAI SDK or tool — just change the base URL. See the quickstart.
Through RouterPlex, GPT Image 2 costs $5.00 per 1M input tokens and $30.00 per 1M output tokens — the vendor list price with 0% markup, billed per token from a prepaid balance you top up from $5.
Yes. RouterPlex serves GPT Image 2 through an OpenAI-compatible endpoint at https://api.routerplex.com/v1 — point any OpenAI SDK or tool at that base URL with your RouterPlex key and set model to "gpt-image-2".