New — access 450+ AI models through one unified API.Start building free

gpt-image-1/edit

GPT Image 1 Edit transforms images with natural language instructions. It applies style changes, modifications, and creative transformations with optional mask support for precise regional editing and multiple quality tiers. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

image-to-image$0.0500/ run

Prompt

Enhancer
0/2000

Image

PreviewJSON

Your result will appear here

Upload an image, write a prompt and hit Generate.

Examples

Gpt Image 1 example 1

Gpt Image 1 example 2

Gpt Image 1 example 3

Gpt Image 1 example 4

Related models

gpt-image-2 / edit5% OFFimage-to-image
gpt-image-2 / edit

OpenAI's GPT Image 2 Edit enables image editing from natural-language instructions with one or more reference images. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

GPT Image$0.0665$0.0700
gpt-image-2 / text-to-image5% OFFtext-to-image
gpt-image-2 / text-to-image

OpenAI's GPT Image 2 Text-to-Image generates high-quality images from natural-language prompts. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

GPT Image$0.0570$0.0600
gpt-image-1.5 / editimage-to-image
gpt-image-1.5 / edit

GPT Image 1.5 Edit is OpenAI’s image model for precise, natural-language edits. Add/remove objects, swap backgrounds, retouch faces, adjust colors/lighting, edit text/graphics, crop/resize, and apply hex color control. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

GPT Image$0.0400
gpt-image-1.5 / text-to-imagetext-to-image
gpt-image-1.5 / text-to-image

GPT Image 1.5 text to image is OpenAI's fast, cost-efficient text-to-image generator powered by GPT-5 guidance. Create photorealistic shots, product renders, concept art, and stylized graphics from natural-language prompts (optionally conditioned with an image). Supports custom aspect ratios, seeds, negative prompts, hex color hints, and style presets. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

GPT Image$0.0400
gpt-image-1 / text-to-imagetext-to-image
gpt-image-1 / text-to-image

GPT Image 1 is OpenAI's multimodal image generation model combining GPT-4-Turbo reasoning with visual synthesis. It generates high-quality images from text prompts with clean typography for posters, memes, and branding. Supports multiple quality tiers and sizes. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

GPT Image$0.0500

Gpt Image 1 Edit

GPT Image 1 Edit transforms images with natural language instructions. It applies style changes, modifications, and creative transformations with optional mask support for precise regional editing and multiple quality tiers. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Key Features

  • Transform existing images using text prompts while preserving key structural elements.
  • Style transfer — apply artistic styles, color grading, or visual themes to source images.
  • Intelligent inpainting and editing — modify specific regions while keeping the rest intact.
  • Strength control — fine-tune how much the output deviates from the source image.
  • Fast inference with consistent, high-quality results.
  • Supports various input formats: JPEG, PNG, WebP.

Parameters

ParameterRequiredDescription
promptYesText description of the desired transformation.
imagesYesSource image URL(s) to transform.
aspect_ratioNoOutput aspect ratio (default: auto-detected from input).
resolutionNoOutput resolution tier (default varies by model).

How to Use

  1. Upload or provide a URL for your source image.
  2. Write a prompt describing the desired transformation or style.
  3. Adjust parameters to control how much the output differs from the original.
  4. Generate and download your transformed image.

Code Examples

import os
import requests

response = requests.post(
    "https://aircube.ai/api/v3/gpt-image-1/edit",
    headers={
        "Authorization": "Bearer " + os.environ["AIRCUBE_API_KEY"],
        "Content-Type": "application/json",
    },
    json={
    "prompt": "Transform into a watercolor painting style",
    "images": [
        "https://example.com/input.jpg"
    ]
},
    timeout=300,
)
data = response.json()

if data["success"]:
    print("ID:", data["data"]["id"], "Status:", data["data"]["status"])
else:
    print("Error:", data["error"]["message"])

Pricing

ResolutionDurationCost
1klow quality$0.02
1kmedium quality$0.05
1khigh quality$0.17

Billing rules

  • Pricing varies by quality x resolution combination.
  • Low quality: $0.02 (1k).
  • Medium quality: $0.05 (1k).
  • High quality: $0.17 (1k).
  • Failed generations are not charged.

Best Use Cases

  • Style transfer — convert photos into paintings, sketches or other artistic styles.
  • Product visualization — change colors, materials or environments of product photos.
  • Photo enhancement — improve lighting, add atmospheric effects, or change seasons.
  • Brand asset adaptation — transform templates to match different campaigns or audiences.

Pro Tips

  • Use lower strength values to preserve more of the original structure.
  • Higher strength gives the model more creative freedom for dramatic transformations.
  • Upload high-resolution source images for the best output quality.
  • Combine detailed prompts with moderate strength for controlled style changes.

Notes

  • Input images should be under 10 MB.
  • Supported formats: JPEG, PNG, WebP.
  • Aspect ratio of the output matches the input image by default.

Gpt Image 1 Edit — Frequently asked questions