@wix/auto_sdk_ai-gateway_generators 1.0.96 → 1.0.97

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1342,6 +1342,12 @@ interface ImageConfig {
1342
1342
  aspectRatio?: string | null;
1343
1343
  /** Optional. Controls whether the model can generate people. */
1344
1344
  personGeneration?: PersonGenerationWithLiterals;
1345
+ /**
1346
+ * Optional. The output resolution for generated images. Default: "1K". Uppercase "K"; "512" has no suffix.
1347
+ * gemini-3.1-flash-image: "512", "1K", "2K", "4K". Other image models (3-pro-image, 2.5-flash-image): "1K", "2K", "4K".
1348
+ * @maxLength 10
1349
+ */
1350
+ imageSize?: string | null;
1345
1351
  }
1346
1352
  interface ImageOutputOptions {
1347
1353
  /**