Skip to content
Router One

Grok API in China — no VPN, no foreign card

Router One makes Grok chat models callable from Mainland China without a VPN or foreign card: the same OpenAI-compatible endpoint https://api.router.one/v1 and key that reach GPT, Claude and Gemini, billed per token with a cost trace for every request. xAI's own endpoints are blocked for mainland networks and bill to a foreign card; the gateway removes both blockers.

Direct access, no VPN

Grok models answer through the OpenAI-compatible endpoint at https://api.router.one/v1. Review the published benchmark below before relying on any point-in-time network result.

Token pricing with a ledger

Grok chat models are metered per token at Router One's posted rates. The site-wide up to 90% off official prices figure applies to select models across the catalog; discount levels vary by model, and the /models catalog marks each Grok model's current discount against its base rate. Every request logs its model, tokens, latency, and cost in the dashboard.

Pay in RMB

Top up with a card or Alipay through one hosted checkout, or with USDT/USDC on six chains. Metered per token, pay-as-you-go — no xAI account, no foreign card.

Review the China latency benchmark

This setup guide does not make a separate latency promise. The published snapshot, last updated 2026-05-15, covers Beijing, Shanghai, and Shenzhen on China Telecom, China Unicom, and China Mobile in a rolling 7-day window. It is not an SLA, and individual networks may vary; review the full method and caveats before judging fit for your workload.

Read the published benchmark

Grok chat models in the catalog

The lineup follows the live catalog — current per-token rates are on the models page.

Model IDWhat it is
grok-4.6Latest Grok chat model — 500k context, vision and tool calling
grok-4.5Previous flagship — 500k context, vision and tool calling
grok-4.3Grok 4.3 text model — 500k context; capability tags on the model page
grok-build-0.1Grok Build 0.1 text model — 500k context; capability tags on the model page
See live Grok model pricingGemini API in China on the same key

Grok Imagine on the same key

Grok Imagine is in the catalog as two entries — grok-imagine-image and grok-imagine-image-quality — both at a flat per-image unit price, served at the standard images endpoint with the same key and wallet.

Image generation API guide

Grok Video is not currently in the catalog. For video generation from China, the video page covers the models that are listed — check /models under the video category for the current lineup.

Video generation from China

3-step setup

Any OpenAI-compatible client works — set the base URL, pick a Grok model ID from the catalog, and call.

  1. 1Create a Router One API keySign up at router.one and create an API key in the dashboard. Top up with a card or Alipay on the hosted checkout, or with USDT/USDC — no foreign credit card required.
  2. 2Point your client at the gatewaySet the base URL to https://api.router.one/v1 in the OpenAI SDK or any compatible tool, and use a Grok model ID copied from the /models page.
  3. 3Send a request and verifyMake a chat completion call, then open Dashboard → Logs to see the trace: model, tokens, latency, and cost for the request.
grok-via-router-one.sh
# Grok via the OpenAI-compatible endpoint
curl -X POST https://api.router.one/v1/chat/completions \
  -H "Authorization: Bearer sk-your-router-one-key" \
  -H "Content-Type: application/json" \
  -d '{"model": "<grok-model-id>",
       "messages": [{"role": "user", "content": "你好"}]}'

No low fixed cap for normal paid usage. Abuse prevention, per-account protection limits, and upstream constraints may still apply; if a request returns 429, check Dashboard -> Logs or contact support to raise limits.

FAQ

Why can't I call the Grok API directly from China?

xAI's API endpoints are blocked for Mainland China network space, and billing requires a foreign card. A VPN adds latency and instability; a China-reachable gateway avoids both.

Which Grok models are available?

The chat lineup currently spans grok-4.6, grok-4.5, grok-4.3 and grok-build-0.1 — the Grok 4.20 non-reasoning tier left the catalog on 2026-08-26. Grok 4.3 and Grok Build 0.1 are covered in the September 2026 new-model guide. The catalog updates as models ship or retire, so treat /models as the source of truth for the live lineup, per-token rates, context windows, and capability tags.

Do I use xAI's SDK?

No — you call Grok models through the OpenAI-compatible interface: the official OpenAI SDK, curl, or any compatible client. Vision input on grok-4.6 and grok-4.5 works via standard image_url content parts.

How does pricing compare to official rates?

Grok chat models are billed per token at Router One's posted rates. The site-wide "up to 90% off official prices" figure is a ceiling reached on select models across the catalog, not a Grok-specific rate — open the Grok rows on /models to see each model's current discounted rate against its base rate (some Grok models carry no discount).

Can the same key generate Grok images?

Yes — Grok Imagine is listed as grok-imagine-image and grok-imagine-image-quality, both unit-priced per image on the same key and wallet. Grok Video is not currently in the catalog; the image generation API page covers images, and the video generation page covers the video models that are listed.

Start calling Grok from China

Get your API key