DiscoveredModel

org.llm4s.config.DiscoveredModel
final case class DiscoveredModel(name: ModelName, provider: ProviderKind, metadata: Map[String, String])

A model discovered from a provider's live model-listing endpoint.

Value parameters

metadata

optional key/value pairs of additional model metadata (e.g. display name, token limits)

name

the model identifier as reported by the provider

provider

the ProviderKind that owns this model

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