> Gemai
Hajimi API (api.gemai.cc) is a Chinese third-party relay aggregation platform. It specializes in routing requests to Claude, Gemini, and GPT models through a unified OpenAI-compatible endpoint, primarily catering to users requiring simplified access to international models.
// pros
- Programmatically callable OpenAI-compatible API (/v1/*), signup credit, and official docs at docs.gemai.cc
- Aggregates mainstream models (Claude/Gemini/GPT) with check-in farming
- Relatively transparent availability (frequent in-site notices syncing channel status)
// cons
- Large availability swings: Claude series repeatedly delisted/relisted due to risk control, sometimes multiple times in one day
- Once fully paused (main and backup sites) due to database disk space exhaustion
- 'Limited perk' zero-priced models can be delisted anytime; unpredictable stability
- RouterPark rating only 1/5
- Anonymous operator (QQ-email only); relays commonly carry adulteration/exit-scam risk
There is a genuine free credit to farm, but the Claude channel is highly unstable and the site once fully paused — suitable only for non-critical one-off testing; avoid large top-ups and sensitive code, keep an official fallback ready.
community_reputation
Has a real check-in farming crowd and official docs, and the signup credit is a genuine free entry point; but the Claude channel is frequently delisted by risk control, the whole site once paused due to a disk failure, and RouterPark rates it 1/5 — poor stability and a somewhat negative reputation.
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: New users get 100 units of balance by default (community figure ~¥500 (≈$74.39)), QQ-email signup only; there is a daily check-in farming crowd; 'limited perk' zero-priced models can be delisted anytime.
| Plan | Type | Monthly | Input /1M | Output /1M | Note |
|---|---|---|---|---|---|
| Free tier (source-reported) | free | — | — | — | New users get 100 units of balance by default (community figure ~¥500 (≈$74.39)), QQ-email signup only; there is a daily check-in farming crowd; 'limited perk' zero-priced models can be delisted anytime. |
| New User Credit | free | — | — | — | Signup bonus of ~¥500 (approx. $70) reported by community. |
Pricing normalized from public sources — always verify with the provider.
// model prices
| Model | Input /1M | Output /1M | Context |
|---|---|---|---|
| Gemini series | — | — | — |
| GPT series | — | — | — |
| claude-sonnet-4-6 | — | — | 1M |
| claude-opus-4-6 | — | — | 1M |
| claude-opus-4-7 | — | — | 1M |
| claude-opus-4-8 | — | — | 1M |
<a href="https://uprouter.online/s/api-gemai-cc" target="_blank" rel="noopener"><img src="https://uprouter.online/badge/api-gemai-cc.svg" alt="Gemai 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 Gemai entry — no tracking, no scripts.
$ Does Gemai have a free tier?
Yes — Gemai offers a free tier that we value at roughly $74.39 in free credits (estimate — derived from rate-limited usage at pay-as-you-go prices). Always confirm current limits on Gemai's official pricing page — free tiers change without notice.
$ How much does Gemai cost per 1M tokens?
Gemai 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 Gemai safe to use?
Uprouter rates Gemai 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 Gemai through Uprouter Connect?
Yes — Gemai is Connect-compatible. Add your Gemai 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 | 418ms |
| 2d ago | up | 191ms |
| 2d ago | up | 463ms |
| 4d ago | up | 664ms |
| 12d ago | down | — |
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": "gemini-series",
"messages": [{ "role": "user", "content": "Hello via Gemai" }]
}'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.