One API for Claude, GPT, and Gemini
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, 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.
Hermes Agent Production Guide: Build Autonomous Multi-Step Systems with APIBox, GPT-6 Astra & Claude
Autonomous agents require deep reasoning, low latency, and zero rate-limit blocks. Learn how to configure Hermes Agent with APIBox, connecting GPT-6 Astra, Claude 5, and Gemini with scheduled cron and Feishu/Telegram integrations.
GPT-6 Astra API Guide: Ultra-Low Latency Direct Access and Autonomous Agent Setup
OpenAI's latest flagship model GPT-6 Astra is live. Explore gpt-6-astra's key breakthroughs, direct low-latency connection, zero overseas card barriers, and integration with Hermes Agent, OpenClaw, and Cursor.
Frequent 429503or Connection Timeouts in Cline and Cursor? Root Cause Troubleshooting and Fixes
Experiencing frequent 429 Rate Limit503 Service Unavailableor Connection Error issues in ClineCursoror Claude Code? Practical diagnostic guide and direct-connect relay architecture to eliminate limits.
Best Claude Model for Coding: Sonnet 5 vs Opus 5 Real-World Comparison and Setup
A hands-on comparison for developers: should you pick Claude Sonnet 5 or Opus 5 for coding? Compare cost, latency, multi-file refactoring, and get a direct setup guide for Cursor and Cline.
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.
Discounted from official model rates
Prices are shown in USD, with WeChat Pay, Alipay, and ERC/TRC top-up options.
Claude Fable 5
GPT-5.6
Gemini 3.8 Flash
Claude Sonnet 4.6
* 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