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 184 B
/** * The quality of the image that will be generated. * Default: "standard". */ export type AzureOpenAiImageQuality = 'standard' | 'hd'; //# sourceMappingURL=image-quality.d.ts.map