UNPKG

@sap-ai-sdk/foundation-models

Version:

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

11 lines 1.17 kB
export type { AzureOpenAiChatModel, AzureOpenAiChatCompletionParameters, AzureOpenAiEmbeddingModel, AzureOpenAiEmbeddingParameters } from './azure-openai/index.js'; export { createBatchInput, parseBatchOutput } from './azure-openai/index.js'; export type { BatchOutputLine, BatchOutputError, BatchOutputResponse } from './azure-openai/index.js'; export { AzureOpenAiChatClient, AzureOpenAiEmbeddingClient, AzureOpenAiChatCompletionResponse, AzureOpenAiEmbeddingResponse, AzureOpenAiChatCompletionStreamChunkResponse, AzureOpenAiChatCompletionStreamResponse, AzureOpenAiChatCompletionStream } from './azure-openai/index.js'; /** * Exporting frequently used types. * In case of breaking changes, create wrappers. * Explicitly export the wrapper also in `internal.ts`. */ export type { AzureOpenAiChatCompletionTool, AzureOpenAiFunctionObject, AzureOpenAiChatCompletionRequestMessage, AzureOpenAiChatCompletionRequestSystemMessage, AzureOpenAiChatCompletionRequestUserMessage, AzureOpenAiChatCompletionRequestAssistantMessage, AzureOpenAiChatCompletionRequestToolMessage } from './azure-openai/client/inference/schema/index.js'; //# sourceMappingURL=index.d.ts.map