LiveAPIClientParameters
Gemini.Experimental.LiveAPIClient parameters. Can be passed as arguments to the Gemini.Experimental.createLiveAPIClient method.
Props
apiKey
apiKey: string
The API key for the Gemini Experimental Live API.
contentSetup
contentSetup: Object
Optional. Contains configuration that will apply for the duration of the streaming session. https://ai.google.dev/gemini-api/docs/live#bidigeneratecontentsetup
model
model: string
| undefined
Optional. The model to use for Gemini Experimental Live API processing. The default value is gemini-2.0-flash-exp.
onWebSocketClose
onWebSocketClose: (event: WebSocketEvents.CLOSE) => void
| undefined
Optional. A callback function that is called when the WebSocket connection is closed.