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