/**
 * Platform
 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
 *
 * The version of the OpenAPI document: 1.0.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import * as runtime from '../runtime';
export interface VertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGetRequest {
    endpoint: string;
}
export interface VertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet0Request {
    endpoint: string;
}
export interface VertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet1Request {
    endpoint: string;
}
export interface VertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet2Request {
    endpoint: string;
}
export interface VertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet3Request {
    endpoint: string;
}
/**
 *
 */
export declare class VertexAIPassThroughApi extends runtime.BaseAPI {
    /**
     * Call LiteLLM proxy via Vertex AI SDK.  [Docs](https://docs.litellm.ai/docs/pass_through/vertex_ai)
     * Vertex Proxy Route
     */
    vertexProxyRouteVertexAiEndpointGetRaw(requestParameters: VertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * Call LiteLLM proxy via Vertex AI SDK.  [Docs](https://docs.litellm.ai/docs/pass_through/vertex_ai)
     * Vertex Proxy Route
     */
    vertexProxyRouteVertexAiEndpointGet(requestParameters: VertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
    /**
     * Call LiteLLM proxy via Vertex AI SDK.  [Docs](https://docs.litellm.ai/docs/pass_through/vertex_ai)
     * Vertex Proxy Route
     */
    vertexProxyRouteVertexAiEndpointGet_1Raw(requestParameters: VertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet0Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * Call LiteLLM proxy via Vertex AI SDK.  [Docs](https://docs.litellm.ai/docs/pass_through/vertex_ai)
     * Vertex Proxy Route
     */
    vertexProxyRouteVertexAiEndpointGet_1(requestParameters: VertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet0Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
    /**
     * Call LiteLLM proxy via Vertex AI SDK.  [Docs](https://docs.litellm.ai/docs/pass_through/vertex_ai)
     * Vertex Proxy Route
     */
    vertexProxyRouteVertexAiEndpointGet_2Raw(requestParameters: VertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet1Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * Call LiteLLM proxy via Vertex AI SDK.  [Docs](https://docs.litellm.ai/docs/pass_through/vertex_ai)
     * Vertex Proxy Route
     */
    vertexProxyRouteVertexAiEndpointGet_2(requestParameters: VertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet1Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
    /**
     * Call LiteLLM proxy via Vertex AI SDK.  [Docs](https://docs.litellm.ai/docs/pass_through/vertex_ai)
     * Vertex Proxy Route
     */
    vertexProxyRouteVertexAiEndpointGet_3Raw(requestParameters: VertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet2Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * Call LiteLLM proxy via Vertex AI SDK.  [Docs](https://docs.litellm.ai/docs/pass_through/vertex_ai)
     * Vertex Proxy Route
     */
    vertexProxyRouteVertexAiEndpointGet_3(requestParameters: VertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet2Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
    /**
     * Call LiteLLM proxy via Vertex AI SDK.  [Docs](https://docs.litellm.ai/docs/pass_through/vertex_ai)
     * Vertex Proxy Route
     */
    vertexProxyRouteVertexAiEndpointGet_4Raw(requestParameters: VertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet3Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * Call LiteLLM proxy via Vertex AI SDK.  [Docs](https://docs.litellm.ai/docs/pass_through/vertex_ai)
     * Vertex Proxy Route
     */
    vertexProxyRouteVertexAiEndpointGet_4(requestParameters: VertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet3Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
}
