Skip to content

AI integration with Google Gemini

dbeaver-devops edited this page Jun 11, 2026 · 1 revision

Note: This feature is available in Enterprise and AWS editions only.

Table of contents

To use Gemini as an AI provider in CloudBeaver, configure it as follows:

  1. As an administrator, sign up on the Google Cloud Platform
  2. Navigate to the Google Cloud Console and create a new project
  3. Enable the Gemini API for your project by searching for the Gemini API in the marketplace and clicking Enable
  4. Create credentials for your project by navigating to the Credentials page under APIs & Services. Choose Create credentials and select the appropriate type for your Gemini integration
  5. Insert these credentials into CloudBeaver's Model Settings.
  6. Save changes

Note: Google Gemini services are subject to regional availability. Check the list of available regions to ensure access in your area.

Model settings

Setting Description default
API token Input your secret key from the OpenAI platform.
Model Choose the AI model.
Temperature Control AI's creativity from 0.0 (more precise) to 0.9 (more diverse). Note that higher temperature can lead to less predictable results. 0.0
Write AI queries to debug log Logs your AI requests. These entries go to the server log. false

CloudBeaver Documentation

Clone this wiki locally