# Upstash Search Pricing

> **Source:** https://upstash.com/pricing/search
> **Format:** text/markdown — machine-readable pricing for agents and LLMs
> **Contact:** support@upstash.com

> **Note:** Upstash Search is currently in Preview/Early Access. Uptime SLAs are not guaranteed during this period.

Upstash Search is a serverless full-text search service.
Search and upsert requests are counted as billing requests. Reranking has separate billing.
Bandwidth is included in the query-based price.

---

## Plan Overview

| Plan | Price | Monthly Queries | Max Records |
|------|-------|----------------|-------------|
| Free | $0 - | 20K | 200K |
| Pay as You Go | $0.05 per 1K requests | Unlimited | 2M |
| Pro | Coming Soon | Unlimited | Unlimited |

---

## Pricing Details

### Free

- **Price:** $0 -
- **Request price:** Free
- **Monthly query limit:** 20K
- **Max records:** 200K

### Pay as You Go

- **Price:** $0.05 per 1K requests
- **Request price:** $0.05 per 1K requests (search and upsert)
- **Monthly query limit:** Unlimited
- **Max records:** 2M

### Pro

- **Price:** Coming Soon
- **Monthly query limit:** Unlimited
- **Max records:** Unlimited

---

## Notes

- Max query limit (topk): 1,000 (default)
- Max databases: 10 free, then $1 per database up to 100
- Max indexes per database: 10,000
- Bandwidth is included in the per-request price

---

## Frequently Asked Questions

### Can I use Upstash Search in production?

The current version of Upstash Search is in Preview/Early Access. We do not guarantee the uptime SLAs for this service for now. So you can use it on your own risk.

### How can I upgrade to pay as you go from free tier?

Once you enter your credit card, your database will be upgraded to the pay-as-you-go plan and limits will be updated.

### What is the max limit (topk) for queries?

1000 is the default limit for topk.

### In payg billing, what is counted as a query?

Search and upsert requests are counted as billing requests. Reranking requests have a separate billing.

### What is reranking? When should I use it?

It is a feature that re-ranks the results of a query using LLM models. It is useful for improving the quality of the results. You can enable it when you are not happy with the results of the default ranking.

### Are search and upsert requests same price?

Yes.

### Are there free trials?

Yes, we can provide free trials for Pro and Enterprise plans for testing and PoC purposes. Email us at support@upstash.com

### How much is the price for bandwidth?

We don't charge for bandwidth separately. It is included in the query based price.

### How many databases can I create?

You can create up to 10 databases for free and beyond this you will be charged $1 per database up to 100 databases.

### How many indexes can I create?

You can create up to 10,000 indexes in a single database.

### How many documents can I create?

You can create as many documents as possible within pay-as-you-go plan's max data size limit which is 50GB. If you need more, please contact us at support@upstash.com.
