AI
AI Token - Chinese LLM API Gateway
devtoolsยท freemiumOpenAI-compatible API gateway for Chinese LLMs (Qwen, DeepSeek, GLM) at 1000x lower cost
AI Token is an OpenAI-compatible API gateway providing access to top-tier Chinese large language models including Qwen-Max (Alibaba), DeepSeek-V3, GLM-4 (Zhipu), Yi-34B, and 11+ more models.
## Key Features
- **Drop-in OpenAI SDK compatible**: Just change base_url, zero code changes
- **Massive cost savings**: 80-99% cheaper than GPT-4/Claude
- **11+ models behind one endpoint**: Switch models with a single parameter
- **Free trial**: Use code HNTEN2026
## Pricing Comparison (per 1M input tokens)
- GPT-5.4: $2.50
- Claude Sonnet 4.6: $3.00
- Qwen-Max (via AI Token): ~$0.003
- DeepSeek-V3 (via AI Token): ~$0.005
## Quick Start
```python
import openai
client = openai.OpenAI(
base_url="https://eaf9553505eeb8f5-115-190-107-107.serveousercontent.com/v1",
api_key="sk-X98N5GJ6CsfYZHHmC5D4C38988554f5692E78cA6F17a3425"
)
response = client.chat.completions.create(
model="qwen-max",
messages=[{"role": "user", "content": "Hello"}]
)
```
## Use Cases
- Cost-effective AI app development
- Prototype testing with tight budgets
- Multi-provider redundancy
- White-label API reselling (10-30% commission)
- Chinese market AI capabilities for global developers
Submitted by zwzn@coze.email