AI API Relay

AI API relay, explained

What a relay does, how to judge one, and how ours works.

An AI API relay forwards your requests to upstream model providers and returns the response, so you get one endpoint, one key and one bill across several providers. This page covers what that means in practice and what separates a reliable relay from a fragile one.

One key across providersHealth-based routingPublic status boardPer-request cost logs

What is an AI API relay?

A relay sits between your client and upstream model providers. You send an OpenAI- or Anthropic-style request to the relay, it picks a healthy upstream channel, forwards the request, and streams the response back. Your code keeps its existing SDK; only the base URL and key change.

How to judge whether a relay is reliable

Four things matter more than price. Does it publish live channel status instead of asking you to trust it? Does it fail over automatically when an upstream degrades? Does it log tokens and cost per request so you can audit the bill? And does it support the native request shapes — /v1/responses and /v1/messages — rather than forcing everything through chat completions?

What this gateway provides

Claude Code, Codex, GPT, Gemini and Grok behind one endpoint, with a public group status board, automatic failover across channels in a group, per-request usage logs showing model, tokens and cost, and plans billed by day, week or month.

Q

What is the difference between an AI API relay and a proxy?

In practice they describe the same thing: a service that forwards model API requests upstream and returns the response. A relay usually adds key management, quotas, billing and routing on top of plain forwarding.

Q

Do I need to change my code to use a relay?

Usually only the base URL and API key. Most OpenAI and Anthropic SDKs, plus tools like Claude Code and the Codex CLI, work unchanged after that config change.

Q

How do I verify a relay is actually stable?

Check whether it publishes a live status board for each channel group, whether it documents failover behavior, and whether usage logs let you reconcile every request against the amount billed.

Q

Which models can I reach through one key?

Claude and Claude Code, OpenAI Codex and GPT, Google Gemini, and xAI Grok — all through a single key and endpoint, switching by model name per request.

One API, multiple choices

Try the gateway