Documentation Index
Fetch the complete documentation index at: https://patter-06b046ce-feat-observability-otel-attrs-0-6-1.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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. |

