Codex CLI.
Done right.
OpenAI-compatible Codex gateway for indie developers.
Transparent limits, fair price.
$3 free credit on signup
from openai import OpenAI
# Change only base_url to switch providers
client = OpenAI(
api_key="your-api-key",
base_url="https://api.claudezh.cc/v1"
)
response = client.chat.completions.create(
model="gpt-5.4",
messages=[{"role": "user", "content": "Hello!"}]
)Why ClaudeZH
OpenAI-compatible API gateway for Claude, GPT, Gemini, and DeepSeek. Works with Claude Code, Cursor, Windsurf, and Codex CLI.
Global CDN routing
Sub-100ms routing via global CDN. Automatic failover keeps your requests moving.
Low latency
End-to-end response latency under 100ms. Smart routing picks the fastest upstream path.
Pay-as-you-go
No monthly lock-in. Use what you need. Every charge is itemized in your dashboard.
OpenAI-compatible
Drop-in replacement for the OpenAI SDK. Cursor, Windsurf, Claude Code, and Codex CLI work out of the box — change only base_url.
Pricing
Two modes — pick what fits your workflow
Subscription
Best valueStandard $10 · Pro $25 · Flagship $55 · Ultra $120
$3 free credit on signup · Free Trial available
Pay-as-you-go
Coming soonDirect upstream routing, no monthly quota
Unlimited calls · top up from $5
Three steps to start
Up and running in minutes.
Create an account
Enter your email and password to sign up.
Get your API key
Generate a key from your dashboard.
Start calling
Use any OpenAI-compatible client and go.
Works with every major AI tool
One API key. All models. Every OpenAI-compatible client.