> All API Hub
All API Hub is an open-source browser extension and account manager for the New-API/Sub2API ecosystem. It provides a unified dashboard for tracking balances, usage, and auto-checking across multiple relay providers, rather than serving as an API endpoint itself.
// pros
- Open-source (auditable on GitHub), featured by tech newsletters, positive community recognition
- Keys and account data stay on-device by default, encrypted only when WebDAV sync is enabled; decent privacy design
- Practical management value for heavy multi-relay users (price comparison, batch health checks, auto check-in)
// cons
- Not a free-LLM-API provider—no /v1 endpoint, no generatable model key; outside this project's scope
- It is a management tool that encourages aggregating many third-party relays, indirectly inheriting relay risks
- Sponsored by relay service PackyCode (with a 10% discount code), so there is a commercial-referral element
A useful tool for users juggling many relay accounts, but it provides no model API and cannot be treated as a free-LLM source; verify the open-source code and permissions before installing any third-party extension.
community_reputation
As an open-source management extension it has a positive, transparent reputation; but what it manages are relay accounts—it is not itself a callable free model API.
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 open-source tool that grants no model quota itself; its docs only teach users how to farm check-in/free allowances on other relays. No free API value is provided here.
| Plan | Type | Monthly | Input /1M | Output /1M | Note |
|---|---|---|---|---|---|
| Free tier (source-reported) | free | — | — | — | The tool itself is free and open-source but grants no model quota; the 'free quota' in its docs refers to teaching users how to farm check-in/free allowances on various relays, not something this site provides. |
| Open Source Tool | free | — | — | — | Extension is free to use; management tool only. |
Pricing normalized from public sources — always verify with the provider.
<a href="https://uprouter.online/s/all-api-hub-qixing1217-top" target="_blank" rel="noopener"><img src="https://uprouter.online/badge/all-api-hub-qixing1217-top.svg" alt="All API Hub 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 All API Hub entry — no tracking, no scripts.
$ Does All API Hub have a free tier?
Yes — All API Hub offers a free tier. Always confirm current limits on All API Hub's official pricing page — free tiers change without notice.
$ How much does All API Hub cost per 1M tokens?
All API Hub 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 All API Hub safe to use?
Uprouter rates All API Hub as low risk. Rated low risk. a directory/monitor of model endpoints with pricing, authentication and terms documented on its own site. The model coverage is consistent with a real upstream, so data and reliability risk are modest. Risk ratings are editorial, evidence-based, and never influenced by affiliate relationships.
$ Can I use All API Hub through Uprouter Connect?
All API Hub is not marked Connect-compatible in our catalog yet. You can still use their API directly, or request compatibility via /submit.
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 | 52ms |
| 14h ago | up | 51ms |
| 1d ago | up | 59ms |
| 2d ago | up | 92ms |
| 3d ago | up | 79ms |
| 4d ago | up | 44ms |
| 12d ago | up | 683ms |
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 low risk. a directory/monitor of model endpoints with pricing, authentication and terms documented on its own site. The model coverage is consistent with a real upstream, so data and reliability risk are modest.
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
# All API Hub's own API — get a key from their dashboard
curl https://YOUR-PROVIDER-ENDPOINT/chat/completions \
-H "Authorization: Bearer THEIR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "MODEL_NAME",
"messages": [{ "role": "user", "content": "Hello" }]
}'Direct to the provider — Uprouter receives nothing; verify their current pricing before purchasing.
Ranked by neutral similarity signals only — live status, Connect compatibility, free-tier shape and free-credit proximity. Commercial relationships never influence this list.