Run DeepSeek Models Anywhere, Securely & at Scale

Low‑latency edge proxy, pay‑as‑you‑go, zero‑ops.

Get Your Free API Key

Why Choose Our Proxy?

🌐

Global Edge Acceleration

Requests served from the nearest Cloudflare POP; average latency <80 ms.

🔐

Secure API‑Key Management

Issue and revoke your own keys; your DeepSeek secret never leaves your vault.

💰

Transparent Usage‑Based Billing

Actual token consumption recorded; pay per‑1K‑tokens (or plug into Stripe/PayPal).

Zero‑Ops Serverless

Pure Cloudflare Workers + KV; no servers to maintain, automatic scaling.

How It Works

  1. 1

    Client Request

    Send a POST to https://www.xchat.us.kg/v1/chat/completions with Authorization: Bearer <YOUR_KEY>.

  2. 2

    Worker Validation

    The Cloudflare Worker checks your key, enforces rate limits, and forwards the call to DeepSeek (Pro or FL).

  3. 3

    Response & Usage

    DeepSeek returns the answer; the worker logs token usage (if supplied) and returns the reply unchanged.

Pricing

Free Tier

$0

per day

  • 100 K tokens / day
  • No credit card required
  • Standard rate limits
Start for Free

Enterprise

Custom

contact us

  • Volume discounts
  • SLA guarantees
  • Dedicated technical support
Talk to Sales

Quick Start – Code Samples

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?"}]
      }'

Frequently Asked Questions

Do I need to run my own server?

No. The proxy runs entirely on Cloudflare Workers; you only need to manage your client API keys.

Will my data leave China?

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.

How do I obtain my own API key?

Fill out the short form below or email us at proxy@xchat.us.kg; we’ll issue a key within one business day.

Ready to Get Started?

Just leave your email and we’ll send you a free API key and quick‑start guide.