Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelCatalog ¶
type ModelCatalog interface {
CatalogModels() []ModelEntry
}
ModelCatalog is implemented by protocol LLM plugins that participate in llm/router exact-match routing. Instances used only as router default may still implement ModelCatalog for per-model modalities metadata.
type ModelEntry ¶
ModelEntry declares a routable model id and optional input modalities for that id.
Click to show internal directories.
Click to hide internal directories.