All systems operational · HK & SG nodes online

The most transparent
Chinese LLM gateway

One OpenAI-compatible key to access DeepSeek, GLM, Kimi, MiniMax, Qwen and more. Zero prompt logging. Crypto payments. Hong Kong low-latency routing.

<300ms
Avg TTFT (HK)
100%
Zero-Log Privacy
USDT
Crypto Payments
24h
Model Update Lag

Supported Models & Pricing

Transparent pricing — we show official cost, our price, and your savings.

Model Priority Input (official) Our Price Markup

Why SinoRouter?

Built for developers who value transparency, privacy, and speed.

⚖️

Radical Pricing Transparency

See official vs our price on every model. No hidden markups. Per-request cost breakdown in your dashboard.

🔒

Zero-Log Privacy by Default

We never store your prompts or completions. Clear public commitment. Optional HK/SG data residency.

💰

Crypto-Native Payments

Pay with USDT / USDC (TRC20 / ERC20). Instant credit on confirmed payment. No bank account required.

🚀

Hong Kong / Singapore Routing

Low-latency infrastructure close to Chinese upstream providers. <300ms average TTFT for common models.

🔍

Fast Model Updates

New Chinese model versions online within 24-48 hours of official release. Automated discovery pipeline.

🤖

Coding-Agent Ready

Full OpenAI-compatible API. Function calling, JSON mode, long context support. Works with Cursor, Continue, Aider.

Get Started in Seconds

Register, top up with USDT, get your API key, and start calling models. Full OpenAI-compatible interface.

Create Account →
# Python
import openai

client = openai.OpenAI(
    api_key="sk-sinorouter-your-key",
    base_url="https://shop.geoaiglobals.com/v1"
)

resp = client.chat.completions.create(
    model="deepseek-v4-flash",
    messages=[{"role": "user",
                "content": "Hello!"}],
    max_tokens=512
)
print(resp.choices[0].message.content)

# Bash — test from terminal
curl https://shop.geoaiglobals.com/v1/chat/completions \
  -H "Authorization: Bearer $SK_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-v4-flash",
    "messages": [{"role": "user", "content": "Hi"}]
  }'

🔒 Our Privacy Promise

We are committed to not logging your conversations. Your prompts and completions never touch our servers' persistent storage.

No prompt storage No completion logging Only token counts billed HK/SG data residency

Frequently Asked Questions

How do I pay with crypto?

Create an account, go to Billing, select USDT (TRC20 or ERC20), and send payment to the generated address. Credits are applied automatically within 1 confirmation (~1-2 min for TRC20).

Is this API compatible with OpenAI SDKs?

Yes. SinoRouter exposes a full OpenAI-compatible endpoint. Use https://shop.geoaiglobals.com/v1 as your base URL and any OpenAI SDK (Python, Node.js, etc.) works out of the box.

What is your privacy policy?

We are a zero-log gateway by design. We only store token counts for billing purposes. Your actual prompt and completion content is never written to disk or database. Read our full Privacy Policy for details.

How fast is the latency?

Our HK/SG nodes maintain average TTFT under 300ms to major Chinese upstream providers. Check our live Status Page for real-time metrics.

Can I use my own API keys?

BYOK (Bring Your Own Key) support is planned for Phase 3. Currently we provide channel-based access to all models at transparent markups.

Do you support team accounts?

Team sub-accounts with shared balance and volume discounts are available in Phase 2. Contact us for early access.