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 186 B
/** * The size of the generated images. * Default: "1024x1024". */ export type AzureOpenAiImageSize = '1792x1024' | '1024x1792' | '1024x1024'; //# sourceMappingURL=image-size.d.ts.map