# Text-to-speech providers

*TTS (text-to-speech)* is a technology that converts written text into spoken audio using synthetic human-like voices. Applications with TTS capabilities use advanced AI and speech synthesis models to read generated or predefined messages aloud in a natural-sounding way.&#x20;

You may use the built-in TTS providers available in your workspace or integrate your own instance of Inworld AI to add voice functionality to your applications.

:globe\_with\_meridians: Curious about supported languages? Check them out [here](/platform/nlx-platform-guide/flows-and-building-blocks/advanced/translations.md#supported-languages)

### Built-in

Every workspace comes equipped with NLX-managed TTS providers. Use these managed providers for the fastest path to voice; no keys or extra setup required.

You may select any of these directly in your app’s [API channel voice configuration](/platform/nlx-platform-guide/ai-applications/deployment/managing-channels/creating-an-api-channel.md) to give your application a natural, human-like voice.

* Amazon Polly
* ElevenLabs — [Listen to samples](https://elevenlabs.io/)
* Hume AI — [Listen to samples](https://www.hume.ai/)
* Inworld — [Listen to samples](https://inworld.ai/tts)
* Open AI — [Listen to samples](https://www.openai.fm/)
* Rime — [Listen to samples](https://www.rime.ai/)

### Bring your own

NLX provides instructions for the following TTS integration. Once integrated, the TTS provider may be selected as a custom integration when [editing or setting up the API channel](/platform/nlx-platform-guide/ai-applications/deployment/managing-channels/creating-an-api-channel.md) of your application:

{% content-ref url="/pages/QOkQsfnzOGWm3U5zfwgv" %}
[Inworld AI](/platform/nlx-platform-guide/integrations/types/text-to-speech-providers/inworld.md)
{% endcontent-ref %}


---

# 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.nlx.ai/platform/nlx-platform-guide/integrations/types/text-to-speech-providers.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.
