One API Key,
All Chinese AI Models

Access DeepSeek, Kimi, Qwen, GLM & Spark through a single OpenAI-compatible endpoint. No Chinese phone number required.

Start for Free โ†’ View Docs
5
AI Providers
29+
Models
10x
Cheaper
<100ms
Latency
Why HaoTok AI?
Everything you need to build with Chinese AI models, nothing you don't.
๐Ÿ”“

No Registration Hassle

Skip the complex sign-up for each Chinese AI platform. One account, one key, done.

๐ŸŒ

Global Access

Hong Kong-based infrastructure. Fast, reliable connections worldwide. No VPN needed.

๐Ÿ’ฐ

Up to 10x Cheaper

Pay only for what you use. Chinese AI models cost a fraction of OpenAI pricing.

โšก

OpenAI-Compatible

Drop-in replacement. Just change the base URL and API key in your existing code.

๐Ÿ”„

5 Leading Providers

DeepSeek, Kimi, Qwen, GLM, Spark โ€” all through one unified endpoint.

Supported Models
29+ models from China's top AI companies, all OpenAI-compatible.
DeepSeek
deepseek-chat
deepseek-reasoner
Reasoning
Kimi / Moonshot
kimi-k2.5
kimi-k2.6
moonshot-v1-128k
Long Context
Qwen / Alibaba
qwen-turbo
qwen-plus
qwen-max
Fast & Smart
GLM / Zhipu
glm-4-flash
glm-4-plus
glm-4-long
Free Tier
Spark / iFlytek
4.0Ultra
generalv3.5
max-32k
Enterprise
Quick Start โ€” 3 Steps
1
Sign up and get your API key
2
Set base URL to haotokai.com/v1
3
Start making requests
Python
from openai import OpenAI

client = OpenAI(
    api_key="your-haotok-api-key",
    base_url="https://haotokai.com/v1"
)

response = client.chat.completions.create(
    model="deepseek-chat",
    messages=[{"role": "user", "content": "Hello!"}]
)

# That's it! Works with any OpenAI SDK.

Ready to Build?

New users get free credits to try it out. No credit card required.

Get Your API Key โ†’