Images
Functions
Link copied to clipboard
abstract suspend fun imageJSON(creation: ImageCreation, requestOptions: RequestOptions? = null): List<ImageJSON>
Creates an image given a prompt. Get images as base 64 JSON.
abstract suspend fun imageJSON(edit: ImageEdit, requestOptions: RequestOptions? = null): List<ImageJSON>
Creates an edited or extended image given an original image and a prompt. Get images as base 64 JSON.
abstract suspend fun imageJSON(variation: ImageVariation, requestOptions: RequestOptions? = null): List<ImageJSON>
Creates a variation of a given image. Get images as base 64 JSON.
Link copied to clipboard
abstract suspend fun imageURL(creation: ImageCreation, requestOptions: RequestOptions? = null): List<ImageURL>
Creates an image given a prompt. Get images as URLs.
abstract suspend fun imageURL(edit: ImageEdit, requestOptions: RequestOptions? = null): List<ImageURL>
Creates an edited or extended image given an original image and a prompt. Get images as URLs.
abstract suspend fun imageURL(variation: ImageVariation, requestOptions: RequestOptions? = null): List<ImageURL>
Creates a variation of a given image. Get images as URLs.