- Check dictionary coverage to see whether a word is already pronounced correctly out of the box.
- Specify a custom pronunciation inline using the Rime phonetic alphabet.
- Request a dictionary addition from the Rime team.
Check dictionary coverage
Use the Coverage API to determine which words in your text are not yet in Rime’s pronunciation dictionary. Words that aren’t covered will still be spoken — the model predicts a pronunciation, which is often suitable when the spelling follows typical linguistic patterns — but it’s worth verifying uncommon words before they reach end users.Specify a custom pronunciation inline
For Mist-family models, you can specify a custom pronunciation directly in your TTS request by passing a phonetic string in curly brackets and settingphonemizeBetweenBrackets: true. The strings use the Rime phonetic alphabet, which is inspired by IPA.
See Custom pronunciation for the full reference.
Generate the phonetic string from audio
You can write phonetic strings by hand from the alphabet reference, or let Rime generate one for you: record the word (or synthesize it) and post the raw audio to the Phonemize API.{h0El1o} — with phonemizeBetweenBrackets: true.
Request a dictionary addition
If a word is mispronounced and you’d like it fixed at the dictionary level, reach out to your account manager via Slack or email, or contact sales@rime.ai. Our linguists typically review and add new words within one week.Tips
- Check coverage regularly when working with new or domain-specific content.
- Brand names, technical terms, and made-up words are the most common sources of mispronunciation — verify these first.
- For flows where pronunciation control matters most, use Mist v1/v2 so you can correct pronunciations inline.

