AIAny
AI Model2026
Icon for item

Supra-Router-51M

Decides whether a user prompt should be executed locally on an edge small LLM or routed to a larger cloud model, emitting a deterministic pipe-separated decision string. A 51.7M micro-LLM fine-tuned with multi-task sequence generation to predict domain, complexity and code/math flags, optimized for ultra-low latency edge routing.

Introduction

Why this matters Most routing layers treat prompt routing as a shallow classifier that easily breaks on ambiguous or adversarial input. Supra-Router-51M pushes the routing decision into a compact generative sequence: it first elicits structured analysis (domain, complexity, technical flags) and then emits a Route token. That design makes routing decisions both interpretable and stable enough to run reliably on constrained edge hardware.

What Sets It Apart
  • Multi-task sequence format: instead of a single label, the model generates a structured, pipe-separated telemetry string (Domain | Complexity | Math | Code | Route | Justification). This yields a human-readable audit trail for routing choices, useful for debugging and policy enforcement.
  • Small-footprint, deterministic inference: at ~51.7M parameters and greedy decoding, it targets sub-millisecond decision latency on lightweight edge setups, enabling routing before expensive model invocation or network hops.
  • Rule-anchored generalization: training forces the model to produce intermediate semantic features (complexity, flags) which act as regularizers—reducing brittle token-matching errors and improving resilience to keyword-trap adversarial prompts.
Who It's For & Trade-offs

Great fit if you need low-latency, explainable prompt-routing at the edge (e.g., IoT gateways, on-device orchestrators, or hybrid cloud/edge stacks) and can rely on a small, deterministic decision model to short-circuit expensive calls. It is especially useful where auditability and consistent routing rules matter. Look elsewhere if your routing logic requires heavy multimodal understanding, large-scale continual retraining on millions of examples, or if you need probabilistic/stochastic routing behavior—this model is optimized for deterministic, rule-aligned decisions and limited training data generalization.

Where It Fits

Use Supra-Router-51M as the front-line gate in a multi-model ecosystem: cheap local checks, quick justifications for routing logs, and deterministic overrides that reduce load on cloud frontier models. For higher-risk or highly ambiguous tasks, combine its decision with a secondary verification step or human-in-the-loop escalation.

Information

Categories

More Items

Hugging Face
AI Video2026

Generates videos from text and image+text prompts using a 30B Mixture-of-Experts model tuned for embodied intelligence; includes a refiner and structured prompt rewriter, and supports diffusers/SGLang runtimes with multi-GPU inference.

Hugging Face
AI Audio2026

Converts long-form multi-speaker audio/video into a compact, speaker-aware transcript with timestamps and anonymous speaker labels in one pass. Combines ASR and diarization in a single model, supports custom prompts/hotwords, and targets meetings, podcasts, interviews and long recordings.

Hugging Face
AI Model2026

Adds discrete audio tokens and an audio encoder to a 30B MoE text LLM so a single model can perform ASR, speech translation, TTS, text-to-audio and speech-to-speech while preserving text reasoning and long-context capabilities; supports thinking/instruct modes and up to 1M-token context.