Problem. LLMModelSpec.Criticality (Critical / Standard / Sheddable) is not exposed. The Inference Gateway scheduler uses it to prioritize and shed load between models.
Impact. In multi-tenant / multi-model clusters there's no way to mark which models get served first under pressure; all traffic is treated equally.
Current workaround. None.
Upstream. Model.Criticality, consumed by the EPP scheduler.
Scope. A criticality field on llmEngine (only meaningful with gateway routing).
Problem.
LLMModelSpec.Criticality(Critical / Standard / Sheddable) is not exposed. The Inference Gateway scheduler uses it to prioritize and shed load between models.Impact. In multi-tenant / multi-model clusters there's no way to mark which models get served first under pressure; all traffic is treated equally.
Current workaround. None.
Upstream.
Model.Criticality, consumed by the EPP scheduler.Scope. A
criticalityfield onllmEngine(only meaningful with gateway routing).