One OpenAI-compatible key to access DeepSeek, GLM, Kimi, MiniMax, Qwen and more. Zero prompt logging. Crypto payments. Hong Kong low-latency routing.
Transparent pricing — we show official cost, our price, and your savings.
| Model | Priority | Input (official) | Our Price | Markup |
|---|
Built for developers who value transparency, privacy, and speed.
See official vs our price on every model. No hidden markups. Per-request cost breakdown in your dashboard.
We never store your prompts or completions. Clear public commitment. Optional HK/SG data residency.
Pay with USDT / USDC (TRC20 / ERC20). Instant credit on confirmed payment. No bank account required.
Low-latency infrastructure close to Chinese upstream providers. <300ms average TTFT for common models.
New Chinese model versions online within 24-48 hours of official release. Automated discovery pipeline.
Full OpenAI-compatible API. Function calling, JSON mode, long context support. Works with Cursor, Continue, Aider.
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"}]
}'
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).
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.
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.
Our HK/SG nodes maintain average TTFT under 300ms to major Chinese upstream providers. Check our live Status Page for real-time metrics.
BYOK (Bring Your Own Key) support is planned for Phase 3. Currently we provide channel-based access to all models at transparent markups.
Team sub-accounts with shared balance and volume discounts are available in Phase 2. Contact us for early access.