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

# Custom pronunciation

> Specify pronunciations for uncommon words in Mist family synthesis using Rime's phonetic alphabet.

<Note>Custom pronunciation is supported by **Mist** and **Mist v2** only. It is not yet supported on Mist v3.</Note>

For uncommon words, such as unique brand names or product names, Rime's speech synthesis model may not always pronounce them correctly out of the box.

While the Rime team can add new words to the dictionary in about a week (contact us if you need faster turnaround or have an SLA), if you want to specify the pronunciation yourself, you can input a custom pronunciation string within curly brackets.

Tools exist both to [check the dictionary coverage](#check-coverage) and to [generate a custom pronunciation string](#get-pronunciation).

Custom pronunciations use [Rime's phonetic alphabet](/platform/rime-phonetic-alphabet), which is inspired by the International Phonetic Alphabet (IPA). For example, the word `custom` would be represented as `{k1Ast0xm}`. This even works for made-up words, like `gorbulets`, which would be `{g1orby0ul2Ets}`.

| Audio clip                                          | Sentence                                              |
| --------------------------------------------------- | ----------------------------------------------------- |
| <audio controls src="/sounds/docs/gorbulets.wav" /> | actually, `{g1orby0ul2Ets}` is a word i just made up. |

<Note>When making an API request, you must set `phonemizeBetweenBrackets` to `true`. The request would look like this:</Note>

```python Custom pronunciation example theme={null}
{
	"text": "actually, {g1orby0ul2Ets} is a word i just made up.",
    "speaker": "peak",
    "modelId": "mistv2",
    "phonemizeBetweenBrackets": true
}
```

## Check coverage

Before writing a custom pronunciation by hand, check whether the word is already in Rime's dictionary using the [**Check Coverage**](https://app.rime.ai/coverage/) tool. You can also check coverage [via the API](/api-reference/other/oov).

For the full walkthrough — uploading word lists, listening to predicted pronunciations, and requesting dictionary additions — see [Check coverage](/platform/check-coverage).

## Get pronunciation

If the word is uncovered, the [**Pronunciation tool**](https://app.rime.ai/pronunciation) in the dashboard generates a phonetic string for you. Type the word, record yourself saying it, click Generate, and the tool returns a string in the [Rime phonetic alphabet](/platform/rime-phonetic-alphabet) that you can paste into your TTS request inside `{}`.

For the full walkthrough, see [Generating a pronunciation string](/platform/check-coverage#generating-a-pronunciation-string).

## The Rime phonetic alphabet

The Rime phonetic alphabet is inspired by IPA and covers vowels, consonants, and syllabic stress. The full symbol reference lives on its own page: [Rime phonetic alphabet](/platform/rime-phonetic-alphabet).
