Skip to content
Router One

LLM API gateway

An LLM API gateway for Web3 teams, with stablecoin billing

Router One is an LLM API gateway: one OpenAI-compatible endpoint for GPT, Claude, Gemini, Grok, and more. For teams whose treasury already runs on stablecoins, you can top up the wallet with USDT/USDC on six chains, or with a card or Alipay through one hosted checkout — and the AI side stays the same: budget caps, per-request traces, model/provider/token/latency/cost on every call.

Base URL
https://api.router.one/v1
API surface
OpenAI-compatible Chat Completions
Payments
USDT/USDC, or a card or Alipay checkout
Controls
API keys, budget caps, usage traces

Why teams choose Router One

Stablecoin-friendly billing

Top up with USDT or USDC on supported networks when your team already manages treasury in stablecoins. The wallet balance is denominated in USD; the AI side is unchanged.

One API key for major LLMs

Route GPT, Claude, Gemini, and Grok through one OpenAI-compatible gateway instead of juggling provider accounts.

Per-key caps for agents and bots

Create separate API keys for agents, scripts, and teams, then set maxSpend on each key.

Cost and latency observability

Every request records model, provider, token counts, status, latency, and cost so agent spend is visible instead of surprising.

Common use cases

Router One is the LLM inference layer. If you're working with blockchain data, plug in your data provider (Moralis, The Graph, Dune, Alchemy, QuickNode, Etherscan, or your own indexer) — Router One does not fetch chain data itself.

Onchain analyst agents

Summarize wallet activity, protocol usage, governance events, and risk signals from your own indexed data.

DAO and community assistants

Turn proposals, forum threads, Discord logs, and treasury updates into concise briefings for contributors.

Smart contract coding workflows

Use Claude Code or Codex CLI through Router One while reviewing Solidity, tests, audits, and deployment scripts.

Telegram and Discord research bots

Build assistants that answer market and protocol questions without giving financial advice or promising trading returns.

Trust boundaries

Not an agent runtime

Router One does not orchestrate tools, wallets, workflows, or blockchain transactions. Your app or framework owns agent logic.

Request-data handling

Router One does not retain prompt or model-response bodies from direct API calls. It records request metadata for billing, usage tracking, and troubleshooting. Playground saves conversation history so users can revisit and continue their chats.

Transparent wallet billing

Wallet balance is denominated in USD after top-up. Model usage deducts at posted rates from the models page.

Compliance-aware wording

Stablecoin billing is for teams that prefer USDT/USDC workflows. It is not permission to bypass laws, sanctions, or upstream model-provider terms.

Why Web3 teams use Router One instead of card-only AI billing

NeedRouter One
Pay with stablecoinsUSDT/USDC top-ups
Use normal SDKsOpenAI-compatible API
Separate agent spendAPI keys per agent, team, or environment
Stop runaway botsHard budget caps
Reconcile usageRequest traces and transaction history
Understand request-data retentionAPI bodies not retained; Playground chats saved

OpenAI SDK quickstart

Swap the base URL and keep your existing OpenAI-compatible client. Agent frameworks can use the same endpoint with per-agent API keys.

web3-agent.ts
import OpenAI from "openai";


const client = new OpenAI({
  baseURL: "https://api.router.one/v1",
  apiKey: process.env.ROUTER_ONE_API_KEY,
});


const result = await client.chat.completions.create({
  model: "auto",
  messages: [{ role: "user", content: "Summarize this wallet activity." }],
});

FAQ

Can I pay for LLM API credits with USDT?

Yes. Router One supports crypto top-ups with USDT on supported networks, credited into a USD wallet balance.

Can I pay with USDC?

Yes. Router One supports USDC top-ups on supported networks including Base and other listed chains.

Do AI agents get separate API keys?

Yes. Create separate API keys per agent, bot, team, or environment, then track and limit usage independently.

Can I set a hard budget cap before an agent spends?

Yes. Give the agent its own API key and set maxSpend on that key so a runaway retry loop cannot consume the whole wallet.

Does Router One store prompts or completions?

Router One does not retain prompt or model-response bodies from direct API calls. It records request metadata for billing, usage tracking, and troubleshooting. Playground saves conversation history so users can revisit and continue their chats.

Is Router One an OpenRouter alternative for stablecoin-paying teams?

Yes. Router One is OpenAI-compatible and adds stablecoin top-ups, an endpoint reachable from Mainland China, budget caps, and request traces.

Is an unused balance refundable?

Purchased credits are non-refundable once added to your balance, except for billing errors on our side or where required by law, as described in the Refund Policy. Bonus credits and payment-channel fees are not refundable either. Wallet balance cannot be withdrawn back to stablecoins and never expires.

Related

Create a key and call 30+ models in minutes

Create an API key