Premium AI Models.
Unbeatable Prices.

Access DeepSeek, Qwen, GLM and more through a single OpenAI-compatible API. Hosted in Hong Kong with low latency for global users.

7
Models
$0.35
Per 1M Tokens
65K
Max Context
99.9%
Uptime

Available Models

Why Token Hub?

OpenAI Compatible

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

💰

Pay As You Go

No subscriptions, no minimums. Pay only for the tokens you use. Free 1M tokens to start.

🌐

Global Access

Hosted in Hong Kong with direct fiber to mainland China. Low latency for both Asian and international users.

🔒

Privacy First

We don't log your prompts or completions. Zero data retention. Your data stays yours.

🚀

Streaming Support

Full SSE streaming support for real-time responses. Same interface as OpenAI.

📱

Self-Service Portal

Create API keys, monitor usage, and manage your account - all from a simple dashboard.

Get Started in 30 Seconds

# 1. Register and get your API key
curl https://tokenhub.ai/register

# 2. Set your base URL and key
export OPENAI_API_BASE=https://tokenhub.ai/v1
export OPENAI_API_KEY=sk-th-yourkey

# 3. Start chatting
curl https://tokenhub.ai/v1/chat/completions \
  -H "Authorization: Bearer $OPENAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"deepseek-ai/DeepSeek-V3","messages":[{"role":"user","content":"Hello!"}]}'
Get Your Free API Key