The edge intelligence layer for AI
Route across 200+ models with edge-level capabilities, using a single API, in 2 minutes.
How it works
One gateway, many providers
Your application calls Edgee. We apply policies at the edge (routing, privacy controls, retries), then forward the request to the best provider for the job.
- Normalize responses across models so you can switch providers easily
- Observe and debug production AI traffic end-to-end
- Control costs with routing policies and caching
import Edgee from 'edgee';
const edgee = new Edgee(process.env.EDGEE_API_KEY);
const res = await edgee.send({
model: 'openai/gpt-5.2',
input: 'Summarize this page in 3 bullets.',
});
console.log(res.output_text);Fallbacks, retries, and policy-based model selection.
Understand latency, spend, and errors per provider.
Configure data handling and retention for prompts.
Built for production
Everything you need to ship AI features with confidence
Edgee is an edge-native AI gateway that helps engineering teams run large language models safely, efficiently, and reliably in production. It provides a single API to route across multiple LLM providers while applying edge workloads such as intelligent model selection, PII redaction, cost control, and observability before inference happens. Edgee enables teams to move from experimentation to production-grade LLM infrastructure in days, not months.

Unified API
Call OpenAI, Anthropic, Google, Mistral and more through one endpoint and consistent responses.
Intelligent Routing
Pick the best model by policy (cost, latency, quality) with automatic fallbacks.
Observability
Track latency, errors, usage and cost per model, per app, and per environment.
Privacy Controls
Configure data handling and retention policies for sensitive prompts and regulated workloads.
Cost Control
Set budgets, alerts, and guardrails. Optimize spend with caching and routing policies.
Bring Your Own Keys
Use Edgee’s key for convenience, or plug in your provider keys for billing and custom models.
Ship faster
Start with one key. Scale with policies.
Use Edgee’s unified access to get moving quickly, then add routing, budgets, and privacy controls as your AI usage grows.