ImagePricingEntry

org.llm4s.imagegeneration.ImagePricingRegistry.ImagePricingEntry
case class ImagePricingEntry(costPerImage: Double, model: String, quality: String, size: String)

Pricing entry for an image generation model configuration.

Value parameters

costPerImage

Cost in USD per generated image

model

Model identifier

quality

Quality level (e.g., "standard", "hd")

size

Image size descriptor (e.g., "1024x1024")

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product