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

# Billing

> Check wallet status, payment methods, spend, and model rates.

# Billing

Billing is workspace-scoped. Before production traffic, confirm the workspace
has an active wallet, enough balance, and the expected billing mode.

## Key screens

* Wallet balance and status.
* Usage summary and timeseries.
* Payment methods and top-ups.
* Storage quota and purchases.
* Provider earnings and payouts when you publish models.

## Useful API surfaces

```text theme={null}
GET /api/billing/wallet
GET /api/billing/wallet/entries
GET /api/billing/overview
GET /api/billing/marketplace/models/{model_id}/rates
GET /api/billing/storage/quota
```

## Common billing blockers

* `402 Payment Required`: the workspace cannot fund the run.
* Suspended wallet: resolve the wallet state before retrying.
* Unexpected cost: check the model rates and operation selected in Playground.
* Missing billing data: confirm you are in the correct workspace.
