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.
Fixing Dify RAG Timeouts and 429, 503 Errors: Multi-Model Failover with APIBox
Production Dify knowledge bases frequently crash under concurrency from 429 rate limits, 503 timeouts, and cross-border packet drops. An SRE post-mortem guide to configuring APIBox dedicated relays and automated GPT, Claude, and Gemini fallbacks.
Cutting Dify & Agent Production LLM Bills by 70%: Unit Economics Breakdown with APIBox
A 15-person engineering team running 52M tokens monthly saw official API bills surge past $1,420. We break down the hidden token drains in Dify RAG and autonomous agents, outlining a practical arbitrage strategy via APIBox.
Production LiteLLM Proxy Setup: Using APIBox as Upstream Gateway for GPT, Claude, and Gemini with Automated Failover
Self-hosted LiteLLM Proxy setups frequently struggle with upstream 429 and 503 errors across fragmented vendor bills. Learn how to configure APIBox as your unified upstream gateway for automated GPT-6 Astra, Claude-5, and Gemini failover.
Building Visual AI Workflows with Flowise & APIBox: Multi-Model RAG with GPT, Claude, and Gemini
Learn how to build production-grade AI workflows with Flowise and APIBox. Route requests to GPT-6 Astra, Claude 5, and Gemini using a single OpenAI-compatible Base URL to eliminate rate limits (429), connection dropouts, and billing friction in visual RAG and Agent pipelines.
Enterprise Autonomous Operations with Hermes Agent: Connecting Feishu & Telegram via GPT, Claude, and Gemini Routing
Deploying autonomous agents into production requires multi-platform communication and enterprise stability. Learn how to connect Hermes Agent to Feishu and Telegram with APIBox routing across GPT, Claude, and Gemini.
Self-Hosting LobeChat & NextChat with APIBox: Unified Access to GPT, Claude, and Gemini
A complete Docker Compose guide to self-hosting LobeChat and NextChat for technical teams. Connect GPT-6 Astra, Claude 5, and Gemini using a single APIBox Base URL, resolving high concurrency rate limits (429), streaming SSE interruptions, and payment restrictions.
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