Expand description
Catalog-driven model routing.
Selects the best model for a given set of requirements (tool calling, reasoning, vision, context window, cost) using the compile-time catalog and the runtime provider registry.
Structs§
- Model
Router - Routes requests to the most appropriate model based on capability requirements.
- Route
Requirements - Requirements for model selection.
Functions§
- route_
requirements_ for_ model_ class - Turn a skill’s declared model-class hint for one phase (
model_routing.phasesin its SKILL.md frontmatter — seecrate::uar::domain::skills::SkillModelRouting) into aRouteRequirements. ReturnsNonewhen the skill has no routing hint forphase.