> For the complete documentation index, see [llms.txt](https://docs.cloud.olakrutrim.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloud.olakrutrim.com/basics/ai-solutions.md).

# AI Solutions

## AI Solutions – Overview

Krutrim Cloud offers **AI Solutions** designed to address high-impact, domain-specific use cases by combining cutting-edge AI models with optimized infrastructure.\
These solutions go beyond general-purpose APIs by providing specialized capabilities for tasks such as **multilingual speech processing**, **document intelligence**, and **enterprise-grade automation**.

Currently, Krutrim Cloud offers the following AI Solutions:

***

### **1. Bhashik – Indic Language Speech Processing**

**Bhashik** is an AI-powered speech model developed by Krutrim for **vernacular Indian language** support.\
It is optimized for **Text-to-Speech (TTS)** and **Speech-to-Text (STT)**, enabling developers to build applications in local languages without sacrificing accuracy or performance.

**Key Features:**

* **Text-to-Speech (TTS):** Convert text into natural-sounding speech in supported Indic languages.
* **Speech-to-Text (STT):** Transcribe audio input into accurate, structured text.
* **Multilingual & Vernacular Focus:** Supports multiple Indian languages for voice-based applications.
* **Use Cases:**
  * Interactive voice assistants in regional languages
  * Voice-enabled customer service
  * Accessibility tools for local language users
  * Media transcription and dubbing workflows

***

### **2. DIS – Document Intelligence Services**

**Document Intelligence Services (DIS)** is a suite of AI-powered document processing capabilities.\
It enables automated extraction, analysis, and transformation of information from structured and unstructured documents.

**Key Features:**

* **Text Extraction:** Retrieve raw text from document files.
* **Information Extraction:** Identify entities, key-value pairs, and personally identifiable information (PII).
* **Document Summarization:** Generate concise summaries of lengthy documents.
* **PII Masking:** Automatically mask sensitive information to maintain compliance.
* **Asynchronous Processing:** Submit documents via API and retrieve results without blocking.
* **Use Cases:**
  * Automating KYC document processing
  * Legal document summarization
  * Data entry automation
  * Privacy-compliant document sharing


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
