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
36 changes: 19 additions & 17 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
instances:
- url: https://vapi.docs.buildwithfern.com
custom-domain: docs.vapi.ai
edit-this-page:
github:
edit-this-page:
github:
owner: VapiAI
repo: docs
branch: main

announcement:
announcement:
message: "🚀 Vapi now provides server SDKs! Check out the [supported languages](/server-sdks)."

title: Vapi
Expand All @@ -21,18 +21,18 @@ logo:
height: 28
colors:
accentPrimary:
dark: '#94ffd2'
light: '#37aa9d'
dark: "#94ffd2"
light: "#37aa9d"
background:
dark: '#121418'
light: '#FFFFFF'
dark: "#121418"
light: "#FFFFFF"
header-background:
dark: '#121418'
light: '#FFFFFF'
dark: "#121418"
light: "#FFFFFF"
experimental:
mdx-components:
- snippets
landing-page:
landing-page:
page: Welcome
path: welcome.mdx
css: assets/styles.css
Expand Down Expand Up @@ -60,7 +60,7 @@ navbar-links:
rightIcon: fa-solid fa-chevron-right
href: https://dashboard.vapi.ai/
rounded: true
footer-links:
footer-links:
github: https://github.com/vapiai
twitter: https://twitter.com/vapi_ai
discord: https://discord.gg/pUFNcf2WmH
Expand All @@ -75,7 +75,7 @@ tabs:
display-name: Documentation
icon: book
slug: documentation
layout:
layout:
tabs-placement: header
searchbar-placement: header
header-height: 80px
Expand Down Expand Up @@ -310,6 +310,8 @@ navigation:
contents:
- page: OpenAI
path: providers/model/openai.mdx
- page: Gemini
path: providers/model/gemini.mdx
- page: Groq
path: providers/model/groq.mdx
- page: DeepInfra
Expand Down Expand Up @@ -347,22 +349,22 @@ navigation:
flattened: true
skip-slug: true
paginated: true
snippets:
snippets:
typescript: "@vapi/server-sdk"
python: vapi_server_sdk
go: https://github.com/VapiAI/server-sdk-go
- api: Webhooks
api-name: webhooks
paginated: true
- section: ''
paginated: true

- section: ""
contents:
- link: Swagger
href: https://api.vapi.ai/api
- link: OpenAPI
href: https://api.vapi.ai/api-json

redirects:
redirects:
- source: /api-reference/assistants/create-assistant
destination: /api-reference/assistants/create
- source: /api-reference/assistants/get-assistant
Expand Down
63 changes: 63 additions & 0 deletions fern/providers/model/gemini.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
title: Gemini by Google
subtitle: What is Gemini?
slug: providers/model/gemini
---

**What is Gemini?**

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.

**The Evolution of AI Research:**

Over the years, AI research has progressed from simple rule-based systems to complex deep learning models capable of understanding and generating human-like content. Google has been at the forefront of this evolution, with Gemini marking a new era in AI development. Built from the ground up for multimodality, Gemini can seamlessly process and integrate various types of information, setting new benchmarks in AI performance and capability.

**Overview of Gemini’s Offerings:**

Gemini offers a range of AI-driven products and services designed to meet diverse user needs:

**Gemini Chat:**

- A conversational AI assistant that helps users with writing, planning, learning, and more. It enhances creativity and productivity by providing intelligent suggestions and assistance.

**Gemini Advanced:**

- A subscription-based service providing access to Google's most capable AI models, such as Gemini 1.5 Pro and Imagen 3. It offers a 1 million token context window, enabling the processing of extensive documents and complex tasks. Users can create custom AI experts, edit Python code, and receive priority access to new features.

**Gemini API:**

- A developer-focused platform that allows integration of Gemini's AI capabilities into applications. It supports multimodal inputs, including text, images, audio, and video, enabling developers to build innovative AI-powered solutions.

**Gemini 1.5 Technology:**

Gemini 1.5 is Google's latest foundation model, delivering enhanced performance and a breakthrough in long-context understanding across modalities. It utilizes a new Mixture-of-Experts architecture, allowing it to process up to 1 million tokens, enabling new capabilities and applications.

**Use Cases for Gemini:**

Gemini's technologies are versatile and applicable across various sectors:

**Education:**

- Gemini can assist in generating educational content, providing personalized tutoring, and aiding in research by analyzing large volumes of academic material.

**Business:**

- Businesses can leverage Gemini for automating customer support, generating marketing content, and analyzing data to gain insights, thereby enhancing operational efficiency.

**Creative Industries:**

- In the creative sector, Gemini enables artists and writers to generate new ideas, create unique visuals, and produce high-quality content, expanding creative possibilities.

**Innovation and Research:**

Google is committed to advancing AI through continuous research and innovation. Their team of researchers and engineers works on developing new models, improving existing technologies, and exploring novel applications of AI. This commitment to innovation ensures that Google remains at the cutting edge of the field.

**AI Safety and Ethics:**

Ensuring the safe and ethical use of AI is a core principle at Google. They implement rigorous safety measures to prevent misuse and ensure that their technologies are used responsibly. Google is also involved in global discussions about AI ethics and governance, contributing to the development of best practices and standards for the industry.

**Integrations and Compatibility:**

Gemini's API allows seamless integration with various platforms and applications, ensuring that users can incorporate Gemini's AI capabilities into their existing systems, enhancing functionality and improving user experience. The API is designed to be flexible and user-friendly, accommodating a wide range of use cases.

In summary, Gemini represents a significant advancement in AI technology, offering versatile and powerful tools that enhance creativity, productivity, and efficiency across various domains.
Loading