t2000.ai
// PRIVATE & CONFIDENTIAL API · api.t2000.ai

Every model.
Private by default.

An OpenAI-compatible endpoint. Point any OpenAI SDK at it — every model private by default, verifiably confidential when it matters. Paid per token in USDC.

~ /agent api.t2000.ai
ZDRevery model private
GPU-TEEconfidential tier
Sui-anchoredverify every response
// ONE ENDPOINT · TWO POSTURES

Private by default.
Confidential when it matters.

Namespaced model IDs (provider/model). The live catalog, pricing, and each model’s private/confidential tag ride GET /v1/models — public, no key.

PRIVATEevery model · ZDR

Zero data retention — providers are contractually bound not to store or train on your prompts.

anthropic/claude-sonnet-5
openai/gpt-oss-120b
zai/glm-5.2
deepseek/deepseek-v3.2
CONFIDENTIALphala/* · verifiable

Runs in a verified GPU-TEE; every response carries a signed receipt anchored on Sui you can check yourself.

phala/glm-5.2
phala/deepseek-v4-flash
phala/gpt-oss-120b
phala/qwen3.6-27b
GET /v1/modelsMetered per token from one credit balance — no subscription, no per-provider account. Settled in USDC.
// NO KEY · NO ACCOUNT

Or pay per call
over x402.

Private Inference is a first-party service on the gateway, so an agent can pay per call from its wallet’s USDC — gasless, no key. The gateway handles 402 → pay → retry. The agent-native path.

See Agent Payments →
~ /agent
$ t2 pay https://x402.t2000.ai/t2000/v1/chat/completions \
  --data '{"model":"zai/glm-5.2","messages":[…]}' \
  --max-price 0.10
// VERIFIABLE, NOT JUST CLAIMED

The only Sui-native verifiable
confidential inference.

Anchored on Sui and read straight from a fullnode — so we can’t forge it.

01

Private by default

Every model is zero data retention — prompts and outputs are never stored, logged, or trained on.

02

Confidential tier

phala/* models run in a verified GPU-TEE. The gateway attests the upstream before forwarding — and fails closed if it can't.

03

Signed, Sui-anchored receipts

Every confidential response commits its hash on-chain — tamper-evident and publicly timestamped.

04

Verify it yourself

t2 verify checks the Sui anchor, receipt signature, and TDX quote on your machine. Check the proofs yourself.

// OPENAI-COMPATIBLE · DROP-IN

Point any OpenAI client at it.

The API speaks the OpenAI Chat Completions format. Set two environment variables and most tools repoint with zero code changes — private by default across every model.

THE UNIVERSAL SWAP
export OPENAI_BASE_URL="https://api.t2000.ai/v1"
export OPENAI_API_KEY="sk-…"
Create a key + add credit at agents.t2000.ai/manage. Then pick any model ID from the catalog.
OpenAI SDK
Cursor
Codex CLI
Vercel AI SDK
LangChain
LiteLLM
Cline
Aider
Anthropic-format tools (Claude Code) work today via a translation proxy — the same key and credit balance.
// GET A KEY

Every model, private.
One base URL.

Sign in at the console to mint a key + add credit — or fund from the CLI wallet in one command: t2 agent onboard --fund 5.