Class Images<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>

java.lang.Object
bg.codexio.ai.openai.api.sdk.images.Images<R>

public final class Images<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest> extends Object
Entrypoint for Images API, supporting Creating, Editing/a>, and Variating.
The interaction starts by configuring the HTTP connection
either by providing a preconfigured http client - CreateImageHttpExecutor, EditImageHttpExecutor and ImageVariationHttpExecutor respectively,
HttpExecutorContext, SdkAuth or leave it to defaults().
Further configuration happens on multiple bypassable stages, whatever is important for specific needs.