@wix/auto_sdk_ai-gateway_generators 1.0.62 → 1.0.64
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 +421 -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 +419 -7
- package/build/cjs/meta.js +158 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +421 -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 +419 -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 +431 -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 +419 -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 +431 -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 +419 -7
- package/build/internal/es/meta.mjs +157 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -41,6 +41,7 @@ __export(meta_exports, {
|
|
|
41
41
|
EntityTypeOriginal: () => EntityType,
|
|
42
42
|
EnvironmentOriginal: () => Environment,
|
|
43
43
|
FinishReasonOriginal: () => FinishReason,
|
|
44
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRoleOriginal: () => Fireworks_proxyV1ChatCompletionMessageMessageRole,
|
|
44
45
|
GatewayMessageDefinitionRoleOriginal: () => GatewayMessageDefinitionRole,
|
|
45
46
|
GenerateAnImageModelOriginal: () => GenerateAnImageModel,
|
|
46
47
|
GenerateCoreRequestStylePresetOriginal: () => GenerateCoreRequestStylePreset,
|
|
@@ -388,6 +389,18 @@ function generateTextByPrompt(payload) {
|
|
|
388
389
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
389
390
|
},
|
|
390
391
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
392
|
+
{
|
|
393
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
403
|
+
},
|
|
391
404
|
{
|
|
392
405
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
393
406
|
isRepeated: true
|
|
@@ -566,6 +579,12 @@ function generateTextByPromptObject(payload) {
|
|
|
566
579
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
567
580
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
568
581
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
582
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
583
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
584
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty" },
|
|
585
|
+
{
|
|
586
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
587
|
+
},
|
|
569
588
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
570
589
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
571
590
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -742,6 +761,18 @@ function generateTextByPromptObject(payload) {
|
|
|
742
761
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
743
762
|
},
|
|
744
763
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
764
|
+
{
|
|
765
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
775
|
+
},
|
|
745
776
|
{
|
|
746
777
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
747
778
|
isRepeated: true
|
|
@@ -871,6 +902,12 @@ function generateTextByPromptObjectStreamed(payload) {
|
|
|
871
902
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
872
903
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
873
904
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
905
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
906
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
907
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty" },
|
|
908
|
+
{
|
|
909
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
910
|
+
},
|
|
874
911
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
875
912
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
876
913
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -1136,6 +1173,18 @@ function generateTextByProject(payload) {
|
|
|
1136
1173
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
1137
1174
|
},
|
|
1138
1175
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
1176
|
+
{
|
|
1177
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
1187
|
+
},
|
|
1139
1188
|
{
|
|
1140
1189
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
1141
1190
|
isRepeated: true
|
|
@@ -1409,6 +1458,18 @@ function generateImageByProject(payload) {
|
|
|
1409
1458
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
1410
1459
|
},
|
|
1411
1460
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
1461
|
+
{
|
|
1462
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
1472
|
+
},
|
|
1412
1473
|
{ path: "materializedPrompt.llamaModelRequest.temperature" },
|
|
1413
1474
|
{ path: "materializedPrompt.llamaModelRequest.topP" },
|
|
1414
1475
|
{ path: "materializedPrompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -1597,6 +1658,18 @@ function generateImageByPrompt(payload) {
|
|
|
1597
1658
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
1598
1659
|
},
|
|
1599
1660
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
1661
|
+
{
|
|
1662
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
1672
|
+
},
|
|
1600
1673
|
{ path: "materializedPrompt.llamaModelRequest.temperature" },
|
|
1601
1674
|
{ path: "materializedPrompt.llamaModelRequest.topP" },
|
|
1602
1675
|
{ path: "materializedPrompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -1711,6 +1784,12 @@ function generateImageByPromptObject(payload) {
|
|
|
1711
1784
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
1712
1785
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
1713
1786
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
1787
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
1788
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
1789
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty" },
|
|
1790
|
+
{
|
|
1791
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
1792
|
+
},
|
|
1714
1793
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
1715
1794
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
1716
1795
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -1876,6 +1955,18 @@ function generateImageByPromptObject(payload) {
|
|
|
1876
1955
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
1877
1956
|
},
|
|
1878
1957
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
1958
|
+
{
|
|
1959
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
1969
|
+
},
|
|
1879
1970
|
{ path: "materializedPrompt.llamaModelRequest.temperature" },
|
|
1880
1971
|
{ path: "materializedPrompt.llamaModelRequest.topP" },
|
|
1881
1972
|
{ path: "materializedPrompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -2080,6 +2171,18 @@ function generateContentByPrompt(payload) {
|
|
|
2080
2171
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
2081
2172
|
},
|
|
2082
2173
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
2174
|
+
{
|
|
2175
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2185
|
+
},
|
|
2083
2186
|
{
|
|
2084
2187
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
2085
2188
|
isRepeated: true
|
|
@@ -2299,6 +2402,18 @@ function generateContentByProject(payload) {
|
|
|
2299
2402
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
2300
2403
|
},
|
|
2301
2404
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
2405
|
+
{
|
|
2406
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
2410
|
+
},
|
|
2411
|
+
{
|
|
2412
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2416
|
+
},
|
|
2302
2417
|
{
|
|
2303
2418
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
2304
2419
|
isRepeated: true
|
|
@@ -2428,6 +2543,12 @@ function generateContentByPromptObject(payload) {
|
|
|
2428
2543
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
2429
2544
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
2430
2545
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
2546
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
2547
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
2548
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty" },
|
|
2549
|
+
{
|
|
2550
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2551
|
+
},
|
|
2431
2552
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
2432
2553
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
2433
2554
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -2609,6 +2730,18 @@ function generateContentByPromptObject(payload) {
|
|
|
2609
2730
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
2610
2731
|
},
|
|
2611
2732
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
2733
|
+
{
|
|
2734
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
2738
|
+
},
|
|
2739
|
+
{
|
|
2740
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2744
|
+
},
|
|
2612
2745
|
{
|
|
2613
2746
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
2614
2747
|
isRepeated: true
|
|
@@ -2888,6 +3021,12 @@ function publishPrompt(payload) {
|
|
|
2888
3021
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
2889
3022
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
2890
3023
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
3024
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
3025
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
3026
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty" },
|
|
3027
|
+
{
|
|
3028
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
3029
|
+
},
|
|
2891
3030
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
2892
3031
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
2893
3032
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -3028,6 +3167,14 @@ function getPrompt(payload) {
|
|
|
3028
3167
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
3029
3168
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
3030
3169
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
3170
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
3171
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
3172
|
+
{
|
|
3173
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
3174
|
+
},
|
|
3175
|
+
{
|
|
3176
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
3177
|
+
},
|
|
3031
3178
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
3032
3179
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
3033
3180
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -3883,6 +4030,16 @@ var V1VideoModel = /* @__PURE__ */ ((V1VideoModel2) => {
|
|
|
3883
4030
|
V1VideoModel2["SORA_2_PRO"] = "SORA_2_PRO";
|
|
3884
4031
|
return V1VideoModel2;
|
|
3885
4032
|
})(V1VideoModel || {});
|
|
4033
|
+
var Fireworks_proxyV1ChatCompletionMessageMessageRole = /* @__PURE__ */ ((Fireworks_proxyV1ChatCompletionMessageMessageRole2) => {
|
|
4034
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["UNKNOWN"] = "UNKNOWN";
|
|
4035
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["USER"] = "USER";
|
|
4036
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["ASSISTANT"] = "ASSISTANT";
|
|
4037
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["SYSTEM"] = "SYSTEM";
|
|
4038
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["FUNCTION"] = "FUNCTION";
|
|
4039
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["TOOL"] = "TOOL";
|
|
4040
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["DEVELOPER"] = "DEVELOPER";
|
|
4041
|
+
return Fireworks_proxyV1ChatCompletionMessageMessageRole2;
|
|
4042
|
+
})(Fireworks_proxyV1ChatCompletionMessageMessageRole || {});
|
|
3886
4043
|
var FinishReason = /* @__PURE__ */ ((FinishReason2) => {
|
|
3887
4044
|
FinishReason2["UNKNOWN_FINISH_REASON"] = "UNKNOWN_FINISH_REASON";
|
|
3888
4045
|
FinishReason2["UNSPECIFIED"] = "UNSPECIFIED";
|
|
@@ -4541,6 +4698,7 @@ function pollImageGenerationResult2() {
|
|
|
4541
4698
|
EntityTypeOriginal,
|
|
4542
4699
|
EnvironmentOriginal,
|
|
4543
4700
|
FinishReasonOriginal,
|
|
4701
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRoleOriginal,
|
|
4544
4702
|
GatewayMessageDefinitionRoleOriginal,
|
|
4545
4703
|
GenerateAnImageModelOriginal,
|
|
4546
4704
|
GenerateCoreRequestStylePresetOriginal,
|