UNPKG

@cotofe/service-of-litellm

Version:

OpenAPI client for @cotofe/service-of-litellm

83 lines (82 loc) 4.78 kB
/** * 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 LitellmVertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGetRequest { endpoint: string; } export interface LitellmVertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet0Request { endpoint: string; } export interface LitellmVertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet1Request { endpoint: string; } export interface LitellmVertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet2Request { endpoint: string; } export interface LitellmVertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet3Request { endpoint: string; } /** * */ export declare class LitellmVertexAIPassThroughApi 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: LitellmVertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGetRequest, 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: LitellmVertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGetRequest, 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: LitellmVertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet0Request, 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: LitellmVertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet0Request, 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: LitellmVertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet1Request, 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: LitellmVertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet1Request, 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: LitellmVertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet2Request, 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: LitellmVertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet2Request, 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: LitellmVertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet3Request, 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: LitellmVertexAIPassThroughApiVertexProxyRouteVertexAiEndpointGet3Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>; }