Route to Anthropic, AWS Bedrock & GMI Cloud

One gateway for every AI model.

Route requests across AWS Bedrock, the Anthropic API, and GMI Cloud. Manage keys, track spend, enforce limits — all behind one unified, drop-in compatible endpoint.

Drop-in OpenAI & Anthropic compatible Bring your own keys SSO & team controls

Powered by the world's leading AI providers

Built for teams shipping with Claude.

Everything you need between your application and the model — without standing up your own proxy.

Smart provider routing

Failover between Bedrock, Anthropic, and GMI by region, cost, or latency. No code change required.

Per-team API keys

Scoped keys with usage limits, model allowlists, and rotation built in. Revoke in one click.

Cost & latency analytics

Real-time dashboards for token spend, p95 latency, and cache hit rate by team, key, and model.

Memory & prompt cache

Persistent memory injection and tuned cache policy lift hit rate and cut your bill on long contexts.

Enterprise SSO

Google OAuth out of the box. Team roles, invite links, and admin oversight on every request.

Rate limit & quota

Per-key, per-team budget caps with email alerts before you blow through your monthly spend.

MCP & tool support

First-class MCP client integration so your agents can use external tools through the same gateway.

Drop-in compatible

Talk to /v1/messages exactly like the Anthropic API. Swap the base URL — that's the migration.

Swap one line. Keep your code.

Panda Router speaks the Anthropic Messages API. Point your existing client at the gateway URL and your API key, and you're done — routing, retries, analytics, and budget controls all kick in automatically.

  • Works with the official @anthropic-ai/sdk
  • OpenAI-compatible endpoint for legacy clients
  • Streaming, tool use, and prompt caching forwarded transparently
curl
curl https://api.pandarouter.xyz/v1/messages \
  -H "x-api-key: $PANDA_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -H "content-type: application/json" \
  -d '{
    "model": "claude-sonnet-4-6",
    "max_tokens": 1024,
    "messages": [
      { "role": "user", "content": "Hello, panda." }
    ]
  }'

Pay for the tokens, not the gateway.

Bring your own provider credentials, or top up directly through Panda Router. Pricing matches upstream rates — no hidden markup on the free tier.