Class Dalle3SizeStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,​E extends RuntimeSelectionStage>

    • Method Detail

      • square

        public FormatStage<R,​E> square()
        Square with dimensions 1024x1024 px.
        Returns:
        FormatStage to configure the response format of the images.
      • landscape

        public FormatStage<R,​E> landscape()
        Landscape with dimensions 1792x1024 px.
        Returns:
        FormatStage to configure the response format of the images.
      • portrait

        public FormatStage<R,​E> portrait()
        Landscape with dimensions 1024x1792 px.
        Returns:
        FormatStage to configure the response format of the images.