Gemini AI
This component is a proof-of-concept of integrating Google Gemini AI into Norsk workflows.
Component Configuration
| Option | Description | Required |
|---|---|---|
id |
A unique identifier for the component instance |
✓ |
displayName |
The name shown in the Studio UI of this component |
✓ |
auth |
Authentication method for Gemini API |
✓ |
task |
Which Gemini task to perform |
✓ |
notes |
Notes about this component |
✗ |
Auth (Vertex AI Auth)
| Option | Description | Required |
|---|---|---|
kind |
"vertex-auth" |
✓ |
project |
The Vertex AI Project ID |
✓ |
location |
The Vertex AI Location (default: "us-central1") |
✗ |
Task (Event Detect)
| Option | Description | Required |
|---|---|---|
kind |
"event-detect" |
✓ |
model |
The Gemini LiveAPI Model to use (default: "gemini-2.0-flash-live-preview-04-09") |
✗ |
systemInstruction |
The Gemini system instruction that defines how it should behave |
✗ |
periodicPrompt |
An optional prompt to periodically send whilst the Gemini session is live |
✗ |
periodicIntervalSeconds |
Interval in seconds between periodic prompts (default: 10) |
✗ |
eventTypes |
Event types that Gemini should detect |
✗ |
width |
Width in pixels of the video (default: 768) |
✗ |
height |
Height in pixels of the video (default: 768) |
✗ |
frameRate |
Frame rate (default: {"frames":1,"seconds":1}) |
✗ |
Tags: