llmrelay
beta — invite-only launch coming Q3

Every major model,
one prepaid balance.

OpenAI-compatible API. Claude, GPT, Gemini, Llama, DeepSeek — one endpoint, one balance, one bill. Bulk-purchased capacity means you pay significantly less than list price.

no credit card · no subscription · no minimums

// two-line drop-in

Change two lines.
Keep your code.

If your code already talks to OpenAI, Anthropic, or Google via any of the standard SDKs, point base_url at llmrelay and swap your API key. Nothing else changes.

python-openai anthropic-sdk langchain llamaindex vercel-ai-sdk aider cursor
python
from openai import OpenAI

client = OpenAI(
    base_url="https://api.llmrelay.dev/v1",
    api_key="llm_...",
)

resp = client.chat.completions.create(
    model="claude-opus-4-7",
    messages=[{"role": "user", "content": "Hello"}],
)
01

Prepaid, not subscription

Top up when you need it. Your credit doesn't expire. No monthly bill, no auto-renewal, no surprise charges on usage spikes.

02

One endpoint, every model

Route Claude, GPT, Gemini, Llama, and open-source models through the same OpenAI-compatible endpoint. Switch model with a string, not a rewrite.

03

Significantly less than list

We buy at wholesale rates and pass most of the savings on. Transparent per-token pricing, live on the pricing page.

// catalog

All the models. One balance.

Route to whichever model fits the task. Frontier for hard problems, open-source for cheap bulk work.

claude-opus-4-7
claude-sonnet-4
gpt-4o
gpt-4o-mini
gemini-2.5-pro
gemini-2.5-flash
llama-3.3-70b
deepseek-v3
mistral-large
qwen-2.5-72b
gpt-image-2
+ more →
// ready when you are

Swap in in 30 seconds.

Sign up, get $0.20 in credit, run a few real requests, decide if it's worth the swap.

Get your API key