TokenHub

One API Key · 800+ Models · WeChat Pay

🔑

One Key, All Models

Access DeepSeek, Qwen, ERNIE, GPT, Claude, Gemini with one API key

🌐

No VPN Needed

Access international AI models directly from mainland China

💳

WeChat Pay

Pay with WeChat/Alipay. No international credit card required.

Instant Top-up

Quota added automatically after payment. No waiting.

Pricing Plans

Monthly

¥9.9 /mo
Buy Now

Yearly

¥99 /yr
Best Value

Lifetime

¥499
Buy Now

Quick Start

pip install openai
# Then:
import openai
openai.base_url = "https://www.loyap-innovation.com/v1"
openai.api_key = "your-tokenhub-key"

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