Rate this page:

LiveAPIClientParameters

Gemini.Experimental.LiveAPIClient parameters. Can be passed as arguments to the Gemini.Experimental.createLiveAPIClient method.

Props

apiKey

Copy URL
apiKey: 

string

The API key for the Gemini Experimental Live API.

contentSetup

Copy URL
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

Copy URL
model: 

string

|

undefined

Optional. The model to use for Gemini Experimental Live API processing. The default value is gemini-2.0-flash-exp.

onWebSocketClose

Copy URL
onWebSocketClose: 

(event: WebSocketEvents.CLOSE) => void

|

undefined

Optional. A callback function that is called when the WebSocket connection is closed.