Image Editing Models
Returns the currently available image editing model catalog, including each model’s supported sizes, maximum input image count, credit scope, and pricing. Models and parameter ranges may change as the service is updated, so use the real-time response from this endpoint when calling the image editing API.
This endpoint only queries the model catalog and does not create an image editing task. To edit an image, call the Edit Image endpoint.
Image editing is image-to-image: it requires a reference image and modifies or redraws it according to the prompt. To generate a new image from text only, use the Image Generation Models endpoint and the corresponding image generation API.
Response
The request has been processed by the service. Business success is determined by whether the response body has code === 0.
The currently available image editing models. Models, parameter ranges, and pricing may change as the service is updated; always use the latest response from this endpoint.
Business status code. 0 means success; non-zero means a business error.
Response message.
Request ID.
Error response timestamp in Unix milliseconds.

