# Ollama Cloud pricing and limits

> Machine-readable reference maintained by Ollama TPS (https://ollamatps.com), an
> independent live benchmark of Ollama Cloud model speed. **We are not Ollama.**
> These are Ollama's published plan terms, republished here in a parseable form.
> Source: https://ollama.com/pricing — verified 2026-08-15.
> Always confirm at the source; plans and limits change without notice.

## Plans

### Free
- Price: $0
- Concurrent cloud models: 1
- Usage: capped, not unlimited — the base allowance

### Pro
- Price: $20/mo or $200/yr
- Concurrent cloud models: 3
- Usage: 50x the Free allowance

### Max
- Price: $100/mo
- Concurrent cloud models: 10
- Usage: 5x the Pro allowance
- **Status: New sign-ups are paused while Ollama adds capacity. Existing subscribers keep their plan, limits and pricing.**

### Team
- Price: $25/seat/mo, 5-seat minimum ($125/mo)
- Concurrency: per seat
- Usage: included per seat; overage draws from a shared team balance

## How usage is metered

- Metered by the model called and the number of input, cached input, and output tokens processed.
- There is **no fixed token cap** — different models consume different amounts of compute per token.
- Models carry a usage level from 1 (light, e.g. gpt-oss:20b) to 4 (extra heavy, e.g. deepseek-v4-pro).
  A level 4 model drains the allowance far faster than a level 1 model at the same token count.
- Ollama emails the account owner at 90% of the plan allowance.

## Reset windows

- Session limit: resets every **5 hours**
- Weekly limit: resets every **7 days**
- Both apply to every plan, including Free.

## Concurrency behaviour

- Requests beyond the plan's concurrent-model limit are **queued**, not rejected.
- The queue has a fixed depth; once full, further requests are rejected until a slot frees.

## Running locally

Running Ollama on your own hardware is free and unlimited. The plans above govern
cloud inference only.

## Related

- Ollama Cloud speed leaderboard (live, updated ~every 10 minutes): https://ollamatps.com/
- Full limits explainer: https://ollamatps.com/limits/
- Pricing explainer: https://ollamatps.com/pricing/
- How speed is measured: https://ollamatps.com/methodology/
- Multi-provider comparison (Ollama vs OpenCode Zen vs OpenCode Go): https://tokendyno.com/
