View Categories

Google Gemini

< 1 min read

You have to follow the instructions to connect Google Gemini

  1. Go to Gemini Developer API | Gemma open models  |  Google AI for Developers
  2. Click on “Get Gemini API key in Google Studio”
  3. Goto create API key https://aistudio.google.com/app/apikey
  1. Select project 
  1. API key generated. Copy the API key
  1. Paste the API in Integration -> Google Gemini

Available Actions:

  • Chat completions
  • Clear chat history 
  • List available models.
  • Vision: Image-to-text conversion.

Creating Chat Completions:

  • Users can input messages from users, enable history, select preferred models, set parameters (max tokens, temperature), and receive responses.
  • Notable difference: Google Gemini doesn’t support system messages, limiting its use for business-related inquiries compared to OpenAI.

Response Payload:

  • Responses are fast and returned with a different payload structure compared to OpenAI.
  • Responses are located within the content section of the payload.
  • Safety ratings provided, including categories like sexually explicit, hate speech, harassment, and dangerous content.

Safety ratings:

Models:

Users can retrieve available models through a GET request.

Vision Functionality:

Vision functionality allows users to input image URLs and receive descriptions, with safety ratings provided for images as well.

Powered by BetterDocs

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top