One API Key · 800+ Models · WeChat Pay
Access DeepSeek, Qwen, ERNIE, GPT, Claude, Gemini with one API key
Access international AI models directly from mainland China
Pay with WeChat/Alipay. No international credit card required.
Quota added automatically after payment. No waiting.
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!"}]
)