Uses of Class
bg.codexio.ai.openai.api.sdk.images.ImageConfigurationStage

Packages that use ImageConfigurationStage
Package
Description
 
  • Uses of ImageConfigurationStage in bg.codexio.ai.openai.api.sdk.images

    Modifier and Type
    Class
    Description
    class 
    AIModelStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>
    A stage to choose a model supported by /v1/chat/completions model endpoint compatibility .
    class 
    AsyncApi<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>
    Reactive API to add a final instruction and proceed with the HTTP call.
    class 
    AsyncExecutor<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>
    Promise abstraction.
    class 
    ChoicesStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>
    A stage to choose the number of the images generated.
    class 
    Dalle2SizeStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>
    A stage to choose the dimensions of the image generated supported by dall-e-2
    class 
    Dalle3SizeStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>
    A stage to choose the dimensions of the image generated supported by dall-e-3
    class 
    EditingMaskStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>
    A stage to specify the editable areas of the image.
    class 
    FormatStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>
    A stage to choose the format of the response images
    class 
    ImagesTerminalStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>
    Marker stage for finishing the configurations of the prompt.
    class 
    PromptfulImagesRuntimeSelectionStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>
    Configures how the HTTP client to act.
    class 
    PromptlessImagesRuntimeSelectionStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>
    Configures how the HTTP client to act.
    class 
    QualityStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>
    A stage to choose the quality of the images generated.
    class 
    ReactiveApi<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>
    Reactive API to add a final instruction and proceed with the HTTP call.
    class 
    ReactiveExecutor<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>
    Reactive context to choose if the response image should be automatically downloaded or just delivered.
    class 
    StyleStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>
    A stage to choose the style of the images generated.
    class 
    SynchronousApi<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>
    Synchronous API to add a final instruction and proceed with the HTTP call.
    class 
    SynchronousExecutor<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>
    Synchronous context to choose between raw response, just a simple string answer, or an image download