Uses of Class
bg.codexio.ai.openai.api.sdk.images.ImageConfigurationStage
Packages that use ImageConfigurationStage
-
Uses of ImageConfigurationStage in bg.codexio.ai.openai.api.sdk.images
Subclasses of ImageConfigurationStage in bg.codexio.ai.openai.api.sdk.imagesModifier and TypeClassDescriptionclassAIModelStage<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 .classAsyncApi<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>Reactive API to add a final instruction and proceed with the HTTP call.classAsyncExecutor<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>Promise abstraction.classChoicesStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage> A stage to choose the number of the images generated.classDalle2SizeStage<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-2classDalle3SizeStage<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-3classEditingMaskStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage> A stage to specify the editable areas of the image.classFormatStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage> A stage to choose the format of the response imagesclassImagesTerminalStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage> Marker stage for finishing the configurations of the prompt.classPromptfulImagesRuntimeSelectionStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>Configures how the HTTP client to act.classPromptlessImagesRuntimeSelectionStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>Configures how the HTTP client to act.classQualityStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage> A stage to choose the quality of the images generated.classReactiveApi<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>Reactive API to add a final instruction and proceed with the HTTP call.classReactiveExecutor<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.classStyleStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage> A stage to choose the style of the images generated.classSynchronousApi<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>Synchronous API to add a final instruction and proceed with the HTTP call.classSynchronousExecutor<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