export declare const DEFAULT_GOOGLE_BASE_URL = "https://generativelanguage.googleapis.com/v1beta"; /** Return OpenAI embedding URL. */ export declare function getOpenAIEmbeddingUrl(baseURL?: string): string; /** Return Anthropic messages URL. */ export declare function getAnthropicMessagesUrl(baseURL?: string): string; /** Return OpenAI chat completions URL. */ export declare function getOpenAIChatCompletionsUrl(baseURL?: string): string; /** Return OpenAI responses URL. */ export declare function getOpenAIResponsesUrl(baseURL?: string): string; /** Return Google generate content URL. */ export declare function getGoogleGenerateContentUrl(baseURL: string | undefined, modelId: string): string; /** Return Google stream generate content URL. */ export declare function getGoogleStreamGenerateContentUrl(baseURL: string | undefined, modelId: string): string; /** Return Google embedding URL. */ export declare function getGoogleEmbeddingUrl(baseURL: string | undefined, modelId: string): string; //# sourceMappingURL=provider-endpoints.d.ts.map