diff --git a/fern/docs.yml b/fern/docs.yml index d19e45946..20c9cbc9d 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -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 diff --git a/fern/providers/transcriber/google.mdx b/fern/providers/transcriber/google.mdx new file mode 100644 index 000000000..791861207 --- /dev/null +++ b/fern/providers/transcriber/google.mdx @@ -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. + + + **Head to the "Assistants" tab in your Vapi dashboard.** + + + + + + **Click on your assistant and then the "Transcriber" tab.** + + + + + + + **Select "google" on the Provider dropdown.** + + You can also adjust the model and language from the dropdown. + + + + + + + **Click on "Publish" and talking with your assistant.** + + + + + + +## 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. \ No newline at end of file diff --git a/fern/static/images/quickstart/dashboard/vapi-assistant-transcriber-provider-dropdown.png b/fern/static/images/quickstart/dashboard/vapi-assistant-transcriber-provider-dropdown.png new file mode 100644 index 000000000..2b2f610b1 Binary files /dev/null and b/fern/static/images/quickstart/dashboard/vapi-assistant-transcriber-provider-dropdown.png differ diff --git a/fern/static/images/quickstart/dashboard/vapi-assistant-transcriber-publish.png b/fern/static/images/quickstart/dashboard/vapi-assistant-transcriber-publish.png new file mode 100644 index 000000000..9ab3f7898 Binary files /dev/null and b/fern/static/images/quickstart/dashboard/vapi-assistant-transcriber-publish.png differ diff --git a/fern/static/images/quickstart/dashboard/vapi-assistant-transcriber-tab.png b/fern/static/images/quickstart/dashboard/vapi-assistant-transcriber-tab.png new file mode 100644 index 000000000..8a4a6740b Binary files /dev/null and b/fern/static/images/quickstart/dashboard/vapi-assistant-transcriber-tab.png differ diff --git a/fern/static/images/quickstart/dashboard/vapi-assistants-sidebar-selection.png b/fern/static/images/quickstart/dashboard/vapi-assistants-sidebar-selection.png new file mode 100644 index 000000000..272e7a90d Binary files /dev/null and b/fern/static/images/quickstart/dashboard/vapi-assistants-sidebar-selection.png differ