Router One

Stable Access to Claude Code / Codex

A cheaper, more reliable solution for Claude Code and OpenAI Codex. Plus an aggregated LLM API — one endpoint for all major models. Pay with WeChat, Alipay, Stripe, or crypto.

Works with:Claude Code|Codex
Router One dashboard showing real-time API usage and cost tracking

Connect Claude Code & Codex in 2 Minutes

Change one config file and start using Claude Code and Codex through Router One.

Stable & Reliable

Independent API keys and deployment — no account bans or rate limits

Lower Cost

Cheaper than direct access, precise per-token billing

Usage Tracking

Real-time visibility into token usage and cost per request

.claude/settings.json
// Claude Code → Route through Router One
{
  "api_base": "https://api.routerone.ai/v1",
  "api_key": "ro_sk_..."
}

Why Router One

Stable, easy, secure, hassle-free — focus on building, not infrastructure.

Stable Access

Reliable, consistent API access for Claude Code and OpenAI Codex. Independent deployment, immune to upstream bans and rate limits.

Aggregated API

One endpoint for OpenAI, Anthropic, Google, and more. Standardized interface — no juggling multiple SDKs.

Secure & Transparent

Independent API key management, real-time request processing with no data retention. Full usage monitoring and cost tracking.

Flexible Payment

Pay with WeChat Pay, Alipay, Stripe, or crypto. Top up on demand, pay per token, no subscription lock-in.

A Few Lines of Code to Get Started

Whether calling the aggregated API or configuring AI coding tools — it only takes a few lines.

Code editor showing Router One API integration in action
main.py
from openai import OpenAI


client = OpenAI(
    base_url="https://api.routerone.ai/v1",
    api_key="ro_sk_..."
)


response = client.chat.completions.create(
    model="claude-sonnet-4-20250514",
    messages=[{"role": "user", "content": "Hello!"}]
)
# Works with any OpenAI-compatible SDK

Simple, Transparent Pricing

Top up on demand, pay per token. No subscriptions, no hidden fees.

Pay As You Go

Top up your balance and only pay for the tokens you use.

All supported models
No subscription lock-in
Claude Code support
Codex support
Real-time usage tracking
Per-token billing

Payment methods

WeChat PayAlipayStripeCrypto

Start Using Router One

Set up in minutes. Top up on demand. Ready when you are.

Router One — Stable AI Coding Tools & Aggregated LLM API