Interface ImageClient

All Superinterfaces:
ModelClient<ImagePrompt,ImageResponse>
All Known Implementing Classes:
OpenAiImageClient, StabilityAiImageClient
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 ImageClient extends ModelClient<ImagePrompt,ImageResponse>
  • Method Summary

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