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

# Pricing & Plans

> Choose the plan that best fits your needs. All plans include access to our high-quality Indian voice models with ultra-low latency.

## Plans Overview

| Plan         | Price         | Characters | Minutes  | Concurrency | Support           |
| ------------ | ------------- | ---------- | -------- | ----------- | ----------------- |
| **Free**     | ₹0/month      | 10K        | \~100    | 2           | Community         |
| **Starter**  | ₹1050/month   | 300K       | \~300    | 5           | Community         |
| **Pro**      | ₹10,000/month | 3M         | \~3,000  | 10          | Email             |
| **Business** | ₹50,000/month | 18M        | \~18,000 | 20          | Email + Dedicated |

***

## Plan Details

### Free Plan — ₹0/month

Perfect for getting started and exploring our API.

| Feature           | Included                                       |
| ----------------- | ---------------------------------------------- |
| Characters        | 10,000                                         |
| Minutes (approx.) | \~10                                           |
| Concurrency       | 2 simultaneous requests                        |
| Support           | Community                                      |
| **Ideal For**     | Individual developers, prototyping, evaluation |

**Includes:**

* Access to all standard voice models
* Playground Access
* Community Discord support
* Basic documentation

***

### Starter Plan — ₹1050/month

For individual developers ready to build and deploy.

| Feature           | Included                                           |
| ----------------- | -------------------------------------------------- |
| Characters        | 300,000                                            |
| Minutes (approx.) | \~300                                              |
| Concurrency       | 5 simultaneous requests                            |
| Support           | Community                                          |
| **Ideal For**     | Individual developers, prototyping, small projects |

**Includes:**

* Everything in Free, plus:
* 50× more characters than Free
* Higher concurrency for better throughput
* Commercial use permitted

***

### Pro Plan — ₹10,000/month

Built for startups and growing applications.

| Feature           | Included                                   |
| ----------------- | ------------------------------------------ |
| Characters        | 3,000,000 (6M)                             |
| Minutes (approx.) | \~3,000                                    |
| Concurrency       | 10 simultaneous requests                   |
| Support           | Email                                      |
| **Ideal For**     | Startups, POCs, medium-volume applications |

**Includes:**

* Everything in Starter, plus:
* 12× more characters than Starter
* Priority email support
* Higher rate limits
* Ideal for production workloads

***

### Business Plan — ₹50,000/month

For scaling businesses with high-volume requirements.

| Feature           | Included                                    |
| ----------------- | ------------------------------------------- |
| Characters        | 18,000,000 (18M)                            |
| Minutes (approx.) | \~18,000                                    |
| Concurrency       | 20 simultaneous requests                    |
| Support           | Email + Dedicated Support                   |
| **Ideal For**     | Scaling businesses, enterprise applications |

**Includes:**

* Everything in Pro, plus:
* 2.5× more characters than Pro
* Dedicated account support
* Highest concurrency limits
* Priority feature requests

***

## Need More?

**Enterprise & Custom Plans**

For organizations with requirements beyond our Business plan, we offer custom solutions:

* **Custom character limits** tailored to your volume
* **Higher concurrency** for massive scale
* **SLA guarantees** for mission-critical applications
* **Dedicated infrastructure** options
* **Custom voice development**
* **On-premise deployment** (coming soon)

📧 **Contact us:** [support@timepay.ai](mailto:support@timepay.ai)

***

## Understanding Our Metrics

### Characters

Characters are the primary unit of measurement. Every character in your input text (including spaces and punctuation) counts toward your monthly limit.

**Example:**

```
"Hello, welcome to our service!" = 31 characters
```

### Minutes

Minutes are an approximate estimate based on average speech rate. Actual duration may vary based on:

* Voice model selected
* Speech speed settings
* Content type (numbers, abbreviations, etc.)

### Concurrency

Concurrency refers to the number of simultaneous API requests you can make. Higher concurrency means:

* Faster batch processing
* Better user experience for real-time applications
* Ability to serve more end-users simultaneously

***

## Frequently Asked Questions

### What happens when I exceed my character limit?

Once you reach your monthly character limit, API requests will return an error until your limit resets at the start of your next billing cycle. We recommend upgrading your plan or purchasing additional characters if you consistently hit your limits.

### Can I upgrade or downgrade my plan?

Yes! You can change your plan at any time from your dashboard.

* **Upgrading:** Takes effect immediately. You'll be charged the prorated difference for the remainder of the billing period.
* **Downgrading:** Takes effect at the start of your next billing cycle. You'll continue to enjoy your current plan's benefits until then.

### Do unused characters roll over?

Currently, unused characters do not roll over to the next month. Each billing cycle starts fresh with your plan's full character allocation.

### Is there a free trial for paid plans?

The Free plan serves as your trial — you can explore all features with 10K characters before committing to a paid plan. No credit card required.

### What payment methods do you accept?

We accept:

* Credit/Debit Cards (Visa, Mastercard, Rupay)
* UPI

### Do you offer annual billing?

Yes! Save up to 20% with annual billing. Contact us for annual plan pricing.

***

## Compare Plans

| Feature               | Free | Starter | Pro     | Business |
| --------------------- | ---- | ------- | ------- | -------- |
| **Monthly Price**     | ₹0   | ₹1050   | ₹10,000 | ₹50,000  |
| **Characters**        | 10K  | 300K    | 3M      | 18M      |
| **Minutes (approx.)** | \~10 | \~3,00  | \~3,000 | \~18,000 |
| **Concurrency**       | 2    | 5       | 10      | 20       |
| **API Access**        | ✗    | ✓       | ✓       | ✓        |
| **All Voice Models**  | ✓    | ✓       | ✓       | ✓        |
| **Commercial Use**    | ✗    | ✓       | ✓       | ✓        |
| **Community Support** | ✓    | ✓       | ✓       | ✓        |
| **Email Support**     | ✗    | ✗       | ✓       | ✓        |
| **Dedicated Support** | ✗    | ✗       | ✗       | ✓        |
| **Priority Features** | ✗    | ✗       | ✗       | ✓        |

***

## Getting Started

1. **Sign up** for a free account
2. **Get your API key** from the dashboard
3. **Make your first request** using our quickstart guide
4. **Upgrade** when you need more capacity

<CodeGroup>
  ```bash cURL theme={null}
  curl -X POST "https://api.tts.timepay.ai/api/v1/get_speech" \
    -H "Authorization: Bearer YOUR_API_KEY_HERE" \
    -H "Content-Type: application/json" \
    -d '{
      "text": "Hello world! This is Vox speaking.",
      "voice_id": "khvTFYgvagfvagvfuavdf",
      "language": "en",
      "add_wav_header": true,
      "speed":1.0,
      "sample_rate": 24000
    }' \
    --output output.wav
  ```
</CodeGroup>

***

# Need Help?

If you have any questions or need assistance, please contact our support team at [support@timepay.ai](mailto:support@timepay.ai).

***

*Prices are in Indian Rupees (INR) and exclude applicable taxes. Plans are billed monthly unless otherwise specified.*
