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.

CoreValue Dashboard
Requests+12%
12,481/ 1h
Cost−18%
$24.81today
Avg latency−8%
1.4sp50
ModelEndpointLatencyTokensCost
gpt-4o-mini/chat240ms2,104$0.003
claude-sonnet-4/chat1.2s1,840$0.028
gpt-4o/summarize3.4s3,218$0.048
gemini-2.0-flash/extract180ms612$0.000
claude-haiku-4/classify680ms984$0.002
100free requests/mo
100+models supported
1-lineintegration
−38%avg cost savings
One line to integrate

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
quickstart.ts
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.

100+models, 1 API key

AI Gateway

One API key unlocks 100+ models with smart routing and automatic fallbacks. No SDK changes needed.

0msadded latency

Observe

See every trace, session, and conversation as it happens. Zero overhead on your requests.

−38%cost, on average

Analyze

Track cost, latency, and quality across all your models. Export to PostHog with one line of code.

12+spans per session

Sessions & Traces

Group requests into user sessions to follow multi-step conversations from start to finish.

24/7monitoring

Rate Limiting & Alerts

Set rate limits per provider or endpoint. Get notified instantly on cost spikes, errors, or anomalies.

PIIdetection built in

Security

Detect PII and prompt injections automatically. Audit logs, RBAC, and SSO keep your data safe.

SOC 2GDPR & HIPAA ready

Compliance

Built for regulated industries. SOC 2 Type II, GDPR, and HIPAA compliance with audit trails and data residency controls.

1-clickexecutive reports

ROI Scorecard

Generate ROI scorecards and executive reports that show the business impact of your AI spend.

Agent tracing

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
trace_8812 · support agent
8.24s critical
agent.run
8.24s
classify_intent
520ms
kb_search
680ms
summarize_tickets · v7
5.8s
llm.sonnet-4
5.4s
format_reply
480ms
critical path highlighted·cost: $0.083·5 spans

Works with the tools you already use

35+ inference providers and every major framework — through a single, OpenAI-compatible API.

Inference providers

OpenAIAnthropicGeminiAzure OpenAIAWS BedrockVertex AIOllamaMistralCohereTogetherGroqDeepSeek+23 more

SDKs & frameworks

TypeScript SDKPython SDKLangChainVercel AI SDKOpenLLMetrycURL

How it works

Three steps from your first request to full observability.

01

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.

02

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.

03

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.

$0/ forever
Start free
  • 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.

$30/ seat / mo
Upgrade to Growth
  • 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.

Contact sales
  • 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.