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

# Pricing

> Pricing information for Conversation History.

Conversation History pricing has three parts: persisted text, extended storage, and search.

## Rates

| Usage                 | Price                     | Notes                                                                      |
| --------------------- | ------------------------- | -------------------------------------------------------------------------- |
| Embed and persist     | `$0.0015 / 1K characters` | Billed once on input transcript characters. Includes 30 days of retention. |
| Storage after 30 days | `$0.60 / GiB-month`       | Applies only when extended retention is enabled.                           |
| Vector search         | `$0.003 / search`         | First 10,000 searches per month are free of charge.                        |

## Example

A 10-minute call with about 10,000 transcript characters and one search within the free tier would be priced as:

| Line Item              | Calculation                                     | Price     |
| ---------------------- | ----------------------------------------------- | --------- |
| Embed and persist      | `10K characters * $0.0015`                      | `$0.015`  |
| Storage within 30 days | Included                                        | `$0.00`   |
| One vector search      | Included in the first 10,000 searches per month | `$0.00`   |
| Total                  |                                                 | `~$0.015` |
