Commit cbe4c3c
authored
docs(providers): add Minimax voice provider page (#1029)
## Description
- Creates `fern/providers/voice/minimax.mdx` — a new voice provider page for Minimax. Minimax was previously absent from the Voices section in the docs nav.
- Registers the new page in `fern/docs.yml` under the existing `Voices (Text-to-speech)` section, alphabetically positioned after LMNT.
- Documents basic Minimax voice configuration (`provider`, `model`, `voiceId`).
- Documents the new `subtitleType` voice param (`"sentence"` default, `"word"` opt-in) and how it interacts with the [`assistant.speechStarted`](/server-url/events#assistant-speech-started) message.
- Honest limitations section explaining that Minimax word-progress events fire near the _end_ of each synthesis segment (because Minimax only attaches subtitle metadata to the final audio chunk per segment), not per-word in real time. Recommends ElevenLabs for true playback-cadence highlighting.
- Documents the other gotchas: `totalWords: 0` sentinel, `force-say` always emits text-only, barge-in cuts emission, CJK languages are word-counted per ideograph/kana/hangul.
- Stacked on [PR #1028](https://app.graphite.com/github/pr/VapiAI/docs/1028) which adds the `#assistant-speech-started` anchor this page links to.
## Testing Steps
- [x] Verified the page registers in `docs.yml` correctly (matches the structure of sibling voice provider pages like ElevenLabs and Cartesia)
- [x] Verified the cross-reference link `/server-url/events#assistant-speech-started` matches the anchor added in the parent PR
- [x] Reviewer: spot-check the Fern preview build to confirm the page renders and shows up in the Voices nav between LMNT and RimeAI1 parent aecebff commit cbe4c3c
2 files changed
Lines changed: 71 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
| 609 | + | |
| 610 | + | |
609 | 611 | | |
610 | 612 | | |
611 | 613 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
0 commit comments