Provider Routing
Smart failover and traffic distribution across providers with unified model aliases.
MAVIS gives teams a single gateway to manage provider routing, enforce guardrails, and operate AI workloads reliably at scale.
Smart failover and traffic distribution across providers with unified model aliases.
Cookie-based auth support, role isolation, and centralized policy enforcement.
Track latency, volume, and operational metrics for every request path.
Production-ready gateway patterns for retries, fallback, and controlled rollouts.
Point any OpenAI-compatible client to MAVIS and start routing immediately.
OPENAI_API_KEY="your-propilot-key"
OPENAI_BASE_URL="https://your-host/propilot/v1"
curl $OPENAI_BASE_URL/models \
-H "Authorization: Bearer $OPENAI_API_KEY"