> LLM7
LLM7.io is an open-source AI API gateway providing unified access to leading models like GPT and DeepSeek. It stands out for its unique anonymous access tier, allowing developers to test models without registration, and a registration-based free tier with higher limits.
// pros
- Has a programmable OpenAI-compatible free API, usable anonymously with a free token for higher limits — very low barrier
- Open-source project (AGPL-3.0) aggregating many upstreams (Azure/Cloudflare/DeepSeek/Mistral/OpenAI/Scaleway, etc.)
- Public /v1/models is visible with a rich catalog including several frontier models
- Operator is UK-based, claims UK/EU GDPR compliance, with a public site and paid tiers (an operating business, not an anonymous endpoint)
// cons
- Individually run (support@llm7.io), non-official; stability and long-term viability depend on one person
- Third-party gateway: explicitly non-official, so model provenance/authenticity must be verified; don't send sensitive data
- Free tier is rate-limited (~30 RPM anonymous), unsuitable for heavy/high-frequency use
- Anonymous access means upstream cost sourcing isn't fully transparent, with generic relay run-away/downgrade risk
Usable for personal experiments and prototypes with quick anonymous access to many models; given its individual-run, third-party-gateway nature, do not rely on it for production or send sensitive data, and verify the official llm7.io domain.
community_reputation
Neutral-to-positive: freellm.net and Medium confirm it is free, anonymous, OpenAI-compatible and rare in offering OpenAI-family models free; it is open-source on GitHub and listed in free-API catalogs (cheahjs/mnfst). But they consistently warn it is a third-party, non-official, individually-run gateway and to be cautious of any 'free official key' claim.
imported analysis — independent third party, not Uprouter editorial · verify before relying on it
Free tier present — value not quantified
This provider offers a free tier, but its terms don’t convert cleanly into a USD figure (e.g. request-count limits or capacity-dependent pools). We refuse to print a misleading zero here. See the note below and the official pricing page for the exact limits.
note: Free relay: ~30 RPM anonymous, rising to ~120 RPM with free token from token.llm7.io (20/min, 100/h sub-caps); base URL api.llm7.io/v1 with api_key 'unused'. No token quota published → no USD estimate.
| Plan | Type | Monthly | Input /1M | Output /1M | Note |
|---|---|---|---|---|---|
| Free tier (source-reported) | free | — | — | — | Free; anonymous ~30 RPM (20/min, 100/hour), rising to ~120 RPM after getting a free token at token.llm7.io; base URL https://api.llm7.io/v1 with api_key set to 'unused', no credit card. |
| Anonymous Tier | free | — | — | — | 500,000 tokens/day; no registration required; strict rate limits. |
| Free Plan (Registered) | free | — | — | — | 1,000,000 tokens/day; requires account; higher rate limits. |
Pricing normalized from public sources — always verify with the provider.
// model prices
| Model | Input /1M | Output /1M | Context |
|---|---|---|---|
| DeepSeek V4 Flash | — | — | 1.0M |
| kimi-k2.6 | — | — | 262k |
| kimi-k3 | — | — | 1.0M |
| minimax-m2.7 | — | — | 205k |
| gpt-oss:20b | — | — | 131k |
| codestral-latest | — | — | — |
| gpt-5.4 | — | — | 1.1M |
| gpt-5.5 | — | — | 1.1M |
| claude-opus-4-8 | — | — | 1M |
| claude-sonnet-5 | — | — | 1M |
<a href="https://uprouter.online/s/api-llm7-io" target="_blank" rel="noopener"><img src="https://uprouter.online/badge/api-llm7-io.svg" alt="LLM7 live status on UPROUTER.ONLINE" height="40"></a>Paste this into your README, docs or status page. The badge shows the same best-effort probe data as the directory, refreshes automatically, and links back to the full LLM7 entry — no tracking, no scripts.
$ Does LLM7 have a free tier?
Yes — LLM7 offers a free tier. Always confirm current limits on LLM7's official pricing page — free tiers change without notice.
$ How much does LLM7 cost per 1M tokens?
LLM7 does not publish simple per-1M-token pricing (it may bill per request, per output, or via a subscription plan). Check their official pricing page for exact figures.
$ Is LLM7 safe to use?
Uprouter rates LLM7 as medium risk. Rated medium risk. a free relay that forwards to an upstream with only partial transparency: some model coverage or pricing is confirmed, while other figures rest on third-party reports or a login-gated console. Risk ratings are editorial, evidence-based, and never influenced by affiliate relationships.
$ Can I use LLM7 through Uprouter Connect?
Yes — LLM7 is Connect-compatible. Add your LLM7 API key in Uprouter Connect (encrypted at rest) and route requests to it through one OpenAI- and Claude-compatible API, optionally behind failover aliases. Uprouter meters the traffic in compute at the provider's listed rate.
Raw community sentiment, shown unblended. Votes never feed into objective data fields like price, risk, or status — and never into sort order.
No published reviews yet — be the first.
// more_informationprice history · live status · risk & confidence · code snippets
price_history
No recorded changes yet.
live_status
full history →best-effort probes · not a guarantee · last 13h ago
| Checked | Status | Latency |
|---|---|---|
| 13h ago | up | 273ms |
| 14h ago | up | 149ms |
| 1d ago | up | 157ms |
| 2d ago | up | 150ms |
| 3d ago | up | 253ms |
| 4d ago | up | 156ms |
| 12d ago | up | 695ms |
Uprouter runs its own probes; best-effort, not a guarantee. Probe results depend on our network location and cadence — for production, always use the provider’s own status page.
risk_&_confidence
Rated medium risk. a free relay that forwards to an upstream with only partial transparency: some model coverage or pricing is confirmed, while other figures rest on third-party reports or a login-gated console.
Confidence reflects how much verifiable evidence (official docs, probe history, community reports) backs this entry. Risk is our editorial assessment of operator reliability and terms — not financial advice.
code_snippets
curl https://uprouter.online/api/connect/v1/chat/completions \ -H "Authorization: Bearer upr_live_YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{
"model": "deepseek-v4-flash",
"messages": [{ "role": "user", "content": "Hello via LLM7" }]
}'Metered in Uprouter compute — the usage log shows which upstream served each request and its exact cost.
Ranked by neutral similarity signals only — live status, Connect compatibility, free-tier shape and free-credit proximity. Commercial relationships never influence this list.