Access DeepSeek V3 and DeepSeek R1 from anywhere in the world. OpenAI SDK compatible. Just change your base URL.
General chat, coding, and analysis. Rivals GPT-4o.
Model ID: deepseek/deepseek-chat
Advanced reasoning, math, and chain-of-thought.
Model ID: deepseek/deepseek-reasoner
Works with any OpenAI SDK. Just change the base URL.
from openai import OpenAI
client = OpenAI(
base_url="https://api.aipower.me/v1",
api_key="YOUR_API_KEY",
)
# DeepSeek V3 — general chat & coding
response = client.chat.completions.create(
model="deepseek/deepseek-chat",
messages=[{"role": "user", "content": "Explain quantum computing"}],
)
print(response.choices[0].message.content)
# DeepSeek R1 — advanced reasoning
response = client.chat.completions.create(
model="deepseek/deepseek-reasoner",
messages=[{"role": "user", "content": "Prove sqrt(2) is irrational"}],
)Sign up free → your API key auto-fills in all code examples. Copy & run instantly.
No +86 phone number. No Chinese bank card. No VPN. Sign up with email and start in 60 seconds.
Use any OpenAI SDK — Python, Node.js, Go, curl. Change one line of code. Streaming supported.
Credit card, WeChat Pay, or Alipay. No CNY conversion. Transparent per-token billing.
| Model | Input $/M | Output $/M | Quality |
|---|---|---|---|
| DeepSeek V3 | $0.34 | $0.50 | Rivals GPT-4o |
| GPT-5.4 | $3.75 | $22.50 | Latest flagship |
| Claude Sonnet 4 | $4.50 | $22.50 | Best for code |
| GPT-4o Mini | $0.23 | $0.90 | Budget option |
DeepSeek V3 delivers GPT-4o quality at 91% lower cost.
50 free API calls. No credit card. Works with OpenAI SDK.
Get free API key