-
Notifications
You must be signed in to change notification settings - Fork 566
AI integration with OpenAI
dbeaver-devops edited this page Aug 31, 2026
·
2 revisions
To use OpenAI as an AI provider in CloudBeaver, configure it as follows:
- As an administrator, sign up on the OpenAI platform.
- Navigate to the API Keys section and generate a new secret key.
- In CloudBeaver, go to AI Settings -> Profiles, click Create new profile, and choose OpenAI as the engine.
- Insert this key into the API token field.
- Choose the model.
- Save changes.
Note: OpenAI services are available in specific countries. Consult the supported countries list to verify availability in your location.
| Setting | Description | Default |
|---|---|---|
| API token | Enter your secret key from the OpenAI platform. | |
| API base URL | The address where requests to the AI service are sent. Normally this is filled automatically for the selected provider. Change it only if you use a custom endpoint. | https://api.openai.com/v1/ |
| Model | Choose the AI model. | gpt-4o |
| 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 |
| Request timeout (sec) | Set the maximum time to wait for a response from the AI provider. | 30 |
| Write AI queries to debug log | Logs your AI requests. These entries go to the server log. | false |
| Context window size | Choose the context size between 2048 and 32768. A larger number allows the AI to use more data for better answers but may slow down response time. Choose based on your balance of accuracy and speed. |
12800 |
- Getting started
- Create connection
- Connection network options
- Supported databases
-
Drivers management
- Database authentication methods
- Connections
- Properties editor
- Data editor
- SQL editor
- AI Assistant
-
Entity relation diagrams
- Cloud services
- Data transfer
- General user guide
- Administration
- Server configuration
-
Server security and access configuration
- Authentication methods
- Access management
- Proxy configuration
-
Secret management
- Logs
-
Query manager
- Workspace location
- Command line parameters
-
Session manager
- Deployment options
- CloudBeaver Editions
- FAQ
- Development