Skip to content

Commit 9ae6b97

Browse files
VAP-4541: add gemini transcriber docs (#256)
* feat: add gemini transcriber * chore: rename gemini transcriber to google --------- Co-authored-by: Arvind <[email protected]>
1 parent bac5fbe commit 9ae6b97

File tree

6 files changed

+48
-0
lines changed

6 files changed

+48
-0
lines changed

fern/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ navigation:
297297
contents:
298298
- page: Deepgram
299299
path: providers/transcriber/deepgram.mdx
300+
- page: Google
301+
path: providers/transcriber/google.mdx
300302
- page: Gladia
301303
path: providers/transcriber/gladia.mdx
302304
- page: Talkscriber
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Google
3+
slug: providers/transcriber/google
4+
---
5+
6+
## What is Gemini by Google?
7+
8+
Gemini is Google’s latest artificial intelligence (AI) initiative, developed by Google DeepMind, designed to enhance user experiences across various platforms by integrating advanced AI capabilities into everyday applications. It represents a significant advancement in AI technology, offering multimodal understanding and reasoning across text, images, audio, video, and code.
9+
10+
## How to use Google as transcriber
11+
12+
This guide details how to setup Google as a transcriber for your assistant.
13+
14+
<Steps>
15+
**Head to the "Assistants" tab in your Vapi dashboard.**
16+
17+
<Frame>
18+
<img src="../../static/images/quickstart/dashboard/vapi-assistants-sidebar-selection.png" />
19+
</Frame>
20+
21+
**Click on your assistant and then the "Transcriber" tab.**
22+
23+
<Frame>
24+
<img src="../../static/images/quickstart/dashboard/vapi-assistant-transcriber-tab.png" />
25+
</Frame>
26+
27+
28+
**Select "google" on the Provider dropdown.**
29+
<Note>
30+
You can also adjust the model and language from the dropdown.
31+
</Note>
32+
33+
<Frame>
34+
<img src="../../static/images/quickstart/dashboard/vapi-assistant-transcriber-provider-dropdown.png" />
35+
</Frame>
36+
37+
**Click on "Publish" and talking with your assistant.**
38+
39+
<Frame>
40+
<img src="../../static/images/quickstart/dashboard/vapi-assistant-transcriber-publish.png" />
41+
</Frame>
42+
</Steps>
43+
44+
## Supported Languages
45+
46+
Gemini by default is "Multilingual" and supports a [wide range of languages](https://ai.google.dev/gemini-api/docs/models/gemini#available-languages). However, if you prefer to use a specific language, you can select an option from the dropdown.
164 KB
Loading
166 KB
Loading
185 KB
Loading
234 KB
Loading

0 commit comments

Comments
 (0)