Use this file to discover all available pages before exploring further.
Try GPT Image 2 Edit in the Workbench
Run this model interactively, tune parameters, and compare outputs.
Model ID:gpt-image-2-editGPT Image 2 Edit is OpenAI’s image editing model available through Fal. It transforms one or more reference images using a text prompt, supporting multi-image composition and accurate preservation of subject identity, text, and layout. Ideal for photo modifications, style transfer, composition changes, and product mockups.
curl -X POST https://hub.oxen.ai/api/ai/images/edit \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OXEN_API_KEY" \ -d '{ "model": "gpt-image-2-edit", "prompt": "Place the subject on the surface of the moon with Earth rising in the background, photorealistic, cinematic lighting.", "input_image": [ "https://hub.oxen.ai/api/repos/elau/assets/file/main/bloxy/bloxy_cropped_512x512.png" ]}'
curl -X POST https://hub.oxen.ai/api/ai/images/edit \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OXEN_API_KEY" \ -d '{ "model": "gpt-image-2-edit", "prompt": "Place the subject on the surface of the moon with Earth rising in the background, photorealistic, cinematic lighting.", "input_image": [ "https://hub.oxen.ai/api/repos/elau/assets/file/main/bloxy/bloxy_cropped_512x512.png" ], "resolution": "1024x1024", "quality": "high", "num_images": 1, "output_format": "png"}'
Output image resolution. HD sizes (1920x1080 and lower) bill at the standard tier; QHD+ sizes (2560x1440 and higher) bill at the high-resolution tier. One of: 1024x768, 1024x1024, 1024x1536, 1920x1080, 2560x1440, 3840x2160.
quality
string
"high"
Output quality tier. Locked to high for best fidelity. One of: high.
num_images
integer
1
Number of images to generate per request. Range: 1 – 4.
output_format
string
"png"
File format for the generated image. One of: png, jpeg, webp.
mask_url
string
—
Optional mask image URL. White pixels mark regions to edit; black pixels are preserved. Leave empty to edit the whole image. Format: uri.
⌘I
Assistant
Responses are generated using AI and may contain mistakes.