Low‑latency edge proxy, pay‑as‑you‑go, zero‑ops.
Get Your Free API KeyRequests served from the nearest Cloudflare POP; average latency <80 ms.
Issue and revoke your own keys; your DeepSeek secret never leaves your vault.
Actual token consumption recorded; pay per‑1K‑tokens (or plug into Stripe/PayPal).
Pure Cloudflare Workers + KV; no servers to maintain, automatic scaling.
Send a POST to https://www.xchat.us.kg/v1/chat/completions with Authorization: Bearer <YOUR_KEY>.
The Cloudflare Worker checks your key, enforces rate limits, and forwards the call to DeepSeek (Pro or FL).
DeepSeek returns the answer; the worker logs token usage (if supplied) and returns the reply unchanged.
Custom
contact us
curl https://www.xchat.us.kg/v1/chat/completions \
-H "Authorization: Bearer sk_live_yourkeyhere" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-pro",
"messages": [{"role":"user","content":"Hello, who are you?"}]
}'
No. The proxy runs entirely on Cloudflare Workers; you only need to manage your client API keys.
The edge nodes are located in Asia (Hong Kong, Singapore, etc.), but the actual LLM inference stays on DeepSeek’s China‑based servers, satisfying data‑locality requirements.
Fill out the short form below or email us at proxy@xchat.us.kg; we’ll issue a key within one business day.
Just leave your email and we’ll send you a free API key and quick‑start guide.