UNPKG

@sap-ai-sdk/ai-api

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

15 lines 591 B
import { OpenApiRequestBuilder } from '@sap-ai-sdk/core'; import type { MetaCapabilities } from './schema/index.js'; /** * Representation of the 'MetaApi'. * This API is part of the 'AI_CORE_API' service. */ export declare const MetaApi: { _defaultBasePath: undefined; /** * Meta information about an implementation of AI API, describing its capabilities, limits and extensions * @returns The request builder, use the `execute()` method to trigger the request. */ metaGet: () => OpenApiRequestBuilder<MetaCapabilities>; }; //# sourceMappingURL=meta-api.d.ts.map