Unified LLM gateway

One API for every AI model.

Call Claude, GPT, Gemini, DeepSeek and more through a single OpenAI- and Anthropic-compatible endpoint — billed per token, with automatic fallbacks and your own provider keys. Then go further with Chat and Memory: value-adds a plain relay can't offer.

ⓘ This service is for learning and technical research only. Please confirm compliance in your region before using; see thefor details.

Drop-in — change one line
from openai import OpenAI

client = OpenAI(
    base_url="https://www.getllm.ai/v1",
    api_key="gl-live-...",          # one key, every model
)
resp = client.chat.completions.create(
    model="claude-sonnet-4-6",      # swap to gpt-4o, gemini-… freely
    messages=[{"role": "user", "content": "Hello!"}],
)
2
OpenAI · Anthropic SDKs
5+
model providers, one bill
1
key for every model
credits that never expire
One key, every major provider
AnthropicOpenAIGoogleDeepSeekVoyageAnthropicOpenAIGoogleDeepSeekVoyageAnthropicOpenAIGoogleDeepSeekVoyage
OpenAI & Anthropic compatiblePay per token — credits never expireAutomatic provider fallbackBring your own keys (BYOK)

Gateway

Core

Point any OpenAI- or Anthropic-compatible SDK at GetLLM and keep your code. One key reaches every model; we handle routing, fallbacks, and per-token billing at published rates.

Frontier models
One integration

Claude, GPT, Gemini, DeepSeek and more — one account, one API key. Compatible with the OpenAI / Anthropic SDKs you already use.

Smart cost
Make frontier AI affordable

Automatic context caching, real-usage billing, and routing that picks the best model — so daily AI calls stop being a budget headache.

Auditable
Transparent, auditable, predictable

Every call is logged and reconcilable. Pay-as-you-go, billed per token; your balance never expires.

OpenAI / Codex / Cursor / Cline
https://www.getllm.ai/v1
Anthropic / Claude Code
https://www.getllm.ai
Live availability
Models online right now
View all →

The list below is what the gateway can serve today — usable directly from your API key. Fetched live from the backend; no login required.

Loading…

Memory

· In development

A memory system that sits on top of every large model. The things you've said, the documents you've uploaded, the questions you've asked — none of it is lost when the underlying model changes. Beyond a conversation workspace, Memory offers APIs so third-party apps can embed this memory layer into their own products.

How memory works
01
Add

Send messages, files, and facts to the Memory API — Memory extracts what matters.

02
Learn

It builds a structured, per-user memory graph that survives across models and sessions.

03
Retrieve

Every new call is enriched with the right context — cited, scoped to the user, yours to export.

Cross-model memory

What you said to Claude today carries over to GPT tomorrow and to a local model the day after. Your context belongs to you, not to a single model.

Personal document understanding

Upload notes, papers, contracts, archives — Memory organizes them into a retrievable knowledge layer with precise citations, so the AI has actually "read your files."

Vertical industry knowledge

A GraphRAG-backed domain knowledge graph that weaves authoritative materials and their relations into traceable answer chains, each conclusion citing its source. The first verticals will be announced on launch day.

See the Memory roadmap →

More than a relay

Value-add

Most gateways just forward your request. GetLLM adds a product layer on top — so you ship faster, and your users get something commodity resellers can't match.

Chat
free with your account

The no-setup way to use GetLLM: an AI chat that talks to any model we route — and remembers you across conversations. Upload images and video, and generate images and video right in the thread. Just sign in and start typing.

Try Chat
Memory across chats

Start a new conversation and it still knows your context — powered by the Memory layer, not a fixed prompt window.

Upload images & video

Drop in a screenshot or clip and ask about it — images are read by vision models; video is attached to the thread.

Generate images & video

Switch to image or video mode and create media from a prompt, saved straight into the conversation.

Get started in three steps

1
Sign in

Create an account with Google, GitHub, or email — no card required to start.

2
Add credits

Top up once. Credits never expire and work with any model or provider.

3
Get your API key

Mint a gl-live key and point your SDK's base_url at GetLLM — fully OpenAI- and Anthropic-compatible.

What's new

All changes

Start building in minutes

Create a key, point your SDK at GetLLM, and call any model. Scale into memory and chat whenever you're ready.