Endpoint for requesting ima2img inference
slug, check specific limits and features, and verify LoRA availability. Please omit the LoRA parameter by default during initial testing.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
application/json Image generation parameters
The main prompt for image generation
"A beautiful sunset over mountains"
Source image to edit. Supported formats: JPG, JPEG, PNG, GIF, BMP, WebP. Maximum file size: 10 MB.
The model to use for image editing. Available models can be retrieved via the GET /api/v1/client/models endpoint.
"QwenImageEdit_Plus_NF4"
Guidance scale for the generation
7.5
Number of inference steps
20
Random seed for generation
42
Elements to avoid in the generated image
"blur, darkness, noise"
Array of LoRA models to apply
ID of the inference request.
Information from success endpoint