@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
@@ -245,6 +245,16 @@ function generateTextByPrompt(payload) {
245
245
  {
246
246
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
247
247
  },
248
+ {
249
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
250
+ },
251
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
252
+ {
253
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
254
+ },
255
+ {
256
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
257
+ },
248
258
  {
249
259
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
250
260
  isRepeated: true
@@ -431,6 +441,10 @@ function generateTextByPromptObject(payload) {
431
441
  {
432
442
  path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
433
443
  },
444
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
445
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
446
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
447
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
434
448
  { path: "prompt.llamaModelRequest.temperature" },
435
449
  { path: "prompt.llamaModelRequest.topP" },
436
450
  { path: "prompt.runwareTextToImageRequest.cfgScale" },
@@ -605,6 +619,16 @@ function generateTextByPromptObject(payload) {
605
619
  {
606
620
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
607
621
  },
622
+ {
623
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
624
+ },
625
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
626
+ {
627
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
628
+ },
629
+ {
630
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
631
+ },
608
632
  {
609
633
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
610
634
  isRepeated: true
@@ -736,6 +760,10 @@ function generateTextByPromptObjectStreamed(payload) {
736
760
  {
737
761
  path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
738
762
  },
763
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
764
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
765
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
766
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
739
767
  { path: "prompt.llamaModelRequest.temperature" },
740
768
  { path: "prompt.llamaModelRequest.topP" },
741
769
  { path: "prompt.runwareTextToImageRequest.cfgScale" },
@@ -1005,6 +1033,16 @@ function generateTextByProject(payload) {
1005
1033
  {
1006
1034
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
1007
1035
  },
1036
+ {
1037
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
1038
+ },
1039
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
1040
+ {
1041
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
1042
+ },
1043
+ {
1044
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
1045
+ },
1008
1046
  {
1009
1047
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
1010
1048
  isRepeated: true
@@ -1284,6 +1322,16 @@ function generateImageByProject(payload) {
1284
1322
  {
1285
1323
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
1286
1324
  },
1325
+ {
1326
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
1327
+ },
1328
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
1329
+ {
1330
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
1331
+ },
1332
+ {
1333
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
1334
+ },
1287
1335
  { path: "materializedPrompt.llamaModelRequest.temperature" },
1288
1336
  { path: "materializedPrompt.llamaModelRequest.topP" },
1289
1337
  { path: "materializedPrompt.runwareTextToImageRequest.cfgScale" },
@@ -1472,6 +1520,16 @@ function generateImageByPrompt(payload) {
1472
1520
  {
1473
1521
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
1474
1522
  },
1523
+ {
1524
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
1525
+ },
1526
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
1527
+ {
1528
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
1529
+ },
1530
+ {
1531
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
1532
+ },
1475
1533
  { path: "materializedPrompt.llamaModelRequest.temperature" },
1476
1534
  { path: "materializedPrompt.llamaModelRequest.topP" },
1477
1535
  { path: "materializedPrompt.runwareTextToImageRequest.cfgScale" },
@@ -1588,6 +1646,10 @@ function generateImageByPromptObject(payload) {
1588
1646
  {
1589
1647
  path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
1590
1648
  },
1649
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
1650
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
1651
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
1652
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
1591
1653
  { path: "prompt.llamaModelRequest.temperature" },
1592
1654
  { path: "prompt.llamaModelRequest.topP" },
1593
1655
  { path: "prompt.runwareTextToImageRequest.cfgScale" },
@@ -1753,6 +1815,16 @@ function generateImageByPromptObject(payload) {
1753
1815
  {
1754
1816
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
1755
1817
  },
1818
+ {
1819
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
1820
+ },
1821
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
1822
+ {
1823
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
1824
+ },
1825
+ {
1826
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
1827
+ },
1756
1828
  { path: "materializedPrompt.llamaModelRequest.temperature" },
1757
1829
  { path: "materializedPrompt.llamaModelRequest.topP" },
1758
1830
  { path: "materializedPrompt.runwareTextToImageRequest.cfgScale" },
@@ -1955,6 +2027,16 @@ function generateContentByPrompt(payload) {
1955
2027
  {
1956
2028
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
1957
2029
  },
2030
+ {
2031
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
2032
+ },
2033
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
2034
+ {
2035
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
2036
+ },
2037
+ {
2038
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
2039
+ },
1958
2040
  {
1959
2041
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
1960
2042
  isRepeated: true
@@ -1997,7 +2079,8 @@ function generateContentByPrompt(payload) {
1997
2079
  paths: [
1998
2080
  {
1999
2081
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
2000
- }
2082
+ },
2083
+ { path: "response.falRawResponse.body" }
2001
2084
  ]
2002
2085
  }
2003
2086
  ])
@@ -2172,6 +2255,16 @@ function generateContentByProject(payload) {
2172
2255
  {
2173
2256
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
2174
2257
  },
2258
+ {
2259
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
2260
+ },
2261
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
2262
+ {
2263
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
2264
+ },
2265
+ {
2266
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
2267
+ },
2175
2268
  {
2176
2269
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
2177
2270
  isRepeated: true
@@ -2214,7 +2307,8 @@ function generateContentByProject(payload) {
2214
2307
  paths: [
2215
2308
  {
2216
2309
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
2217
- }
2310
+ },
2311
+ { path: "response.falRawResponse.body" }
2218
2312
  ]
2219
2313
  }
2220
2314
  ])
@@ -2303,6 +2397,10 @@ function generateContentByPromptObject(payload) {
2303
2397
  {
2304
2398
  path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
2305
2399
  },
2400
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
2401
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
2402
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
2403
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
2306
2404
  { path: "prompt.llamaModelRequest.temperature" },
2307
2405
  { path: "prompt.llamaModelRequest.topP" },
2308
2406
  { path: "prompt.runwareTextToImageRequest.cfgScale" },
@@ -2482,6 +2580,16 @@ function generateContentByPromptObject(payload) {
2482
2580
  {
2483
2581
  path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
2484
2582
  },
2583
+ {
2584
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
2585
+ },
2586
+ { path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
2587
+ {
2588
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
2589
+ },
2590
+ {
2591
+ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
2592
+ },
2485
2593
  {
2486
2594
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
2487
2595
  isRepeated: true
@@ -2524,7 +2632,8 @@ function generateContentByPromptObject(payload) {
2524
2632
  paths: [
2525
2633
  {
2526
2634
  path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.searchEntryPoint.sdkBlob"
2527
- }
2635
+ },
2636
+ { path: "response.falRawResponse.body" }
2528
2637
  ]
2529
2638
  }
2530
2639
  ])
@@ -2763,6 +2872,10 @@ function publishPrompt(payload) {
2763
2872
  {
2764
2873
  path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
2765
2874
  },
2875
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
2876
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
2877
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
2878
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
2766
2879
  { path: "prompt.llamaModelRequest.temperature" },
2767
2880
  { path: "prompt.llamaModelRequest.topP" },
2768
2881
  { path: "prompt.runwareTextToImageRequest.cfgScale" },
@@ -2907,6 +3020,10 @@ function getPrompt(payload) {
2907
3020
  {
2908
3021
  path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
2909
3022
  },
3023
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
3024
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
3025
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
3026
+ { path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
2910
3027
  { path: "prompt.llamaModelRequest.temperature" },
2911
3028
  { path: "prompt.llamaModelRequest.topP" },
2912
3029
  { path: "prompt.runwareTextToImageRequest.cfgScale" },
@@ -3818,6 +3935,16 @@ var Fireworks_proxyV1ChatCompletionMessageMessageRole = /* @__PURE__ */ ((Firewo
3818
3935
  Fireworks_proxyV1ChatCompletionMessageMessageRole2["DEVELOPER"] = "DEVELOPER";
3819
3936
  return Fireworks_proxyV1ChatCompletionMessageMessageRole2;
3820
3937
  })(Fireworks_proxyV1ChatCompletionMessageMessageRole || {});
3938
+ var Vllm_proxyV1ChatCompletionMessageMessageRole = /* @__PURE__ */ ((Vllm_proxyV1ChatCompletionMessageMessageRole2) => {
3939
+ Vllm_proxyV1ChatCompletionMessageMessageRole2["UNKNOWN"] = "UNKNOWN";
3940
+ Vllm_proxyV1ChatCompletionMessageMessageRole2["USER"] = "USER";
3941
+ Vllm_proxyV1ChatCompletionMessageMessageRole2["ASSISTANT"] = "ASSISTANT";
3942
+ Vllm_proxyV1ChatCompletionMessageMessageRole2["SYSTEM"] = "SYSTEM";
3943
+ Vllm_proxyV1ChatCompletionMessageMessageRole2["FUNCTION"] = "FUNCTION";
3944
+ Vllm_proxyV1ChatCompletionMessageMessageRole2["TOOL"] = "TOOL";
3945
+ Vllm_proxyV1ChatCompletionMessageMessageRole2["DEVELOPER"] = "DEVELOPER";
3946
+ return Vllm_proxyV1ChatCompletionMessageMessageRole2;
3947
+ })(Vllm_proxyV1ChatCompletionMessageMessageRole || {});
3821
3948
  var GatewayMessageDefinitionRole = /* @__PURE__ */ ((GatewayMessageDefinitionRole2) => {
3822
3949
  GatewayMessageDefinitionRole2["UNKNOWN"] = "UNKNOWN";
3823
3950
  GatewayMessageDefinitionRole2["USER"] = "USER";
@@ -4971,6 +5098,7 @@ export {
4971
5098
  V1VideoModel,
4972
5099
  VideoGenModel,
4973
5100
  VideoModel,
5101
+ Vllm_proxyV1ChatCompletionMessageMessageRole,
4974
5102
  WebhookIdentityType,
4975
5103
  editImage2 as editImage,
4976
5104
  generateAudio2 as generateAudio,