GPT Image 2
Next-gen image generation & editing with stronger compositional control and text rendering.
EditOpenAI$0.05 / imageeditopenai

$0.05/ image
$0.05 per image. For $1 you can run this model 20 times.
Pay only for successful generations. No idle, no minimums, no per-seat.
API
Wire it up.
Endpoint
POST https://api.tryinfer.com/v1/inference/gpt-image-2/editrequest
curl https://api.tryinfer.com/v1/inference/gpt-image-2/edit \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": {
"prompt": "recolor the scene to dramatic golden-hour sunset lighting",
"image_url": "https://example.com/input.jpg"
}
}'
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| prompt | string | Yes | — | — |
| image_url | string (URL) | Yes | — | — |
| num_images | integer | — | 1 | — |
| output_format | string | — | png | jpegpngwebp |
Authenticate with a bearer token. Get an API key →