OpenAIs latest image generation and editing model: gpt-1-image. Prices are the providers' own, billed 1:1 with no markup β the router sends each request to the cheapest available offer.
| Provider | Model id | Price | vs cheapest |
|---|---|---|---|
| Replicate | openai/gpt-image-1 | $0.0046 | β |
| Atlas Cloud | openai/gpt-image-1/text-to-image | $0.0090 | +96% |
| fal.ai | fal-ai/gpt-image-1/text-to-image | $0.1670 | +3540% |
Routing Openai GPT Image-1 Text-to-image through Replicate instead of the most expensive provider on this page saves 97% per generation β automatic on ElliSekiz.
curl -X POST https://ellisekiz.ai/api/v1/generations \
-H "Authorization: Bearer esk_..." \
-H "Content-Type: application/json" \
-d '{
"model": "openai-gpt-image-1-text-to-image",
"prompt": "your prompt"
}'Omit provider and the cheapest offer wins; add it to pin one. Full reference in the docs.