Interface ImageOptions

All Superinterfaces:
ModelOptions
All Known Implementing Classes:
AzureOpenAiImageOptions, OpenAiImageOptions, QianFanImageOptions, StabilityAiImageOptions, ZhiPuAiImageOptions

public interface ImageOptions extends ModelOptions
ImageOptions represent the common options, portable across different image generation models.
  • Method Details

    • getN

      @Nullable Integer getN()
    • getModel

      @Nullable String getModel()
    • getWidth

      @Nullable Integer getWidth()
    • getHeight

      @Nullable Integer getHeight()
    • getResponseFormat

      @Nullable String getResponseFormat()
    • getStyle

      @Nullable String getStyle()