@wix/auto_sdk_ai-gateway_generators 1.0.62 → 1.0.63
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 +395 -7
- package/build/cjs/index.js +158 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -1
- package/build/cjs/index.typings.js +158 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +393 -7
- package/build/cjs/meta.js +158 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +395 -7
- package/build/es/index.mjs +157 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -1
- package/build/es/index.typings.mjs +157 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +393 -7
- package/build/es/meta.mjs +157 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +11 -11
- package/build/internal/cjs/index.js +158 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +405 -17
- package/build/internal/cjs/index.typings.js +158 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +393 -7
- package/build/internal/cjs/meta.js +158 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +11 -11
- package/build/internal/es/index.mjs +157 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +405 -17
- package/build/internal/es/index.typings.mjs +157 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +393 -7
- package/build/internal/es/meta.mjs +157 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -247,6 +247,18 @@ function generateTextByPrompt(payload) {
|
|
|
247
247
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
248
248
|
},
|
|
249
249
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
250
|
+
{
|
|
251
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
261
|
+
},
|
|
250
262
|
{
|
|
251
263
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
252
264
|
isRepeated: true
|
|
@@ -425,6 +437,12 @@ function generateTextByPromptObject(payload) {
|
|
|
425
437
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
426
438
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
427
439
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
440
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
441
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
442
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty" },
|
|
443
|
+
{
|
|
444
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
445
|
+
},
|
|
428
446
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
429
447
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
430
448
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -601,6 +619,18 @@ function generateTextByPromptObject(payload) {
|
|
|
601
619
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
602
620
|
},
|
|
603
621
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
622
|
+
{
|
|
623
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
633
|
+
},
|
|
604
634
|
{
|
|
605
635
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
606
636
|
isRepeated: true
|
|
@@ -730,6 +760,12 @@ function generateTextByPromptObjectStreamed(payload) {
|
|
|
730
760
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
731
761
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
732
762
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
763
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
764
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
765
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty" },
|
|
766
|
+
{
|
|
767
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
768
|
+
},
|
|
733
769
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
734
770
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
735
771
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -995,6 +1031,18 @@ function generateTextByProject(payload) {
|
|
|
995
1031
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
996
1032
|
},
|
|
997
1033
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
1034
|
+
{
|
|
1035
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
1045
|
+
},
|
|
998
1046
|
{
|
|
999
1047
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
1000
1048
|
isRepeated: true
|
|
@@ -1268,6 +1316,18 @@ function generateImageByProject(payload) {
|
|
|
1268
1316
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
1269
1317
|
},
|
|
1270
1318
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
1319
|
+
{
|
|
1320
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
1330
|
+
},
|
|
1271
1331
|
{ path: "materializedPrompt.llamaModelRequest.temperature" },
|
|
1272
1332
|
{ path: "materializedPrompt.llamaModelRequest.topP" },
|
|
1273
1333
|
{ path: "materializedPrompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -1456,6 +1516,18 @@ function generateImageByPrompt(payload) {
|
|
|
1456
1516
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
1457
1517
|
},
|
|
1458
1518
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
1519
|
+
{
|
|
1520
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
1530
|
+
},
|
|
1459
1531
|
{ path: "materializedPrompt.llamaModelRequest.temperature" },
|
|
1460
1532
|
{ path: "materializedPrompt.llamaModelRequest.topP" },
|
|
1461
1533
|
{ path: "materializedPrompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -1570,6 +1642,12 @@ function generateImageByPromptObject(payload) {
|
|
|
1570
1642
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
1571
1643
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
1572
1644
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
1645
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
1646
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
1647
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty" },
|
|
1648
|
+
{
|
|
1649
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
1650
|
+
},
|
|
1573
1651
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
1574
1652
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
1575
1653
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -1735,6 +1813,18 @@ function generateImageByPromptObject(payload) {
|
|
|
1735
1813
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
1736
1814
|
},
|
|
1737
1815
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
1816
|
+
{
|
|
1817
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
1827
|
+
},
|
|
1738
1828
|
{ path: "materializedPrompt.llamaModelRequest.temperature" },
|
|
1739
1829
|
{ path: "materializedPrompt.llamaModelRequest.topP" },
|
|
1740
1830
|
{ path: "materializedPrompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -1939,6 +2029,18 @@ function generateContentByPrompt(payload) {
|
|
|
1939
2029
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
1940
2030
|
},
|
|
1941
2031
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
2032
|
+
{
|
|
2033
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2043
|
+
},
|
|
1942
2044
|
{
|
|
1943
2045
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
1944
2046
|
isRepeated: true
|
|
@@ -2158,6 +2260,18 @@ function generateContentByProject(payload) {
|
|
|
2158
2260
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
2159
2261
|
},
|
|
2160
2262
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
2263
|
+
{
|
|
2264
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2274
|
+
},
|
|
2161
2275
|
{
|
|
2162
2276
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
2163
2277
|
isRepeated: true
|
|
@@ -2287,6 +2401,12 @@ function generateContentByPromptObject(payload) {
|
|
|
2287
2401
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
2288
2402
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
2289
2403
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
2404
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
2405
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
2406
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty" },
|
|
2407
|
+
{
|
|
2408
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2409
|
+
},
|
|
2290
2410
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
2291
2411
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
2292
2412
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -2468,6 +2588,18 @@ function generateContentByPromptObject(payload) {
|
|
|
2468
2588
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
2469
2589
|
},
|
|
2470
2590
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
2591
|
+
{
|
|
2592
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
2599
|
+
},
|
|
2600
|
+
{
|
|
2601
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2602
|
+
},
|
|
2471
2603
|
{
|
|
2472
2604
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
2473
2605
|
isRepeated: true
|
|
@@ -2747,6 +2879,12 @@ function publishPrompt(payload) {
|
|
|
2747
2879
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
2748
2880
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
2749
2881
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
2882
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
2883
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
2884
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty" },
|
|
2885
|
+
{
|
|
2886
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2887
|
+
},
|
|
2750
2888
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
2751
2889
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
2752
2890
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -2887,6 +3025,14 @@ function getPrompt(payload) {
|
|
|
2887
3025
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
2888
3026
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
2889
3027
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
3028
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
3029
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
3030
|
+
{
|
|
3031
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
3035
|
+
},
|
|
2890
3036
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
2891
3037
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
2892
3038
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -3742,6 +3888,16 @@ var V1VideoModel = /* @__PURE__ */ ((V1VideoModel2) => {
|
|
|
3742
3888
|
V1VideoModel2["SORA_2_PRO"] = "SORA_2_PRO";
|
|
3743
3889
|
return V1VideoModel2;
|
|
3744
3890
|
})(V1VideoModel || {});
|
|
3891
|
+
var Fireworks_proxyV1ChatCompletionMessageMessageRole = /* @__PURE__ */ ((Fireworks_proxyV1ChatCompletionMessageMessageRole2) => {
|
|
3892
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["UNKNOWN"] = "UNKNOWN";
|
|
3893
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["USER"] = "USER";
|
|
3894
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["ASSISTANT"] = "ASSISTANT";
|
|
3895
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["SYSTEM"] = "SYSTEM";
|
|
3896
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["FUNCTION"] = "FUNCTION";
|
|
3897
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["TOOL"] = "TOOL";
|
|
3898
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["DEVELOPER"] = "DEVELOPER";
|
|
3899
|
+
return Fireworks_proxyV1ChatCompletionMessageMessageRole2;
|
|
3900
|
+
})(Fireworks_proxyV1ChatCompletionMessageMessageRole || {});
|
|
3745
3901
|
var FinishReason = /* @__PURE__ */ ((FinishReason2) => {
|
|
3746
3902
|
FinishReason2["UNKNOWN_FINISH_REASON"] = "UNKNOWN_FINISH_REASON";
|
|
3747
3903
|
FinishReason2["UNSPECIFIED"] = "UNSPECIFIED";
|
|
@@ -5015,6 +5171,7 @@ export {
|
|
|
5015
5171
|
EntityType,
|
|
5016
5172
|
Environment,
|
|
5017
5173
|
FinishReason,
|
|
5174
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole,
|
|
5018
5175
|
GatewayMessageDefinitionRole,
|
|
5019
5176
|
GenerateAnImageModel,
|
|
5020
5177
|
GenerateCoreRequestStylePreset,
|