ADK for TypeScript: API Reference
    Preparing search index...

    Class ApigeeLlm

    Integration for Gemini models.

    Hierarchy (View Summary)

    Constructors

    Properties

    "[BASE_MODEL_SYMBOL]": true

    A unique symbol to identify BaseLlm classes.

    model: string
    vertexai: boolean
    supportedModels: (string | RegExp)[] = ...

    A list of model name patterns that are supported by this LLM.

    A list of supported models.

    Accessors

    • get liveApiClient(): GoogleGenAI

      Returns GoogleGenAI

    • get trackingHeaders(): Record<string, string>

      Returns Record<string, string>

    Methods