Function model_id_candidates
pub fn model_id_candidates(model_id: &str) -> impl Iterator<Item = &str>Expand description
Model-id candidate forms, most specific first: the id verbatim, then the
path-suffix form (vendor/slug → slug). The single owner of the
candidate policy: snapshot assembly (match_pricing) and lookup both
consume it, and the config-rate resolver mirrors it.