Skip to content

Commit b5f747d

Browse files
authored
Merge branch 'main' into fix/broken-links
2 parents 59f7af8 + 287ce62 commit b5f747d

File tree

6 files changed

+23
-38
lines changed

6 files changed

+23
-38
lines changed

.github/workflows/pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: 📂 Get changed files
2323
id: changed-files
24-
uses: tj-actions/changed-files@v40
24+
uses: tj-actions/changed-files@v46
2525
with:
2626
files: |
2727
fern/**/*.mdx

fern/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ navigation:
484484
path: providers/transcriber/gladia.mdx
485485
- page: Talkscriber
486486
path: providers/transcriber/talkscriber.mdx
487-
- page: Assembly AI
487+
- page: AssemblyAI
488488
path: providers/transcriber/assembly-ai.mdx
489489

490490
- section: Cloud storage
Lines changed: 21 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,39 @@
11
---
22
title: AssemblyAI
3-
subtitle: What is AssemblyAI?
43
slug: providers/transcriber/assembly-ai
54
---
65

6+
## Universal-Streaming
77

8-
**What is AssemblyAI?**
8+
Universal-Streaming is AssemblyAI's purpose-built speech-to-text model that delivers ultra-fast, immutable transcripts in ~300ms with intelligent endpointing and superior accuracy for voice agents. It eliminates common pain points like misheard account numbers, awkward pauses, and premature cutoffs, enabling more natural and successful voice interactions.
99

10-
AssemblyAI is a leading provider of AI-driven speech recognition and understanding technologies. Their advanced models enable accurate transcription and analysis of audio data, facilitating applications across various industries.
1110

12-
**The Evolution of AI Transcription:**
1311

14-
Speech recognition has evolved from basic systems to sophisticated AI models capable of understanding diverse languages and accents. AssemblyAI has been at the forefront of this evolution, developing models like Universal-2, trained on over 12.5 million hours of audio data, achieving best-in-class transcription accuracy across several industry-critical languages.
12+
## How to use AssemblyAI as transcriber
1513

16-
**Overview of AssemblyAI's Offerings:**
14+
This guide details how to setup AssemblyAI as a transcriber for your assistant.
1715

18-
AssemblyAI offers a comprehensive suite of AI-driven tools designed to meet diverse needs:
16+
<Steps>
17+
**Head to the "Assistants" tab in your Vapi dashboard.**
1918

20-
**Speech-To-Text**
19+
<Frame>
20+
<img src="../../static/images/providers/assemblyai/AssemblyAI-Step1.png" />
21+
</Frame>
2122

22-
- Their core offering converts spoken language into written text with up to 95% accuracy and 30% less hallucinations than other leaders in the space.
23+
**Click on your assistant and then the "Transcriber" tab.**
2324

24-
**Audio Intelligence**
25+
<Frame>
26+
<img src="../../static/images/providers/assemblyai/AssemblyAI-Step2.png" />
27+
</Frame>
28+
2529

26-
- Beyond transcription, AssemblyAI's fully featured speech understanding models can analyze audio to detect sentiment, identify topics, and perform speaker diarization, transforming words into meaningful ideas, insights, and opportunities.
30+
**Select "assembly-ai" on the Provider dropdown.**
2731

28-
**Real-time Transcription**
32+
<Frame>
33+
<img src="../../static/images/providers/assemblyai/AssemblyAI-Step3.png" />
34+
</Frame>
35+
</Steps>
2936

30-
- AssemblyAI's real-time transcription feature enables sub-second latency conversion of speech to text, beneficial for live captioning, customer support, and interactive voice response systems, enhancing user experience and operational efficiency.
37+
## Supported Languages
3138

32-
**Use Cases for AssemblyAI**
33-
34-
AssemblyAI's versatile technology serves multiple industries, enhancing operations and delivering valuable insights:
35-
36-
**Contact Centers**
37-
38-
- For contact centers, AssemblyAI provides real-time transcription and audio analysis to improve customer interactions. By transcribing calls and analyzing sentiment, businesses can identify trends, monitor agent performance, and enhance customer satisfaction.
39-
40-
**Media And Content Creation**
41-
42-
- In the media sector, AssemblyAI’s speech-to-text solutions are used to transcribe interviews, podcasts, and video content. This makes content searchable, accessible, and easier to manage, enhancing the efficiency of media production workflows.
43-
44-
**Innovation and Research:**
45-
46-
- AssemblyAI is committed to continuous innovation and research in the field of speech recognition and AI. Their team of experts is dedicated to enhancing the capabilities of their technology, exploring new applications, and pushing the boundaries of what speech AI can achieve.
47-
48-
**AI Safety and Ethics:**
49-
50-
- Ensuring the ethical use of AI is a core principle at AssemblyAI. They implement robust safeguards to prevent misuse of their technology and are actively engaged in promoting responsible AI development. Protecting user data and maintaining transparency in AI operations are central to their mission.
51-
52-
**Integrations and Compatibility**
53-
54-
- AssemblyAI offers a developer-friendly environment with RESTful API access, WebSocket support for real-time applications, SDKs for popular programming languages, detailed documentation and examples, ensuring seamless integration of speech recognition capabilities into existing systems.
39+
Universal-Streaming currently supports English only.
486 KB
Loading
432 KB
Loading
350 KB
Loading

0 commit comments

Comments
 (0)