@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**.
19 lines • 719 B
JavaScript
/*
* Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved.
*
* This is a generated file powered by the SAP Cloud SDK for JavaScript.
*/
import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
/**
* Representation of the 'MetaApi'.
* This API is part of the 'AI_CORE_API' service.
*/
export 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: () => new OpenApiRequestBuilder('get', '/lm/meta', {}, MetaApi._defaultBasePath)
};
//# sourceMappingURL=meta-api.js.map