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.
LMNT TTS
LMNTTTS calls LMNT’s /v1/ai/speech/bytes endpoint. The Patter port defaults to format: "raw" (PCM_S16LE) at 16 kHz for direct telephony use; callers can switch to mp3, mulaw, wav, aac when needed.
Install
LMNTTTS uses the platform fetch, so it works on Node 18+.
Usage
Options
| Option | Default | Notes |
|---|---|---|
apiKey | — | Reads from LMNT_API_KEY when omitted. |
model | "blizzard" | "blizzard" or "aurora". |
voice | "leah" | LMNT voice id. |
language | undefined | Auto-derived from model when omitted. |
format | "raw" | "aac", "mp3", "mulaw", "raw", "wav". |
sampleRate | 16000 | 8000, 16000, or 24000. |
temperature | 1.0 | Higher = more expressive. |
topP | 0.8 | Controls stability. |
baseUrl | LMNT /v1/ai/speech/bytes | Override for proxying or self-hosted gateways. |

