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

# Model pricing

> Learn about Anyone model pricing and billing.

<Note>
  The full model list and reference pricing has moved to the [Supported Models](/en/models) page.
</Note>

Anyone bills by token usage, with different prices for different models.

## Billing categories

| Category    | Description                            | Cost        |
| ----------- | -------------------------------------- | ----------- |
| Input       | Content you send to the model (prompt) | Base price  |
| Output      | Content the model generates            | 3-5× input  |
| Cache write | First-time prompt caching              | 1.25× input |
| Cache read  | Cache hit                              | 0.1× input  |

## How to save money

1. **Choose the right model** — use cheaper models (DeepSeek-V3.2, GLM-5.1) for simple tasks
2. **Keep prompts concise** — shorter input = fewer tokens = lower cost
3. **Control output length** — set `max_tokens` to limit output
4. **Leverage caching** — fixed system prompts are cached automatically at 10% of input price
5. **Reduce context** — don't include unnecessary conversation history

## View real-time pricing

Log in to [Anyone Dashboard](https://www.anyone.ai/console) → **Model Marketplace** for live pricing.

👉 [View full model list and reference pricing](/en/models)
