ModelRegistryConfig

org.llm4s.model.ModelRegistryConfig
See theModelRegistryConfig companion class

Companion object providing defaults for ModelRegistryConfig.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

Curated llm4s corrections layered on top of the vendored LiteLLM snapshot (see DefaultResourcePath). The snapshot is a verbatim upstream copy and occasionally drops or mis-shapes entries llm4s relies on (e.g. a chat model regressing to an embedding row, or a canonical alias being removed so a substring fallback resolves to a third-party-hosted variant). Entries here take precedence over the snapshot and survive future refreshes of it.

Curated llm4s corrections layered on top of the vendored LiteLLM snapshot (see DefaultResourcePath). The snapshot is a verbatim upstream copy and occasionally drops or mis-shapes entries llm4s relies on (e.g. a chat model regressing to an embedding row, or a canonical alias being removed so a substring fallback resolves to a third-party-hosted variant). Entries here take precedence over the snapshot and survive future refreshes of it.

Only applied when loading the embedded default resource; explicit file/url/resource sources are loaded verbatim with no overlay.

Attributes

val DefaultResourcePath: String

Classpath resource path to the bundled LiteLLM model metadata JSON file.

Classpath resource path to the bundled LiteLLM model metadata JSON file.

Attributes

A ModelRegistryConfig that loads from the bundled classpath resource.

A ModelRegistryConfig that loads from the bundled classpath resource.

Attributes