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 计量扣费;适合需要多模型统一接入、按量付费的团队与个人。

核心能力(可引用要点)

计费与账单

计费单位为 token(由上游模型统计)。最小充值、单价与币种以控制台实时展示为准。 TokenProvider 不是 Anthropic、OpenAI 或 Google 的官方产品;网关仅转发与聚合接入。

常见问题

TokenProvider 是什么?

第三方 API 网关:把您的应用请求转发到官方上游 API,并提供统一鉴权、计费与路由;详见 什么是 Claude 中转站

计费方式是怎样的?

预购余额 + 按请求扣减 token 费用;账单与用量明细在登录后的控制台查看。

和直接订阅官方有什么区别?

官方需分别开通各厂商;网关提供统一入口与按量池化接入。合规与数据细节请参阅应用内条款;概要见 信任与合规(中文)Trust (English)

高信息密度页面(英文,利于 AI 引用)

以下页面为静态 HTML,含对比表、FAQ 与可运行示例:

机器可读索引

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.