> ## Documentation Index
> Fetch the complete documentation index at: https://docs.llmeasy.ru/llms.txt
> Use this file to discover all available pages before exploring further.

# 快速接入

> 新用户用 4 步注册账号、为账户充值、创建 API Key，并进入对应工具的接入文档。

<Steps>
  <Step title="注册账号">
    访问 <a href={"https://www.llmeasy.ru/register"}>LLMEasy 注册页面</a>，创建账号。

    注册成功后自动获得 **\$3 体验额度**，无需绑卡，按量计费，支持退款。
  </Step>

  <Step title="为账户充值">
    你可以选择 **在线充值** 或 **兑换码充值**。充值完成后，回到控制台确认 **当前余额** 已更新，再继续创建 API Key。

    <Tabs>
      <Tab title="在线充值">
        登录后进入 **控制台**，在 **账户** 卡片中点击 **充值**。

        <Frame>
          <img src="https://mintcdn.com/bettertoken/65wwkX2g_GGap1LM/images/quickstart/change_code.png?fit=max&auto=format&n=65wwkX2g_GGap1LM&q=85&s=e3f437ec0027c906cec575360d0b50a6" alt="控制台账户卡片中的充值入口。" style={{ borderRadius: '0.5rem' }} width="3834" height="1852" data-path="images/quickstart/change_code.png" />
        </Frame>

        按页面提示完成支付。支付成功后，回到控制台确认 **当前余额** 已更新。
      </Tab>

      <Tab title="兑换码充值">
        登录后进入 **控制台**，在 **账户** 卡片右上角点击 **兑换码**。

        <Frame>
          <img src="https://mintcdn.com/bettertoken/wIlWTQWrsHrM2LZU/images/quickstart/redeem-code-entry.png?fit=max&auto=format&n=wIlWTQWrsHrM2LZU&q=85&s=b8b7e9f019c107f01db2dae58f4b6ac1" alt="控制台账户卡片中的兑换码入口。" style={{ borderRadius: '0.5rem' }} width="2514" height="1344" data-path="images/quickstart/redeem-code-entry.png" />
        </Frame>

        在弹窗中输入兑换码，然后点击 **兑换**。

        <Frame>
          <img src="https://mintcdn.com/bettertoken/CpV-wFswI2b-4UYy/images/quickstart/redeem-code-form.png?fit=max&auto=format&n=CpV-wFswI2b-4UYy&q=85&s=03fe60951bc73cd4a0bc551f863a9abf" alt="兑换码弹窗中的输入框和兑换按钮。" style={{ borderRadius: '0.5rem' }} width="3182" height="1694" data-path="images/quickstart/redeem-code-form.png" />
        </Frame>

        兑换成功后，回到控制台确认 **当前余额** 已更新。
      </Tab>
    </Tabs>
  </Step>

  <Step title="进入 API Key 管理并创建 API Key">
    有了可用额度后，在控制台的 **你的 API Key** 区域点击 **创建 API Key**。

    <Frame>
      <img src="https://mintcdn.com/bettertoken/wIlWTQWrsHrM2LZU/images/quickstart/create-api-key-1.png?fit=max&auto=format&n=wIlWTQWrsHrM2LZU&q=85&s=75450caabb1e1dd240b0c5d394009313" alt="控制台你的 API Key 区域中的创建 API Key 按钮。" style={{ borderRadius: '0.5rem' }} width="2514" height="1344" data-path="images/quickstart/create-api-key-1.png" />
    </Frame>

    点击后会弹出创建 API Key 表单。

    <Info>
      你可以把 API Key 名称理解成“这把 Key 准备给谁用”。先分清用途，后面配置工具时会少踩很多坑。
    </Info>
  </Step>

  <Step title="按工具类型选择分组">
    在创建表单里填写 **名称**，选择 **Key 分组**，并确认有效期和可选的额度限制。

    <Frame>
      <img src="https://mintcdn.com/bettertoken/wIlWTQWrsHrM2LZU/images/quickstart/create-api-key-form.png?fit=max&auto=format&n=wIlWTQWrsHrM2LZU&q=85&s=c7b41c870705d828c15ad102086a89db" alt="创建 API Key 表单，包含名称、Key 分组、有效期和额度限制选项。" style={{ borderRadius: '0.5rem' }} width="2514" height="1582" data-path="images/quickstart/create-api-key-form.png" />
    </Frame>

    按你要接入的工具选择分组。

    <Warning>
      **Claude 分组**只能用于 Claude Code。
    </Warning>

    <Warning>
      **GPT 分组**可以用于 Codex，也可以用于 OpenClaw、OpenCode、Cursor 等外部工具。
    </Warning>

    直接选择对应分组：

    ```text theme={null}
    Claude
    GPT
    ```

    创建完成后会弹出 **Setup** 弹窗。在这里可以复制 **API Key** 和 **Base URL**。

    <Frame>
      <img src="https://mintcdn.com/bettertoken/kJuzg9GxWEK6v7-e/images/quickstart/api-key-setup.png?fit=max&auto=format&n=kJuzg9GxWEK6v7-e&q=85&s=1e3593ad41aea62ebd3086fdbd0b1212" alt="LLMEasy API Key 创建后的 Setup 弹窗，包含 API Key、Base URL 和配置方式。" style={{ borderRadius: '0.5rem' }} width="2314" height="1612" data-path="images/quickstart/api-key-setup.png" />
    </Frame>
  </Step>

  <Step title="选择一个配置方式">
    在 **Setup** 弹窗里选择你要接入的工具，然后选择一种配置方式。

    * **一键脚本配置**：在弹窗中选择工具和系统，复制生成的命令，并在自己的本机终端执行。适合快速配置 Codex、OpenClaw 或 OpenCode。
    * **CC Switch 集成**：点击 **Import to CC Switch**，把当前 **API Key** 和 **Base URL** 导入 CC Switch。适合统一管理多个工具和 provider。
    * **手动配置**：复制 **API Key** 和 **Base URL**，再按对应工具文档填入。适合 Cursor、Cline、Roo Code、Zed 等其他客户端。

    <Note>
      不同工具的认证字段、模型选择和配置文件位置不一样。进入具体工具文档后，请按该工具的步骤继续配置。
    </Note>
  </Step>
</Steps>

## 接下来

按你的工具类型继续：

<Card title="CC Switch" href="/zh/ai-tools/cc-switch">
  如果你想统一管理 Claude Code、Codex CLI、OpenCode 和 OpenClaw，请从 CC Switch 开始配置。
</Card>

<Columns cols={2}>
  <Card title="Claude Code" icon="terminal" href="/zh/ai-tools/claude-code">
    使用 **Claude 分组**，并查看 Claude Code 的完整配置步骤。
  </Card>

  <Card title="Codex" icon="code" href="/zh/ai-tools/codex">
    使用 **GPT 分组**，并查看 Codex 的完整配置步骤。
  </Card>
</Columns>
