Rime TTS
RimeTTS targets the Rime HTTP endpoint. Both Arcana (high fidelity) and Mist (low latency) model families are supported. The provider requests audio/pcm and yields raw PCM_S16LE chunks at the configured sample rate.
Install
RimeTTS uses the platform fetch, so it works on Node 18+.
Usage
Options (selection)
| Option | Default | Notes |
|---|---|---|
apiKey | — | Reads from RIME_API_KEY when omitted. |
model | "arcana" | "arcana" or any mist* model. |
speaker | "astra" / "cove" | Default depends on model. |
lang | "eng" | Rime language code. |
sampleRate | 16000 | Hz. |
temperature, topP, maxTokens, repetitionPenalty | — | Arcana only. |
speedAlpha, reduceLatency, pauseBetweenBrackets, phonemizeBetweenBrackets | — | Mist only. |
baseUrl | Rime /v1/rime-tts | Override for proxying or self-hosted gateways. |

