Skip to content

RealtimeTransportLayerConnectOptions

type RealtimeTransportLayerConnectOptions = object;

The options for the connection to the model.

apiKey: ApiKey;

The API key to use for the connection.


optional initialSessionConfig: Partial<RealtimeSessionConfig>;

The initial session config to use for the session.


optional model: string;

The model to use for the connection.


optional url: string;

The URL to use for the connection.