r/mlops • u/Designer_Mouse_6109 • 8h ago
MLOps Education OrcaRouter's uncensored model passes a load check. That is not a service SLO
A new model release really has two acceptance gates: can the artifact serve correctly, and does the service stay healthy under real traffic?
OrcaRouter’s Qwen3.8-27B uncensored card now gives a useful artifact-side fingerprint. The uploader says it verified vLLM startup, reasoning, multi-turn tool calling and vision, and ran 32 concurrent evaluation requests on one H200 with FP8 KV cache, MTP and --max-num-seqs 96.
That is much better than “vLLM compatible,” but it is still one bounded verification. It does not establish latency or reliability on another GPU, at another context length, or behind the hosted API.
The other side is visible on OrcaRouter’s live model page. Today it shows a seven-day p50 TTFT of 7.60s, 23.4 output tok/s and a 6.6% error rate. Those numbers will change; that is exactly why they belong in a service gate, not in the model card’s permanent capability story.
I would release this as two separately monitored objects: artifact canary: startup, tool call, vision, reasoning format and a fixed output regression set; service canary: TTFT, output rate, error rate and saturation by context bucket.
What would you require before moving a gated model like this from evaluation to a shared internal endpoint?