Live Stream Session:实时流式计费: 4.992815 USDT

The Crypto-Native加密原生的
AI BackboneAI 基础设施

Access 100+ top-tier LLMs directly via your Web3 wallet. Zero API keys. Zero fiat. Zero censorship. Truly atomic pay-what-you-use routing. 通过 Web3 钱包直接访问 100+ 顶尖语言模型。零 API Key。零法币。零审查。 真正的原子级按用付费与智能路由。

~1ms
Auth Latency鉴权延迟
100+
Live Models可用模型
$0.001
Avg. Gas Cost平均 Gas
15D
Smart Routing智能路由引擎

Our Products我们的产品

Crypto-native tools for the AI era.为 AI 时代打造的加密原生工具。

Flagship旗舰
U

USDTRouter

usdtrouter.com

The USDT-powered AI Gateway. Access 100+ LLM models — Claude, GPT-4, Gemini, DeepSeek — using USDT payments via the x402 protocol. OpenAI-compatible API, wallet-based auth, smart routing. USDT 驱动的 AI 网关。通过 x402 协议使用 USDT 支付,访问 100+ 大语言模型 — Claude、GPT-4、Gemini、DeepSeek。OpenAI 兼容 API,钱包认证,智能路由。

100+ Models USDT Payments x402 Protocol OpenAI Compatible Arbitrum / Base / BSC
Learn more了解更多
?

More Coming Soon更多产品即将推出

We're building the next generation of crypto-native AI tools.我们正在打造下一代加密原生 AI 工具,敬请期待。

USDTRouter connects you to leading AI providersUSDTRouter 帮你接入全球领先 AI 厂商

OpenAI Anthropic Google DeepSeek Meta Mistral Cohere & 100+ more& 100+ 更多
Developer First

One line of code.
Infinite scalability.
一行代码,
无限扩展能力。

100% compatible with the official OpenAI SDK. We handle the EIP-712 wallet signatures, atomic Redis routing, and concurrent streaming settlements under the hood. You just change the base URL. 100% 兼容官方 OpenAI SDK。我们在底层处理 EIP-712 钱包签名、Lua 原子化路由和并发流式结算。你只需修改基地址。

  • No Vendor Lock-in告别生态绑定 Switch between GPT-4o, Claude Sonnet, and DeepSeek instantly.在 GPT-4o、Claude Sonnet 与 DeepSeek 间毫秒级切换。
  • Zero Double-Spending绝对的资金安全 x402 protocol ensures funds are instantly refunded on stream interruption.x402 协议确保流被意外中断时,超额 Token 直接秒级退款。
app.py
from openai import OpenAI

client = OpenAI(
  # Just change the base URL
  base_url="",
  api_key="your_wallet_session_token"
)

stream = client.chat.completions.create(
  model="claude-sonnet-4-20250514",
  messages=[{"role": "user", "content": "gm!"}],
  stream=True
)

# Response headers:
# X-USDT-Cost: 0.000342
# X-USDT-Balance: 0.099658

How It Works工作原理

From wallet to AI response in four steps.从钱包到 AI 响应,只需四步。

1

Send Request发送请求

Call the API like any OpenAI endpoint. Get a 402 Payment Required response.像调用 OpenAI 一样发起请求,获得 402 支付要求响应。

2

Sign with Wallet钱包签名

Your wallet signs a USDT transfer authorization. No on-chain tx needed upfront.钱包签署 USDT 转账授权。无需预先链上交易。

3

AI ProcessesAI 处理

Signature verified in ~1ms, balance reserved, routed to the best model, response streamed.约 1ms 验证签名,预留余额,路由到最佳模型并流式返回。

4

Pay What You Use按用付费

Only actual token usage is charged. Unused balance refunded. Settlement on-chain async.只收取实际使用量,未用余额退还,链上异步结算。

Production-Grade Security生产级硬核架构

Built for trustless environments. Every byte, every cent, secured.为无需信任的 Web3 环境构建。每一个字节,每一分钱,皆有保障。

Private Key Isolation私钥绝对隔离

API endpoints never touch crypto private keys. Signatures govern intent, while an isolated Settlement Worker processes the on-chain queue.API 端点绝不接触加密私钥。只有数字签名传递意图,由隔离的结算工作器安全处理链上队列。

Atomic Lua Payments原子化 Lua 结算

High-performance Redis Lua scripts operating with strict linearity. Zero TOCTOU vulnerabilities, eliminating race conditions at the nanosecond level.严格线性执行的高性能 Redis Lua 脚本。全量消灭 TOCTOU 竞态漏洞,纳秒级阻绝双花风险。

Dead-Letter Queue容灾死信队列

Any interrupted stream triggers immediate clawback of unspent tokens. Failed settlements persist in DLQs with 5x retry, assuring absolute ledger integrity.任何中断的流式预留都会即刻触发余额回滚。罕见的清算失败将被持久化至 DLQ 并 5 次重试,绝不丢弃数据。

Transparent Pricing透明定价

Provider rates + 20% markup. No hidden fees, no subscriptions.厂商费率 + 20% 加价。无隐藏费用,无订阅。

Model模型 Input / 1M tokens输入 / 百万 Token Output / 1M tokens输出 / 百万 Token Markup加价
GPT-4o $3.00 $12.00 20%
Claude Sonnet 4 $3.00 $15.00 20%
Gemini 2.5 Flash $0.15 $0.60 20%
DeepSeek V3 $0.27 $1.10 20%
Llama 3.1 70B $0.59 $0.79 20%

All prices in USDT. Gas ~$0.001 on Arbitrum.所有价格以 USDT 计。Arbitrum 上 Gas 约 $0.001。

Seamless Interop on >无缝互操作 >
A
Arbitrum
B
Base
B
BSC

Get Started in Minutes几分钟即可上手

Self-host your own AI gateway, or connect to our hosted service when it launches.自建 AI 网关,或在托管服务上线后一键接入。

# One command to start
docker compose -f docker/docker-compose.local.yml up -d