Live & Processing Requests

One API for All Your AI

Route OpenAI, Gemini, Anthropic, and more through a single endpoint. Pool multiple API keys, get automatic failover, and track every tokenβ€”with zero markup on provider costs.

0%
Markup on API Costs
<50ms
Added Latency
100+
Models Supported
99.9%
Uptime SLA

Everything You Need

Enterprise-grade AI infrastructure without the enterprise complexity

πŸ”‘

Key Pooling

Add multiple API keys per provider. We rotate through them automatically, spreading load and avoiding rate limits.

πŸ”„

Automatic Failover

If one key hits a rate limit or errors, we seamlessly try the next. Your requests succeed even when individual keys fail.

πŸ“Š

Usage Analytics

Track tokens, costs, and latency across all providers. See exactly where your AI budget is going.

πŸ”Œ

OpenAI Compatible

Same API format you already know. Point your existing code at our endpoint and it just works.

🌐

Native Passthrough

Using Gemini's native API? Just change the base URL. No code refactoring neededβ€”we proxy natively.

πŸ”’

Secure by Default

Your provider keys are AES-256 encrypted. Gateway keys are hashed. We never see your actual API keys in plaintext.

OpenAI Format
Gemini Native
cURL
# Just change the base URL - that's it!
from openai import OpenAI

client = OpenAI(
    api_key="cgw_your_gateway_key",
    base_url="https://api.gateway.candengo.com/v1"
)

response = client.chat.completions.create(
    model="gpt-4o",  # or "gemini-2.0-flash", "claude-3-5-sonnet"
    messages=[{"role": "user", "content": "Hello!"}]
)

How We Compare

We focus on what developers actually need

Feature LLM Gateway OpenRouter Portkey LiteLLM
Pricing Model Flat subscription 5% markup $49-499/mo Free (self-host)
Key Pooling βœ“ βœ— βœ“ βœ“
Automatic Failover βœ“ ~ βœ“ βœ“
Usage Analytics βœ“ βœ“ βœ“ ~
Native Format Passthrough βœ“ βœ— βœ— βœ“
Managed Service βœ“ βœ“ βœ“ βœ—
Bring Your Own Keys βœ“ βœ— βœ“ βœ“
No Vendor Lock-in βœ“ βœ— βœ“ βœ“

Built For Real Use Cases

From solo developers to production applications

🏒

Agencies & Consultancies

Manage AI costs across multiple client projects with one dashboard.

  • Separate usage tracking per client
  • Pool keys from different accounts
  • Generate detailed cost reports
  • Never hit rate limits during demos
πŸš€

SaaS Products

Add AI features without worrying about provider reliability.

  • Automatic failover keeps users happy
  • Scale with multiple keys as you grow
  • Track per-feature token usage
  • Swap providers without code changes
πŸ€–

AI Agent Builders

Run autonomous agents that need reliable, high-volume AI access.

  • Pool keys to handle burst traffic
  • Failover keeps agents running 24/7
  • Monitor costs in real-time
  • Use the best model for each task
πŸ‘¨β€πŸ’»

Individual Developers

Prototype faster without juggling multiple API keys.

  • One key for all providers
  • Free tier for experimentation
  • Easy model switching
  • No lock-in, export anytime

Simple, Transparent Pricing

Pay for the gateway, not a percentage of your AI spend

Free
Β£0/mo
  • 1,000 requests/month
  • 2 provider keys
  • Basic analytics
  • Community support
Get Started
Team
Β£49/mo
  • 500,000 requests/month
  • Unlimited provider keys
  • Team members
  • Priority support
Start Free Trial
Scale
Β£149/mo
  • Unlimited requests
  • Unlimited everything
  • Custom integrations
  • Dedicated support
Contact Us

No markup on API costs. You pay providers directly at their rates. We just charge for the gateway.

Ready to Simplify Your AI Stack?

Start routing requests in under 5 minutes. No credit card required.