| ActionTypeStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest> |
A stage to choose the Images related action desired
Current version includes following possibilities:
Creating images
Editing images
Generating images variations
|
| AIModelStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage> |
|
| 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.
|
| AsyncExecutor<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest> |
Promise abstraction.
|
| 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.
|
| CreatingActionTypeStage |
Explicit marker action type stage for flows where only creating is
possible
E.g.
|
| 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
|
| 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
|
| DownloadExecutor |
An internal executor used to handle the files download
|
| DownloadExecutor.Streams |
|
| EditingActionTypeStage |
Explicit marker action type stage for flows where only editing is possible
E.g.
|
| 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.
|
| 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
|
| ImageConfigurationStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest> |
Base for all Image stages
|
| Images<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest> |
|
| ImagesTerminalStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage> |
Marker stage for finishing the configurations of the prompt.
|
| PromptfulImagesRuntimeSelectionStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest> |
Configures how the HTTP client to act.
|
| PromptlessImagesRuntimeSelectionStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest> |
Configures how the HTTP client to act.
|
| 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.
|
| 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.
|
| 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.
|
| SimplifiedStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage> |
A simplified stage where some things
such as AI Model Type and creativity
are already configured.
|
| 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.
|
| 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.
|
| 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
|
| VariatingActionTypeStage |
Explicit marker action type stage for flows where only creating variations
is possible
E.g.
|