Class VariatingActionTypeStage

  • All Implemented Interfaces:
    StartStage

    public class VariatingActionTypeStage
    extends Object
    implements StartStage
    Explicit marker action type stage for flows where only creating variations is possible
    E.g. when only a ImageVariationHttpExecutor has been provided
    • Method Detail

      • another

        public ChoicesStage<bg.codexio.ai.openai.api.payload.images.request.ImageVariationRequest,​PromptlessImagesRuntimeSelectionStage<bg.codexio.ai.openai.api.payload.images.request.ImageVariationRequest>> another​(File image)
        Parameters:
        image - the original image passed to the model, baseline for the generated responses Creates variations of given image.
        Corresponds with /v1/images/variations endpoint