CLAUDE API — DIRECT FROM OVERSEAS

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.

quickstart.py
# 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": "你好"}
    ]
)
Providers3+
ModelsHaiku · Sonnet · Opus
SettlementUSDT
NetworkBase

// 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

Overseas ProvidersProvider AProvider BProvider CSupply Claude Model APIsAINO`GAP`Smart Routing · Health Probe5-Bucket Precision MeteringOn-Chain Settlement (Base)30%Platform FeeBuyersDeposit USDTCall APIGet ResponsePay per Request in USDT
Provider Cost
100%

Providers set their own discounts — larger discounts attract more traffic

Platform Fee
30%

Covers servers, infrastructure, and operations

User Pays
Cost ÷ 0.70

Always below domestic secondary market prices — sourced directly from overseas, no Anthropic restrictions

Supported Models

Haiku 4.5
claude-haiku-4-5
Sonnet 4.6
claude-sonnet-4-6
Opus 4.6
claude-opus-4-6
Opus 4.7
claude-opus-4-7

* 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

STEP 01

Register & Deposit

Create a buyer account and deposit USDT to the on-chain treasury.

STEP 02

Get Your API Key

Grab your API key and route alias from the dashboard.

STEP 03

Start Calling

Use your favorite Anthropic SDK — just swap the base_url.

Ready to Start?

Deposit USDT and call Claude API instantly.

curl https://api.ainogap.com/v1/messages