@cotofe/service-of-litellm
Version:
OpenAPI client for @cotofe/service-of-litellm
83 lines (82 loc) • 4.28 kB
TypeScript
/**
* 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 LitellmCoherePassThroughApiCohereProxyRouteCohereEndpointGetRequest {
endpoint: string;
}
export interface LitellmCoherePassThroughApiCohereProxyRouteCohereEndpointGet0Request {
endpoint: string;
}
export interface LitellmCoherePassThroughApiCohereProxyRouteCohereEndpointGet1Request {
endpoint: string;
}
export interface LitellmCoherePassThroughApiCohereProxyRouteCohereEndpointGet2Request {
endpoint: string;
}
export interface LitellmCoherePassThroughApiCohereProxyRouteCohereEndpointGet3Request {
endpoint: string;
}
/**
*
*/
export declare class LitellmCoherePassThroughApi extends runtime.BaseAPI {
/**
* [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
* Cohere Proxy Route
*/
cohereProxyRouteCohereEndpointGetRaw(requestParameters: LitellmCoherePassThroughApiCohereProxyRouteCohereEndpointGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
/**
* [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
* Cohere Proxy Route
*/
cohereProxyRouteCohereEndpointGet(requestParameters: LitellmCoherePassThroughApiCohereProxyRouteCohereEndpointGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
/**
* [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
* Cohere Proxy Route
*/
cohereProxyRouteCohereEndpointGet_1Raw(requestParameters: LitellmCoherePassThroughApiCohereProxyRouteCohereEndpointGet0Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
/**
* [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
* Cohere Proxy Route
*/
cohereProxyRouteCohereEndpointGet_1(requestParameters: LitellmCoherePassThroughApiCohereProxyRouteCohereEndpointGet0Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
/**
* [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
* Cohere Proxy Route
*/
cohereProxyRouteCohereEndpointGet_2Raw(requestParameters: LitellmCoherePassThroughApiCohereProxyRouteCohereEndpointGet1Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
/**
* [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
* Cohere Proxy Route
*/
cohereProxyRouteCohereEndpointGet_2(requestParameters: LitellmCoherePassThroughApiCohereProxyRouteCohereEndpointGet1Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
/**
* [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
* Cohere Proxy Route
*/
cohereProxyRouteCohereEndpointGet_3Raw(requestParameters: LitellmCoherePassThroughApiCohereProxyRouteCohereEndpointGet2Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
/**
* [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
* Cohere Proxy Route
*/
cohereProxyRouteCohereEndpointGet_3(requestParameters: LitellmCoherePassThroughApiCohereProxyRouteCohereEndpointGet2Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
/**
* [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
* Cohere Proxy Route
*/
cohereProxyRouteCohereEndpointGet_4Raw(requestParameters: LitellmCoherePassThroughApiCohereProxyRouteCohereEndpointGet3Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>;
/**
* [Docs](https://docs.litellm.ai/docs/pass_through/cohere)
* Cohere Proxy Route
*/
cohereProxyRouteCohereEndpointGet_4(requestParameters: LitellmCoherePassThroughApiCohereProxyRouteCohereEndpointGet3Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>;
}