/**
 * 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 CoherePassThroughApiCohereProxyRouteCohereEndpointGetRequest {
    endpoint: string;
}
export interface CoherePassThroughApiCohereProxyRouteCohereEndpointGet0Request {
    endpoint: string;
}
export interface CoherePassThroughApiCohereProxyRouteCohereEndpointGet1Request {
    endpoint: string;
}
export interface CoherePassThroughApiCohereProxyRouteCohereEndpointGet2Request {
    endpoint: string;
}
export interface CoherePassThroughApiCohereProxyRouteCohereEndpointGet3Request {
    endpoint: string;
}
/**
 *
 */
export declare class CoherePassThroughApi extends runtime.BaseAPI {
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
     * Cohere Proxy Route
     */
    cohereProxyRouteCohereEndpointGetRaw(requestParameters: CoherePassThroughApiCohereProxyRouteCohereEndpointGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
     * Cohere Proxy Route
     */
    cohereProxyRouteCohereEndpointGet(requestParameters: CoherePassThroughApiCohereProxyRouteCohereEndpointGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
     * Cohere Proxy Route
     */
    cohereProxyRouteCohereEndpointGet_1Raw(requestParameters: CoherePassThroughApiCohereProxyRouteCohereEndpointGet0Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
     * Cohere Proxy Route
     */
    cohereProxyRouteCohereEndpointGet_1(requestParameters: CoherePassThroughApiCohereProxyRouteCohereEndpointGet0Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
     * Cohere Proxy Route
     */
    cohereProxyRouteCohereEndpointGet_2Raw(requestParameters: CoherePassThroughApiCohereProxyRouteCohereEndpointGet1Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
     * Cohere Proxy Route
     */
    cohereProxyRouteCohereEndpointGet_2(requestParameters: CoherePassThroughApiCohereProxyRouteCohereEndpointGet1Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
     * Cohere Proxy Route
     */
    cohereProxyRouteCohereEndpointGet_3Raw(requestParameters: CoherePassThroughApiCohereProxyRouteCohereEndpointGet2Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
     * Cohere Proxy Route
     */
    cohereProxyRouteCohereEndpointGet_3(requestParameters: CoherePassThroughApiCohereProxyRouteCohereEndpointGet2Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
     * Cohere Proxy Route
     */
    cohereProxyRouteCohereEndpointGet_4Raw(requestParameters: CoherePassThroughApiCohereProxyRouteCohereEndpointGet3Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
    /**
     * [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
     * Cohere Proxy Route
     */
    cohereProxyRouteCohereEndpointGet_4(requestParameters: CoherePassThroughApiCohereProxyRouteCohereEndpointGet3Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
}
