BYOK AI Gateway

One API. Every Model.

Connect your existing AI provider keys and access multiple models through a single unified API.

Works with your keys from

OpenAIAnthropicGoogle GeminiDeepSeekxAI Grok
Capabilities

Everything you need to ship with any model

Production-grade AI infrastructure that stays out of your way.

Bring Your Own Keys

Connect OpenAI, Anthropic, Gemini, DeepSeek, Grok and future providers — your keys, your accounts.

Unified API

One OpenAI-compatible endpoint regardless of provider. Drop-in for any existing SDK.

Usage Analytics

Track requests, tokens and estimated costs across every model in real time.

Secure Key Storage

Provider credentials are AES-256-GCM encrypted at rest and never exposed client-side.

Request Logs

Inspect every request — model, provider, tokens, latency and status.

Multi-Provider Support

Switch providers and models without touching your application logic.

How it works

Three steps to one endpoint

Keep your provider accounts. Change one base URL. Done.

  1. 01

    Connect your keys

    Add your OpenAI, Anthropic, Gemini, DeepSeek or Grok keys. They're encrypted before they're stored.

  2. 02

    Generate a gateway key

    Get a single tg_live_… key. It's the only credential your app ever needs.

  3. 03

    Call any model

    Point any OpenAI SDK at our base URL and send a model alias. We route to the right provider.

example.ts
import OpenAI from "openai";

const client = new OpenAI({
  apiKey: process.env.TIGERGATEWAY_API_KEY, // tg_live_...
  baseURL: "https://gateway.hacktigerlabs.com/v1",
});

const res = await client.chat.completions.create({
  model: "claude-sonnet",          // routed to Anthropic
  messages: [{ role: "user", content: "Hello!" }],
});

Free while you BYOK. Start in minutes.

You pay your providers directly. TigerGateway gives you the unified API, analytics and security on top — at no extra cost to get started.