> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Gemini

> Google Gemini is Google's advanced multimodal AI system. Gemini can process and understand text, images, audio, video, and code simultaneously. It's designed with enhanced reasoning capabilities and has been integrated into various Google products, including their conversational AI assistant, Google Search, and Android devices.

## Creating a Gemini connection

### Using API Key

To create the connection you need:

* An API Key

#### Obtaining the credentials

1. Log in to [Google AI Studio](https://aistudio.google.com/).

2. If a modal is displayed, select **Get API key**.

<img src="https://mintcdn.com/blinkops-2/0JKaSiVOyIaH-NI8/img/Gemini/modal.png?fit=max&auto=format&n=0JKaSiVOyIaH-NI8&q=85&s=f7a26d444f079ae6005ecf3f999d0556" alt="Gemini left menu" width="1436" height="799" data-path="img/Gemini/modal.png" />

3. On the left side menu, navigate to **Get API Key**.

<img src="https://mintcdn.com/blinkops-2/0JKaSiVOyIaH-NI8/img/Gemini/leftmenu.png?fit=max&auto=format&n=0JKaSiVOyIaH-NI8&q=85&s=3a4d142c7394c6c64a60df64963bee98" alt="Gemini left menu" width="1728" height="1080" data-path="img/Gemini/leftmenu.png" />

4. Click on **Create API Key**.

<img src="https://mintcdn.com/blinkops-2/0JKaSiVOyIaH-NI8/img/Gemini/createkey.png?fit=max&auto=format&n=0JKaSiVOyIaH-NI8&q=85&s=a598a8d7f405d7b96292d9966550db74" alt="Gemini left menu" width="1728" height="1080" data-path="img/Gemini/createkey.png" />

5. If a **Create API Key** modal asks for Google Cloud projects, select **Gemini API**.

<img src="https://mintcdn.com/blinkops-2/0JKaSiVOyIaH-NI8/img/Gemini/projects.png?fit=max&auto=format&n=0JKaSiVOyIaH-NI8&q=85&s=c0ac5e76ab5a2121215a14902b355e77" alt="Gemini left menu" width="1728" height="1080" data-path="img/Gemini/projects.png" />

6. Copy your newly created **API key**.

<img src="https://mintcdn.com/blinkops-2/0JKaSiVOyIaH-NI8/img/Gemini/finalkey.png?fit=max&auto=format&n=0JKaSiVOyIaH-NI8&q=85&s=b3393132534ee539c975099c1df257be" alt="Gemini left menu" width="1728" height="1080" data-path="img/Gemini/finalkey.png" />

### Creating your connection

1. In the Blink platform, navigate to the **Connections** page > **Add connection**. A New Connection dialog box opens displaying icons of external service providers available.
2. Select the **Gemini** icon. A dialog box with name of the connection and connection methods appear.
3. (Optional) Edit the name of the connection. At a later stage you cannot edit the name.
4. Select **API Key** as the method to create the connection.
5. Fill in the parameters:
   * The API Key
6. (Optional) Click **Test Connection** to test it.
7. Click **Create connection**. The new connection appears on the **Connections** page.
