High-performance AI gateway unifying 48+ LLM providers behind a single OpenAI-compatible API. Format translation, model combos, token compression, and a built-in dashboard.
Define how requests flow through providers. Automatic failover, load distribution, or parallel synthesis.
Try primary. On failure, exponential backoff, then next provider. Zero downtime.
Distribute across providers. Sticky sessions per conversation. Multi-account support.
Fan-out to multiple providers. Judge model synthesizes the best response.
Auto-detect OpenAI, Claude, Gemini, Vertex, Ollama formats. Pivot architecture through OpenAI canonical.
20-40% token savings. Auto-detects git-diff, grep, ls, tree, log output. Fail-open on errors.
Round-robin across API keys. Exponential backoff (5s → 10s → 20s → cap 5min). Per-account limits.
Proactive refresh 5min before expiry. Reactive on 401/403. Per-account locking prevents races.
React SPA: provider/account management, model browser, combo editor, request logs, usage charts.
Full streaming with format translation. Client disconnect detection. OpenAI-compatible event stream.
Drop-in replacement. Use existing OpenAI SDKs and tools against any provider.
Auto-compress tool results by 20-40%. Detects content patterns and applies the best filter.
Ports and adapters. Inbound HTTP, domain logic, outbound providers. Clean separation.