Class CreatingActionTypeStage
java.lang.Object
bg.codexio.ai.openai.api.sdk.images.CreatingActionTypeStage
- All Implemented Interfaces:
StartStage
Explicit marker action type stage for flows where only creating is
possible
E.g. when only a
E.g. when only a
CreateImageHttpExecutor has been provided-
Method Summary
Modifier and TypeMethodDescriptionAIModelStage<bg.codexio.ai.openai.api.payload.images.request.CreateImageRequest, PromptfulImagesRuntimeSelectionStage<bg.codexio.ai.openai.api.payload.images.request.CreateImageRequest>> creating()Creates images given a prompt.
-
Method Details
-
creating
public AIModelStage<bg.codexio.ai.openai.api.payload.images.request.CreateImageRequest,PromptfulImagesRuntimeSelectionStage<bg.codexio.ai.openai.api.payload.images.request.CreateImageRequest>> creating()Creates images given a prompt.
Corresponds with /v1/images/generations endpoint
-