@wix/auto_sdk_ai-gateway_generators 1.0.0 → 1.0.1

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.
@@ -3854,6 +3854,8 @@ interface TextToImageRequest {
3854
3854
  * @maxSize 10
3855
3855
  */
3856
3856
  loraModels?: LoraModelSelect[];
3857
+ /** Contains provider-specific configuration settings that customize the behavior of different AI models and services. */
3858
+ providerSettings?: Record<string, any> | null;
3857
3859
  }
3858
3860
  declare enum TextToImageRequestModel {
3859
3861
  UNKNOWN_MODEL = "UNKNOWN_MODEL",
@@ -3866,10 +3868,14 @@ declare enum TextToImageRequestModel {
3866
3868
  /** bfl:3@1 */
3867
3869
  FLUX_1_KONTEXT_PRO = "FLUX_1_KONTEXT_PRO",
3868
3870
  /** runware:108@20 */
3869
- QWEN_IMAGE_EDIT = "QWEN_IMAGE_EDIT"
3871
+ QWEN_IMAGE_EDIT = "QWEN_IMAGE_EDIT",
3872
+ /** ideogram:4@1 */
3873
+ IDEOGRAM_3_0 = "IDEOGRAM_3_0",
3874
+ /** ideogram:4@3 */
3875
+ IDEOGRAM_3_0_EDIT = "IDEOGRAM_3_0_EDIT"
3870
3876
  }
3871
3877
  /** @enumType */
3872
- type TextToImageRequestModelWithLiterals = TextToImageRequestModel | 'UNKNOWN_MODEL' | 'FLUX_1_DEV' | 'FLUX_1_SCHNELL' | 'FLUX_1_KONTEXT_MAX' | 'FLUX_1_KONTEXT_PRO' | 'QWEN_IMAGE_EDIT';
3878
+ type TextToImageRequestModelWithLiterals = TextToImageRequestModel | 'UNKNOWN_MODEL' | 'FLUX_1_DEV' | 'FLUX_1_SCHNELL' | 'FLUX_1_KONTEXT_MAX' | 'FLUX_1_KONTEXT_PRO' | 'QWEN_IMAGE_EDIT' | 'IDEOGRAM_3_0' | 'IDEOGRAM_3_0_EDIT';
3873
3879
  interface LoraModelSelect {
3874
3880
  /**
3875
3881
  * The unique identifier of the LoRA model, typically in the format "wix:<id>@<version>".
@@ -3550,6 +3550,8 @@ var TextToImageRequestModel = /* @__PURE__ */ ((TextToImageRequestModel2) => {
3550
3550
  TextToImageRequestModel2["FLUX_1_KONTEXT_MAX"] = "FLUX_1_KONTEXT_MAX";
3551
3551
  TextToImageRequestModel2["FLUX_1_KONTEXT_PRO"] = "FLUX_1_KONTEXT_PRO";
3552
3552
  TextToImageRequestModel2["QWEN_IMAGE_EDIT"] = "QWEN_IMAGE_EDIT";
3553
+ TextToImageRequestModel2["IDEOGRAM_3_0"] = "IDEOGRAM_3_0";
3554
+ TextToImageRequestModel2["IDEOGRAM_3_0_EDIT"] = "IDEOGRAM_3_0_EDIT";
3553
3555
  return TextToImageRequestModel2;
3554
3556
  })(TextToImageRequestModel || {});
3555
3557
  var PerplexityModel = /* @__PURE__ */ ((PerplexityModel2) => {