Uses of Interface
bg.codexio.ai.openai.api.sdk.StartStage
-
Packages that use StartStage Package Description bg.codexio.ai.openai.api.sdk.images -
-
Uses of StartStage in bg.codexio.ai.openai.api.sdk.images
Classes in bg.codexio.ai.openai.api.sdk.images that implement StartStage Modifier and Type Class Description classActionTypeStage<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 variationsclassCreatingActionTypeStageExplicit marker action type stage for flows where only creating is possible
E.g.classEditingActionTypeStageExplicit marker action type stage for flows where only editing is possible
E.g.classVariatingActionTypeStageExplicit marker action type stage for flows where only creating variations is possible
E.g.
-