You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(coordinator): route catalog keys to equivalent HF model ids (#900) (#905)
* fix(coordinator): route buyer catalog keys to equivalent HF model ids
ModelKnown and buyer model matching only compared served HuggingFace
ids, so rate-card keys like openai/gpt-oss-20b 404'd while the HF id
routed. Reuse NormalizeModelKey equivalence for known-model and
selection matching (#900).
Co-authored-by: Cursor <cursoragent@cursor.com>
* fix(coordinator): scope catalog aliases and harden ModelKnown
Namespace-blind gpt-oss/meta-llama/nemotron collapses let foreign
known namespaces spoof catalog keys once ModelsEquivalent drove
routing. Restrict magic-prefix rewrites, hoist ModelKnown query
normalization, and keep Pillar-A hash buckets on literal ModelID.
Co-authored-by: Cursor <cursoragent@cursor.com>
* test(buyer): cover catalog-key pin and class-member equivalence
Lock sticky-pin validation and model-class membership against the
Co-authored-by: Cursor <cursoragent@cursor.com>
#900 alias rules, including foreign-namespace spoof negatives.
---------
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments