@wix/auto_sdk_ai-gateway_generators 1.0.61 → 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 +413 -9
- package/build/cjs/index.js +163 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -1
- package/build/cjs/index.typings.js +163 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +411 -9
- package/build/cjs/meta.js +163 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +413 -9
- package/build/es/index.mjs +162 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -1
- package/build/es/index.typings.mjs +162 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +411 -9
- package/build/es/meta.mjs +162 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +11 -11
- package/build/internal/cjs/index.js +163 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +423 -19
- package/build/internal/cjs/index.typings.js +163 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +411 -9
- package/build/internal/cjs/meta.js +163 -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 +162 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +423 -19
- package/build/internal/es/index.typings.mjs +162 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +411 -9
- package/build/internal/es/meta.mjs +162 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.mjs
CHANGED
|
@@ -240,6 +240,18 @@ function generateTextByPrompt(payload) {
|
|
|
240
240
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
241
241
|
},
|
|
242
242
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
243
|
+
{
|
|
244
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
254
|
+
},
|
|
243
255
|
{
|
|
244
256
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
245
257
|
isRepeated: true
|
|
@@ -418,6 +430,12 @@ function generateTextByPromptObject(payload) {
|
|
|
418
430
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
419
431
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
420
432
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
433
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
434
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
435
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty" },
|
|
436
|
+
{
|
|
437
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
438
|
+
},
|
|
421
439
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
422
440
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
423
441
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -594,6 +612,18 @@ function generateTextByPromptObject(payload) {
|
|
|
594
612
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
595
613
|
},
|
|
596
614
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
615
|
+
{
|
|
616
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
626
|
+
},
|
|
597
627
|
{
|
|
598
628
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
599
629
|
isRepeated: true
|
|
@@ -723,6 +753,12 @@ function generateTextByPromptObjectStreamed(payload) {
|
|
|
723
753
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
724
754
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
725
755
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
756
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
757
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
758
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty" },
|
|
759
|
+
{
|
|
760
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
761
|
+
},
|
|
726
762
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
727
763
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
728
764
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -988,6 +1024,18 @@ function generateTextByProject(payload) {
|
|
|
988
1024
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
989
1025
|
},
|
|
990
1026
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
1027
|
+
{
|
|
1028
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
1038
|
+
},
|
|
991
1039
|
{
|
|
992
1040
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
993
1041
|
isRepeated: true
|
|
@@ -1261,6 +1309,18 @@ function generateImageByProject(payload) {
|
|
|
1261
1309
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
1262
1310
|
},
|
|
1263
1311
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
1312
|
+
{
|
|
1313
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
1323
|
+
},
|
|
1264
1324
|
{ path: "materializedPrompt.llamaModelRequest.temperature" },
|
|
1265
1325
|
{ path: "materializedPrompt.llamaModelRequest.topP" },
|
|
1266
1326
|
{ path: "materializedPrompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -1449,6 +1509,18 @@ function generateImageByPrompt(payload) {
|
|
|
1449
1509
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
1450
1510
|
},
|
|
1451
1511
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
1512
|
+
{
|
|
1513
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
1523
|
+
},
|
|
1452
1524
|
{ path: "materializedPrompt.llamaModelRequest.temperature" },
|
|
1453
1525
|
{ path: "materializedPrompt.llamaModelRequest.topP" },
|
|
1454
1526
|
{ path: "materializedPrompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -1563,6 +1635,12 @@ function generateImageByPromptObject(payload) {
|
|
|
1563
1635
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
1564
1636
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
1565
1637
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
1638
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
1639
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
1640
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty" },
|
|
1641
|
+
{
|
|
1642
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
1643
|
+
},
|
|
1566
1644
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
1567
1645
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
1568
1646
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -1728,6 +1806,18 @@ function generateImageByPromptObject(payload) {
|
|
|
1728
1806
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
1729
1807
|
},
|
|
1730
1808
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
1809
|
+
{
|
|
1810
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
1820
|
+
},
|
|
1731
1821
|
{ path: "materializedPrompt.llamaModelRequest.temperature" },
|
|
1732
1822
|
{ path: "materializedPrompt.llamaModelRequest.topP" },
|
|
1733
1823
|
{ path: "materializedPrompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -1932,6 +2022,18 @@ function generateContentByPrompt(payload) {
|
|
|
1932
2022
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
1933
2023
|
},
|
|
1934
2024
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
2025
|
+
{
|
|
2026
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2036
|
+
},
|
|
1935
2037
|
{
|
|
1936
2038
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
1937
2039
|
isRepeated: true
|
|
@@ -2151,6 +2253,18 @@ function generateContentByProject(payload) {
|
|
|
2151
2253
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
2152
2254
|
},
|
|
2153
2255
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
2256
|
+
{
|
|
2257
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2267
|
+
},
|
|
2154
2268
|
{
|
|
2155
2269
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
2156
2270
|
isRepeated: true
|
|
@@ -2280,6 +2394,12 @@ function generateContentByPromptObject(payload) {
|
|
|
2280
2394
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
2281
2395
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
2282
2396
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
2397
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
2398
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
2399
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty" },
|
|
2400
|
+
{
|
|
2401
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2402
|
+
},
|
|
2283
2403
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
2284
2404
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
2285
2405
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -2461,6 +2581,18 @@ function generateContentByPromptObject(payload) {
|
|
|
2461
2581
|
path: "materializedPrompt.azureOpenAiResponsesRequest.temperature"
|
|
2462
2582
|
},
|
|
2463
2583
|
{ path: "materializedPrompt.azureOpenAiResponsesRequest.topP" },
|
|
2584
|
+
{
|
|
2585
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.temperature"
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.topP"
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
path: "materializedPrompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2595
|
+
},
|
|
2464
2596
|
{
|
|
2465
2597
|
path: "response.googleGeminiGenerateContentResponse.candidates.groundingMetadata.groundingSupports.confidenceScores",
|
|
2466
2598
|
isRepeated: true
|
|
@@ -2740,6 +2872,12 @@ function publishPrompt(payload) {
|
|
|
2740
2872
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
2741
2873
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
2742
2874
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
2875
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
2876
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
2877
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty" },
|
|
2878
|
+
{
|
|
2879
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
2880
|
+
},
|
|
2743
2881
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
2744
2882
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
2745
2883
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -2880,6 +3018,14 @@ function getPrompt(payload) {
|
|
|
2880
3018
|
{ path: "prompt.openAiResponsesRequest.topP" },
|
|
2881
3019
|
{ path: "prompt.azureOpenAiResponsesRequest.temperature" },
|
|
2882
3020
|
{ path: "prompt.azureOpenAiResponsesRequest.topP" },
|
|
3021
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.temperature" },
|
|
3022
|
+
{ path: "prompt.fireworksInvokeCustomOpenAiRequest.topP" },
|
|
3023
|
+
{
|
|
3024
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.presencePenalty"
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
path: "prompt.fireworksInvokeCustomOpenAiRequest.frequencyPenalty"
|
|
3028
|
+
},
|
|
2883
3029
|
{ path: "prompt.llamaModelRequest.temperature" },
|
|
2884
3030
|
{ path: "prompt.llamaModelRequest.topP" },
|
|
2885
3031
|
{ path: "prompt.runwareTextToImageRequest.cfgScale" },
|
|
@@ -3735,6 +3881,16 @@ var V1VideoModel = /* @__PURE__ */ ((V1VideoModel2) => {
|
|
|
3735
3881
|
V1VideoModel2["SORA_2_PRO"] = "SORA_2_PRO";
|
|
3736
3882
|
return V1VideoModel2;
|
|
3737
3883
|
})(V1VideoModel || {});
|
|
3884
|
+
var Fireworks_proxyV1ChatCompletionMessageMessageRole = /* @__PURE__ */ ((Fireworks_proxyV1ChatCompletionMessageMessageRole2) => {
|
|
3885
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["UNKNOWN"] = "UNKNOWN";
|
|
3886
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["USER"] = "USER";
|
|
3887
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["ASSISTANT"] = "ASSISTANT";
|
|
3888
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["SYSTEM"] = "SYSTEM";
|
|
3889
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["FUNCTION"] = "FUNCTION";
|
|
3890
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["TOOL"] = "TOOL";
|
|
3891
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole2["DEVELOPER"] = "DEVELOPER";
|
|
3892
|
+
return Fireworks_proxyV1ChatCompletionMessageMessageRole2;
|
|
3893
|
+
})(Fireworks_proxyV1ChatCompletionMessageMessageRole || {});
|
|
3738
3894
|
var FinishReason = /* @__PURE__ */ ((FinishReason2) => {
|
|
3739
3895
|
FinishReason2["UNKNOWN_FINISH_REASON"] = "UNKNOWN_FINISH_REASON";
|
|
3740
3896
|
FinishReason2["UNSPECIFIED"] = "UNSPECIFIED";
|
|
@@ -3751,6 +3907,11 @@ var FinishReason = /* @__PURE__ */ ((FinishReason2) => {
|
|
|
3751
3907
|
FinishReason2["IMAGE_SAFETY"] = "IMAGE_SAFETY";
|
|
3752
3908
|
FinishReason2["UNEXPECTED_TOOL_CALL"] = "UNEXPECTED_TOOL_CALL";
|
|
3753
3909
|
FinishReason2["TOO_MANY_TOOL_CALLS"] = "TOO_MANY_TOOL_CALLS";
|
|
3910
|
+
FinishReason2["IMAGE_PROHIBITED_CONTENT"] = "IMAGE_PROHIBITED_CONTENT";
|
|
3911
|
+
FinishReason2["IMAGE_OTHER"] = "IMAGE_OTHER";
|
|
3912
|
+
FinishReason2["NO_IMAGE"] = "NO_IMAGE";
|
|
3913
|
+
FinishReason2["IMAGE_RECITATION"] = "IMAGE_RECITATION";
|
|
3914
|
+
FinishReason2["MISSING_THOUGHT_SIGNATURE"] = "MISSING_THOUGHT_SIGNATURE";
|
|
3754
3915
|
return FinishReason2;
|
|
3755
3916
|
})(FinishReason || {});
|
|
3756
3917
|
var HarmProbability = /* @__PURE__ */ ((HarmProbability2) => {
|
|
@@ -4387,6 +4548,7 @@ export {
|
|
|
4387
4548
|
EntityType as EntityTypeOriginal,
|
|
4388
4549
|
Environment as EnvironmentOriginal,
|
|
4389
4550
|
FinishReason as FinishReasonOriginal,
|
|
4551
|
+
Fireworks_proxyV1ChatCompletionMessageMessageRole as Fireworks_proxyV1ChatCompletionMessageMessageRoleOriginal,
|
|
4390
4552
|
GatewayMessageDefinitionRole as GatewayMessageDefinitionRoleOriginal,
|
|
4391
4553
|
GenerateAnImageModel as GenerateAnImageModelOriginal,
|
|
4392
4554
|
GenerateCoreRequestStylePreset as GenerateCoreRequestStylePresetOriginal,
|