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

# Translation

> Translate text between languages with real-time streaming output

Munsit provides real-time translation of text between languages using advanced LLM-powered translation services.\
It supports streaming responses through Server-Sent Events (SSE), so you can receive translated text as it is generated.\
You can send text in any language and translate it into your selected target language.

## What it includes

* Real-time translation between languages
* Streaming translation output as content is generated
* Source language auto-detection
* Flexible model and prompt configuration support

## How it works

1. Send the source text and target language.
2. Receive streaming chunks while translation is generated.
3. Wait for the `complete` event to get the final translation.

## Typical use cases

* Live chat and customer support translation
* Real-time subtitles and multilingual captions
* Cross-language workflows in apps and internal tools

## Related API

* [Translation API Reference](/api-reference/stt-translation)
