Access Qwen, DeepSeek, GLM, and MiniMax APIs with simple PayPal payment. No Chinese phone number, no Alipay, no mainland bank account required.
We handle the complexity so you can focus on building
No credit card required. Use PayPal to pay like you do on any global platform. Your account stays secure.
No Chinese phone verification, no mainland ID, no Alipay account. Sign up in seconds with just email.
One-line change to switch. Works with your existing SDKs, LangChain, LlamaIndex, and more.
Low latency from Asia-Pacific. 99.9% uptime SLA with automatic failover.
Choose from leading Chinese LLMs optimized for different use cases
General purpose, excellent reasoning
Advanced reasoning, math & coding
Latest Qwen, maximum capability
Balanced performance & cost
Fast, cost-effective for simple tasks
Strong Chinese language understanding
Lightning fast, budget-friendly
Multimodal, vision support
Get the same quality at a fraction of the cost
Prices shown are per 1M tokens (input). Source: OpenAI, Anthropic official pricing.
Just change the base URL and API key. That's it.
from openai import OpenAI
client = OpenAI(
api_key="your_tunan_api_key",
base_url="https://api.tunanapi.com/v1"
)
response = client.chat.completions.create(
model="deepseek-chat",
messages=[
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Hello, world!"}
]
)
print(response.choices[0].message.content)
curl https://api.tunanapi.com/v1/chat/completions \
-H "Authorization: Bearer $TUNAN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-chat",
"messages": [
{"role": "user", "content": "Hello, world!"}
]
}'
import OpenAI from 'openai';
const client = new OpenAI({
apiKey: process.env.TUNAN_API_KEY,
baseURL: 'https://api.tunanapi.com/v1'
});
const response = await client.chat.completions.create({
model: 'deepseek-chat',
messages: [
{ role: 'user', content: 'Hello, world!' }
]
});
console.log(response.choices[0].message.content);
No credit card required. Get instant access to all models with your free quota.
Get Your Free API KeyBigger plans get bonus credits. Pay only for what you use — no subscriptions, no surprise bills.