@wix/auto_sdk_ai-gateway_generators 1.0.116 → 1.0.118

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.
@@ -3315,6 +3315,9 @@ var OpenaiproxyV1Model = /* @__PURE__ */ ((OpenaiproxyV1Model2) => {
3315
3315
  OpenaiproxyV1Model2["GPT_5_4_MINI_2026_03_17_COMPLETION"] = "GPT_5_4_MINI_2026_03_17_COMPLETION";
3316
3316
  OpenaiproxyV1Model2["GPT_5_4_NANO_2026_03_17_COMPLETION"] = "GPT_5_4_NANO_2026_03_17_COMPLETION";
3317
3317
  OpenaiproxyV1Model2["GPT_5_5_2026_04_23_COMPLETION"] = "GPT_5_5_2026_04_23_COMPLETION";
3318
+ OpenaiproxyV1Model2["GPT_5_6_SOL_COMPLETION"] = "GPT_5_6_SOL_COMPLETION";
3319
+ OpenaiproxyV1Model2["GPT_5_6_TERRA_COMPLETION"] = "GPT_5_6_TERRA_COMPLETION";
3320
+ OpenaiproxyV1Model2["GPT_5_6_LUNA_COMPLETION"] = "GPT_5_6_LUNA_COMPLETION";
3318
3321
  return OpenaiproxyV1Model2;
3319
3322
  })(OpenaiproxyV1Model || {});
3320
3323
  var OpenaiproxyV1ChatCompletionMessageMessageRole = /* @__PURE__ */ ((OpenaiproxyV1ChatCompletionMessageMessageRole2) => {
@@ -3373,6 +3376,7 @@ var GoogleproxyV1Model = /* @__PURE__ */ ((GoogleproxyV1Model2) => {
3373
3376
  GoogleproxyV1Model2["GEMINI_3_1_FLASH_IMAGE"] = "GEMINI_3_1_FLASH_IMAGE";
3374
3377
  GoogleproxyV1Model2["GEMINI_3_1_FLASH_LITE"] = "GEMINI_3_1_FLASH_LITE";
3375
3378
  GoogleproxyV1Model2["GEMINI_3_5_FLASH"] = "GEMINI_3_5_FLASH";
3379
+ GoogleproxyV1Model2["GEMINI_3_5_PRO_FAST"] = "GEMINI_3_5_PRO_FAST";
3376
3380
  return GoogleproxyV1Model2;
3377
3381
  })(GoogleproxyV1Model || {});
3378
3382
  var ContentRole = /* @__PURE__ */ ((ContentRole2) => {
@@ -3932,6 +3936,9 @@ var V1ResponsesModel = /* @__PURE__ */ ((V1ResponsesModel2) => {
3932
3936
  V1ResponsesModel2["GPT_5_4_MINI_2026_03_17"] = "GPT_5_4_MINI_2026_03_17";
3933
3937
  V1ResponsesModel2["GPT_5_4_NANO_2026_03_17"] = "GPT_5_4_NANO_2026_03_17";
3934
3938
  V1ResponsesModel2["GPT_5_5_2026_04_23"] = "GPT_5_5_2026_04_23";
3939
+ V1ResponsesModel2["GPT_5_6_SOL"] = "GPT_5_6_SOL";
3940
+ V1ResponsesModel2["GPT_5_6_TERRA"] = "GPT_5_6_TERRA";
3941
+ V1ResponsesModel2["GPT_5_6_LUNA"] = "GPT_5_6_LUNA";
3935
3942
  return V1ResponsesModel2;
3936
3943
  })(V1ResponsesModel || {});
3937
3944
  var ResponsesInputMessageResponsesMessageRole = /* @__PURE__ */ ((ResponsesInputMessageResponsesMessageRole2) => {