Genkit JS API reference
    Preparing search index...
    interface PluginOptions {
        experimental_debugTraces?: boolean;
        googleAuth?: GoogleAuthOptions<JSONClient>;
        location: string;
        models?: ModelReference<any>[];
        openAiBaseUrlTemplate?: string;
        projectId?: string;
    }

    Hierarchy

    • CommonPluginOptions
    • ModelGardenOptions
      • PluginOptions
    Index

    Properties

    experimental_debugTraces?: boolean

    Enables additional debug traces (e.g. raw model API call details).

    googleAuth?: GoogleAuthOptions<JSONClient>

    Provide custom authentication configuration for connecting to Vertex AI.

    location: string

    The Google Cloud region to call.

    models?: ModelReference<any>[]
    openAiBaseUrlTemplate?: string
    projectId?: string

    The Google Cloud project id to call.