Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ navigation:
contents:
- page: Deepgram
path: providers/transcriber/deepgram.mdx
- page: Google
path: providers/transcriber/google.mdx
- page: Gladia
path: providers/transcriber/gladia.mdx
- page: Talkscriber
Expand Down
46 changes: 46 additions & 0 deletions fern/providers/transcriber/google.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: Google
slug: providers/transcriber/google
---

## What is Gemini by Google?

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.

## How to use Google as transcriber

This guide details how to setup Google as a transcriber for your assistant.

<Steps>
**Head to the "Assistants" tab in your Vapi dashboard.**

<Frame>
<img src="../../static/images/quickstart/dashboard/vapi-assistants-sidebar-selection.png" />
</Frame>

**Click on your assistant and then the "Transcriber" tab.**

<Frame>
<img src="../../static/images/quickstart/dashboard/vapi-assistant-transcriber-tab.png" />
</Frame>


**Select "google" on the Provider dropdown.**
<Note>
You can also adjust the model and language from the dropdown.
</Note>

<Frame>
<img src="../../static/images/quickstart/dashboard/vapi-assistant-transcriber-provider-dropdown.png" />
</Frame>

**Click on "Publish" and talking with your assistant.**

<Frame>
<img src="../../static/images/quickstart/dashboard/vapi-assistant-transcriber-publish.png" />
</Frame>
</Steps>

## Supported Languages

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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading