> ## 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.

# Billing

> Recharge credits and access MiaoDaShi account tools

## Overview

MiaoDaShi uses credits for model generation. Use the account recharge page to view the currently available pricing options and add credits to your account.

<Note>
  The recharge and API key pages require you to sign in. If you open either page while signed out, MiaoDaShi redirects you to the login page.
</Note>

## Account Entrypoints

<CardGroup cols={2}>
  <Card title="Recharge & Pricing" icon="wallet" href="https://miaodashi.com/account/recharge">
    View live recharge options and add credits to your account.
  </Card>

  <Card title="API Keys" icon="key" href="https://miaodashi.com/account/api-keys">
    Sign in to create and manage the keys used for API requests.
  </Card>
</CardGroup>

## Recharge Credits

1. Sign in to [MiaoDaShi](https://miaodashi.com/login).
2. Open [Recharge & Pricing](https://miaodashi.com/account/recharge).
3. Review the options currently displayed on the page and select the one that fits your usage.
4. Complete the on-page recharge flow.

<Note>
  Recharge options, prices, promotions, and credit rules may change. The information displayed on the live recharge page prevails.
</Note>

## API Usage

The public [Developer API](https://miaodashi.com/api-platform) page lists the available image and video models. Different models and generation settings consume different amounts of credit; use the amount shown during generation as the final reference.

To call the API:

1. Sign in and open [API Keys](https://miaodashi.com/account/api-keys).
2. Create an API key and store it securely.
3. Send it in the `Authorization: Bearer <YOUR_API_KEY>` header.

See the [API Overview](/api-reference/introduction) for request examples and endpoint documentation.
