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

# Intro to Realtime TTS

> Generate natural, expressive speech in real time.

Inworld's Realtime TTS models offer ultra-realistic, context-aware speech synthesis, zero data retention, and precise voice cloning capabilities, enabling developers to build natural and engaging experiences with human-like speech quality at an accessible price point.

Our models can be accessed via API ([streaming](/api-reference/ttsAPI/texttospeech/synthesize-speech-stream) and [non-streaming](/api-reference/ttsAPI/texttospeech/synthesize-speech)) or the [TTS Playground](http://platform.inworld.ai/tts-playground).

<CardGroup cols={3}>
  <Card title="Developer quickstart" icon="bolt" href="/quickstart-tts">
    Learn how to make your first API call with a guided tutorial.
  </Card>

  <Card title="TTS Playground" icon="play" href="/tts/tts-playground">
    Try different TTS models and voice cloning in TTS Playground.
  </Card>

  <Card title="Code Examples" icon="play" href="https://github.com/inworld-ai/inworld-api-examples/tree/main/tts">
    Browse ready-to-use GitHub samples for common use cases.
  </Card>
</CardGroup>

<Tip>
  **Using AI to code?** Paste `https://docs.inworld.ai/llms.txt` into your assistant so it knows every page on this site. Want live search? [Add the MCP server](https://docs.inworld.ai/tts/resources/vibe-coding).

  **Prefer the terminal?** `npm install -g @inworld/cli` — synthesize speech, clone and design voices, and generate audiobooks with the [Inworld CLI](/tts/resources/inworld-cli). AI agents can use it too.
</Tip>

## Models

<CardGroup cols={1}>
  <Card title="Realtime TTS-2" icon="wand-magic-sparkles">
    ### Our flagship, top-ranked model — the best quality plus steerability

    * Natural language steering for more contextually aware speech
    * Support for 200+ languages and locales
    * Optimized for real-time use
    * High quality instant voice cloning
    * Enhanced timestamps with phonetic details and visemes
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Realtime TTS 1.5 Max" icon="sparkles">
    ### Rich, expressive speech with maximum stability

    * Support for 15 languages
    * Optimized for real-time use (\<200ms median latency)
    * High quality instant voice cloning
  </Card>

  <Card title="Realtime TTS 1.5 Mini" icon="bolt">
    ### Our ultra-fast model — for when latency is the top priority

    * Ultra-low latency (\~120ms median latency)
    * Support for 15 languages
    * High quality instant voice cloning
  </Card>
</CardGroup>

See the [Models](/tts/tts-models) page for model IDs and full details.

## Features

| **Feature**                                                                                                                       | **Realtime TTS-2**                                  | **Realtime TTS 1.5 Max**        | **Realtime TTS 1.5 Mini**          |
| :-------------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------- | :------------------------------ | :--------------------------------- |
| Quality                                                                                                                           | Top-ranked flagship — best quality and steerability | High quality, maximum stability | Great quality at ultra-low latency |
| P50 Latency                                                                                                                       | 200 ms                                              | 200 ms                          | 120 ms                             |
| [Instant voice cloning](/tts/instant-voice-cloning)                                                                               | <Icon icon="check" size={18} />                     | <Icon icon="check" size={18} /> | <Icon icon="check" size={18} />    |
| [Professional voice cloning](/tts/professional-voice-cloning) <span className="research-preview-pill">Beta</span>                 | <Icon icon="check" size={18} />                     | <Icon icon="check" size={18} /> | <Icon icon="check" size={18} />    |
| [Custom pronunciation](/tts/capabilities/custom-pronunciation)                                                                    | <Icon icon="check" size={18} />                     | <Icon icon="check" size={18} /> | <Icon icon="check" size={18} />    |
| [Multilingual](/tts/capabilities/multilingual)                                                                                    | 200+ languages                                      | 15 languages                    | 15 languages                       |
| [Steering](/tts/capabilities/steering)                                                                                            | <Icon icon="check" size={18} />                     | <Icon icon="dash" size={18} />  | <Icon icon="dash" size={18} />     |
| [Pause controls](/tts/capabilities/pause-controls)                                                                                | <Icon icon="check" size={18} />                     | <Icon icon="check" size={18} /> | <Icon icon="check" size={18} />    |
| [Timestamp alignment](/tts/capabilities/timestamps)                                                                               | <Icon icon="check" size={18} />                     | <Icon icon="check" size={18} /> | <Icon icon="check" size={18} />    |
| [On-premises deployments](/tts/on-premises)                                                                                       | <Icon icon="dash" size={18} />                      | <Icon icon="check" size={18} /> | <Icon icon="check" size={18} />    |
| [Zero data retention](/portal/zero-data-retention#tts)                                                                            | <Icon icon="check" size={18} />                     | <Icon icon="check" size={18} /> | <Icon icon="check" size={18} />    |
