Images

images

Methods

Create Image Variation ->
post/images/variations

Creates a variation of a given image.

Create Image Edit ->
post/images/edits

Creates an edited or extended image given an original image and a prompt.

Create Image ->
post/images/generations

Creates an image given a prompt.

Domain types

Image = { b64_json, revised_prompt, url }
ImageModel = "dall-e-2" | "dall-e-3"
ImagesResponse = { created, data }