v1.0 general availability·Read the release notes

One API.
Every AI model.
Infrastructure for AI.

GROUNDROCK is the programmable edge between your application and every frontier model. Route, cache, observe, secure, and fail over — from a single endpoint, without vendor lock-in.

Start buildingView docs
POST /v1/chat
Latency
182ms
Tokens
1,204
Cost
$0.0021
Route between every frontier model
OpenAI
Anthropic
Google Gemini
xAI Grok
DeepSeek
Mistral
OpenRouter
Meta Llama
Architecture

One gateway.
Every provider. Zero lock-in.

Every request flows through the GROUNDROCK edge — routed, cached, observed, and secured — before it ever touches a model provider. Swap providers with a single header.

Your Application
app.ts
Mobile Client
ios · android
Server Workers
edge · lambda
GROUNDROCK Gateway
Router
Cache
Observability
Fallback
Guardrails
Analytics
p50 · 42ms overhead99.999% uptime
OpenAI
Anthropic
Gemini
Grok
DeepSeek
Mistral
Platform

Everything you'd build yourself.
Already built. Battle-tested. Priced per request.

1 endpoint

Universal Gateway

A single OpenAI-compatible endpoint that speaks to every provider. Switch models with a header, not a rewrite.

12 policies

Smart Routing

Route by cost, latency, quality, region, or custom policy. A/B test providers and models with zero code changes.

OTel · S3

Observability

Every request captured with token counts, latency, cost, and full I/O — searchable, exportable, and streamable.

-68% cost

Semantic Cache

Embedding-based cache with per-project TTL. Cut spend by up to 68% on repetitive workloads.

3 retries

Automatic Fallbacks

Multi-provider retries with typed error taxonomy. If OpenAI is degraded, we're already on Anthropic.

SOC 2

Governance & RBAC

Per-project keys, spend caps, model allowlists, and audit logs. SSO/SAML and SCIM on Team+.

real-time

Analytics

Real-time dashboards for spend, tokens, latency, error rate — sliced by project, model, or environment.

9 filters

Guardrails

PII redaction, prompt-injection detection, and jailbreak filters — before the request leaves your edge.

How it works

Three steps.
From npm install to production.

01

Install

One SDK. OpenAI-compatible. Drop it in beside your existing client.

bash
npm install @groundrock/sdk
02

Point at GROUNDROCK

Change one base URL. Keep your existing OpenAI code. Every provider, one call.

ts
import { Groundrock } from "@groundrock/sdk";

const ai = new Groundrock({
  apiKey: process.env.GROUNDROCK_KEY,
});
03

Ship

Route, cache, observe, and fail over — automatically. Ship on day one.

ts
const res = await ai.chat({
  model: "openai/gpt-5",
  fallback: ["anthropic/claude-opus-4"],
  messages: [{ role: "user", content: "Hello." }],
});
Trust the pipe

Model-agnostic infrastructure.
Priced like a utility.

GROUNDROCK runs on the same primitives that power modern cloud infrastructure — anycast routing, deterministic caching, first-class observability, region-aware failover. You get the reliability of AWS with the ergonomics of a single API.

Requests routed
12.4B
monthly, and growing
P50 overhead
42ms
measured worldwide
Provider integrations
40+
chat, embed, image, audio
Uptime SLA
99.999%
for Team & Enterprise
Enterprise · Security

Built for the enterprises
already running production AI.

Deploy inside your cloud. Retain your keys. Prove compliance with a cryptographically-signed audit trail. Your CISO's Friday will be quiet.

SOC 2 Type IIISO 27001GDPRHIPAAPCI DSSCCPA

BYO Cloud

Deploy inside your VPC on AWS, GCP, Azure, or bare metal.

Dedicated Regions

Region-pinned inference with data-residency guarantees.

SSO & SAML

Okta, Entra, Google Workspace, and SCIM provisioning.

Private Networking

VPC peering, PrivateLink, and mTLS between your app and the edge.

Guardrails at the Edge

PII redaction, prompt-injection filters, jailbreak detection.

Signed Audit Logs

Every request cryptographically signed and streamed to your SIEM.

Pricing

Pay per request. Scale to zero.
No seats. No hidden overage.

See detailed comparison
For evaluation
Free
$0/ month

Everything you need to prototype against every provider.

  • 10,000 requests / month
  • All providers, all models
  • Basic observability (24h retention)
  • Community support
Start free
For indie builders
Developer
$20/ month

Production-ready limits and analytics for solo teams.

  • 1M requests / month included
  • $0.0002 per request over
  • Analytics · 30d retention
  • Automatic fallbacks
  • Email support
Start free trial
Most popular
 
Team
$200/ month

For teams shipping AI features at scale.

  • 25M requests / month included
  • $0.00015 per request over
  • Semantic cache included
  • Analytics · 90d retention
  • SSO / SAML
  • 99.99% uptime SLA
  • Priority support
Start free trial
For regulated industries
Enterprise
Custom

BYO cloud, dedicated regions, and signed compliance.

  • Unlimited volume
  • BYO cloud (AWS · GCP · Azure)
  • Dedicated inference regions
  • SOC 2 / HIPAA / GDPR reports
  • SCIM · RBAC · Audit logs
  • 99.999% uptime SLA
  • Named SRE + solutions architect
Contact sales
Roadmap

We're building the AI cloud.
Here's what's shipping next.

Full roadmap
AI GatewayLive
AnalyticsLive
LogsLive
PlaygroundLive
Model RouterBeta
Semantic CacheBeta
GuardrailsBeta
Prompt ManagementQ1 '26
Prompt VersioningQ1 '26
Rate LimitingQ1 '26
Secrets VaultQ1 '26
Audit LogsQ1 '26
SSOQ2 '26
RBACQ2 '26
AI FirewallQ2 '26
Vector DatabaseQ2 '26
Cost OptimizerQ2 '26
Usage AlertsQ2 '26
MCP GatewayLater
Agent RuntimeLater
Workflow BuilderLater
Knowledge BaseLater
Fine-Tuning RegistryLater
MarketplaceLater
SDK · Go / Rust / JavaLater
CLILater
FAQ

Answers, up front.

Start building on GROUNDROCK.

Every AI model, one endpoint, production-grade primitives. 10,000 requests free forever — no credit card required.

$ curl https://api.groundrock.dev/v1/chat