@wix/auto_sdk_ai-gateway_generators 1.0.97 → 1.0.99

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 +532 -9
  2. package/build/cjs/index.js +132 -3
  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 +132 -3
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +528 -9
  8. package/build/cjs/meta.js +132 -3
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +532 -9
  11. package/build/es/index.mjs +131 -3
  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 +131 -3
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +528 -9
  17. package/build/es/meta.mjs +131 -3
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +14 -14
  20. package/build/internal/cjs/index.js +132 -3
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +545 -22
  23. package/build/internal/cjs/index.typings.js +132 -3
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +528 -9
  26. package/build/internal/cjs/meta.js +132 -3
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +14 -14
  29. package/build/internal/es/index.mjs +131 -3
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +545 -22
  32. package/build/internal/es/index.typings.mjs +131 -3
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +528 -9
  35. package/build/internal/es/meta.mjs +131 -3
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -238,6 +238,16 @@ function generateTextByPrompt(payload) {
238
238
  {
239
239
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
240
240
  },
241
+ {
242
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
243
+ },
244
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
245
+ {
246
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
247
+ },
248
+ {
249
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
250
+ },
241
251
  {
242
252
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
243
253
  isRepeated: true
@@ -424,6 +434,10 @@ function generateTextByPromptObject(payload) {
424
434
  {
425
435
  path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
426
436
  },
437
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
438
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
439
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
440
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
427
441
  { path: "prompt.llamaModelRequest.temperature" },
428
442
  { path: "prompt.llamaModelRequest.topP" },
429
443
  { path: "prompt.runwareTextToImageRequest.cfgScale" },
@@ -598,6 +612,16 @@ function generateTextByPromptObject(payload) {
598
612
  {
599
613
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
600
614
  },
615
+ {
616
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
617
+ },
618
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
619
+ {
620
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
621
+ },
622
+ {
623
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
624
+ },
601
625
  {
602
626
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
603
627
  isRepeated: true
@@ -729,6 +753,10 @@ function generateTextByPromptObjectStreamed(payload) {
729
753
  {
730
754
  path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
731
755
  },
756
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
757
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
758
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
759
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
732
760
  { path: "prompt.llamaModelRequest.temperature" },
733
761
  { path: "prompt.llamaModelRequest.topP" },
734
762
  { path: "prompt.runwareTextToImageRequest.cfgScale" },
@@ -998,6 +1026,16 @@ function generateTextByProject(payload) {
998
1026
  {
999
1027
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
1000
1028
  },
1029
+ {
1030
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
1031
+ },
1032
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
1033
+ {
1034
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
1035
+ },
1036
+ {
1037
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
1038
+ },
1001
1039
  {
1002
1040
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
1003
1041
  isRepeated: true
@@ -1277,6 +1315,16 @@ function generateImageByProject(payload) {
1277
1315
  {
1278
1316
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
1279
1317
  },
1318
+ {
1319
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
1320
+ },
1321
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
1322
+ {
1323
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
1324
+ },
1325
+ {
1326
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
1327
+ },
1280
1328
  { path: "materializedPrompt.llamaModelRequest.temperature" },
1281
1329
  { path: "materializedPrompt.llamaModelRequest.topP" },
1282
1330
  { path: "materializedPrompt.runwareTextToImageRequest.cfgScale" },
@@ -1465,6 +1513,16 @@ function generateImageByPrompt(payload) {
1465
1513
  {
1466
1514
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
1467
1515
  },
1516
+ {
1517
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
1518
+ },
1519
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
1520
+ {
1521
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
1522
+ },
1523
+ {
1524
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
1525
+ },
1468
1526
  { path: "materializedPrompt.llamaModelRequest.temperature" },
1469
1527
  { path: "materializedPrompt.llamaModelRequest.topP" },
1470
1528
  { path: "materializedPrompt.runwareTextToImageRequest.cfgScale" },
@@ -1581,6 +1639,10 @@ function generateImageByPromptObject(payload) {
1581
1639
  {
1582
1640
  path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
1583
1641
  },
1642
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
1643
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
1644
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
1645
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
1584
1646
  { path: "prompt.llamaModelRequest.temperature" },
1585
1647
  { path: "prompt.llamaModelRequest.topP" },
1586
1648
  { path: "prompt.runwareTextToImageRequest.cfgScale" },
@@ -1746,6 +1808,16 @@ function generateImageByPromptObject(payload) {
1746
1808
  {
1747
1809
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
1748
1810
  },
1811
+ {
1812
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
1813
+ },
1814
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
1815
+ {
1816
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
1817
+ },
1818
+ {
1819
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
1820
+ },
1749
1821
  { path: "materializedPrompt.llamaModelRequest.temperature" },
1750
1822
  { path: "materializedPrompt.llamaModelRequest.topP" },
1751
1823
  { path: "materializedPrompt.runwareTextToImageRequest.cfgScale" },
@@ -1948,6 +2020,16 @@ function generateContentByPrompt(payload) {
1948
2020
  {
1949
2021
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
1950
2022
  },
2023
+ {
2024
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
2025
+ },
2026
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
2027
+ {
2028
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
2029
+ },
2030
+ {
2031
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
2032
+ },
1951
2033
  {
1952
2034
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
1953
2035
  isRepeated: true
@@ -1990,7 +2072,8 @@ function generateContentByPrompt(payload) {
1990
2072
  paths: [
1991
2073
  {
1992
2074
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
1993
- }
2075
+ },
2076
+ { path: "response.falRawResponse.body" }
1994
2077
  ]
1995
2078
  }
1996
2079
  ])
@@ -2165,6 +2248,16 @@ function generateContentByProject(payload) {
2165
2248
  {
2166
2249
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
2167
2250
  },
2251
+ {
2252
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
2253
+ },
2254
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
2255
+ {
2256
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
2257
+ },
2258
+ {
2259
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
2260
+ },
2168
2261
  {
2169
2262
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
2170
2263
  isRepeated: true
@@ -2207,7 +2300,8 @@ function generateContentByProject(payload) {
2207
2300
  paths: [
2208
2301
  {
2209
2302
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
2210
- }
2303
+ },
2304
+ { path: "response.falRawResponse.body" }
2211
2305
  ]
2212
2306
  }
2213
2307
  ])
@@ -2296,6 +2390,10 @@ function generateContentByPromptObject(payload) {
2296
2390
  {
2297
2391
  path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
2298
2392
  },
2393
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
2394
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
2395
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
2396
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
2299
2397
  { path: "prompt.llamaModelRequest.temperature" },
2300
2398
  { path: "prompt.llamaModelRequest.topP" },
2301
2399
  { path: "prompt.runwareTextToImageRequest.cfgScale" },
@@ -2475,6 +2573,16 @@ function generateContentByPromptObject(payload) {
2475
2573
  {
2476
2574
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
2477
2575
  },
2576
+ {
2577
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
2578
+ },
2579
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
2580
+ {
2581
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
2582
+ },
2583
+ {
2584
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
2585
+ },
2478
2586
  {
2479
2587
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
2480
2588
  isRepeated: true
@@ -2517,7 +2625,8 @@ function generateContentByPromptObject(payload) {
2517
2625
  paths: [
2518
2626
  {
2519
2627
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
2520
- }
2628
+ },
2629
+ { path: "response.falRawResponse.body" }
2521
2630
  ]
2522
2631
  }
2523
2632
  ])
@@ -2756,6 +2865,10 @@ function publishPrompt(payload) {
2756
2865
  {
2757
2866
  path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
2758
2867
  },
2868
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
2869
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
2870
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
2871
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
2759
2872
  { path: "prompt.llamaModelRequest.temperature" },
2760
2873
  { path: "prompt.llamaModelRequest.topP" },
2761
2874
  { path: "prompt.runwareTextToImageRequest.cfgScale" },
@@ -2900,6 +3013,10 @@ function getPrompt(payload) {
2900
3013
  {
2901
3014
  path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
2902
3015
  },
3016
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
3017
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
3018
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
3019
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
2903
3020
  { path: "prompt.llamaModelRequest.temperature" },
2904
3021
  { path: "prompt.llamaModelRequest.topP" },
2905
3022
  { path: "prompt.runwareTextToImageRequest.cfgScale" },
@@ -3811,6 +3928,16 @@ var Fireworks_proxyV1ChatCompletionMessageMessageRole = /* @__PURE__ */ ((Firewo
3811
3928
  Fireworks_proxyV1ChatCompletionMessageMessageRole2["DEVELOPER"] = "DEVELOPER";
3812
3929
  return Fireworks_proxyV1ChatCompletionMessageMessageRole2;
3813
3930
  })(Fireworks_proxyV1ChatCompletionMessageMessageRole || {});
3931
+ var Vllm_proxyV1ChatCompletionMessageMessageRole = /* @__PURE__ */ ((Vllm_proxyV1ChatCompletionMessageMessageRole2) => {
3932
+ Vllm_proxyV1ChatCompletionMessageMessageRole2["UNKNOWN"] = "UNKNOWN";
3933
+ Vllm_proxyV1ChatCompletionMessageMessageRole2["USER"] = "USER";
3934
+ Vllm_proxyV1ChatCompletionMessageMessageRole2["ASSISTANT"] = "ASSISTANT";
3935
+ Vllm_proxyV1ChatCompletionMessageMessageRole2["SYSTEM"] = "SYSTEM";
3936
+ Vllm_proxyV1ChatCompletionMessageMessageRole2["FUNCTION"] = "FUNCTION";
3937
+ Vllm_proxyV1ChatCompletionMessageMessageRole2["TOOL"] = "TOOL";
3938
+ Vllm_proxyV1ChatCompletionMessageMessageRole2["DEVELOPER"] = "DEVELOPER";
3939
+ return Vllm_proxyV1ChatCompletionMessageMessageRole2;
3940
+ })(Vllm_proxyV1ChatCompletionMessageMessageRole || {});
3814
3941
  var GatewayMessageDefinitionRole = /* @__PURE__ */ ((GatewayMessageDefinitionRole2) => {
3815
3942
  GatewayMessageDefinitionRole2["UNKNOWN"] = "UNKNOWN";
3816
3943
  GatewayMessageDefinitionRole2["USER"] = "USER";
@@ -4556,6 +4683,7 @@ export {
4556
4683
  V1VideoModel as V1VideoModelOriginal,
4557
4684
  VideoGenModel as VideoGenModelOriginal,
4558
4685
  VideoModel as VideoModelOriginal,
4686
+ Vllm_proxyV1ChatCompletionMessageMessageRole as Vllm_proxyV1ChatCompletionMessageMessageRoleOriginal,
4559
4687
  WebhookIdentityType as WebhookIdentityTypeOriginal,
4560
4688
  editImage2 as editImage,
4561
4689
  generateAudio2 as generateAudio,