A unified OpenAI and Anthropic-compatible endpoint with web3 billing. One base URL, all models.
Drop-in replacement for OpenAI and Anthropic SDKs. One base URL, all models.
Automatic failover, priority channels, price-aware routing.
Full SSE streaming passthrough for real-time responses.
Pay with USDC on-chain. Transparent pricing per token. No credit card.
Anyone can supply channels and set their own pricing. A peer-to-peer API marketplace.
Earn commissions by referring users. Built-in referral tracking and on-chain payouts.
import OpenAI from 'openai';
const client = new OpenAI({
apiKey: 'sk-xxxx',
baseURL: 'http://localhost:8080/v1',
});
const chat = await client.chat.completions.create({
model: 'gpt-4o',
messages: [{ role: 'user', content: 'Hello' }],
});Switch just your baseURL. Everything else stays the same.
Deposit USDC on-chain, pay per token for API usage. Merchants earn and withdraw on-chain. No credit cards, no intermediaries.
Transfer USDC to your account address
API requests deduct from your balance per token
Merchants receive revenue, affiliates earn commissions