Skip to content

Omniroute Routing Policy

github-actions[bot] edited this page Aug 23, 2026 · 1 revision

🌍 View in other languages

OmniRoute Routing Policy

Routing preserves the existing capability and combo selection logic, then applies allocation, health, circuit, quota, latency, reliability, model preference, and cost preference factors.

The adaptive score is explainable and returns both the selected candidate and all ranked candidates. Exhausted quota, denied allocation, and open circuits are ineligible. Unknown quota remains eligible with a neutral quota factor.

Route preview is deterministic and performs zero upstream model requests:

POST /api/omniroute/route/preview

The response includes candidate scores, factors, reasons, the selected provider, and liveRequestExecuted: false.

Clone this wiki locally