@sap-ai-sdk/orchestration
Version:
SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.
6 lines • 344 B
TypeScript
import type { AiCoreOpenSourceChatModel, AwsBedrockChatModel, AzureOpenAiChatModel, GcpVertexAiChatModel } from '@sap-ai-sdk/core';
/**
* Supported chat models for orchestration.
*/
export type ChatModel = AzureOpenAiChatModel | GcpVertexAiChatModel | AwsBedrockChatModel | AiCoreOpenSourceChatModel;
//# sourceMappingURL=model-types.d.ts.map