> RouterPark
RouterPark is a directory and monitoring site for unofficial and free AI model relays. It catalogues third-party Claude and GPT proxies, providing a dashboard for status and latency while offering its own unified entry point for multiple 'free' upstreams.
// pros
- Directory plus live monitoring dashboard, centralizing many free relays' status and latency to find working nodes
- Login-free, no payment, low barrier to try
- Supports Claude/ChatGPT/Codex, OpenAI/Anthropic-compatible
// cons
- Essentially a directory/monitor whose usability depends entirely on the third-party free relays it lists; stability is uncontrollable
- Its own proxy exposes high-end claude-opus-4-x models with opaque sourcing—risk of stolen upstream keys / model downgrade
- The aggregated free relays are mostly anonymous individuals without corporate credentials and may wipe and vanish anytime
- User code/business data is sent out via third-party relays, high privacy risk
Usable as a directory/monitoring reference to discover free relay nodes, but never for sensitive code or production; behind it are anonymous third-party relays that can fail or abscond anytime—fall back to official channels for anything important.
community_reputation
RouterPark has an author self-recommendation on V2EX and a clear positioning (free-relay directory + monitoring), but the community is broadly wary of the third-party free relays it aggregates, citing poor control, data exfiltration and sudden runaways.
imported analysis — independent third party, not Uprouter editorial · verify before relying on it
How we estimated this: the free allowance is converted to a dollar value using the provider’s own pay-as-you-go rates for the models a typical developer would reach for. When the allowance is metered in requests, tokens or minutes rather than dollars, we assume median usage of the cheapest capable model. Because assumptions are involved, the figure carries the est. flag — treat it as an order of magnitude, not a quote.
note: Directory is free/login-free; any.routerpark.com proxy (ANTHROPIC_BASE_URL) signup credit: site advertises $20 but probes report ~$2 (+~$10 for posting). Conservative: $2; quota depends on third-party relays.
| Plan | Type | Monthly | Input /1M | Output /1M | Note |
|---|---|---|---|---|---|
| Free tier (source-reported) | free | — | — | — | The directory itself is free and login-free; its own any.routerpark.com proxy claims a $2 signup credit and can be used directly as ANTHROPIC_BASE_URL, but quota and sourcing depend on the third-party relays it lists. |
| Community Free | free | — | — | — | Access to aggregated free relays without signup. |
Pricing normalized from public sources — always verify with the provider.
// model prices
| Model | Input /1M | Output /1M | Context |
|---|---|---|---|
| claude-opus-4-6 | — | — | 1M |
| claude-opus-4-7 | — | — | 1M |
| claude-opus-4-8 | — | — | 1M |
<a href="https://uprouter.online/s/routerpark-com" target="_blank" rel="noopener"><img src="https://uprouter.online/badge/routerpark-com.svg" alt="RouterPark 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 RouterPark entry — no tracking, no scripts.
$ Does RouterPark have a free tier?
Yes — RouterPark offers a free tier that we value at roughly $2.00 in free credits (estimate — derived from rate-limited usage at pay-as-you-go prices). Always confirm current limits on RouterPark's official pricing page — free tiers change without notice.
$ How much does RouterPark cost per 1M tokens?
RouterPark 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 RouterPark safe to use?
Uprouter rates RouterPark as high risk. Aggregates unofficial relays and community-run proxies which lack formal SLAs and may pose data privacy risks. The 'free' models are often forwarded from third-party sources without explicit permission from the original model providers. Risk ratings are editorial, evidence-based, and never influenced by affiliate relationships.
$ Can I use RouterPark through Uprouter Connect?
RouterPark 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 14h ago
| Checked | Status | Latency |
|---|---|---|
| 14h ago | up | 304ms |
| 1d ago | up | 326ms |
| 2d ago | up | 288ms |
| 2d ago | up | 338ms |
| 4d ago | up | 295ms |
| 12d ago | up | 1361ms |
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
Aggregates unofficial relays and community-run proxies which lack formal SLAs and may pose data privacy risks. The 'free' models are often forwarded from third-party sources without explicit permission from the original model providers.
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
# RouterPark'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": "claude-opus-4-6",
"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.