Editing, Not Just Generation
Most image APIs stop at text-to-image. The ModelsLab image editing API is the set of endpoints that change an image you already have: fill or replace a masked region, extend the canvas, remove an object by name, swap the background, upscale with super-resolution, relight the scene, or apply a prompt-based edit with the Flux and Qwen editing models.
Each operation is its own endpoint under /api/v6/image_editing/. Requests take a hosted image URL, responses return one, so a pipeline is a sequence of POSTs on the same key with no intermediate uploads.