Expand description
Models Manager - Coordinates model discovery, caching, and selection.
This module provides the main ModelsManager struct that coordinates:
- Local model presets (built-in configurations)
- Remote model discovery (fetching from provider APIs)
- Disk caching with TTL
- Model family resolution
Structs§
- Models
Manager - Coordinates remote model discovery plus cached metadata on disk.
Functions§
- new_
shared_ models_ manager - Create a new shared ModelsManager
- new_
shared_ models_ manager_ with_ provider - Create a new shared ModelsManager with specific provider
Type Aliases§
- Shared
Models Manager - Thread-safe reference-counted ModelsManager