DeepSeek V4 is live — 1M context, 384K output

One API.
Every leading
Chinese model.

Requests from anywhere on earth flow through one relay and reach DeepSeek, Qwen, GLM, Kimi, and MiniMax — OpenAI-compatible, unified billing, privacy-first defaults.

POST https://api.xinoapi.com/v1/chat/completions
0%
Uptime target
<0ms
Typical TTFT
0+
Models · one endpoint

One line changes.
Everything else stays.

Keep your SDK

Works with the official OpenAI client in Python, Node, and every compatible toolchain.

Explicit model IDs

model=deepseek-v4-flash means exactly that. No silent rerouting.

$2.00 free credits

Self-service onboarding with Stripe billing. No China entity, no Alipay, no ICP.

quickstart.py
# Just change one line. That's it.   from openai import OpenAI   client = OpenAI( api_key="xino-your-key-here", base_url="https://api.xinoapi.com/v1" # ← only this line )   response = client.chat.completions.create( model="deepseek-v4-flash", messages=[{"role": "user", "content": "Hello!"}] )   print(response.choices[0].message.content)

Built for global developers

Singapore, Hong Kong, and Tokyo relay paths with dedicated enterprise routes. Just Stripe, one API key, and every frontier model.

<200ms

Optimized Global Routing

Requests ride the lowest-latency path into each upstream, with smart failover across channels when a route degrades.

Zero

Prompt Storage

No plaintext prompts or completions retained. Billing uses metadata only. Optional local redaction via Privacy SDK.

Explicit

Model IDs, No Black Box

What you request is what you get. No mystery model swaps — every response carries the exact upstream model identifier.

Every major China LLM,
one API key.

OpenAI-compatible endpoints. Swap models with a single parameter change.

ModelContextInputOutputLatency
DeepSeek V4-Flash POPULAR1M$0.264–$0.528/M*$0.792–$1.584/M*
DeepSeek V4-Pro FLAGSHIP1M$0.792–$1.584/M*$2.376–$4.752/M*
Qwen Plus NEW1M$0.133/M$0.800/M
Qwen Max FLAGSHIP256K$0.400/M$1.600/M
GLM-5.2 NEW1M$1.680/M$5.280/M
GLM-5.1 STABLE203K$1.164/M$3.648/M
Kimi K3 NEW1M$3.600/M$18.00/M
Kimi K2.6 STABLE256K$1.083/M$4.500/M
MiniMax M3 NEW1M$0.350/M$1.400/M

* DeepSeek cache-miss input and output, off-peak to peak; cache-hit input is lower. Includes 20% XinoAPI markup. Updated August 2026. View full pricing →

Start building with
Chinese frontier models.

Self-service onboarding, $2.00 free credits, and 5 provider families through one OpenAI-compatible API.

Self-service · Supported regions only · Privacy SDK available

Chat with us