> Super-NB
Super NB (api.super-nb.me) is a Chinese AI API gateway providing OpenAI-compatible access to global LLM providers. It aggregates GPT and Claude models, offering a simplified top-up and usage experience for developers in the region through a New-API based interface.
// pros
- OpenAI-compatible API with /v1/* and a console to generate keys, programmatically callable
- Open registration (email verification + Turnstile), promo codes supported
- Aggregates mainstream models like GPT and Claude
// cons
- Essentially a pay-as-you-go relay with no documented sustained free quota
- Anonymous operator, unknown corporate entity, almost no community reputation to verify
- Likely aggregates/resells upstream keys, risk of degraded/fake models and shutdown
- /v1/models requires auth (401), model list not public
This is a paid relay with no evidence of public, sustained free API quota. Of limited value if you only want free LLM API access; if you must use it, never deposit large sums, top up as needed and cross-verify.
community_reputation
No independent review or complaint about super-nb.me was found; reputation is blank. Industry surveys broadly warn that relay stations carry shutdown, adulteration and data-resale risks; avoid large prepayments.
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: Nodeloc partner post (2026-08-19): Nodeloc users get $2 signup credit plus weekly lottery and first-top-up promos; e7ai post mentions a claimable $50 subscription voucher. Core remains a paid top-up relay.
| Plan | Type | Monthly | Input /1M | Output /1M | Note |
|---|---|---|---|---|---|
| Free tier (source-reported) | free | — | — | — | Unknown (homepage shows 'free/register/top-up' wording and a promo-code feature, but no public, sustained free quota is documented; likely small signup bonus or promotions, requires paid top-up). |
| Signup Credit | free | — | — | — | ~$2 trial credit for new accounts. |
Pricing normalized from public sources — always verify with the provider.
<a href="https://uprouter.online/s/api-super-nb-me" target="_blank" rel="noopener"><img src="https://uprouter.online/badge/api-super-nb-me.svg" alt="Super-NB 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 Super-NB entry — no tracking, no scripts.
$ Does Super-NB have a free tier?
Yes — Super-NB 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 Super-NB's official pricing page — free tiers change without notice.
$ How much does Super-NB cost per 1M tokens?
Super-NB 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 Super-NB safe to use?
Uprouter rates Super-NB as high risk. Rated high risk. Limited or no official documentation, an opaque or anonymous operator, unstable availability, or pricing and terms that could not be independently confirmed. Relays of this kind may resell shared upstream credits or forward prompts through intermediate hops, so data-handling guarantees are weak. Risk ratings are editorial, evidence-based, and never influenced by affiliate relationships.
$ Can I use Super-NB through Uprouter Connect?
Yes — Super-NB is Connect-compatible. Add your Super-NB 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 14h ago
| Checked | Status | Latency |
|---|---|---|
| 14h ago | up | 204ms |
| 1d ago | up | 190ms |
| 2d ago | up | 188ms |
| 2d ago | up | 203ms |
| 4d ago | up | 216ms |
| 12d ago | up | 2224ms |
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 high risk. Limited or no official documentation, an opaque or anonymous operator, unstable availability, or pricing and terms that could not be independently confirmed. Relays of this kind may resell shared upstream credits or forward prompts through intermediate hops, so data-handling guarantees are weak.
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": "sandbox-echo",
"messages": [{ "role": "user", "content": "Hello via Super-NB" }]
}'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.