The only gateway that gives Western devs Chinese AI without a +86 phone, and Chinese devs GPT/Claude without a VPN. 16 models from 9 providers, OpenAI-compatible.
DeepSeek Β· Qwen Β· GLM Β· Moonshot Β· Doubao free to test. GPT Β· Claude Β· Gemini Β· Kimi Β· MiniMax unlock after your first $5 top-up.
π First top-up bonus: $5 charged β $6 worth of credits (+100 free calls).$5 tier: zero processing fee.
16
AI Models
9
Providers
99.9%
Uptime
<50ms
Routing Latency
Powered by leading AI providers
The only platform bridging Chinese AI and the global market. Access models you can't get anywhere else.
Only platform pairing GPT-5 & Claude with DeepSeek, Qwen and Zhipu GLM. Access Chinese AI without a Chinese phone number or bank account.
Transparent per-token pricing across Chinese and Western providers. GLM-4 Flash at $0.01/M tokens. Gemini 2.5 Flash adds a 1M context window for large documents and codebases.
100% OpenAI-compatible. Change one line of code. Works with Python SDK, Node.js, Go, any OpenAI client. Smart routing with auto mode.
Change one line of code. That's it.
from openai import OpenAI
client = OpenAI(
base_url="https://api.aipower.me/v1",
api_key="YOUR_API_KEY",
)
r = client.chat.completions.create(
model="deepseek/deepseek-chat",
messages=[{"role": "user", "content": "Hi"}],
)
print(r.choices[0].message.content)Sign up free β your API key auto-fills in all code examples. Copy & run instantly.
See exactly what you'll pay. No surprises.
1.0M tokens
Estimated cost
$0.8400
for 1.0M tokens with DeepSeek V3
6 flagship shown below Β· 10 more specialized variants via API. Price per million tokens (USD).
OpenAI Β· 272K
openai/gpt-5
Anthropic Β· 200K
anthropic/claude-sonnet
Google Β· 1M
google/gemini-2.5-flash
DeepSeek Β· 64K
deepseek/deepseek-chat
Alibaba Β· 128K
qwen/qwen-plus
Zhipu Β· 128K
zhipu/glm-4-flash
Works with any OpenAI SDK. Python, Node.js, Go, curl β just change the base URL.
Access GPT, Claude, and all Chinese AI models from anywhere. No restrictions, no geo-blocking.
Pay with credit card, WeChat Pay, or Alipay. Pre-load credits, pay per token. Team/BYOK plans are optional.
Use model='auto' for cheapest, 'auto-best' for strongest, 'auto-code' for coding tasks.
Chat with every flagship model in your browser. Compare responses side-by-side.
If a provider goes down, requests auto-route to backup models. 99.9% uptime.
AIPower is the only platform offering both Western models (GPT, Claude, Gemini) and Chinese models (DeepSeek, Qwen, GLM, Kimi, Doubao, MiniMax) through one API. We focus on cross-border access, WeChat Pay, Alipay, fapiao support, and smart routing rather than raw token resale alone.
Yes. Just change the base_url to api.aipower.me/v1 and use your AIPower API key. All OpenAI SDKs (Python, Node.js, etc.) work out of the box, including streaming and function calling.
Pre-load credits ($5 minimum), pay per token. No subscription is required for self-serve API use. Optional Team/BYOK plans add shared budgets and provider-key routing. See /pricing for exact numbers.
Yes. Every new account gets 10 free trial calls on low-cost models. No credit card required. Premium models unlock after a $5 top-up.
Yes. That's our core value proposition. No VPN needed, no Chinese phone number, no Chinese bank account. We handle all the infrastructure.
Credit card (Visa, Mastercard, Amex), WeChat Pay, and Alipay. All via Stripe for security.
We don't store your prompts or responses. Requests are proxied directly to the model provider. We only log token counts for billing.
10 free low-cost trial calls. No credit card. $5 unlocks premium models.
Create free accountUse the standard OpenAI SDK Β· base_url="https://api.aipower.me/v1"