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

6 lines 203 B
/** * The format in which the generated images are returned. * Default: "url". */ export type AzureOpenAiImagesResponseFormat = 'url' | 'b64_json'; //# sourceMappingURL=images-response-format.d.ts.map