/**
 * 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 LitellmAnthropicPassThroughApiAnthropicProxyRouteAnthropicEndpointGetRequest {
    endpoint: string;
}
export interface LitellmAnthropicPassThroughApiAnthropicProxyRouteAnthropicEndpointGet0Request {
    endpoint: string;
}
export interface LitellmAnthropicPassThroughApiAnthropicProxyRouteAnthropicEndpointGet1Request {
    endpoint: string;
}
export interface LitellmAnthropicPassThroughApiAnthropicProxyRouteAnthropicEndpointGet2Request {
    endpoint: string;
}
export interface LitellmAnthropicPassThroughApiAnthropicProxyRouteAnthropicEndpointGet3Request {
    endpoint: string;
}
/**
 *
 */
export declare class LitellmAnthropicPassThroughApi extends runtime.BaseAPI {
    /**
     * [Docs](https://docs.litellm.ai/docs/anthropic_completion)
     * Anthropic Proxy Route
     */
    anthropicProxyRouteAnthropicEndpointGetRaw(requestParameters: LitellmAnthropicPassThroughApiAnthropicProxyRouteAnthropicEndpointGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * [Docs](https://docs.litellm.ai/docs/anthropic_completion)
     * Anthropic Proxy Route
     */
    anthropicProxyRouteAnthropicEndpointGet(requestParameters: LitellmAnthropicPassThroughApiAnthropicProxyRouteAnthropicEndpointGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
    /**
     * [Docs](https://docs.litellm.ai/docs/anthropic_completion)
     * Anthropic Proxy Route
     */
    anthropicProxyRouteAnthropicEndpointGet_1Raw(requestParameters: LitellmAnthropicPassThroughApiAnthropicProxyRouteAnthropicEndpointGet0Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * [Docs](https://docs.litellm.ai/docs/anthropic_completion)
     * Anthropic Proxy Route
     */
    anthropicProxyRouteAnthropicEndpointGet_1(requestParameters: LitellmAnthropicPassThroughApiAnthropicProxyRouteAnthropicEndpointGet0Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
    /**
     * [Docs](https://docs.litellm.ai/docs/anthropic_completion)
     * Anthropic Proxy Route
     */
    anthropicProxyRouteAnthropicEndpointGet_2Raw(requestParameters: LitellmAnthropicPassThroughApiAnthropicProxyRouteAnthropicEndpointGet1Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * [Docs](https://docs.litellm.ai/docs/anthropic_completion)
     * Anthropic Proxy Route
     */
    anthropicProxyRouteAnthropicEndpointGet_2(requestParameters: LitellmAnthropicPassThroughApiAnthropicProxyRouteAnthropicEndpointGet1Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
    /**
     * [Docs](https://docs.litellm.ai/docs/anthropic_completion)
     * Anthropic Proxy Route
     */
    anthropicProxyRouteAnthropicEndpointGet_3Raw(requestParameters: LitellmAnthropicPassThroughApiAnthropicProxyRouteAnthropicEndpointGet2Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * [Docs](https://docs.litellm.ai/docs/anthropic_completion)
     * Anthropic Proxy Route
     */
    anthropicProxyRouteAnthropicEndpointGet_3(requestParameters: LitellmAnthropicPassThroughApiAnthropicProxyRouteAnthropicEndpointGet2Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
    /**
     * [Docs](https://docs.litellm.ai/docs/anthropic_completion)
     * Anthropic Proxy Route
     */
    anthropicProxyRouteAnthropicEndpointGet_4Raw(requestParameters: LitellmAnthropicPassThroughApiAnthropicProxyRouteAnthropicEndpointGet3Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * [Docs](https://docs.litellm.ai/docs/anthropic_completion)
     * Anthropic Proxy Route
     */
    anthropicProxyRouteAnthropicEndpointGet_4(requestParameters: LitellmAnthropicPassThroughApiAnthropicProxyRouteAnthropicEndpointGet3Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
}
