Three strategies across providers
OpenAI, Anthropic or anything OpenAI-compatible, selected by priority, by cost or round-robin. The strategy is a configuration value.
A gateway for LLM traffic that you compile into your own binary. Route across providers by cost, latency or priority; cache responses with optional semantic matching; redact PII and block prompt injection on the way through; enforce per-tenant budgets. It also exposes an OpenAI-compatible endpoint, so existing SDKs point at it unchanged.
Point an existing SDK at a Nexus instance and routing, caching, guardrails and tenancy come with it, without touching the calling code.
Priority, cost-optimised and round-robin across OpenAI, Anthropic and anything speaking the same API.
PII detection, prompt-injection checks and content filtering that can block, redact or warn on either side of the call.
A gateway in front of the model providers, so the application stops caring which one answered.
OpenAI, Anthropic or anything OpenAI-compatible, selected by priority, by cost or round-robin. The strategy is a configuration value.
PII detection, prompt-injection checks and content filtering run before and after the model call, with the action chosen per guard.
Every request carries its tenant, and API keys, rate limits, usage tracking and model aliases are all held per tenant.
SQLite or Postgres in production, in-memory for development, with every subsystem behind a Go interface.
A name maps to a provider target, with input and output transforms, system prompt injection and RAG context applied on the way through.
The API surface matches OpenAI closely enough that an existing SDK needs its base URL changed and nothing else.
Multi-provider with aliases and fallbacks.
Checks applied before and after the model call.
Response reuse keyed on the full request.
OpenAI-compatible surface so clients need no changes.
Nexus is an AI gateway you compile into your own binary. Route across providers, cache, guard and observe LLM traffic without running a separate SaaS in the path.
Every hosted AI gateway puts a third party in the path of your prompts, which is a data-governance conversation before it is an architecture one. Nexus is fifteen lifecycle hooks and three storage backends in your own process. The trade is that you operate it, and you already operate the process it lives in.
Shipping something on Nexus? Nobody is listed here yet. Tell me what you built and you will be the first.
Get listed →