Deepgram only. Returns 400 if used with other models.
model_config is forwarded directly — Telnyx does not validate individual options.
Commonly Used Options
| Option | Type | Description |
|---|---|---|
smart_format | boolean | Capitalization, punctuation, dates, numbers, currency |
punctuate | boolean | Add punctuation |
diarize | boolean | Speaker identification. Adds speakers array to verbose_json segments. |
utterance | boolean | Segment transcript into utterances |
numerals | boolean | Convert spoken numbers to digits |
language | string | Override language. Top-level language param takes precedence. |
Example
model_config can be sent as a JSON string in the multipart form field. The server parses it before forwarding.