ModelRegistryService

org.llm4s.model.ModelRegistryService
See theModelRegistryService companion object

Read-only service interface for model registry operations.

Implementations are immutable snapshots of model metadata that can be passed through the application without relying on global process state.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def findByCapability(capability: String): Result[List[ModelMetadata]]
def listByProvider(provider: String): Result[List[ModelMetadata]]
def listProviders(): Result[List[String]]
def lookup(modelId: String): Result[ModelMetadata]
def lookup(provider: String, modelName: String): Result[ModelMetadata]
def statistics(): Result[Map[String, Any]]