Supported Providers
Gemini Provider
The Gemini Provider allows for integrating Google’s Gemini language models into Keep.
The Gemini Provider supports querying Gemini language models for prompt-based interactions.
Authentication
This provider requires authentication.
- api_key: Google AI API Key (required: True, sensitive: True)
In workflows
This provider can be used in workflows.
As “step” to query data, example:
If you need workflow examples with this provider, please raise a GitHub issue.
Connecting with the Provider
To connect to Gemini, you’ll need to obtain an API Key:
- Go to Google AI Studio.
- Click on Create API Key or use an existing one.
- Copy your API key for Keep.
Use the generated API key in the authentication
section of your Gemini Provider configuration.