Open Source AI Gateway

The Unified AI
Interface

A single API to route, optimize, and safely access any LLM provider.
Smart fallbacks, prompt security, and unified billing in one open-source orchestrator.

OpenAI Compatible Drop-In
import OpenAI from 'openai';

const client = new OpenAI({
  baseURL: 'https://smartinfer.io/v1',
  apiKey: 'sk-si-...',
});

const completion = await client.chat.completions.create({
  model: 'smartinfer/my-pipeline',
  messages: [{ role: 'user', content: 'Hello, AI' }],
});

Everything you need to ship AI products

Route requests intelligently, enforce security policies, and monitor usage — all from one control plane.

Intelligent Routing

Connect multiple providers — OpenRouter, OpenAI, Anthropic — and configure smart fallbacks. Never experience downtime when a single provider fails.

Enterprise Security

Integrated with LLM Guard to automatically scan prompts and responses for PII, leaks, and prompt injections before they reach the provider.

Fully Open Source

Self-hostable and built for transparency. Maintain complete control over your credentials and routing logic without vendor lock-in.

Pipeline Orchestrator

Build multi-step AI pipelines with a visual editor. Chain models, add guardrails, and deploy complex workflows in minutes.

Usage Analytics

Real-time dashboards for token usage, latency, costs, and error rates across every provider and pipeline you run.

API Key Management

Per-team API keys with granular rate limits, budget caps, and audit logs. Full multi-tenant isolation out of the box.

Ready to unify your AI stack?

Get started in under 5 minutes. Free and open source, forever.