One account. China + global models. Unified billing. Stable routing.

Claude, GPT, DeepSeek and Qwen through one API.

AIPower is an OpenAI-compatible AI gateway for builders who need both Western and Chinese models, with WeChat Pay, Alipay, card payments, logs, and team billing.

10 trial calls. No credit card. $5 unlocks premium models.

ClaudeGPTGeminiDeepSeekQwenGLMKimiDoubao

Use one API

Keep your OpenAI SDK. Change the base URL and model name.

Pay once

One prepaid balance covers China and global models. WeChat Pay, Alipay, and card are supported.

Route safely

Use named models or smart routes. Logs and billing stay in one dashboard.

Start in 3 steps

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": "Say hi"}],
)

print(r.choices[0].message.content)

Get an API key → your API key auto-fills in all code examples. Copy & run instantly.

Self-serve

$5+

Pay as you go. First top-up gets +100 bonus calls.

Team

$149/mo

Shared balance, budgets, logs, and billing support.

BYOK

$49/mo beta

Use your provider keys with fallback credits and routing.

Who is AIPower for?

Developers and small teams that need both China and global AI models, especially when payment, routing, or multiple provider accounts are painful.

Do I need a subscription?

No. Self-serve API usage is prepaid credits. Team and BYOK plans are optional.

Do you store prompts?

No. AIPower logs usage metadata for billing, not your prompt or response content.

Try one call first.

If it works for your use case, then create an API key.

Try demo