ImageGenerationClient

org.llm4s.imagegeneration.ImageGenerationClient

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Generate an image from a text prompt

Generate an image from a text prompt

Attributes

def generateImages(prompt: String, count: Int, options: ImageGenerationOptions): Either[ImageGenerationError, Seq[GeneratedImage]]

Generate multiple images from a text prompt

Generate multiple images from a text prompt

Attributes

Check the health/status of the image generation service

Check the health/status of the image generation service

Attributes