@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
package/build/es/meta.mjs
CHANGED
|
@@ -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
|
|
@@ -2165,6 +2247,16 @@ function generateContentByProject(payload) {
|
|
|
2165
2247
|
{
|
|
2166
2248
|
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2167
2249
|
},
|
|
2250
|
+
{
|
|
2251
|
+
path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
|
|
2252
|
+
},
|
|
2253
|
+
{ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
|
|
2254
|
+
{
|
|
2255
|
+
path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2259
|
+
},
|
|
2168
2260
|
{
|
|
2169
2261
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
2170
2262
|
isRepeated: true
|
|
@@ -2296,6 +2388,10 @@ function generateContentByPromptObject(payload) {
|
|
|
2296
2388
|
{
|
|
2297
2389
|
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2298
2390
|
},
|
|
2391
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
|
|
2392
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
|
|
2393
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
|
|
2394
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
|
|
2299
2395
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
2300
2396
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
2301
2397
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -2475,6 +2571,16 @@ function generateContentByPromptObject(payload) {
|
|
|
2475
2571
|
{
|
|
2476
2572
|
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2477
2573
|
},
|
|
2574
|
+
{
|
|
2575
|
+
path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.temperature"
|
|
2576
|
+
},
|
|
2577
|
+
{ path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.topP" },
|
|
2578
|
+
{
|
|
2579
|
+
path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.presencePenalty"
|
|
2580
|
+
},
|
|
2581
|
+
{
|
|
2582
|
+
path: "materializedPrompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2583
|
+
},
|
|
2478
2584
|
{
|
|
2479
2585
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
2480
2586
|
isRepeated: true
|
|
@@ -2756,6 +2862,10 @@ function publishPrompt(payload) {
|
|
|
2756
2862
|
{
|
|
2757
2863
|
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2758
2864
|
},
|
|
2865
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
|
|
2866
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
|
|
2867
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
|
|
2868
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
|
|
2759
2869
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
2760
2870
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
2761
2871
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -2900,6 +3010,10 @@ function getPrompt(payload) {
|
|
|
2900
3010
|
{
|
|
2901
3011
|
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2902
3012
|
},
|
|
3013
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.temperature" },
|
|
3014
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.topP" },
|
|
3015
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.presencePenalty" },
|
|
3016
|
+
{ path: "prompt.vllmInvokeCustomOpenAiRequest.frequencyPenalty" },
|
|
2903
3017
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
2904
3018
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
2905
3019
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -3811,6 +3925,16 @@ var Fireworks_proxyV1ChatCompletionMessageMessageRole = /* @__PURE__ */ ((Firewo
|
|
|
3811
3925
|
Fireworks_proxyV1ChatCompletionMessageMessageRole2["DEVELOPER"] = "DEVELOPER";
|
|
3812
3926
|
return Fireworks_proxyV1ChatCompletionMessageMessageRole2;
|
|
3813
3927
|
})(Fireworks_proxyV1ChatCompletionMessageMessageRole || {});
|
|
3928
|
+
var Vllm_proxyV1ChatCompletionMessageMessageRole = /* @__PURE__ */ ((Vllm_proxyV1ChatCompletionMessageMessageRole2) => {
|
|
3929
|
+
Vllm_proxyV1ChatCompletionMessageMessageRole2["UNKNOWN"] = "UNKNOWN";
|
|
3930
|
+
Vllm_proxyV1ChatCompletionMessageMessageRole2["USER"] = "USER";
|
|
3931
|
+
Vllm_proxyV1ChatCompletionMessageMessageRole2["ASSISTANT"] = "ASSISTANT";
|
|
3932
|
+
Vllm_proxyV1ChatCompletionMessageMessageRole2["SYSTEM"] = "SYSTEM";
|
|
3933
|
+
Vllm_proxyV1ChatCompletionMessageMessageRole2["FUNCTION"] = "FUNCTION";
|
|
3934
|
+
Vllm_proxyV1ChatCompletionMessageMessageRole2["TOOL"] = "TOOL";
|
|
3935
|
+
Vllm_proxyV1ChatCompletionMessageMessageRole2["DEVELOPER"] = "DEVELOPER";
|
|
3936
|
+
return Vllm_proxyV1ChatCompletionMessageMessageRole2;
|
|
3937
|
+
})(Vllm_proxyV1ChatCompletionMessageMessageRole || {});
|
|
3814
3938
|
var GatewayMessageDefinitionRole = /* @__PURE__ */ ((GatewayMessageDefinitionRole2) => {
|
|
3815
3939
|
GatewayMessageDefinitionRole2["UNKNOWN"] = "UNKNOWN";
|
|
3816
3940
|
GatewayMessageDefinitionRole2["USER"] = "USER";
|
|
@@ -4556,6 +4680,7 @@ export {
|
|
|
4556
4680
|
V1VideoModel as V1VideoModelOriginal,
|
|
4557
4681
|
VideoGenModel as VideoGenModelOriginal,
|
|
4558
4682
|
VideoModel as VideoModelOriginal,
|
|
4683
|
+
Vllm_proxyV1ChatCompletionMessageMessageRole as Vllm_proxyV1ChatCompletionMessageMessageRoleOriginal,
|
|
4559
4684
|
WebhookIdentityType as WebhookIdentityTypeOriginal,
|
|
4560
4685
|
editImage2 as editImage,
|
|
4561
4686
|
generateAudio2 as generateAudio,
|