@wix/auto_sdk_ai-gateway_generators 1.0.73 → 1.0.75

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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +47 -298
  2. package/build/cjs/index.js +4 -202
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +1 -1
  5. package/build/cjs/index.typings.js +4 -202
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +47 -294
  8. package/build/cjs/meta.js +4 -202
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +47 -298
  11. package/build/es/index.mjs +4 -200
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +1 -1
  14. package/build/es/index.typings.mjs +4 -200
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +47 -294
  17. package/build/es/meta.mjs +4 -200
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +11 -11
  20. package/build/internal/cjs/index.js +4 -202
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +57 -308
  23. package/build/internal/cjs/index.typings.js +4 -202
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +47 -294
  26. package/build/internal/cjs/meta.js +4 -202
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +11 -11
  29. package/build/internal/es/index.mjs +4 -200
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +57 -308
  32. package/build/internal/es/index.typings.mjs +4 -200
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +47 -294
  35. package/build/internal/es/meta.mjs +4 -200
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +2 -2
package/build/cjs/meta.js CHANGED
@@ -22,7 +22,6 @@ var meta_exports = {};
22
22
  __export(meta_exports, {
23
23
  AnthropicModelOriginal: () => AnthropicModel,
24
24
  CacheControlTypeOriginal: () => CacheControlType,
25
- ChatBisonModelOriginal: () => ChatBisonModel,
26
25
  ChatCompletionMessageMessageRoleOriginal: () => ChatCompletionMessageMessageRole,
27
26
  ChatCompletionModelOriginal: () => ChatCompletionModel,
28
27
  ClaudeModelOriginal: () => ClaudeModel,
@@ -95,7 +94,6 @@ __export(meta_exports, {
95
94
  StylePresetOriginal: () => StylePreset,
96
95
  TaskInputOriginal: () => TaskInput,
97
96
  TaskTypeOriginal: () => TaskType,
98
- TextBisonModelOriginal: () => TextBisonModel,
99
97
  TextToImageRequestModelOriginal: () => TextToImageRequestModel,
100
98
  TextToImageRequestStylePresetOriginal: () => TextToImageRequestStylePreset,
101
99
  ThresholdOriginal: () => Threshold,
@@ -247,14 +245,6 @@ function generateTextByPrompt(payload) {
247
245
  {
248
246
  transformFn: import_float2.transformRESTFloatToSDKFloat,
249
247
  paths: [
250
- {
251
- path: "response.googleTextBisonResponse.predictions.safetyAttributes.scores",
252
- isRepeated: true
253
- },
254
- {
255
- path: "response.googleChatBisonResponse.predictions.safetyAttributes.scores",
256
- isRepeated: true
257
- },
258
248
  {
259
249
  path: "response.googleGeminiGenerateContentResponse.candidates.safetyRatings.probabilityScore"
260
250
  },
@@ -272,18 +262,6 @@ function generateTextByPrompt(payload) {
272
262
  {
273
263
  path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
274
264
  },
275
- {
276
- path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
277
- },
278
- {
279
- path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
280
- },
281
- {
282
- path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
283
- },
284
- {
285
- path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
286
- },
287
265
  {
288
266
  path: "materializedPrompt.azureChatCompletionRequest.temperature"
289
267
  },
@@ -512,10 +490,6 @@ function generateTextByPromptObject(payload) {
512
490
  { path: "prompt.openAiChatCompletionRequest.topP" },
513
491
  { path: "prompt.openAiChatCompletionRequest.presencePenalty" },
514
492
  { path: "prompt.openAiChatCompletionRequest.frequencyPenalty" },
515
- { path: "prompt.googleTextBisonRequest.parameters.temperature" },
516
- { path: "prompt.googleTextBisonRequest.parameters.topP" },
517
- { path: "prompt.googleChatBisonRequest.parameters.temperature" },
518
- { path: "prompt.googleChatBisonRequest.parameters.topP" },
519
493
  { path: "prompt.azureChatCompletionRequest.temperature" },
520
494
  { path: "prompt.azureChatCompletionRequest.topP" },
521
495
  { path: "prompt.azureChatCompletionRequest.presencePenalty" },
@@ -619,14 +593,6 @@ function generateTextByPromptObject(payload) {
619
593
  {
620
594
  transformFn: import_float2.transformRESTFloatToSDKFloat,
621
595
  paths: [
622
- {
623
- path: "response.googleTextBisonResponse.predictions.safetyAttributes.scores",
624
- isRepeated: true
625
- },
626
- {
627
- path: "response.googleChatBisonResponse.predictions.safetyAttributes.scores",
628
- isRepeated: true
629
- },
630
596
  {
631
597
  path: "response.googleGeminiGenerateContentResponse.candidates.safetyRatings.probabilityScore"
632
598
  },
@@ -644,18 +610,6 @@ function generateTextByPromptObject(payload) {
644
610
  {
645
611
  path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
646
612
  },
647
- {
648
- path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
649
- },
650
- {
651
- path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
652
- },
653
- {
654
- path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
655
- },
656
- {
657
- path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
658
- },
659
613
  {
660
614
  path: "materializedPrompt.azureChatCompletionRequest.temperature"
661
615
  },
@@ -835,10 +789,6 @@ function generateTextByPromptObjectStreamed(payload) {
835
789
  { path: "prompt.openAiChatCompletionRequest.topP" },
836
790
  { path: "prompt.openAiChatCompletionRequest.presencePenalty" },
837
791
  { path: "prompt.openAiChatCompletionRequest.frequencyPenalty" },
838
- { path: "prompt.googleTextBisonRequest.parameters.temperature" },
839
- { path: "prompt.googleTextBisonRequest.parameters.topP" },
840
- { path: "prompt.googleChatBisonRequest.parameters.temperature" },
841
- { path: "prompt.googleChatBisonRequest.parameters.topP" },
842
792
  { path: "prompt.azureChatCompletionRequest.temperature" },
843
793
  { path: "prompt.azureChatCompletionRequest.topP" },
844
794
  { path: "prompt.azureChatCompletionRequest.presencePenalty" },
@@ -1031,14 +981,6 @@ function generateTextByProject(payload) {
1031
981
  {
1032
982
  transformFn: import_float2.transformRESTFloatToSDKFloat,
1033
983
  paths: [
1034
- {
1035
- path: "response.googleTextBisonResponse.predictions.safetyAttributes.scores",
1036
- isRepeated: true
1037
- },
1038
- {
1039
- path: "response.googleChatBisonResponse.predictions.safetyAttributes.scores",
1040
- isRepeated: true
1041
- },
1042
984
  {
1043
985
  path: "response.googleGeminiGenerateContentResponse.candidates.safetyRatings.probabilityScore"
1044
986
  },
@@ -1056,18 +998,6 @@ function generateTextByProject(payload) {
1056
998
  {
1057
999
  path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
1058
1000
  },
1059
- {
1060
- path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
1061
- },
1062
- {
1063
- path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
1064
- },
1065
- {
1066
- path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
1067
- },
1068
- {
1069
- path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
1070
- },
1071
1001
  {
1072
1002
  path: "materializedPrompt.azureChatCompletionRequest.temperature"
1073
1003
  },
@@ -1341,18 +1271,6 @@ function generateImageByProject(payload) {
1341
1271
  {
1342
1272
  path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
1343
1273
  },
1344
- {
1345
- path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
1346
- },
1347
- {
1348
- path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
1349
- },
1350
- {
1351
- path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
1352
- },
1353
- {
1354
- path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
1355
- },
1356
1274
  {
1357
1275
  path: "materializedPrompt.azureChatCompletionRequest.temperature"
1358
1276
  },
@@ -1541,18 +1459,6 @@ function generateImageByPrompt(payload) {
1541
1459
  {
1542
1460
  path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
1543
1461
  },
1544
- {
1545
- path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
1546
- },
1547
- {
1548
- path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
1549
- },
1550
- {
1551
- path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
1552
- },
1553
- {
1554
- path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
1555
- },
1556
1462
  {
1557
1463
  path: "materializedPrompt.azureChatCompletionRequest.temperature"
1558
1464
  },
@@ -1717,10 +1623,6 @@ function generateImageByPromptObject(payload) {
1717
1623
  { path: "prompt.openAiChatCompletionRequest.topP" },
1718
1624
  { path: "prompt.openAiChatCompletionRequest.presencePenalty" },
1719
1625
  { path: "prompt.openAiChatCompletionRequest.frequencyPenalty" },
1720
- { path: "prompt.googleTextBisonRequest.parameters.temperature" },
1721
- { path: "prompt.googleTextBisonRequest.parameters.topP" },
1722
- { path: "prompt.googleChatBisonRequest.parameters.temperature" },
1723
- { path: "prompt.googleChatBisonRequest.parameters.topP" },
1724
1626
  { path: "prompt.azureChatCompletionRequest.temperature" },
1725
1627
  { path: "prompt.azureChatCompletionRequest.topP" },
1726
1628
  { path: "prompt.azureChatCompletionRequest.presencePenalty" },
@@ -1838,18 +1740,6 @@ function generateImageByPromptObject(payload) {
1838
1740
  {
1839
1741
  path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
1840
1742
  },
1841
- {
1842
- path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
1843
- },
1844
- {
1845
- path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
1846
- },
1847
- {
1848
- path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
1849
- },
1850
- {
1851
- path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
1852
- },
1853
1743
  {
1854
1744
  path: "materializedPrompt.azureChatCompletionRequest.temperature"
1855
1745
  },
@@ -2024,14 +1914,6 @@ function generateContentByPrompt(payload) {
2024
1914
  {
2025
1915
  transformFn: import_float2.transformRESTFloatToSDKFloat,
2026
1916
  paths: [
2027
- {
2028
- path: "response.googleTextBisonResponse.predictions.safetyAttributes.scores",
2029
- isRepeated: true
2030
- },
2031
- {
2032
- path: "response.googleChatBisonResponse.predictions.safetyAttributes.scores",
2033
- isRepeated: true
2034
- },
2035
1917
  {
2036
1918
  path: "response.googleGeminiGenerateContentResponse.candidates.safetyRatings.probabilityScore"
2037
1919
  },
@@ -2054,18 +1936,6 @@ function generateContentByPrompt(payload) {
2054
1936
  {
2055
1937
  path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
2056
1938
  },
2057
- {
2058
- path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
2059
- },
2060
- {
2061
- path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
2062
- },
2063
- {
2064
- path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
2065
- },
2066
- {
2067
- path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
2068
- },
2069
1939
  {
2070
1940
  path: "materializedPrompt.azureChatCompletionRequest.temperature"
2071
1941
  },
@@ -2255,14 +2125,6 @@ function generateContentByProject(payload) {
2255
2125
  {
2256
2126
  transformFn: import_float2.transformRESTFloatToSDKFloat,
2257
2127
  paths: [
2258
- {
2259
- path: "response.googleTextBisonResponse.predictions.safetyAttributes.scores",
2260
- isRepeated: true
2261
- },
2262
- {
2263
- path: "response.googleChatBisonResponse.predictions.safetyAttributes.scores",
2264
- isRepeated: true
2265
- },
2266
2128
  {
2267
2129
  path: "response.googleGeminiGenerateContentResponse.candidates.safetyRatings.probabilityScore"
2268
2130
  },
@@ -2285,18 +2147,6 @@ function generateContentByProject(payload) {
2285
2147
  {
2286
2148
  path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
2287
2149
  },
2288
- {
2289
- path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
2290
- },
2291
- {
2292
- path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
2293
- },
2294
- {
2295
- path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
2296
- },
2297
- {
2298
- path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
2299
- },
2300
2150
  {
2301
2151
  path: "materializedPrompt.azureChatCompletionRequest.temperature"
2302
2152
  },
@@ -2476,10 +2326,6 @@ function generateContentByPromptObject(payload) {
2476
2326
  { path: "prompt.openAiChatCompletionRequest.topP" },
2477
2327
  { path: "prompt.openAiChatCompletionRequest.presencePenalty" },
2478
2328
  { path: "prompt.openAiChatCompletionRequest.frequencyPenalty" },
2479
- { path: "prompt.googleTextBisonRequest.parameters.temperature" },
2480
- { path: "prompt.googleTextBisonRequest.parameters.topP" },
2481
- { path: "prompt.googleChatBisonRequest.parameters.temperature" },
2482
- { path: "prompt.googleChatBisonRequest.parameters.topP" },
2483
2329
  { path: "prompt.azureChatCompletionRequest.temperature" },
2484
2330
  { path: "prompt.azureChatCompletionRequest.topP" },
2485
2331
  { path: "prompt.azureChatCompletionRequest.presencePenalty" },
@@ -2583,14 +2429,6 @@ function generateContentByPromptObject(payload) {
2583
2429
  {
2584
2430
  transformFn: import_float2.transformRESTFloatToSDKFloat,
2585
2431
  paths: [
2586
- {
2587
- path: "response.googleTextBisonResponse.predictions.safetyAttributes.scores",
2588
- isRepeated: true
2589
- },
2590
- {
2591
- path: "response.googleChatBisonResponse.predictions.safetyAttributes.scores",
2592
- isRepeated: true
2593
- },
2594
2432
  {
2595
2433
  path: "response.googleGeminiGenerateContentResponse.candidates.safetyRatings.probabilityScore"
2596
2434
  },
@@ -2613,18 +2451,6 @@ function generateContentByPromptObject(payload) {
2613
2451
  {
2614
2452
  path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
2615
2453
  },
2616
- {
2617
- path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
2618
- },
2619
- {
2620
- path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
2621
- },
2622
- {
2623
- path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
2624
- },
2625
- {
2626
- path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
2627
- },
2628
2454
  {
2629
2455
  path: "materializedPrompt.azureChatCompletionRequest.temperature"
2630
2456
  },
@@ -2954,10 +2780,6 @@ function publishPrompt(payload) {
2954
2780
  { path: "prompt.openAiChatCompletionRequest.topP" },
2955
2781
  { path: "prompt.openAiChatCompletionRequest.presencePenalty" },
2956
2782
  { path: "prompt.openAiChatCompletionRequest.frequencyPenalty" },
2957
- { path: "prompt.googleTextBisonRequest.parameters.temperature" },
2958
- { path: "prompt.googleTextBisonRequest.parameters.topP" },
2959
- { path: "prompt.googleChatBisonRequest.parameters.temperature" },
2960
- { path: "prompt.googleChatBisonRequest.parameters.topP" },
2961
2783
  { path: "prompt.azureChatCompletionRequest.temperature" },
2962
2784
  { path: "prompt.azureChatCompletionRequest.topP" },
2963
2785
  { path: "prompt.azureChatCompletionRequest.presencePenalty" },
@@ -3086,10 +2908,6 @@ function getPrompt(payload) {
3086
2908
  { path: "prompt.openAiChatCompletionRequest.topP" },
3087
2909
  { path: "prompt.openAiChatCompletionRequest.presencePenalty" },
3088
2910
  { path: "prompt.openAiChatCompletionRequest.frequencyPenalty" },
3089
- { path: "prompt.googleTextBisonRequest.parameters.temperature" },
3090
- { path: "prompt.googleTextBisonRequest.parameters.topP" },
3091
- { path: "prompt.googleChatBisonRequest.parameters.temperature" },
3092
- { path: "prompt.googleChatBisonRequest.parameters.topP" },
3093
2911
  { path: "prompt.azureChatCompletionRequest.temperature" },
3094
2912
  { path: "prompt.azureChatCompletionRequest.topP" },
3095
2913
  { path: "prompt.azureChatCompletionRequest.presencePenalty" },
@@ -3398,6 +3216,8 @@ var OpenaiproxyV1Model = /* @__PURE__ */ ((OpenaiproxyV1Model2) => {
3398
3216
  OpenaiproxyV1Model2["GPT_5_2_2025_12_11_COMPLETION"] = "GPT_5_2_2025_12_11_COMPLETION";
3399
3217
  OpenaiproxyV1Model2["GPT_5_1_2025_11_13_COMPLETION"] = "GPT_5_1_2025_11_13_COMPLETION";
3400
3218
  OpenaiproxyV1Model2["GPT_5_4_2026_03_05_COMPLETION"] = "GPT_5_4_2026_03_05_COMPLETION";
3219
+ OpenaiproxyV1Model2["GPT_5_4_MINI_2026_03_17_COMPLETION"] = "GPT_5_4_MINI_2026_03_17_COMPLETION";
3220
+ OpenaiproxyV1Model2["GPT_5_4_NANO_2026_03_17_COMPLETION"] = "GPT_5_4_NANO_2026_03_17_COMPLETION";
3401
3221
  return OpenaiproxyV1Model2;
3402
3222
  })(OpenaiproxyV1Model || {});
3403
3223
  var OpenaiproxyV1ChatCompletionMessageMessageRole = /* @__PURE__ */ ((OpenaiproxyV1ChatCompletionMessageMessageRole2) => {
@@ -3410,24 +3230,6 @@ var OpenaiproxyV1ChatCompletionMessageMessageRole = /* @__PURE__ */ ((Openaiprox
3410
3230
  OpenaiproxyV1ChatCompletionMessageMessageRole2["DEVELOPER"] = "DEVELOPER";
3411
3231
  return OpenaiproxyV1ChatCompletionMessageMessageRole2;
3412
3232
  })(OpenaiproxyV1ChatCompletionMessageMessageRole || {});
3413
- var TextBisonModel = /* @__PURE__ */ ((TextBisonModel2) => {
3414
- TextBisonModel2["UNKNOWN_TEXT_BISON_MODEL"] = "UNKNOWN_TEXT_BISON_MODEL";
3415
- TextBisonModel2["TEXT_BISON"] = "TEXT_BISON";
3416
- TextBisonModel2["TEXT_BISON_001"] = "TEXT_BISON_001";
3417
- TextBisonModel2["TEXT_BISON_32K"] = "TEXT_BISON_32K";
3418
- TextBisonModel2["TEXT_BISON_002"] = "TEXT_BISON_002";
3419
- TextBisonModel2["TEXT_BISON_32K_002"] = "TEXT_BISON_32K_002";
3420
- return TextBisonModel2;
3421
- })(TextBisonModel || {});
3422
- var ChatBisonModel = /* @__PURE__ */ ((ChatBisonModel2) => {
3423
- ChatBisonModel2["UNKNOWN_CHAT_BISON_MODEL"] = "UNKNOWN_CHAT_BISON_MODEL";
3424
- ChatBisonModel2["CHAT_BISON"] = "CHAT_BISON";
3425
- ChatBisonModel2["CHAT_BISON_001"] = "CHAT_BISON_001";
3426
- ChatBisonModel2["CHAT_BISON_32K"] = "CHAT_BISON_32K";
3427
- ChatBisonModel2["CHAT_BISON_002"] = "CHAT_BISON_002";
3428
- ChatBisonModel2["CHAT_BISON_32K_002"] = "CHAT_BISON_32K_002";
3429
- return ChatBisonModel2;
3430
- })(ChatBisonModel || {});
3431
3233
  var V1Model = /* @__PURE__ */ ((V1Model2) => {
3432
3234
  V1Model2["UNKNOWN"] = "UNKNOWN";
3433
3235
  V1Model2["GPT_3_5_TURBO"] = "GPT_3_5_TURBO";
@@ -4020,6 +3822,8 @@ var V1ResponsesModel = /* @__PURE__ */ ((V1ResponsesModel2) => {
4020
3822
  V1ResponsesModel2["GPT_5_3_CODEX"] = "GPT_5_3_CODEX";
4021
3823
  V1ResponsesModel2["GPT_5_4_2026_03_05"] = "GPT_5_4_2026_03_05";
4022
3824
  V1ResponsesModel2["GPT_5_4_PRO_2026_03_05"] = "GPT_5_4_PRO_2026_03_05";
3825
+ V1ResponsesModel2["GPT_5_4_MINI_2026_03_17"] = "GPT_5_4_MINI_2026_03_17";
3826
+ V1ResponsesModel2["GPT_5_4_NANO_2026_03_17"] = "GPT_5_4_NANO_2026_03_17";
4023
3827
  return V1ResponsesModel2;
4024
3828
  })(V1ResponsesModel || {});
4025
3829
  var ResponsesInputMessageResponsesMessageRole = /* @__PURE__ */ ((ResponsesInputMessageResponsesMessageRole2) => {
@@ -4704,7 +4508,6 @@ function pollImageGenerationResult2() {
4704
4508
  0 && (module.exports = {
4705
4509
  AnthropicModelOriginal,
4706
4510
  CacheControlTypeOriginal,
4707
- ChatBisonModelOriginal,
4708
4511
  ChatCompletionMessageMessageRoleOriginal,
4709
4512
  ChatCompletionModelOriginal,
4710
4513
  ClaudeModelOriginal,
@@ -4777,7 +4580,6 @@ function pollImageGenerationResult2() {
4777
4580
  StylePresetOriginal,
4778
4581
  TaskInputOriginal,
4779
4582
  TaskTypeOriginal,
4780
- TextBisonModelOriginal,
4781
4583
  TextToImageRequestModelOriginal,
4782
4584
  TextToImageRequestStylePresetOriginal,
4783
4585
  ThresholdOriginal,