πŸŒ‰ The only API that bridges Chinese + Western AI

DeepSeek + Claude + GPT.
One API. One bill.

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

OpenAIΒ·AnthropicΒ·GoogleΒ·DeepSeekΒ·AlibabaΒ·ZhipuΒ·MoonshotΒ·ByteDanceΒ·MiniMax

Why AIPower?

The only platform bridging Chinese AI and the global market. Access models you can't get anywhere else.

🌏

China + Global models

Only platform pairing GPT-5 & Claude with DeepSeek, Qwen and Zhipu GLM. Access Chinese AI without a Chinese phone number or bank account.

πŸ’°

Lowest prices

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.

πŸ”Œ

True drop-in

100% OpenAI-compatible. Change one line of code. Works with Python SDK, Node.js, Go, any OpenAI client. Smart routing with auto mode.

Drop-in replacement for OpenAI

Change one line of code. That's it.

Python
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.

Price calculator

See exactly what you'll pay. No surprises.

1.0M tokens

Estimated cost

$0.8400

for 1.0M tokens with DeepSeek V3

Get started in 60 seconds

Every flagship model. One key.

6 flagship shown below Β· 10 more specialized variants via API. Price per million tokens (USD).

GPT-5

Latest

OpenAI Β· 272K

In:$3|Out:$18

openai/gpt-5

Claude Sonnet 4

Code

Anthropic Β· 200K

In:$3.6|Out:$18

anthropic/claude-sonnet

Gemini 2.5 Flash

1M Ctx

Google Β· 1M

In:$0.36|Out:$3

google/gemini-2.5-flash

DeepSeek V3

Popular

DeepSeek Β· 64K

In:$0.34|Out:$0.5

deepseek/deepseek-chat

Qwen Plus

Flagship

Alibaba Β· 128K

In:$0.13|Out:$1.87

qwen/qwen-plus

GLM-4 Flash

FREE

Zhipu Β· 128K

In:$0.01|Out:$0.01

zhipu/glm-4-flash

View full model details β†’

Built for developers

OpenAI compatible

Works with any OpenAI SDK. Python, Node.js, Go, curl β€” just change the base URL.

No VPN needed

Access GPT, Claude, and all Chinese AI models from anywhere. No restrictions, no geo-blocking.

WeChat Pay + Alipay

Pay with credit card, WeChat Pay, or Alipay. Pre-load credits, pay per token. Team/BYOK plans are optional.

Smart routing

Use model='auto' for cheapest, 'auto-best' for strongest, 'auto-code' for coding tasks.

Playground

Chat with every flagship model in your browser. Compare responses side-by-side.

Auto failover

If a provider goes down, requests auto-route to backup models. 99.9% uptime.

FAQ

How is this different from OpenRouter?+

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.

Is this OpenAI-compatible?+

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.

How does pricing work?+

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.

Is there a free tier?+

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.

Can I access Chinese AI models outside China?+

Yes. That's our core value proposition. No VPN needed, no Chinese phone number, no Chinese bank account. We handle all the infrastructure.

What payment methods do you accept?+

Credit card (Visa, Mastercard, Amex), WeChat Pay, and Alipay. All via Stripe for security.

What about data privacy?+

We don't store your prompts or responses. Requests are proxied directly to the model provider. We only log token counts for billing.

Payments by Stripe|Infrastructure on Cloudflare|No prompts stored|99.9% uptime SLA|OpenAI SDK compatible

Start building with AI.

10 free low-cost trial calls. No credit card. $5 unlocks premium models.

Create free account

Use the standard OpenAI SDK Β· base_url="https://api.aipower.me/v1"