๐ŸŒ LLM API Gateway

One gateway. 11 Chinese LLM models. Zero complexity.
Route your requests to DeepSeek, Qwen, GLM, Kimi through a single OpenAI-compatible endpoint.

11 Models OpenAI Compatible From $0.02/1M

What Is an LLM API Gateway?

An LLM API gateway sits between your application and multiple language model providers, providing a unified interface to access all of them. Instead of managing separate API keys, endpoints, and SDK configurations for each provider, you connect once and route to any model.

  Your App                    AI Token Hub                Model Providers
  โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€                   โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€                โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
                    โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
  OpenAI SDK  โ”€โ”€โ”€โ–ถ  โ”‚  /v1/chat/completions   โ”‚  โ”€โ”€โ”€โ–ถ  DeepSeek API
  (any client)      โ”‚                         โ”‚  โ”€โ”€โ”€โ–ถ  Alibaba Qwen API
                    โ”‚  Smart Model Routing    โ”‚  โ”€โ”€โ”€โ–ถ  Zhipu GLM API
  model="deepseek"  โ”‚                         โ”‚  โ”€โ”€โ”€โ–ถ  Moonshot Kimi API
  model="qwen3"     โ”‚  Unified Auth & Billing โ”‚
  model="kimi-k3"   โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                

Why AI Token Hub as Your LLM Gateway?

๐Ÿ”Œ Single Integration

One API key, one endpoint, one SDK integration. Access all 11 models through the same interface.

๐Ÿ’ธ Unified Billing

One bill for all models. No need to manage separate accounts with DeepSeek, Alibaba, Zhipu, and Moonshot.

๐Ÿ”„ Model Switching

Switch models by changing a single string. Test DeepSeek, then Qwen, then Kimi โ€” no code changes needed.

๐ŸŒ Global Access

Access Chinese LLMs from anywhere. No Chinese phone number, bank account, or business license required.

๐Ÿ†“ Free Tier

GLM-4-flash is completely free. Test your integration without spending a cent.

โšก Low Latency

Optimized routing ensures fast response times. Most models return within 1-3 seconds for typical requests.

All 11 Models Available Through the Gateway

Model IDProviderContextInputOutputType
deepseek-v4DeepSeek128K$0.28/1M$0.42/1MFlagship
deepseek-v3DeepSeek128K$0.28/1M$0.42/1MStable
deepseek-r1DeepSeek128K$0.55/1M$2.19/1MReasoning
deepseek-v4-flashDeepSeek128K$0.07/1M$0.14/1MFast
qwen3.6-flashAlibaba128K$0.02/1M$0.08/1MCheap
qwen3-flashAlibaba128K$0.02/1M$0.08/1MFast
qwen-plusAlibaba128K$0.40/1M$1.20/1MBalanced
qwen-maxAlibaba128K$1.60/1M$6.40/1MPremium
glm-4-flashZhipu128KFREEFREEFree tier
glm-4-airZhipu128K$0.03/1M$0.11/1MLightweight
kimi-k3Moonshot128K$0.15/1M$0.60/1MLong context

Integration Guide

Python (OpenAI SDK)

from openai import OpenAI client = OpenAI( base_url="https://eaf9553505eeb8f5-115-190-107-107.serveousercontent.com/v1", api_key="your-api-key" ) # List all models available through the gateway models = client.models.list() # Route to any model by name for model_id in ["deepseek-v4", "qwen3-flash", "kimi-k3"]: response = client.chat.completions.create( model=model_id, messages=[{"role": "user", "content": "Hello!"}] ) print(f"{model_id}: {response.choices[0].message.content[:50]}...")

cURL

# List models curl https://eaf9553505eeb8f5-115-190-107-107.serveousercontent.com/v1/models \ -H "Authorization: Bearer your-api-key" # Chat with deepseek-v4 curl https://eaf9553505eeb8f5-115-190-107-107.serveousercontent.com/v1/chat/completions \ -H "Authorization: Bearer your-api-key" \ -H "Content-Type: application/json" \ -d '{"model":"deepseek-v4","messages":[{"role":"user","content":"Hello!"}]}'

Who Uses LLM API Gateways?

๐Ÿ—๏ธ AI Agent Builders

Route agent tasks to the most cost-effective model. Use cheap models for simple tasks, expensive ones for complex reasoning.

๐Ÿš€ Startups

Minimize AI costs while building your product. Switch models as better ones become available without rewriting code.

๐Ÿ“Š Data Teams

Process large volumes of text cheaply. Classify, extract, and summarize data at 100x lower cost than GPT-4.

๐Ÿ”ฌ Researchers

Compare model outputs across providers. Test hypotheses with different models without managing multiple accounts.

Get Started with AI Token Hub

Your LLM API gateway to 11 Chinese models. No credit card required.


Start Now API Documentation View Pricing