| ActionTypeStage |
A stage to choose the Images related action desired
Current version includes following possibilities:
Creating images
Editing images
Generating images variations
|
| AIModelStage |
|
| AsyncApi |
Reactive API to add a final instruction and proceed with the HTTP call.
|
| AsyncExecutor |
Promise abstraction.
|
| ChoicesStage |
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 |
A stage to choose the dimensions of the image generated supported by
dall-e-2
|
| Dalle3SizeStage |
A stage to choose the dimensions of the image generated supported by
dall-e-3
|
| EditingActionTypeStage |
Explicit marker action type stage for flows where only editing is possible
E.g.
|
| EditingMaskStage |
A stage to specify the editable areas of the image.
|
| FormatStage |
A stage to choose the format of the response images
|
| ImageConfigurationStage |
Base for all Image stages
|
| ImagesPromptStage |
|
| ImagesTerminalStage |
Marker stage for finishing the configurations of the prompt.
|
| PromptfulImagesRuntimeSelectionStage |
Configures how the HTTP client to act.
|
| PromptlessImagesRuntimeSelectionStage |
Configures how the HTTP client to act.
|
| QualityStage |
A stage to choose the quality of the images generated.
|
| ReactiveApi |
Reactive API to add a final instruction and proceed with the HTTP call.
|
| ReactiveExecutor |
Reactive context to choose if the response image should be automatically
downloaded or just delivered.
|
| SimplifiedStage |
A simplified stage where some things
such as AI Model Type and creativity
are already configured.
|
| StyleStage |
A stage to choose the style of the images generated.
|
| SynchronousApi |
Synchronous API to add a final instruction and proceed with the HTTP call.
|
| SynchronousExecutor |
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.
|