Image

ENDPOINT : https://app.oxyapi.uk/v1/images/generations

MidJourney

prompt [string] REQUIRED

  • Prompt to use for the generation.

model [string] REQUIRED

stream [boolean or null] Optional Defaults to false

  • If set, partial images with progression deltas will be sent.

Stable Diffusion Models

prompt [string] REQUIRED

  • Prompt to use for the generation.

negative_prompt [string] Default to null Optional

  • Generation negative prompt.

model [string] REQUIRED

steps [integer] Default to 25 Optional

  • Generation denoising steps , must be in range 1 / 50

sampler [string] Default to DPM++ 2M Karras Optional

  • Generation sampler must be in the list :

    ["Euler", "Euler a", "Heun", "DPM++ 2M Karras", "DPM++ SDE Karras", "DDIM"]

n [integer] Default to 1 Optional

  • Generation images number , must be in range 1 / 4, when stream is true n must be 1.

seed [integer] Default to random Optional

  • Generation seed.

Last updated