No mainland account needed
Skip Chinese phone verification, local ID, and mainland billing accounts. Sign up with Google or GitHub and start calling models.
Call GLM, Qwen, DeepSeek, and Kimi through one OpenAI-compatible key — no Chinese phone number, no mainland account, no separate vendor consoles. Pay in USD or your local payment method.
GPT · Gemini · Claude · DeepSeek · Seedance — one key, one invoice · no credit card to start
Output price vs official
| DeepSeek V4 Flash / 1M tokens | $0.07 | $0.14 |
| Qwen 3.7 Plus / 1M tokens | $0.24 | $0.40 |
| GLM 5.2 / 1M tokens | $0.56 | $1.40 |
* Illustrative pricing — see the flatkey pricing page for live rates.
from openai import OpenAI
client = OpenAI(
base_url="https://router.flatkey.ai/v1",
api_key="YOUR_FLATKEY_KEY",
)
response = client.chat.completions.create(
model="deepseek-v4-flash",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)curl https://router.flatkey.ai/v1/chat/completions \
-H "Authorization: Bearer $FLATKEY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v4-flash",
"messages": [{"role": "user", "content": "Hello"}]
}'Skip Chinese phone verification, local ID, and mainland billing accounts. Sign up with Google or GitHub and start calling models.
The Chinese frontier models behind one endpoint — compare them against GPT, Gemini, and Claude by swapping a model id.
Top up in USD with international cards or local payment methods. No RMB accounts or cross-border transfers.
Your existing OpenAI SDK works as-is: change base_url and api_key, keep everything else.
Call GLM, Qwen, DeepSeek, and Kimi through one OpenAI-compatible key — no Chinese phone number, no mainland account, no separate vendor consoles. Pay in USD or your local payment method.
Get your API keyGPT · Gemini · Claude · DeepSeek · Seedance — one key, one invoice · no credit card to start
No. flatkey.ai fronts the upstream providers for you — sign up with Google or GitHub and call GLM, Qwen, DeepSeek, and Kimi immediately.
No. flatkey.ai is OpenAI-compatible: keep your existing OpenAI SDK and switch base_url plus api_key. Model ids stay the same.
One prepaid balance covers every model. Usage analytics and a single invoice keep spend bounded before you scale.