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

# 账单管理

> 充值积分并访问喵大师账户工具

## 概述

喵大师使用积分结算模型生成任务。您可以通过账户充值页面查看当前价格方案，并为账户补充积分。

<Note>
  充值和 API Key 页面需要登录。未登录时访问这两个页面，喵大师会先跳转到登录页。
</Note>

## 账户入口

<CardGroup cols={2}>
  <Card title="充值与价格方案" icon="wallet" href="https://miaodashi.com/account/recharge">
    查看实时充值方案并为账户补充积分
  </Card>

  <Card title="API Key" icon="key" href="https://miaodashi.com/account/api-keys">
    登录后创建和管理 API 请求使用的密钥
  </Card>
</CardGroup>

## 充值积分

1. 登录[喵大师](https://miaodashi.com/login)。
2. 打开[充值与价格方案](https://miaodashi.com/account/recharge)。
3. 查看页面当前展示的方案，选择符合使用需求的选项。
4. 按照页面提示完成充值。

<Note>
  充值方案、价格、优惠和积分规则可能调整，请以充值页面的实时信息为准。
</Note>

## API 使用

[开发者 API](https://miaodashi.com/api-platform)公开页面展示当前提供的图片和视频模型。不同模型与生成参数消耗的积分不同，最终请以生成时页面显示的积分为准。

调用 API 的基本步骤：

1. 登录后打开 [API Key](https://miaodashi.com/account/api-keys)。
2. 创建 API Key，并妥善保存。
3. 在请求头中通过 `Authorization: Bearer <YOUR_API_KEY>` 传入密钥。

请求示例与具体端点请参见 [API 概览](/zh/api-reference/introduction)。
