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**.

5 lines 191 B
/** * Defines the format of the output. */ export type AzureOpenAiAudioResponseFormat = 'json' | 'text' | 'srt' | 'verbose_json' | 'vtt'; //# sourceMappingURL=audio-response-format.d.ts.map