About

What FreeModel is

The short version is one sentence, and it is the same sentence everywhere on this site:

FreeModel is an AI model gateway that gives you a single API key for dozens of model providers, routes each task to the best available model, tries free models first, and falls back automatically when a provider fails or runs out of quota.

That sentence also appears on the home page, in llms.txt, in the llms.txt description field and here. If they ever disagree, one of them is a bug — a brand described two different ways is a brand the models describe wrongly.

What it is not

Worth being blunt about, because the word "gateway" gets used loosely:

How to check the claims

Every number on this site is either counted from a live endpoint or dated. The two that matter most are both public:

# models callable right now — count them yourself
curl -s https://freemodel.online/v1/models | grep -o '"id"' | wc -l

# the price catalogue with per-model rates
curl -s https://freemodel.online/v1/models | head -c 200

If a number on this site disagrees with those endpoints, the endpoints are right and the page needs fixing.

Aiglade

FreeModel is the model layer under Aiglade, a desktop app that runs several AI agents at once on Windows with no setup. Aiglade ships pointing here, so its users never register with a provider or paste a key — that is the whole reason it can claim "no setup" and mean it.

The two are independent products. FreeModel is usable on its own from any client; Aiglade is a client that happens to use it by default.

Naming

NameWhat it refers to
FreeModelThe gateway. This site.
AigladeThe desktop client that uses it by default.
freemodel.onlineThis site's host.

"Free" refers to free quota being spent first, not to the service being cost-free. Paid models are reachable and are billed in the console.

Next