@wix/auto_sdk_ai-gateway_generators 1.0.96 → 1.0.98
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.
- package/build/cjs/index.d.ts +479 -1
- package/build/cjs/index.js +126 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -1
- package/build/cjs/index.typings.js +126 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +477 -1
- package/build/cjs/meta.js +126 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +479 -1
- package/build/es/index.mjs +125 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -1
- package/build/es/index.typings.mjs +125 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +477 -1
- package/build/es/meta.mjs +125 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +14 -14
- package/build/internal/cjs/index.js +126 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +492 -14
- package/build/internal/cjs/index.typings.js +126 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +477 -1
- package/build/internal/cjs/meta.js +126 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +14 -14
- package/build/internal/es/index.mjs +125 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +492 -14
- package/build/internal/es/index.typings.mjs +125 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +477 -1
- package/build/internal/es/meta.mjs +125 -0
- package/build/internal/es/meta.mjs.map +1 -1
- 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
|
|
@@ -2172,6 +2254,16 @@ function generateContentByProject(payload) {
|
|
|
2172
2254
|
{
|
|
2173
2255
|
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2174
2256
|
},
|
|
2257
|
+
{
|
|
2258
|
+
path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
|
|
2259
|
+
},
|
|
2260
|
+
{ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
|
|
2261
|
+
{
|
|
2262
|
+
path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2266
|
+
},
|
|
2175
2267
|
{
|
|
2176
2268
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
2177
2269
|
isRepeated: true
|
|
@@ -2303,6 +2395,10 @@ function generateContentByPromptObject(payload) {
|
|
|
2303
2395
|
{
|
|
2304
2396
|
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2305
2397
|
},
|
|
2398
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
|
|
2399
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
|
|
2400
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
|
|
2401
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
|
|
2306
2402
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
2307
2403
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
2308
2404
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -2482,6 +2578,16 @@ function generateContentByPromptObject(payload) {
|
|
|
2482
2578
|
{
|
|
2483
2579
|
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2484
2580
|
},
|
|
2581
|
+
{
|
|
2582
|
+
path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
|
|
2583
|
+
},
|
|
2584
|
+
{ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
|
|
2585
|
+
{
|
|
2586
|
+
path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
|
|
2587
|
+
},
|
|
2588
|
+
{
|
|
2589
|
+
path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2590
|
+
},
|
|
2485
2591
|
{
|
|
2486
2592
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
2487
2593
|
isRepeated: true
|
|
@@ -2763,6 +2869,10 @@ function publishPrompt(payload) {
|
|
|
2763
2869
|
{
|
|
2764
2870
|
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2765
2871
|
},
|
|
2872
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
|
|
2873
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
|
|
2874
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
|
|
2875
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
|
|
2766
2876
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
2767
2877
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
2768
2878
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -2907,6 +3017,10 @@ function getPrompt(payload) {
|
|
|
2907
3017
|
{
|
|
2908
3018
|
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2909
3019
|
},
|
|
3020
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
|
|
3021
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
|
|
3022
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
|
|
3023
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
|
|
2910
3024
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
2911
3025
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
2912
3026
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -3818,6 +3932,16 @@ var Fireworks_proxyV1ChatCompletionMessageMessageRole = /* @__PURE__ */ ((Firewo
|
|
|
3818
3932
|
Fireworks_proxyV1ChatCompletionMessageMessageRole2["DEVELOPER"] = "DEVELOPER";
|
|
3819
3933
|
return Fireworks_proxyV1ChatCompletionMessageMessageRole2;
|
|
3820
3934
|
})(Fireworks_proxyV1ChatCompletionMessageMessageRole || {});
|
|
3935
|
+
var Vllm_proxyV1ChatCompletionMessageMessageRole = /* @__PURE__ */ ((Vllm_proxyV1ChatCompletionMessageMessageRole2) => {
|
|
3936
|
+
Vllm_proxyV1ChatCompletionMessageMessageRole2["UNKNOWN"] = "UNKNOWN";
|
|
3937
|
+
Vllm_proxyV1ChatCompletionMessageMessageRole2["USER"] = "USER";
|
|
3938
|
+
Vllm_proxyV1ChatCompletionMessageMessageRole2["ASSISTANT"] = "ASSISTANT";
|
|
3939
|
+
Vllm_proxyV1ChatCompletionMessageMessageRole2["SYSTEM"] = "SYSTEM";
|
|
3940
|
+
Vllm_proxyV1ChatCompletionMessageMessageRole2["FUNCTION"] = "FUNCTION";
|
|
3941
|
+
Vllm_proxyV1ChatCompletionMessageMessageRole2["TOOL"] = "TOOL";
|
|
3942
|
+
Vllm_proxyV1ChatCompletionMessageMessageRole2["DEVELOPER"] = "DEVELOPER";
|
|
3943
|
+
return Vllm_proxyV1ChatCompletionMessageMessageRole2;
|
|
3944
|
+
})(Vllm_proxyV1ChatCompletionMessageMessageRole || {});
|
|
3821
3945
|
var GatewayMessageDefinitionRole = /* @__PURE__ */ ((GatewayMessageDefinitionRole2) => {
|
|
3822
3946
|
GatewayMessageDefinitionRole2["UNKNOWN"] = "UNKNOWN";
|
|
3823
3947
|
GatewayMessageDefinitionRole2["USER"] = "USER";
|
|
@@ -5187,6 +5311,7 @@ export {
|
|
|
5187
5311
|
V1VideoModel,
|
|
5188
5312
|
VideoGenModel,
|
|
5189
5313
|
VideoModel,
|
|
5314
|
+
Vllm_proxyV1ChatCompletionMessageMessageRole,
|
|
5190
5315
|
WebhookIdentityType,
|
|
5191
5316
|
editImage4 as editImage,
|
|
5192
5317
|
generateAudio4 as generateAudio,
|