Advanced Image Editing API Showcase

Edit existing images using advanced AI with text prompts. Transform and enhance your images with thinking capabilities and precise control.

Configuration

Provide a URL to the image you want to edit

Advanced Settings

Edited Image

No Image Edited

Provide an image URL and edit instructions to start

API Endpoint

This demo uses the /v1/edit-image endpoint with advanced AI capabilities.

Example Request:

{
  "input_image": "https://example.com/image.jpg",
  "prompt": "Change the background to a futuristic cityscape",
  "thinking": true,
  "cfg_text_scale": 1,
  "cfg_image_scale": 1,
  "timesteps": 10,
  "temperature": 0.1
}