Interface ImageModel

All Superinterfaces:
Model<ImagePrompt,ImageResponse>
All Known Implementing Classes:
AzureOpenAiImageModel, OpenAiImageModel, QianFanImageModel, StabilityAiImageModel, ZhiPuAiImageModel
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ImageModel extends Model<ImagePrompt,ImageResponse>
  • Method Summary

    Modifier and Type
    Method
    Description
    call(ImagePrompt request)
    Executes a method call to the AI model.
  • Method Details