UNPKG

gcloud-sonar-ai

Version:

A production-ready NPM package that provides a Perplexity Sonar alternative using Google Cloud Vertex AI and Gemini models.

10 lines 274 B
export declare class AuthManager { private auth?; private apiKey?; constructor(apiKey?: string, projectId?: string); getAuthHeaders(): Promise<{ [key: string]: string; }>; validateAuth(): Promise<boolean>; } //# sourceMappingURL=auth.d.ts.map