Getting Started

Platform Overview

Understand how CoreValue solves the core challenges of building production LLM applications

Now that your requests are flowing through CoreValue, let's explore what you can do with the platform.

What is CoreValue?

CoreValue is an AI Gateway and observability platform for production LLM applications. It provides a single unified API to route requests across multiple LLM providers, with built-in fallbacks, caching, rate limiting, and real cost tracking — plus full observability through the dashboard.

In short: route intelligently, monitor everything, never go down.

The Problems We Solve

Reliability Issues

Provider outages break your application. No visibility when requests fail. Manual fallback logic is complex and error-prone.

Debugging Complexity

LLM responses are non-deterministic. Multi-step AI workflows are hard to trace. Errors are difficult to reproduce.

Cost Uncertainty

Unpredictable spending across providers. No understanding of unit economics. Difficult to optimize without breaking functionality.

Prompt Management Pain

Every prompt change requires a deployment. No version control for prompts. Can't iterate quickly based on user feedback.

How It Works

CoreValue works in two ways: use our AI Gateway with pass-through billing (easiest), or bring your own API keys for observability-only mode.

Access multiple LLM models through a single unified API with zero markup:

  1. Add Credits - Top up your CoreValue account (0% markup)
  2. Single Integration - Point your OpenAI SDK to our gateway URL
  3. Use Any Model - Switch between providers by just changing the model name
  4. Automatic Observability - Every request is logged with costs, latency, and errors tracked

No need to sign up for OpenAI, Anthropic, Google, or any other provider. We manage the API keys and you get complete observability built in.

Gateway Features

The AI Gateway (https://gateway.corevalue.dev/v1) is an OpenAI-compatible API that routes your requests to the best provider. Here's what's built in:

FeatureHow it works
Provider RoutingUse provider-prefixed model names (e.g. openai/gpt-4o, anthropic/claude-3.5-sonnet) to route to any supported provider.
Fallback ChainsSet Cova-Fallbacks to a JSON array of model names (max 5). If the primary model fails, the gateway tries the next one automatically.
CachingSet Cova-Cache-Enabled: true to cache responses. Control TTL, bucket size, seed, and ignore keys via Cova-Cache-* headers.
Rate LimitingSet Cova-RateLimit-Policy to limit requests by count, cost, or per-user/per-property segments.
RetriesThe gateway automatically retries transient failures (429, 500, 502, 503, 504, 529) with exponential backoff. Configured server-side; observe X-Cova-Retry-Count on the response.
Real Cost TrackingEvery response includes Cova-Request-Cost with the actual cost in USD — not an estimate.
Cross-Provider TranslationSend OpenAI-format requests to Anthropic, Google, or vice versa. The gateway translates request and response formats automatically.
Custom PropertiesAdd Cova-Property-{Name} headers to tag requests with custom metadata for filtering and analytics.
User TrackingSet Cova-User-Id to track per-user costs, usage, and activity.
Prompt TrackingSet Cova-Prompt-Id to correlate requests with prompt versions in the dashboard.
FeedbackPOST /v1/feedback to attach user feedback (thumbs up/down, comments) to any request.
Meta EndpointGET /gateway/v1/meta/:requestId to retrieve cost, provider, model, and status metadata for any request.
Models EndpointGET /v1/models to list all available models in OpenAI-compatible format.

See the Gateway Overview for details on each feature.

Dashboard Features

Every request through the gateway is automatically logged. The CoreValue dashboard gives you:

Our Principles

Best Price Always We fight for every penny. 0% markup on credits means you pay exactly what providers charge. No hidden fees, no games.

Invisible Performance Your app shouldn't slow down for observability. The Hono gateway on Cloud Run keeps us fast. Always.

Always Online Your app stays up, period. Providers fail, we fallback. Rate limits hit, we load balance. We don't go down.

Never Be Surprised No shock bills. No mystery spikes. See every cost as it happens with Cova-Request-Cost on every response.

Find Anything Every request, searchable. Every error, findable. That needle in the haystack? We'll help you find it.

Built for Your Worst Day When production breaks and everyone's panicking, we're rock solid. Built for when you need us most.

Real Scenarios

Start Exploring


Questions? Contact support@corevalue.dev with any questions or feedback.

On this page