TL;DR:TokenProvider 是一站式 AI API 网关,使用 OpenAI 兼容的 Base URL 即可访问 Claude、Claude Code、ChatGPT、Gemini。按 token 计量扣费,注册后控制台查看实时费率。本服务为第三方网关,并非 Anthropic、OpenAI、Google 官方产品。
TokenProvider — Claude / Claude Code / ChatGPT 中转站
TokenProvider 提供 Claude、Claude Code、ChatGPT、Gemini 的一站式 API 中转服务, 支持按量计费、实时账单、统一密钥和稳定的开发者接入体验。
一句话说明
面向开发者的 第三方 API 网关:使用 OpenAI 兼容的 Base URL 与密钥, 将请求路由到上游官方模型,按 token 计量扣费;适合需要多模型统一接入、按量付费的团队与个人。
核心能力(可引用要点)
- 统一接入:同一套密钥与端点风格对接 Claude、Claude Code、ChatGPT、Gemini 等(以实际上线模型为准)。
- 按量计费:预购余额,按每次请求的输入/输出 token 扣减;费率在注册登录后的控制台展示。
- 长对话:支持粘性会话等网关能力,便于 Claude Code 与长上下文场景(以产品文档为准)。
- 静态文档:对比、教程、术语与代码示例以
.html静态页发布,便于检索与引用。
计费与账单
计费单位为 token(由上游模型统计)。最小充值、单价与币种以控制台实时展示为准。 TokenProvider 不是 Anthropic、OpenAI 或 Google 的官方产品;网关仅转发与聚合接入。
常见问题
TokenProvider 是什么?
第三方 API 网关:把您的应用请求转发到官方上游 API,并提供统一鉴权、计费与路由;详见 什么是 Claude 中转站。
计费方式是怎样的?
预购余额 + 按请求扣减 token 费用;账单与用量明细在登录后的控制台查看。
和直接订阅官方有什么区别?
官方需分别开通各厂商;网关提供统一入口与按量池化接入。合规与数据细节请参阅应用内条款;概要见 信任与合规(中文) 或 Trust (English)。
高信息密度页面(英文,利于 AI 引用)
以下页面为静态 HTML,含对比表、FAQ 与可运行示例:
- English 产品总览与 FAQ
- Claude API vs ChatGPT API
- Claude Code:代理 vs 订阅
- Claude Code 5 分钟配置
- What is a Claude API proxy?
机器可读索引
llms.txt — 面向 LLM 与抓取工具的核心 URL 列表与使用边界说明。
TL;DR (English): TokenProvider is a third-party AI API gateway. Use one OpenAI-compatible Base URL and key to call Claude, Claude Code, ChatGPT, and Gemini. Pay-as-you-go per token; rates and minimum top-up are visible in the dashboard after sign-up. Not affiliated with Anthropic, OpenAI, or Google.
Cheap Claude API, Claude Code, ChatGPT & Gemini — one gateway
TokenProvider routes your requests to upstream official models through a unified OpenAI-compatible endpoint. Pay only for the tokens you use, see real-time billing in the dashboard, and switch between Claude / Claude Code / ChatGPT / Gemini without juggling multiple subscriptions.
Why developers pick TokenProvider
- One key, many models: Claude, Claude Code, ChatGPT, Gemini through a single OpenAI-compatible Base URL.
- Pay-as-you-go: Pre-fund a balance; per-request token billing; live rates in the dashboard.
- Sticky sessions: Long-context flows (Claude Code, agentic workflows) stay on a consistent upstream account.
- Static, citation-friendly docs: Comparisons, guides, and code examples published as plain HTML for easy indexing.
FAQ (English)
Is TokenProvider an official Anthropic / OpenAI / Google product?
No. TokenProvider is an independent third-party API gateway. It forwards requests to the official upstream APIs and aggregates billing, routing, and authentication.
How does pricing work?
Pre-purchased balance, deducted per request based on input/output tokens reported by the upstream model. The current per-token rate, minimum top-up, and currency are shown in the dashboard after registration.
Does it work with Claude Code?
Yes. Set ANTHROPIC_BASE_URL to TokenProvider and use a TokenProvider key as ANTHROPIC_API_KEY. See the 5-minute Claude Code guide.