AI gateway + API gateway · A Noviqent product
One gateway for every model, agent and API you run.
Airelay puts one OpenAI-compatible endpoint and one key in front of 40 LLM providers and 600+ models — with failover, guardrails, caching and budgets built in — and runs a full API gateway and MCP gateway beside it. Bring your own provider keys and pay their cost plus a flat 4%.
Try Gemini Flash, Groq-hosted Llama and Mistral Small with no provider key and no card — up to 20 requests a day.
import osfrom openai import OpenAI client = OpenAI(- api_key=os.environ["OPENAI_API_KEY"],+ base_url="https://ai.noviqent.co.uk/v1",+ api_key=os.environ["AIRELAY_KEY"],) reply = client.chat.completions.create( model="anthropic/claude-3-5-sonnet", # ...or a routing policy: "policy/primary-with-backup" messages=[{"role": "user", "content": "Hello"}],)- LLM providers behind one API
- 40
- models in the catalog
- 600+
- MCP servers in the agent directory
- 600+
- plugins for your own APIs
- 40+
The platform
Five things you'd otherwise stitch together
An LLM router, an AI firewall, an API gateway, an MCP gateway and an analytics stack — as one product, one dashboard and one bill.
AI Gateway
One OpenAI-compatible API and one key in front of 40 LLM providers and 600+ models, with routing that keeps answering when a provider doesn't.
- Bring your own provider keys — your provider bills you directly
- Fallback, load-balancing, cost, latency and semantic routing
- Per-key circuit breaker and a response feedback API
AI Guardrails & Plugins
Switch on PII redaction, semantic caching, prompt and response guards, third-party guardrails, RAG and token budgets — org-wide or per route, without touching your app.
- PII redaction including UK identifiers, with optional restore
- Semantic cache, prompt compression, LLM-as-judge scoring
- Token- and cost-based rate limits and budgets
API Gateway
Publish your own APIs behind the same gateway — services, routes, consumers and 40+ plugins for auth, traffic control, transformation and logging.
- API keys, JWT, OAuth 2.0, basic, HMAC, LDAP and ACLs
- Upstreams with load balancing and health checks
- Certificates, SNIs, key sets and vault-backed secrets
Agents & MCP
Connect your AI agents to tools from a directory of 600+ remote MCP servers, behind one governed MCP gateway and an A2A agent proxy.
- One-click connect from the MCP directory
- MCP gateway with API-key or OAuth 2.0 (Noviqent SSO) auth
- A2A proxy for agent-to-agent calls
Observability & Governance
See every request, its tokens and its cost — and control who can change what — with analytics, a request log, team roles, an audit log and a developer portal.
- Requests, p95 latency, errors, tokens, cost and cache hit rate
- Owner, admin, developer and viewer roles with invitations
- Audit log and a developer portal with OpenAPI docs
Everything on every plan
Routing, plugins, the API gateway, the agent directory and analytics aren't upsells. You pay your provider's price plus 4%.
See pricing →How it works
Every request, through one policy-driven path
Your apps, agents and API consumers talk to Airelay. Airelay authenticates them, applies the plugins you've switched on, routes the request — and records what happened.
- 1
Connect your provider keys
Add OpenAI, Anthropic, Google, Azure, Bedrock or any other supported provider's key. It's encrypted at rest — or kept in your own Noviqent Vault space — and never shown again.
- 2
Change one line
Swap your SDK's base_url for Airelay's and pick a model as provider/model — or reference a routing policy as policy/<name>. The rest of your code stays the same.
- 3
Turn on what you need
Redact PII, add guardrails, cache answers, cap spend, publish your own APIs or connect MCP servers — from the dashboard, without a redeploy.
Continuous service
Your AI keeps answering — even when one provider doesn't
Reference a routing policy as model: "policy/<name>" and Airelay decides, per request, where it goes.
Fallback chains
Smart load balancing
A fast circuit breaker
40 providers, 600+ models, one API
Connect a key and call the models that provider hosts — each one can be a fallback, a load-balance entry or a semantic route for another. Providers include:
- OpenAI
- Anthropic
- Google Gemini
- Google Vertex AI
- Azure OpenAI
- AWS Bedrock
- Mistral
- Cohere
- Groq
- Together AI
- DeepSeek
- xAI
- Perplexity
- Hugging Face
- IBM watsonx
- Cerebras
- SambaNova
- Fireworks AI
- DeepInfra
- AI21
- Nvidia NIM
- Databricks
- Cloudflare Workers AI
- Replicate
Trust
Your keys, your data, UK-hosted
Airelay was built for teams who need to know exactly where their prompts and credentials go.
Bring your own keys
Keys never sit in the gateway engine
UK-hosted, residency-aware
Put one gateway in front of all of it
Free to sign up, no card needed to try the free models. Connect your own provider keys whenever you're ready.