@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.
@@ -1345,6 +1345,12 @@ interface ImageConfig {
1345
1345
  aspectRatio?: string | null;
1346
1346
  /** Optional. Controls whether the model can generate people. */
1347
1347
  personGeneration?: PersonGenerationWithLiterals;
1348
+ /**
1349
+ * Optional. The output resolution for generated images. Default: "1K". Uppercase "K"; "512" has no suffix.
1350
+ * gemini-3.1-flash-image: "512", "1K", "2K", "4K". Other image models (3-pro-image, 2.5-flash-image): "1K", "2K", "4K".
1351
+ * @maxLength 10
1352
+ */
1353
+ imageSize?: string | null;
1348
1354
  }
1349
1355
  interface ImageOutputOptions {
1350
1356
  /**