configs/ directory and builds ModelSpec instances. This is the single source of truth for all model specifications.
EndpointPaths
endpoints:.
ModelConfig
ModelSpec with routing metadata that is not part of the spec itself.
endpoint_path
genes_endpoint_path
load_model_config
Path
required
Path to the YAML file.
ModelConfig
A
ModelConfig with the parsed spec and routing.load_all_model_configs
*.yaml files and returns a dict keyed by model_name.
Path | None
Directory to scan. Defaults to the package-bundled
configs/ directory.Dict[str, ModelConfig]
Mapping of model name to
ModelConfig.
