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.