Call Claude API
Without Barriers
AINOGAP aggregates overseas Claude providers into a single Anthropic-compatible API. Deposit USDT and start calling — no overseas credit card, no Anthropic restrictions.
# Just replace base_url and api_key
import anthropic
client = anthropic.Anthropic(
api_key="sk-your-ainogap-key",
base_url="https://api.ainogap.com/v1"
)
message = client.messages.create(
model="claude-sonnet-4-6",
max_tokens=1024,
messages=[
{"role": "user", "content": "你好"}
]
)// features
Core Capabilities
Anthropic-Compatible API
Standard POST /v1/messages endpoint. Existing SDKs work with zero changes.
USDT Prepaid
On-chain USDT deposits, real-time per-request billing, transparent balances.
Smart Routing
Multi-provider health probes and automatic routing for high availability.
5-Bucket Precision Metering
Separate billing for uncached input, cache write, cache read, and output tokens.
Provider Privacy
Provider identities, pricing, and API keys are fully private. Buyers see only route aliases.
On-Chain Settlement
Base chain Treasury and Payout contracts with transparent fund flows.
// economic_model
Economic Model
Providers set their own discounts — larger discounts attract more traffic
Covers servers, infrastructure, and operations
Always below domestic secondary market prices — sourced directly from overseas, no Anthropic restrictions
Supported Models
* Prices vary by provider. All providers are verified overseas AI channels. Settlement in USDT, exchange rate 1 USD = 7.3 CNY.
// getting_started
Three Steps to Start
Register & Deposit
Create a buyer account and deposit USDT to the on-chain treasury.
Get Your API Key
Grab your API key and route alias from the dashboard.
Start Calling
Use your favorite Anthropic SDK — just swap the base_url.
Ready to Start?
Deposit USDT and call Claude API instantly.