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: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.
authentication
section of your Gemini Provider configuration.