LMRouterLMRouter Docs

Edit Images

Edit images with LMRouter

The image editing endpoint provided by LMRouter is compatible with the OpenAI image editing endpoint. It is available at

https://api.lmrouter.com/openai/v1/images/edits

Please refer to the OpenAI image editing endpoint for more information on how to use the image editing endpoint.

Additional Parameters

In additional to the parameters supported by the OpenAI image generation endpoint, LMRouter also supports the following parameters for supported models:

  • negative_prompt: A prompt that describes what you do not want in the image.
  • aspect_ratio: The aspect ratio of the image.
  • seed: A random number used to seed the image generation.
  • guidance_scale: A number that controls the guidance of the image generation.
  • num_inference_steps: A number that controls the number of inference steps.
  • enhance_prompt: A boolean that controls whether to enhance the prompt.
  • safety_tolerance: A number that controls the safety tolerance of the image generation.