One API for Claude, GPT, Gemini, and DeepSeek
USD pricing · Top up with WeChat Pay, Alipay, or ERC/TRC crypto · Some models are up to 90% below official rates
APIBox gives you one OpenAI-compatible endpoint for Claude, GPT, Gemini, DeepSeek, and more. Usage is priced in USD, while top-ups can be made with WeChat Pay, Alipay, or ERC/TRC crypto, so teams can keep integration and cost tracking simple.
Clear USD pricing, flexible top-ups
WeChat Pay · Alipay · ERC/TRC crypto
Unleash AI potential,
let code work for you
No foreign credit card, no VPN, direct domestic connection. Use the same OpenAI-compatible interface, keep usage priced in USD, and top up with WeChat Pay, Alipay, or ERC/TRC crypto.
from openai import OpenAI
client = OpenAI(
api_key="sk-apibox-xxx",
base_url="https://api.apibox.cc/v1"
)
resp = client.chat.completions.create(
model="claude-sonnet-4-6",
messages=[{"role": "user", "content": "Hello!"}]
)
print(resp.choices[0].message.content)import anthropic
client = anthropic.Anthropic(
api_key="sk-apibox-xxx",
base_url="https://api.apibox.cc"
)
msg = client.messages.create(
model="claude-sonnet-4-6",
max_tokens=1024,
messages=[{"role": "user", "content": "Hello!"}]
)
print(msg.content[0].text)import google.generativeai as genai
genai.configure(
api_key="sk-apibox-xxx",
client_options={
"api_endpoint": "https://api.apibox.cc"
}
)
model = genai.GenerativeModel("gemini-2.5-flash")
resp = model.generate_content("Hello!")
print(resp.text)AI infrastructure built for developers
Solving every pain point of overseas APIs
Direct Access, Low Latency
Dedicated line via Hong Kong, no proxy required from mainland China, extremely low latency and stable response.
USD Pricing, Flexible Top-ups
Usage is priced in USD. You can top up with RMB through WeChat Pay or Alipay, or use ERC/TRC crypto channels.
100% OpenAI API Compatible
Streaming, Function Calling, Vision, JSON Mode all supported. Zero code changes needed.
Real-time Usage Monitoring
View call volume, token usage, and cost breakdown in the console. Multi-key management, full transparency.
One Key, All Models
No need to register separate accounts for 30+ providers. One API key, unified access.
Stable, Production-ready
Used by many individual developers and enterprises in production. Enterprise SLA support available.
Built for real developer workflows
Use one model gateway across daily development, tool integrations, and multi-model workflows.
Common integration scenarios
Supported clients / workflows
Start with the guides developers search most often
Start with the most common integration, model selection, and cost questions.
LiteLLM vs APIBox: Self-Hosted LLM Proxy or Managed API Gateway?
Compare LiteLLM and APIBox for unified LLM access. Learn when to self-host an LLM proxy, when to use a managed API gateway, and how OpenAI-compatible routing affects cost and operations.
Open WebUI APIBox Setup: Connect GPT, Claude, Gemini, and DeepSeek with One Base URL
A practical Open WebUI setup guide for APIBox. Configure an OpenAI-compatible connection, add model IDs, test chat, and fix common base URL or model list issues.
Vercel AI SDK with APIBox: Use Claude, GPT, Gemini, and DeepSeek Through One Provider
Learn how to use APIBox with the Vercel AI SDK through an OpenAI-compatible provider. Includes setup values, generateText, streamText, model switching, and troubleshooting.
MCP and LLM API Gateways: How to Build Agents That Use Tools and Switch Models
MCP connects AI agents to tools and data, while an LLM API gateway keeps model access stable and swappable. This guide explains how to use both together without confusing their roles.
AI API Access in China: How to Use Claude, GPT, Gemini, and DeepSeek Through One Integration
A practical guide for developers in China who want stable access to Claude, GPT, Gemini, and DeepSeek APIs, with lower setup friction, simpler billing, and one OpenAI-compatible integration path.
Why Does an AI API Work One Minute and Fail the Next? A Practical Guide to Rate Limits, Network Paths, and Fallbacks
If your AI API sometimes works and sometimes fails, this guide explains the most common causes, from rate limits and network instability to provider routing issues and missing fallback strategy.
Discounted from official model rates
Prices are shown in USD, with WeChat Pay, Alipay, and ERC/TRC top-up options.
Claude Opus 4.7
Claude Sonnet 4.6
GPT-5.4
Gemini 3 Flash
* Prices are shown in USD. Discounts are calculated from official model rates, and some models are up to 90% below official rates. Top-ups support RMB via WeChat Pay/Alipay and crypto via ERC/TRC. View all model pricing →
Support 30+ Leading Model Providers
One platform aggregating all major LLMs, use on demand
Things you might want to know
What is the difference between APIBox and the official API?
The interface format is 100% compatible. APIBox adds direct access in China, USD pricing, RMB top-ups through WeChat Pay or Alipay, ERC/TRC crypto top-ups, and model prices discounted from official rates.
How does pricing compare to official?
APIBox model prices are discounted from official model rates and shown in USD, making them easy to compare with the official price list. Some models are up to 90% below official rates.
Is it stable enough for production?
Yes. APIBox provides stable relay services and is used by many individual developers and enterprises in production. Contact us for enterprise SLA support if needed.
Does it support streaming output?
Fully supported. Use stream=True as normal, with identical behavior to the official API. Function Calling, Vision, JSON Mode are all supported.
One key, 30+ models, direct access from China
Free to sign up · USD pricing · WeChat Pay, Alipay, and ERC/TRC top-ups