Claude Code Compatible Relay. Transparent CNY Pricing.
Unlimited tokens, full Claude Code features, including Remote Session (exclusive)
按 Token 计费 · 弹性自如
充值即用 · 真实扣费 · 缓存自动启用 · 余额永不过期
2× 标准通道
多供应商混合上游池,经过协议级深度适配。覆盖 99% 的 CC / Codex / SDK 兼容场景,是日常开发的高性价比首选。
- 多供应商负载均衡 · 自动故障切换
- 缓存自动启用,长会话越用越省
- 不限客户端:CC / Codex / 任意 SDK
- 1 年稳定运行 · 迭代经验沉淀
claude-opus-4-8-aws 即可走 AWS Platform 真 Claude 通道,无需另开密钥。Sonnet 同理用 claude-sonnet-4-6-aws(旧的 -5x 后缀仍兼容可用)。
Claude 级体验,为什么选我们?
所有坑全部踩完,您直接享受现成的。
→ 池化运维 · 多账号备份 · 服务永续
→ 支付宝 / 微信 / 对公转账
→ 国内 BGP 多节点 · 平均延迟 < 200ms
→ 充值后 5 分钟可用
→ 站内在线客服 · 邮箱支持 · 中文响应
→ 任何时候未用余额可退(手续费 3%)
Trial — taste everything first
40 real requests · all models · no weekly cap · use-and-done, no renewal
Pro
For getting started
≈ $8 USD/mo
- Unlimited tokens
- 500 / 5h · 2,500 / week
- 2 API keys
Max
For daily heavy use
≈ $35 USD/mo
- Unlimited tokens
- 2,000 / 5h · 10,000 / week
- 10 API keys
- Priority support
Ultra
For professionals & teams
≈ $137 USD/mo
- Unlimited tokens
- 6,000 / 5h · 40,000 / week
- 20 API keys
- All advanced features · per-key stats
Configure Claude Code in One Click
Works with all Claude Code terminals and IDE plugins
irm llmapi.pro/setup.ps1 | iex
curl -fsSL llmapi.pro/setup.sh | bash
FAQ
How is this different from official Claude?
Your Claude Code experience is identical — same CLI, same tools, same workflow. We optimize backend infrastructure to dramatically reduce cost, and add exclusive features like Remote Session.
What happens if I upgrade from Pro to Max?
Upgrades take effect immediately to Max. Your remaining Pro time is Upgrades take effect immediately to Max. Your remaining Pro time is . After Max expires, you automatically revert to your remaining Pro days; if Pro also ends, you drop to Free. Example: You upgrade to Max for 1 month with 20 days of Pro remaining — you use 30 days of Max first, then 20 days of Pro.
Any catch with "unlimited tokens"?
We don't charge for or separately cap total token volume; instead we differentiate plans by a usage quota (5-hour and weekly rolling windows), weighted by the tokens each request processes (~1 per 10K tokens) — the same model as Claude Code's official subscription. Normal coding usage rarely hits any limit.
How is a "request" counted? How long does it last?
Quota is metered by usage, not a flat count of messages. A "request" is one API call from Claude Code to us, but how much it costs depends on the tokens processed that turn: roughly 1 per 10K tokens, a minimum of 1 for tiny requests, cached repeated context counted at 1/10, capped at 50 per request. Failed requests are never charged — timeouts, retries, and upstream errors (e.g. rate limits / 5xx) consume no quota; only requests that successfully return content count. This works the same way as Claude Code's official subscription — metered by token usage, with 5-hour and weekly windows. So a Claude Code request carrying a large 100K+ token context typically counts as 5–6, while a short Q&A counts as just 1.
Typical consumption patterns (for reference only; varies significantly based on task complexity):
- Simple Q&A / single edit: ~ 1
- Medium task (3–5 tool calls): ~ 2–4
- Large-context Claude Code (deep refactor / long session): ~per turn5–6 higher for big changes
Based on the 5-hour window:
- Pro (500 / 5h): Plenty for light-to-moderate daily use; ~1–1.5 hours of heavy Claude Code
- Max (2,000 / 5h): Comfortable for a full day of moderate coding; ~half a workday of heavy Claude Code
- Ultra (6,000 / 5h): Large teams / sustained multi-agent workloads
Quotas reset automatically on two independent rolling windows: 5-hour and 7-day. No overage charges, and failed requests are never counted — just wait for the next window. Claude Code will show a "rate limit" warning near the cap, then you're good to go again.
How to configure Claude Code?
Two steps:export ANTHROPIC_BASE_URL=https://api.llmapi.pro:99export ANTHROPIC_API_KEY=your_key
Then run normally claude That's it.