UPROUTERONLINE

> LLM7

edit
api.llm7.io

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.

up· 273msbest-effort probe · checked 13h agoupvotes · community
Free relayFreemiumMedium risk· conf 85%verifiedconnect: Pooled
Free credits
Not quantified
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.
Cheapest input /1M
USD per 1M input tokens, best tracked model
Cheapest output /1M
USD per 1M output tokens, best tracked model
Models tracked
10
Canonical models with normalized pricing
// source_analysisthird-party review via freeairouter.com

// 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_quota

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.

// pricinglast verified 4d ago
PlanTypeMonthlyInput /1MOutput /1MNote
Free tier (source-reported)freeFree; 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 Tierfree500,000 tokens/day; no registration required; strict rate limits.
Free Plan (Registered)free1,000,000 tokens/day; requires account; higher rate limits.
pricing_last_verified: 4d agoofficial pricing page

Pricing normalized from public sources — always verify with the provider.

// model prices

ModelInput /1MOutput /1MContext
DeepSeek V4 Flash1.0M
kimi-k2.6262k
kimi-k31.0M
minimax-m2.7205k
gpt-oss:20b131k
codestral-latest
gpt-5.41.1M
gpt-5.51.1M
claude-opus-4-81M
claude-sonnet-51M
// embed_badgebadge · uprouter.online/badge/api-llm7-io
<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.

LLM7 live status badge preview
// follows site theme
// faq
$ 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.

// community0 reviews

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 →
up · 695msup · 156msup · 253msup · 150msup · 157msup · 149msup · 273ms
100%
7-probe uptime
7/30-day charts →

best-effort probes · not a guarantee · last 13h ago

CheckedStatusLatency
13h agoup273ms
14h agoup149ms
1d agoup157ms
2d agoup150ms
3d agoup253ms
4d agoup156ms
12d agoup695ms

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

Medium risk
85%

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.

// similar_providersscored by Free relay signals

Ranked by neutral similarity signals only — live status, Connect compatibility, free-tier shape and free-credit proximity. Commercial relationships never influence this list.

Uprouter command palette

Jump to a page, provider, model or action

Keyboard shortcuts

Every keyboard shortcut available on Uprouter