Claude API 网关 — ClaudeStore 架构与优势
ClaudeStore 网关 (api3.claudestore.store) 架构详解:1:1 兼容 Anthropic、Token 级计费、Prompt Caching、中国大陆直连优化。
网关架构
ClaudeStore 网关位于客户端与 Anthropic API 之间,提供以下能力:
- 认证转换 — 你的
sk-cs2-*Key 在网关换成 Anthropic Token - 协议适配 — 同时暴露 Anthropic Messages 与 OpenAI Chat Completions
- 计费扣费 — 实时按 Token 扣除积分,记录用量
- 速率限制 — 每 Key 独立 RPM/TPM 限制
- 缓存层 — 透传 Anthropic Prompt Caching
端点列表
# Anthropic 原生 https://api3.claudestore.store/v1/messages # OpenAI 兼容 https://api3.claudestore.store/v1/chat/completions https://api3.claudestore.store/v1/models # 健康检查 https://api3.claudestore.store/health
为什么选网关而不是直连
中国大陆无法直接访问 Anthropic API(需 VPN + 美国账号 + 美国信用卡)。ClaudeStore 网关解决三大障碍:访问、付款、账号。
- 无需 VPN — 大陆直连
- 无需 Anthropic 账号 — 邮箱注册即可
- 无需国际信用卡 — USDT / 加密货币付款
- 更精细的成本控制(每 Key 限额)