@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.
@@ -3466,6 +3466,9 @@ var OpenaiproxyV1Model = /* @__PURE__ */ ((OpenaiproxyV1Model2) => {
3466
3466
  OpenaiproxyV1Model2["GPT_5_4_MINI_2026_03_17_COMPLETION"] = "GPT_5_4_MINI_2026_03_17_COMPLETION";
3467
3467
  OpenaiproxyV1Model2["GPT_5_4_NANO_2026_03_17_COMPLETION"] = "GPT_5_4_NANO_2026_03_17_COMPLETION";
3468
3468
  OpenaiproxyV1Model2["GPT_5_5_2026_04_23_COMPLETION"] = "GPT_5_5_2026_04_23_COMPLETION";
3469
+ OpenaiproxyV1Model2["GPT_5_6_SOL_COMPLETION"] = "GPT_5_6_SOL_COMPLETION";
3470
+ OpenaiproxyV1Model2["GPT_5_6_TERRA_COMPLETION"] = "GPT_5_6_TERRA_COMPLETION";
3471
+ OpenaiproxyV1Model2["GPT_5_6_LUNA_COMPLETION"] = "GPT_5_6_LUNA_COMPLETION";
3469
3472
  return OpenaiproxyV1Model2;
3470
3473
  })(OpenaiproxyV1Model || {});
3471
3474
  var OpenaiproxyV1ChatCompletionMessageMessageRole = /* @__PURE__ */ ((OpenaiproxyV1ChatCompletionMessageMessageRole2) => {
@@ -3524,6 +3527,7 @@ var GoogleproxyV1Model = /* @__PURE__ */ ((GoogleproxyV1Model2) => {
3524
3527
  GoogleproxyV1Model2["GEMINI_3_1_FLASH_IMAGE"] = "GEMINI_3_1_FLASH_IMAGE";
3525
3528
  GoogleproxyV1Model2["GEMINI_3_1_FLASH_LITE"] = "GEMINI_3_1_FLASH_LITE";
3526
3529
  GoogleproxyV1Model2["GEMINI_3_5_FLASH"] = "GEMINI_3_5_FLASH";
3530
+ GoogleproxyV1Model2["GEMINI_3_5_PRO_FAST"] = "GEMINI_3_5_PRO_FAST";
3527
3531
  return GoogleproxyV1Model2;
3528
3532
  })(GoogleproxyV1Model || {});
3529
3533
  var ContentRole = /* @__PURE__ */ ((ContentRole2) => {
@@ -4083,6 +4087,9 @@ var V1ResponsesModel = /* @__PURE__ */ ((V1ResponsesModel2) => {
4083
4087
  V1ResponsesModel2["GPT_5_4_MINI_2026_03_17"] = "GPT_5_4_MINI_2026_03_17";
4084
4088
  V1ResponsesModel2["GPT_5_4_NANO_2026_03_17"] = "GPT_5_4_NANO_2026_03_17";
4085
4089
  V1ResponsesModel2["GPT_5_5_2026_04_23"] = "GPT_5_5_2026_04_23";
4090
+ V1ResponsesModel2["GPT_5_6_SOL"] = "GPT_5_6_SOL";
4091
+ V1ResponsesModel2["GPT_5_6_TERRA"] = "GPT_5_6_TERRA";
4092
+ V1ResponsesModel2["GPT_5_6_LUNA"] = "GPT_5_6_LUNA";
4086
4093
  return V1ResponsesModel2;
4087
4094
  })(V1ResponsesModel || {});
4088
4095
  var ResponsesInputMessageResponsesMessageRole = /* @__PURE__ */ ((ResponsesInputMessageResponsesMessageRole2) => {