Skip to content

Commit 33f0879

Browse files
authored
adding Speechmatics documentation (#718)
1 parent a2aa1bd commit 33f0879

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

fern/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,8 @@ navigation:
566566
path: providers/transcriber/google.mdx
567567
- page: Gladia
568568
path: providers/transcriber/gladia.mdx
569+
- page: Speechmatics
570+
path: providers/transcriber/speechmatics.mdx
569571
- page: Talkscriber
570572
path: providers/transcriber/talkscriber.mdx
571573
- page: AssemblyAI
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Speechmatics
3+
slug: providers/transcriber/speechmatics
4+
---
5+
6+
## What is Speechmatics?
7+
8+
Speechmatics is an enterprise-grade speech recognition platform delivering industry-leading accuracy and speed for Voice AI applications. Built on advanced self-supervised learning models, Speechmatics provides inclusive Automated Speech Recognition (ASR) that works seamlessly across diverse accents, dialects, and challenging acoustic environments — regardless of gender or demographic.
9+
10+
## Why Choose Speechmatics on Vapi?
11+
12+
### Unmatched Accuracy for Voice Agents
13+
Speechmatics is the most accurate real-time speech-to-text engine, delivering final transcripts in under one second without compromising accuracy. This balance of speed and precision is critical for voice agents that need to respond naturally to users while keeping the conversation flow intact.
14+
15+
### Truly Global Language Coverage
16+
With support for 55+ languages covering over half the world’s population, Speechmatics enables businesses to build voice experiences that work globally. Each language model supports all associated accents and dialects — whether Brazilian Portuguese or Canadian French — without requiring separate configurations.
17+
18+
### Speaker Diarization
19+
Speechmatics is the only transcriber on Vapi to provide **speaker diarization** — the ability to identify who said what in multi-party conversations. Each word is labeled with a speaker label.
20+
> Note: This feature is rolling out and may not yet be fully functional.
21+
22+
### Custom Vocabulary
23+
Boost accuracy for proper nouns, acronyms, technical jargon, or industry-specific terminology by providing a list of custom words. This ensures your voice agent correctly transcribes domain-specific language critical to your application.
24+
25+
## Getting Started
26+
27+
1. Go to the **Assistants** tab in the left-hand navigation pane.
28+
2. Create a new assistant, or select the voice assistant you’d like to configure.
29+
3. Open the **Transcriber** tab in the top navigation (or scroll down to the Transcriber module).
30+
4. In the **Provider** dropdown menu, select **Speechmatics**.
31+
32+
You can also follow along with the [“How to Get Started” demo video](https://youtu.be/vhP0Xwp6z8A?si=sOupiFdNd49y5HNd).
33+
34+
<Frame>
35+
<img src="../../static/images/providers/speechmatics/VapiSpeechmatics.png" />
36+
</Frame>
37+
38+
## Best Practices
39+
40+
- **Operating Point** – Select the **Enhanced** model for the best accuracy in real-time voice agents.
41+
- **Region** – Choose the region closest to your users to optimize latency.
42+
- **Custom Vocabulary** – Use this feature to add key terms (e.g., product names) and leverage the *Sounds Like* option for tricky pronunciations.
816 KB
Loading

0 commit comments

Comments
 (0)