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

# Pricing & Transparency

> How plan-based pricing and on-demand rates work, and where to see them.

# Pricing

Pricing is plan-based: every plan includes a request allowance. On-demand pricing applies only to usage beyond your plan's included allowance.

For on-demand usage, every model has explicit input and output rates in USD per million tokens.

Rates are shown on:

* The public [Models page](https://openference.com/models)
* Your dashboard usage history (per-request cost)

On-demand costs are calculated as:

```
cost = (tokens / 1_000_000) * ratePerMillion
```

Separate input and output rates.
