Interface LiveConnectConstraints

Config for LiveConnectConstraints for Auth Token creation.

interface LiveConnectConstraints {
    config?: LiveConnectConfig;
    model?: string;
}

Properties

Properties

Configuration specific to Live API connections created using this token.

model?: string

ID of the model to configure in the ephemeral token for Live API. For a list of models, see Gemini models <https://ai.google.dev/gemini-api/docs/models>.