# Billing For AI Solutions

Krutrim Cloud’s AI Solutions offer access to powerful APIs across **text, speech, and document intelligence**.\
All APIs are billed on a **pay-as-you-go** basis, with costs depending on the **type of input** (characters, audio hours, or pages processed).

You are billed only for what you use. Charges are calculated automatically based on API usage recorded during calls made through the console or SDK.

***

### Bhashik Billing

Bhashik provides a suite of text and speech APIs for tasks such as language detection, translation, summarization, and speech recognition.

#### Pricing Summary

| Category            | API Name                                   | Unit                  | Rate (₹) |
| ------------------- | ------------------------------------------ | --------------------- | -------- |
| **Text Services**   | Language Detection                         | 1M input characters   | ₹66      |
|                     | Entity Extraction                          | 1M input characters   | ₹66      |
|                     | Summarization                              | 1M input characters   | ₹66      |
|                     | Translation                                | 1M input characters   | ₹581     |
|                     | Sentiment Analysis                         | 1M input characters   | ₹66      |
| **Speech Services** | Text-to-Speech                             | 1M input characters   | ₹266     |
|                     | Speech-to-Text                             | 1 hour of input audio | ₹24      |
|                     | Text-to-Speech Translation                 | 1M input characters   | ₹1262    |
|                     | Speech-to-Text Translation                 | 1 hour of input audio | ₹24      |
|                     | Speech-to-Speech Translation               | 1 hour of input audio | ₹166     |
|                     | Speech-to-Text (Long Duration)             | 1 hour of input audio | ₹24      |
|                     | Speech-to-Text Translation (Long Duration) | 1 hour of input audio | ₹24      |

#### Example Calculations

```
Example 1:
Summarization of 250,000 characters → (0.25 × ₹66) = ₹16.50

Example 2:
Speech-to-Text of 20-minute audio → (0.33 hr × ₹24) = ₹7.92

Example 3:
Translation of 1M characters → ₹581 total
```

***

### DIS Billing

Document Intelligence Services (DIS) enable OCR, text extraction, information extraction, summarization, and PII masking across images and documents.

#### Pricing Summary

| API Name            | Unit                 | Rate (₹) |
| ------------------- | -------------------- | -------- |
| Extract Text        | OCR: per 1,000 pages | ₹398     |
|                     | Doc: per 1,000 pages | ₹100     |
| Extract Information | OCR: per 1,000 pages | ₹1,726   |
|                     | Doc: per 1,000 pages | ₹1,726   |
| Summarisation       | OCR: per 1,000 pages | ₹531     |
|                     | Doc: per 1,000 pages | ₹166     |
| PII Masking         | Doc: per 1,000 pages | ₹232     |

***

#### Example Calculations

```
Example 1:
Extract Text (OCR) for 200 pages → (0.2 × ₹398) = ₹79.60

Example 2:
Example Summarisation (Doc) for 500 pages → (0.5 × ₹166) = ₹83.00
```

***

### Additional Notes

* All prices are **exclusive of taxes**.
* Partial usage (characters, minutes, or pages) is **prorated** automatically.
* Bhashik APIs bill on **input size**, regardless of output length.
* Long-duration STT APIs return a `request_id` for queued jobs but follow the same per-hour pricing.

### Where to See This in Console

To track usage and billing for AI Solutions:

1. Navigate to **Billing → Usage → AI Solutions** in the Krutrim Console.
2. Select a product tab — **Bhashik** or **DIS**.
3. Use filters to view usage by date or API.
4. Click **Export** to download usage data.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloud.olakrutrim.com/basics/ai-solutions/billing-for-ai-solutions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
