> For the complete documentation index, see [llms.txt](https://docs.xxooapi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xxooapi.com/zhu-ce-yu-chong-zhi.md).

# 注册与充值

xxooAPI 套餐说明、支付方式、创建 API Key 的完整流程

注册、支付、创建 Key 全流程 3 分钟以内，不需要梯子。

{% stepper %}
{% step %}

### 注册账号

前往 <https://xxooapi.com/login>，支持：

* **Google 账号一键登录**
* **邮箱 Magic Link** —— 填邮箱，点登录链接进入

注册登录后，默认进入 [个人中心](https://xxooapi.com/console)。

{% hint style="info" %}
请务必记住绑定的邮箱，售后和申诉都会通过邮箱核验身份。
{% endhint %}
{% endstep %}

{% step %}

### 选择套餐

xxooAPI 提供两种计费方式，按需选择。

#### 按量付费——推荐新手

* **1 元人民币 = $1 USD 额度**
* 最低充值 **8 元** 起步
* **余额永不过期**
* 按模型官方价 × VIP 倍率实时扣费

适合：用量不稳定、想先试用、或者月均用量不到 $50 的用户。

#### 月卡订阅

每日固定 USD 额度，当日零点（UTC+8）刷新，不结转。

| 套餐  | 每日额度   | 月价    | 适合人群       |
| --- | ------ | ----- | ---------- |
| 入门版 | $20/天  | ¥199  | 轻度日常       |
| 标准版 | $50/天  | ¥399  | 主力编码       |
| 专业版 | $150/天 | ¥999  | 重度使用、多项目并行 |
| 旗舰版 | $300/天 | ¥1899 | 团队 / 企业级重度 |

> 月卡额度 **优先消耗**，用完后自动切到按量付费余额，不会中断。
> {% endstep %}

{% step %}

### 充值

1. 进入 [充值页面](https://xxooapi.com/console/topup)
2. 选择套餐 → 点击「立即购买」
3. 支持支付方式： **支付宝、微信、信用卡**（通过 Creem / Stripe）
4. 支付完成后额度秒到账，在 [个人中心](https://xxooapi.com/console) 查看余额

{% hint style="success" %}
新用户首充福利：首次充值联系客服享额外 10% 额度赠送。
{% endhint %}

{% hint style="info" %}
企业开票：满 2000 元起开，6%-10% 税点，联系 <support@xxooapi.com>。
{% endhint %}
{% endstep %}

{% step %}

### 创建 API 密钥

1. 左侧导航进入 [令牌管理](https://xxooapi.com/console/token)
2. 点击「创建密钥」
3. 填写：
   * **名称**：随便写，用于区分用途，如 `claude-code-mac`、`cursor-work`
   * **分组**：默认即可（如需使用特定模型线路请参考下一节）
4. 点击创建 → **立即复制密钥保存**（密钥仅显示一次）

{% hint style="warning" %}
API Key 等同于账号。泄露后任何人都能消耗你的额度，请勿提交到 GitHub 或贴到截图里。
{% endhint %}
{% endstep %}
{% endstepper %}

## 模型定价与分组

xxooAPI 的扣费公式： **模型官方美元价 × VIP 倍率 = 实扣美元额度**

| 模型                | 输入 ($/M) | 输出 ($/M) | 备注        |
| ----------------- | -------- | -------- | --------- |
| Claude Opus 4.6   | $5       | $25      | 最强推理      |
| Claude Sonnet 4.6 | $3       | $15      | 日常主力 ⭐    |
| Claude Haiku 4.5  | $1       | $5       | 快速轻量      |
| GPT-5.4           | $3       | $15      | OpenAI 旗舰 |
| GPT-5.3 Codex     | $1.75    | $14      | Codex 专用  |

**VIP 倍率**（按累计充值自动升级）：

| 等级   | 门槛       | 倍率    | 说明    |
| ---- | -------- | ----- | ----- |
| VIP0 | 默认       | 1.00x | 按官方价  |
| VIP1 | 累充 $500  | 0.97x | 3% 折扣 |
| VIP2 | 累充 $2000 | 0.95x | 5% 折扣 |
| VIP3 | 累充 $5000 | 0.93x | 7% 折扣 |

**扣费示例**：用 Sonnet 4.6 处理 5000 输入 + 2000 输出 Token

* 输入：5000 ÷ 1,000,000 × $3 = $0.015
* 输出：2000 ÷ 1,000,000 × $15 = $0.030
* 合计 $0.045，约 4.5 分钱

VIP3 再打 0.93 折，实扣 $0.042。

## 下一步

拿到 API Key 后：

* [新手入门](/xin-shou-ru-men-xxooapi.md)\
  如果你是第一次接触 Claude Code、Codex、终端 AI 工具，从这里开始
* [安装配置](/an-zhuang-pei-zhi.md)\
  Windows / macOS 上从零安装 Node.js、Claude Code、Codex，并接入 xxooAPI


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.xxooapi.com/zhu-ce-yu-chong-zhi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
