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

# Billing and top-up

> Learn about Anyone pricing, top-up methods, and usage tracking.

Anyone bills by token usage — you pay for what you use.

## How to top up

1. Log in to the [anyone.ai](https://www.anyone.ai) dashboard
2. Click **Top Up** in the left menu
3. Choose an amount and complete the payment

Supported payment methods:

* **Stripe** — Credit/debit cards (Visa/Mastercard/AMEX), Alipay

<Tip>
  Credits are available immediately after top-up. You can start using them right away.
</Tip>

## Billing rules

* **Billed by token usage** — each API call is charged based on the number of input and output tokens
* **Different models have different prices** — more powerful models (e.g., GPT-5.4, Claude Opus 4.6) cost more; lightweight models (e.g., Claude Sonnet 4.6) are cheaper
* **Cache hit discounts** — if the request hits an upstream cache, a discounted rate applies

## Subscription plans

Anyone offers subscription plans (Daily Pass, Weekly Pass, Monthly Pass) that provide a daily token quota at a discounted rate.

### How to subscribe

1. Log in to the [dashboard](https://www.anyone.ai/console)
2. Click **Subscription** in the left menu
3. Choose a plan and complete the payment

### Switch to subscription billing

<Warning>
  After purchasing a subscription, you **must** switch your billing mode to use it. Otherwise, your wallet balance will be consumed first instead of the subscription quota.
</Warning>

After subscribing, click the **billing mode dropdown** at the top of the dashboard and select one of:

| Mode                        | Description                                                                                            |
| --------------------------- | ------------------------------------------------------------------------------------------------------ |
| **Prioritize Subscription** | Uses subscription quota first. When quota is exhausted, falls back to wallet balance. **Recommended.** |
| **Prioritize Wallet**       | Uses wallet balance first. Subscription quota is only used when wallet is empty.                       |
| **Subscription Only**       | Only uses subscription quota. Requests fail when quota is exhausted (wallet is not touched).           |
| **Wallet Only**             | Ignores subscription entirely. Only uses wallet balance.                                               |

<Tip>
  Most users should select **Prioritize Subscription** to get the best value from their plan. Subscription quota resets daily — unused quota does not roll over.
</Tip>

## View usage and balance

* **Balance**: displayed on the dashboard homepage
* **Transaction details**: the **Logs** page shows the model, token count, and cost for each request
* **Charts**: the **Analytics** page shows spending trends by day or by model

## Pricing reference

For specific model pricing, check the **Model Pricing** page in the dashboard, or see the [model pricing guide](/en/configuration/model-pricing).

<Note>
  Prices may change as upstream providers adjust their rates. The real-time prices shown in the dashboard are always authoritative.
</Note>
