APIBOX
Service Running Stable

One API for Claude, GPT, Gemini, and DeepSeek

Direct Access USD Pricing Official-rate Discounts All Models

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

30+
Top Models
Claude, GPT, Gemini and more
USD
Pricing
Balances and usage are shown in USD
CNY
RMB Recharge
Top up with WeChat Pay or Alipay
ERC/TRC
Crypto Recharge
ERC/TRC top-ups available

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.

Direct domestic access, low latency, no proxy needed
Aggregate 30+ top models, switch with one key
Pay-as-you-go, low cost, no minimum balance
Compatible with Cursor, VSCode, any OpenAI client
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

Use one API entry across Cursor, Cline, Cherry Studio, Dify, and multiple model providers.
Switch existing OpenAI SDK projects to an OpenAI-compatible endpoint with minimal migration cost.
Handle recharge, connectivity, model switching, and cost control for developers in China.

Supported clients / workflows

Cursor Cline Cherry Studio Dify OpenAI SDK Claude Code Gemini API Function Calling

Discounted from official model rates

Prices are shown in USD, with WeChat Pay, Alipay, and ERC/TRC top-up options.

ANTHROPIC

Claude Sonnet 4.6

$0.9/ 1M tokens
Official $3 / 1M tokens
↓ Discount 70%
OPENAI

GPT-5.4

$0.25/ 1M tokens
Official $2.5 / 1M tokens
↓ Discount 90%
GOOGLE

Gemini 3 Flash

$0.1/ 1M tokens
Official $0.5 / 1M tokens
↓ Discount 80%

* 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

Claude (Anthropic) GPT (OpenAI) Gemini (Google) DeepSeek Kimi (Moonshot) 智谱 GLM 通义千问 讯飞星火 文心一言 Midjourney Suno Llama (Meta) Mistral Cohere 20+ more providers…

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