The AI Gateway & LLM Observability platform for AI native companies
Access 100+ AI models with a single OpenAI-compatible API key. See every trace, session, and conversation with cost, latency, and quality metrics in real time.
Point your base URL at CoreValue. That's it.
Keep the OpenAI SDK you already use. Swap the baseURL and instantly get logging, routing, fallbacks, and observability across every provider — no SDK rewrite, no data pipeline to maintain.
- › Works with OpenAI, Anthropic, Gemini, Azure, Bedrock, Ollama & more
- › JS/TS, Python, cURL, and frameworks like LangChain & Vercel AI SDK
- › Automatic fallbacks & intelligent routing across providers
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://ai-gateway.corevalue.dev",
apiKey: process.env.COREVALUE_API_KEY,
});
const response = await client.chat.completions.create({
model: "gpt-4o-mini", // claude-sonnet-4, gemini-2.0-flash, or 100+ models
messages: [{ role: "user", content: "Hello!" }],
});Everything you need to ship LLM features
From the gateway that routes your requests to the observability that helps you understand them — CoreValue covers the full lifecycle.
AI Gateway
One API key unlocks 100+ models with smart routing and automatic fallbacks. No SDK changes needed.
Observe
See every trace, session, and conversation as it happens. Zero overhead on your requests.
Analyze
Track cost, latency, and quality across all your models. Export to PostHog with one line of code.
Sessions & Traces
Group requests into user sessions to follow multi-step conversations from start to finish.
Rate Limiting & Alerts
Set rate limits per provider or endpoint. Get notified instantly on cost spikes, errors, or anomalies.
Security
Detect PII and prompt injections automatically. Audit logs, RBAC, and SSO keep your data safe.
Compliance
Built for regulated industries. SOC 2 Type II, GDPR, and HIPAA compliance with audit trails and data residency controls.
ROI Scorecard
Generate ROI scorecards and executive reports that show the business impact of your AI spend.
Find the one span that cost you 18 seconds
Multi-step agents as waterfall trees. Critical path, cost attribution, and latency outliers — highlighted automatically.
- Critical path — 78% of wall-clock time in a single span, flagged automatically
- Cost attribution — per LLM call, per tool, per retrieval step
- Retry & error spans as first-class citizens, not hidden in logs
Works with the tools you already use
35+ inference providers and every major framework — through a single, OpenAI-compatible API.
Inference providers
SDKs & frameworks
How it works
Three steps from your first request to full observability.
Route through the gateway
Send requests to the CoreValue AI Gateway instead of your provider directly. One API key unlocks 100+ models with intelligent routing and automatic fallbacks.
We log everything
The proxy captures request and response data asynchronously via a queue — no latency added to your users. Metadata goes to Postgres, analytics to ClickHouse, large payloads to object storage.
Observe, analyze, iterate
Inspect traces and sessions, track cost & latency, version prompts, and build datasets — all from one dashboard.
Simple, transparent pricing
Start free with 1,000 requests a month. Upgrade to Growth for metered usage or contact us for enterprise scale.
Free
For getting started and small projects.
- 1 seat
- 1 organization
- 1,000 requests / month
- Dashboard, requests & sessions
- 7-day data retention
- Rate limiting (1 alert)
Growth
For production teams monitoring LLM apps.
- 1 organization
- 3,000 requests included, then $0.0007/req
- Metered storage ($0.002/GB)
- Sessions, alerts, caching & more
- ROI scorecards & executive reports
- 6 months log retention
- Email support
Enterprise
For organizations with scale & compliance needs.
- Unlimited organizations
- Custom requests volume
- Unlimited alerts & rate limits
- SSO & RBAC
- Custom data retention
- Security & PII scanning
- SOC 2, GDPR & HIPAA compliance
- Priority support & dedicated SLA
Reasonable questions
Everything you need to know before integrating.
Swap your provider SDK's baseURL to point at the CoreValue gateway. Same surface, same types. We record the full request and response on the wire, with no extra round-trip and no sampling by default. Works with the OpenAI SDK, Anthropic SDK, LangChain, Vercel AI SDK, and more.
Ship your first traced request in 2 minutes
No credit card. No infrastructure to manage. Just point your base URL at CoreValue and start observing.