UNPKG

@cotofe/service-of-litellm

Version:

OpenAPI client for @cotofe/service-of-litellm

83 lines (82 loc) 4.55 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 LitellmAzurePassThroughApiAzureProxyRouteAzureEndpointGetRequest { endpoint: string; } export interface LitellmAzurePassThroughApiAzureProxyRouteAzureEndpointGet0Request { endpoint: string; } export interface LitellmAzurePassThroughApiAzureProxyRouteAzureEndpointGet1Request { endpoint: string; } export interface LitellmAzurePassThroughApiAzureProxyRouteAzureEndpointGet2Request { endpoint: string; } export interface LitellmAzurePassThroughApiAzureProxyRouteAzureEndpointGet3Request { endpoint: string; } /** * */ export declare class LitellmAzurePassThroughApi extends runtime.BaseAPI { /** * Call any azure endpoint using the proxy. Just use `{PROXY_BASE_URL}/azure/{endpoint:path}` * Azure Proxy Route */ azureProxyRouteAzureEndpointGetRaw(requestParameters: LitellmAzurePassThroughApiAzureProxyRouteAzureEndpointGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>; /** * Call any azure endpoint using the proxy. Just use `{PROXY_BASE_URL}/azure/{endpoint:path}` * Azure Proxy Route */ azureProxyRouteAzureEndpointGet(requestParameters: LitellmAzurePassThroughApiAzureProxyRouteAzureEndpointGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>; /** * Call any azure endpoint using the proxy. Just use `{PROXY_BASE_URL}/azure/{endpoint:path}` * Azure Proxy Route */ azureProxyRouteAzureEndpointGet_1Raw(requestParameters: LitellmAzurePassThroughApiAzureProxyRouteAzureEndpointGet0Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>; /** * Call any azure endpoint using the proxy. Just use `{PROXY_BASE_URL}/azure/{endpoint:path}` * Azure Proxy Route */ azureProxyRouteAzureEndpointGet_1(requestParameters: LitellmAzurePassThroughApiAzureProxyRouteAzureEndpointGet0Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>; /** * Call any azure endpoint using the proxy. Just use `{PROXY_BASE_URL}/azure/{endpoint:path}` * Azure Proxy Route */ azureProxyRouteAzureEndpointGet_2Raw(requestParameters: LitellmAzurePassThroughApiAzureProxyRouteAzureEndpointGet1Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>; /** * Call any azure endpoint using the proxy. Just use `{PROXY_BASE_URL}/azure/{endpoint:path}` * Azure Proxy Route */ azureProxyRouteAzureEndpointGet_2(requestParameters: LitellmAzurePassThroughApiAzureProxyRouteAzureEndpointGet1Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>; /** * Call any azure endpoint using the proxy. Just use `{PROXY_BASE_URL}/azure/{endpoint:path}` * Azure Proxy Route */ azureProxyRouteAzureEndpointGet_3Raw(requestParameters: LitellmAzurePassThroughApiAzureProxyRouteAzureEndpointGet2Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>; /** * Call any azure endpoint using the proxy. Just use `{PROXY_BASE_URL}/azure/{endpoint:path}` * Azure Proxy Route */ azureProxyRouteAzureEndpointGet_3(requestParameters: LitellmAzurePassThroughApiAzureProxyRouteAzureEndpointGet2Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>; /** * Call any azure endpoint using the proxy. Just use `{PROXY_BASE_URL}/azure/{endpoint:path}` * Azure Proxy Route */ azureProxyRouteAzureEndpointGet_4Raw(requestParameters: LitellmAzurePassThroughApiAzureProxyRouteAzureEndpointGet3Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<string>>; /** * Call any azure endpoint using the proxy. Just use `{PROXY_BASE_URL}/azure/{endpoint:path}` * Azure Proxy Route */ azureProxyRouteAzureEndpointGet_4(requestParameters: LitellmAzurePassThroughApiAzureProxyRouteAzureEndpointGet3Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<string>; }