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

# Plans & Limits

> Usage limits for Free and Pro tiers

# Plans & Limits

Jabrod offers different tiers based on your usage needs. Below are the limits enforced by the platform.

## Usage Limits

| Feature                   | Free Tier | Pro Tier |
| ------------------------- | --------- | -------- |
| Max Pipelines             | 1         | 10       |
| Data Sources per Pipeline | 3         | 25       |
| Max Document Size         | 1 MB      | 50 MB    |
| Queries per Day           | 100       | 10,000   |
| Chunks Ingested per Day   | 500       | 50,000   |
| Max API Keys per Pipeline | 1         | 5        |

## Supported Configurations

Different tiers have access to different processing and storage options.

### Chunking Strategies

* **Free**: Fixed Size
* **Pro**: Fixed Size, Sentence, Paragraph, Recursive Character, Semantic

### Embedding Models

* **Free**: `text-embedding-3-small`, `nomic-embed-text`
* **Pro**: `text-embedding-3-small`, `text-embedding-3-large`, `text-embedding-ada-002`, `cohere/embed-english-v3.0`, `voyage/voyage-large-2`

### Vector Providers

* **Free & Pro**: `upstash` (Serverless vector database)
