@wix/auto_sdk_ai-gateway_generators 1.0.73 → 1.0.75
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 +47 -298
- package/build/cjs/index.js +4 -202
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -1
- package/build/cjs/index.typings.js +4 -202
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +47 -294
- package/build/cjs/meta.js +4 -202
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +47 -298
- package/build/es/index.mjs +4 -200
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -1
- package/build/es/index.typings.mjs +4 -200
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +47 -294
- package/build/es/meta.mjs +4 -200
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +11 -11
- package/build/internal/cjs/index.js +4 -202
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +57 -308
- package/build/internal/cjs/index.typings.js +4 -202
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +47 -294
- package/build/internal/cjs/meta.js +4 -202
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +11 -11
- package/build/internal/es/index.mjs +4 -200
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +57 -308
- package/build/internal/es/index.typings.mjs +4 -200
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +47 -294
- package/build/internal/es/meta.mjs +4 -200
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -22,7 +22,6 @@ var index_exports = {};
|
|
|
22
22
|
__export(index_exports, {
|
|
23
23
|
AnthropicModel: () => AnthropicModel,
|
|
24
24
|
CacheControlType: () => CacheControlType,
|
|
25
|
-
ChatBisonModel: () => ChatBisonModel,
|
|
26
25
|
ChatCompletionMessageMessageRole: () => ChatCompletionMessageMessageRole,
|
|
27
26
|
ChatCompletionModel: () => ChatCompletionModel,
|
|
28
27
|
ClaudeModel: () => ClaudeModel,
|
|
@@ -95,7 +94,6 @@ __export(index_exports, {
|
|
|
95
94
|
StylePreset: () => StylePreset,
|
|
96
95
|
TaskInput: () => TaskInput,
|
|
97
96
|
TaskType: () => TaskType,
|
|
98
|
-
TextBisonModel: () => TextBisonModel,
|
|
99
97
|
TextToImageRequestModel: () => TextToImageRequestModel,
|
|
100
98
|
TextToImageRequestStylePreset: () => TextToImageRequestStylePreset,
|
|
101
99
|
Threshold: () => Threshold,
|
|
@@ -251,14 +249,6 @@ function generateTextByPrompt(payload) {
|
|
|
251
249
|
{
|
|
252
250
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
253
251
|
paths: [
|
|
254
|
-
{
|
|
255
|
-
path: "response.googleTextBisonResponse.predictions.safetyAttributes.scores",
|
|
256
|
-
isRepeated: true
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
path: "response.googleChatBisonResponse.predictions.safetyAttributes.scores",
|
|
260
|
-
isRepeated: true
|
|
261
|
-
},
|
|
262
252
|
{
|
|
263
253
|
path: "response.googleGeminiGenerateContentResponse.candidates.safetyRatings.probabilityScore"
|
|
264
254
|
},
|
|
@@ -276,18 +266,6 @@ function generateTextByPrompt(payload) {
|
|
|
276
266
|
{
|
|
277
267
|
path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
|
|
278
268
|
},
|
|
279
|
-
{
|
|
280
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
|
|
290
|
-
},
|
|
291
269
|
{
|
|
292
270
|
path: "materializedPrompt.azureChatCompletionRequest.temperature"
|
|
293
271
|
},
|
|
@@ -516,10 +494,6 @@ function generateTextByPromptObject(payload) {
|
|
|
516
494
|
{ path: "prompt.openAiChatCompletionRequest.topP" },
|
|
517
495
|
{ path: "prompt.openAiChatCompletionRequest.presencePenalty" },
|
|
518
496
|
{ path: "prompt.openAiChatCompletionRequest.frequencyPenalty" },
|
|
519
|
-
{ path: "prompt.googleTextBisonRequest.parameters.temperature" },
|
|
520
|
-
{ path: "prompt.googleTextBisonRequest.parameters.topP" },
|
|
521
|
-
{ path: "prompt.googleChatBisonRequest.parameters.temperature" },
|
|
522
|
-
{ path: "prompt.googleChatBisonRequest.parameters.topP" },
|
|
523
497
|
{ path: "prompt.azureChatCompletionRequest.temperature" },
|
|
524
498
|
{ path: "prompt.azureChatCompletionRequest.topP" },
|
|
525
499
|
{ path: "prompt.azureChatCompletionRequest.presencePenalty" },
|
|
@@ -623,14 +597,6 @@ function generateTextByPromptObject(payload) {
|
|
|
623
597
|
{
|
|
624
598
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
625
599
|
paths: [
|
|
626
|
-
{
|
|
627
|
-
path: "response.googleTextBisonResponse.predictions.safetyAttributes.scores",
|
|
628
|
-
isRepeated: true
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
path: "response.googleChatBisonResponse.predictions.safetyAttributes.scores",
|
|
632
|
-
isRepeated: true
|
|
633
|
-
},
|
|
634
600
|
{
|
|
635
601
|
path: "response.googleGeminiGenerateContentResponse.candidates.safetyRatings.probabilityScore"
|
|
636
602
|
},
|
|
@@ -648,18 +614,6 @@ function generateTextByPromptObject(payload) {
|
|
|
648
614
|
{
|
|
649
615
|
path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
|
|
650
616
|
},
|
|
651
|
-
{
|
|
652
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
|
|
662
|
-
},
|
|
663
617
|
{
|
|
664
618
|
path: "materializedPrompt.azureChatCompletionRequest.temperature"
|
|
665
619
|
},
|
|
@@ -839,10 +793,6 @@ function generateTextByPromptObjectStreamed(payload) {
|
|
|
839
793
|
{ path: "prompt.openAiChatCompletionRequest.topP" },
|
|
840
794
|
{ path: "prompt.openAiChatCompletionRequest.presencePenalty" },
|
|
841
795
|
{ path: "prompt.openAiChatCompletionRequest.frequencyPenalty" },
|
|
842
|
-
{ path: "prompt.googleTextBisonRequest.parameters.temperature" },
|
|
843
|
-
{ path: "prompt.googleTextBisonRequest.parameters.topP" },
|
|
844
|
-
{ path: "prompt.googleChatBisonRequest.parameters.temperature" },
|
|
845
|
-
{ path: "prompt.googleChatBisonRequest.parameters.topP" },
|
|
846
796
|
{ path: "prompt.azureChatCompletionRequest.temperature" },
|
|
847
797
|
{ path: "prompt.azureChatCompletionRequest.topP" },
|
|
848
798
|
{ path: "prompt.azureChatCompletionRequest.presencePenalty" },
|
|
@@ -1035,14 +985,6 @@ function generateTextByProject(payload) {
|
|
|
1035
985
|
{
|
|
1036
986
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1037
987
|
paths: [
|
|
1038
|
-
{
|
|
1039
|
-
path: "response.googleTextBisonResponse.predictions.safetyAttributes.scores",
|
|
1040
|
-
isRepeated: true
|
|
1041
|
-
},
|
|
1042
|
-
{
|
|
1043
|
-
path: "response.googleChatBisonResponse.predictions.safetyAttributes.scores",
|
|
1044
|
-
isRepeated: true
|
|
1045
|
-
},
|
|
1046
988
|
{
|
|
1047
989
|
path: "response.googleGeminiGenerateContentResponse.candidates.safetyRatings.probabilityScore"
|
|
1048
990
|
},
|
|
@@ -1060,18 +1002,6 @@ function generateTextByProject(payload) {
|
|
|
1060
1002
|
{
|
|
1061
1003
|
path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
|
|
1062
1004
|
},
|
|
1063
|
-
{
|
|
1064
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
|
|
1065
|
-
},
|
|
1066
|
-
{
|
|
1067
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
|
|
1068
|
-
},
|
|
1069
|
-
{
|
|
1070
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
|
|
1071
|
-
},
|
|
1072
|
-
{
|
|
1073
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
|
|
1074
|
-
},
|
|
1075
1005
|
{
|
|
1076
1006
|
path: "materializedPrompt.azureChatCompletionRequest.temperature"
|
|
1077
1007
|
},
|
|
@@ -1345,18 +1275,6 @@ function generateImageByProject(payload) {
|
|
|
1345
1275
|
{
|
|
1346
1276
|
path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
|
|
1347
1277
|
},
|
|
1348
|
-
{
|
|
1349
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
|
|
1353
|
-
},
|
|
1354
|
-
{
|
|
1355
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
|
|
1356
|
-
},
|
|
1357
|
-
{
|
|
1358
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
|
|
1359
|
-
},
|
|
1360
1278
|
{
|
|
1361
1279
|
path: "materializedPrompt.azureChatCompletionRequest.temperature"
|
|
1362
1280
|
},
|
|
@@ -1545,18 +1463,6 @@ function generateImageByPrompt(payload) {
|
|
|
1545
1463
|
{
|
|
1546
1464
|
path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
|
|
1547
1465
|
},
|
|
1548
|
-
{
|
|
1549
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
|
|
1550
|
-
},
|
|
1551
|
-
{
|
|
1552
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
|
|
1553
|
-
},
|
|
1554
|
-
{
|
|
1555
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
|
|
1556
|
-
},
|
|
1557
|
-
{
|
|
1558
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
|
|
1559
|
-
},
|
|
1560
1466
|
{
|
|
1561
1467
|
path: "materializedPrompt.azureChatCompletionRequest.temperature"
|
|
1562
1468
|
},
|
|
@@ -1721,10 +1627,6 @@ function generateImageByPromptObject(payload) {
|
|
|
1721
1627
|
{ path: "prompt.openAiChatCompletionRequest.topP" },
|
|
1722
1628
|
{ path: "prompt.openAiChatCompletionRequest.presencePenalty" },
|
|
1723
1629
|
{ path: "prompt.openAiChatCompletionRequest.frequencyPenalty" },
|
|
1724
|
-
{ path: "prompt.googleTextBisonRequest.parameters.temperature" },
|
|
1725
|
-
{ path: "prompt.googleTextBisonRequest.parameters.topP" },
|
|
1726
|
-
{ path: "prompt.googleChatBisonRequest.parameters.temperature" },
|
|
1727
|
-
{ path: "prompt.googleChatBisonRequest.parameters.topP" },
|
|
1728
1630
|
{ path: "prompt.azureChatCompletionRequest.temperature" },
|
|
1729
1631
|
{ path: "prompt.azureChatCompletionRequest.topP" },
|
|
1730
1632
|
{ path: "prompt.azureChatCompletionRequest.presencePenalty" },
|
|
@@ -1842,18 +1744,6 @@ function generateImageByPromptObject(payload) {
|
|
|
1842
1744
|
{
|
|
1843
1745
|
path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
|
|
1844
1746
|
},
|
|
1845
|
-
{
|
|
1846
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
|
|
1853
|
-
},
|
|
1854
|
-
{
|
|
1855
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
|
|
1856
|
-
},
|
|
1857
1747
|
{
|
|
1858
1748
|
path: "materializedPrompt.azureChatCompletionRequest.temperature"
|
|
1859
1749
|
},
|
|
@@ -2028,14 +1918,6 @@ function generateContentByPrompt(payload) {
|
|
|
2028
1918
|
{
|
|
2029
1919
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
2030
1920
|
paths: [
|
|
2031
|
-
{
|
|
2032
|
-
path: "response.googleTextBisonResponse.predictions.safetyAttributes.scores",
|
|
2033
|
-
isRepeated: true
|
|
2034
|
-
},
|
|
2035
|
-
{
|
|
2036
|
-
path: "response.googleChatBisonResponse.predictions.safetyAttributes.scores",
|
|
2037
|
-
isRepeated: true
|
|
2038
|
-
},
|
|
2039
1921
|
{
|
|
2040
1922
|
path: "response.googleGeminiGenerateContentResponse.candidates.safetyRatings.probabilityScore"
|
|
2041
1923
|
},
|
|
@@ -2058,18 +1940,6 @@ function generateContentByPrompt(payload) {
|
|
|
2058
1940
|
{
|
|
2059
1941
|
path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
|
|
2060
1942
|
},
|
|
2061
|
-
{
|
|
2062
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
|
|
2063
|
-
},
|
|
2064
|
-
{
|
|
2065
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
|
|
2066
|
-
},
|
|
2067
|
-
{
|
|
2068
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
|
|
2069
|
-
},
|
|
2070
|
-
{
|
|
2071
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
|
|
2072
|
-
},
|
|
2073
1943
|
{
|
|
2074
1944
|
path: "materializedPrompt.azureChatCompletionRequest.temperature"
|
|
2075
1945
|
},
|
|
@@ -2259,14 +2129,6 @@ function generateContentByProject(payload) {
|
|
|
2259
2129
|
{
|
|
2260
2130
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
2261
2131
|
paths: [
|
|
2262
|
-
{
|
|
2263
|
-
path: "response.googleTextBisonResponse.predictions.safetyAttributes.scores",
|
|
2264
|
-
isRepeated: true
|
|
2265
|
-
},
|
|
2266
|
-
{
|
|
2267
|
-
path: "response.googleChatBisonResponse.predictions.safetyAttributes.scores",
|
|
2268
|
-
isRepeated: true
|
|
2269
|
-
},
|
|
2270
2132
|
{
|
|
2271
2133
|
path: "response.googleGeminiGenerateContentResponse.candidates.safetyRatings.probabilityScore"
|
|
2272
2134
|
},
|
|
@@ -2289,18 +2151,6 @@ function generateContentByProject(payload) {
|
|
|
2289
2151
|
{
|
|
2290
2152
|
path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
|
|
2291
2153
|
},
|
|
2292
|
-
{
|
|
2293
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
|
|
2294
|
-
},
|
|
2295
|
-
{
|
|
2296
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
|
|
2297
|
-
},
|
|
2298
|
-
{
|
|
2299
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
|
|
2300
|
-
},
|
|
2301
|
-
{
|
|
2302
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
|
|
2303
|
-
},
|
|
2304
2154
|
{
|
|
2305
2155
|
path: "materializedPrompt.azureChatCompletionRequest.temperature"
|
|
2306
2156
|
},
|
|
@@ -2480,10 +2330,6 @@ function generateContentByPromptObject(payload) {
|
|
|
2480
2330
|
{ path: "prompt.openAiChatCompletionRequest.topP" },
|
|
2481
2331
|
{ path: "prompt.openAiChatCompletionRequest.presencePenalty" },
|
|
2482
2332
|
{ path: "prompt.openAiChatCompletionRequest.frequencyPenalty" },
|
|
2483
|
-
{ path: "prompt.googleTextBisonRequest.parameters.temperature" },
|
|
2484
|
-
{ path: "prompt.googleTextBisonRequest.parameters.topP" },
|
|
2485
|
-
{ path: "prompt.googleChatBisonRequest.parameters.temperature" },
|
|
2486
|
-
{ path: "prompt.googleChatBisonRequest.parameters.topP" },
|
|
2487
2333
|
{ path: "prompt.azureChatCompletionRequest.temperature" },
|
|
2488
2334
|
{ path: "prompt.azureChatCompletionRequest.topP" },
|
|
2489
2335
|
{ path: "prompt.azureChatCompletionRequest.presencePenalty" },
|
|
@@ -2587,14 +2433,6 @@ function generateContentByPromptObject(payload) {
|
|
|
2587
2433
|
{
|
|
2588
2434
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
2589
2435
|
paths: [
|
|
2590
|
-
{
|
|
2591
|
-
path: "response.googleTextBisonResponse.predictions.safetyAttributes.scores",
|
|
2592
|
-
isRepeated: true
|
|
2593
|
-
},
|
|
2594
|
-
{
|
|
2595
|
-
path: "response.googleChatBisonResponse.predictions.safetyAttributes.scores",
|
|
2596
|
-
isRepeated: true
|
|
2597
|
-
},
|
|
2598
2436
|
{
|
|
2599
2437
|
path: "response.googleGeminiGenerateContentResponse.candidates.safetyRatings.probabilityScore"
|
|
2600
2438
|
},
|
|
@@ -2617,18 +2455,6 @@ function generateContentByPromptObject(payload) {
|
|
|
2617
2455
|
{
|
|
2618
2456
|
path: "materializedPrompt.openAiChatCompletionRequest.frequencyPenalty"
|
|
2619
2457
|
},
|
|
2620
|
-
{
|
|
2621
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.temperature"
|
|
2622
|
-
},
|
|
2623
|
-
{
|
|
2624
|
-
path: "materializedPrompt.googleTextBisonRequest.parameters.topP"
|
|
2625
|
-
},
|
|
2626
|
-
{
|
|
2627
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.temperature"
|
|
2628
|
-
},
|
|
2629
|
-
{
|
|
2630
|
-
path: "materializedPrompt.googleChatBisonRequest.parameters.topP"
|
|
2631
|
-
},
|
|
2632
2458
|
{
|
|
2633
2459
|
path: "materializedPrompt.azureChatCompletionRequest.temperature"
|
|
2634
2460
|
},
|
|
@@ -2958,10 +2784,6 @@ function publishPrompt(payload) {
|
|
|
2958
2784
|
{ path: "prompt.openAiChatCompletionRequest.topP" },
|
|
2959
2785
|
{ path: "prompt.openAiChatCompletionRequest.presencePenalty" },
|
|
2960
2786
|
{ path: "prompt.openAiChatCompletionRequest.frequencyPenalty" },
|
|
2961
|
-
{ path: "prompt.googleTextBisonRequest.parameters.temperature" },
|
|
2962
|
-
{ path: "prompt.googleTextBisonRequest.parameters.topP" },
|
|
2963
|
-
{ path: "prompt.googleChatBisonRequest.parameters.temperature" },
|
|
2964
|
-
{ path: "prompt.googleChatBisonRequest.parameters.topP" },
|
|
2965
2787
|
{ path: "prompt.azureChatCompletionRequest.temperature" },
|
|
2966
2788
|
{ path: "prompt.azureChatCompletionRequest.topP" },
|
|
2967
2789
|
{ path: "prompt.azureChatCompletionRequest.presencePenalty" },
|
|
@@ -3090,10 +2912,6 @@ function getPrompt(payload) {
|
|
|
3090
2912
|
{ path: "prompt.openAiChatCompletionRequest.topP" },
|
|
3091
2913
|
{ path: "prompt.openAiChatCompletionRequest.presencePenalty" },
|
|
3092
2914
|
{ path: "prompt.openAiChatCompletionRequest.frequencyPenalty" },
|
|
3093
|
-
{ path: "prompt.googleTextBisonRequest.parameters.temperature" },
|
|
3094
|
-
{ path: "prompt.googleTextBisonRequest.parameters.topP" },
|
|
3095
|
-
{ path: "prompt.googleChatBisonRequest.parameters.temperature" },
|
|
3096
|
-
{ path: "prompt.googleChatBisonRequest.parameters.topP" },
|
|
3097
2915
|
{ path: "prompt.azureChatCompletionRequest.temperature" },
|
|
3098
2916
|
{ path: "prompt.azureChatCompletionRequest.topP" },
|
|
3099
2917
|
{ path: "prompt.azureChatCompletionRequest.presencePenalty" },
|
|
@@ -3402,6 +3220,8 @@ var OpenaiproxyV1Model = /* @__PURE__ */ ((OpenaiproxyV1Model2) => {
|
|
|
3402
3220
|
OpenaiproxyV1Model2["GPT_5_2_2025_12_11_COMPLETION"] = "GPT_5_2_2025_12_11_COMPLETION";
|
|
3403
3221
|
OpenaiproxyV1Model2["GPT_5_1_2025_11_13_COMPLETION"] = "GPT_5_1_2025_11_13_COMPLETION";
|
|
3404
3222
|
OpenaiproxyV1Model2["GPT_5_4_2026_03_05_COMPLETION"] = "GPT_5_4_2026_03_05_COMPLETION";
|
|
3223
|
+
OpenaiproxyV1Model2["GPT_5_4_MINI_2026_03_17_COMPLETION"] = "GPT_5_4_MINI_2026_03_17_COMPLETION";
|
|
3224
|
+
OpenaiproxyV1Model2["GPT_5_4_NANO_2026_03_17_COMPLETION"] = "GPT_5_4_NANO_2026_03_17_COMPLETION";
|
|
3405
3225
|
return OpenaiproxyV1Model2;
|
|
3406
3226
|
})(OpenaiproxyV1Model || {});
|
|
3407
3227
|
var OpenaiproxyV1ChatCompletionMessageMessageRole = /* @__PURE__ */ ((OpenaiproxyV1ChatCompletionMessageMessageRole2) => {
|
|
@@ -3414,24 +3234,6 @@ var OpenaiproxyV1ChatCompletionMessageMessageRole = /* @__PURE__ */ ((Openaiprox
|
|
|
3414
3234
|
OpenaiproxyV1ChatCompletionMessageMessageRole2["DEVELOPER"] = "DEVELOPER";
|
|
3415
3235
|
return OpenaiproxyV1ChatCompletionMessageMessageRole2;
|
|
3416
3236
|
})(OpenaiproxyV1ChatCompletionMessageMessageRole || {});
|
|
3417
|
-
var TextBisonModel = /* @__PURE__ */ ((TextBisonModel2) => {
|
|
3418
|
-
TextBisonModel2["UNKNOWN_TEXT_BISON_MODEL"] = "UNKNOWN_TEXT_BISON_MODEL";
|
|
3419
|
-
TextBisonModel2["TEXT_BISON"] = "TEXT_BISON";
|
|
3420
|
-
TextBisonModel2["TEXT_BISON_001"] = "TEXT_BISON_001";
|
|
3421
|
-
TextBisonModel2["TEXT_BISON_32K"] = "TEXT_BISON_32K";
|
|
3422
|
-
TextBisonModel2["TEXT_BISON_002"] = "TEXT_BISON_002";
|
|
3423
|
-
TextBisonModel2["TEXT_BISON_32K_002"] = "TEXT_BISON_32K_002";
|
|
3424
|
-
return TextBisonModel2;
|
|
3425
|
-
})(TextBisonModel || {});
|
|
3426
|
-
var ChatBisonModel = /* @__PURE__ */ ((ChatBisonModel2) => {
|
|
3427
|
-
ChatBisonModel2["UNKNOWN_CHAT_BISON_MODEL"] = "UNKNOWN_CHAT_BISON_MODEL";
|
|
3428
|
-
ChatBisonModel2["CHAT_BISON"] = "CHAT_BISON";
|
|
3429
|
-
ChatBisonModel2["CHAT_BISON_001"] = "CHAT_BISON_001";
|
|
3430
|
-
ChatBisonModel2["CHAT_BISON_32K"] = "CHAT_BISON_32K";
|
|
3431
|
-
ChatBisonModel2["CHAT_BISON_002"] = "CHAT_BISON_002";
|
|
3432
|
-
ChatBisonModel2["CHAT_BISON_32K_002"] = "CHAT_BISON_32K_002";
|
|
3433
|
-
return ChatBisonModel2;
|
|
3434
|
-
})(ChatBisonModel || {});
|
|
3435
3237
|
var V1Model = /* @__PURE__ */ ((V1Model2) => {
|
|
3436
3238
|
V1Model2["UNKNOWN"] = "UNKNOWN";
|
|
3437
3239
|
V1Model2["GPT_3_5_TURBO"] = "GPT_3_5_TURBO";
|
|
@@ -4024,6 +3826,8 @@ var V1ResponsesModel = /* @__PURE__ */ ((V1ResponsesModel2) => {
|
|
|
4024
3826
|
V1ResponsesModel2["GPT_5_3_CODEX"] = "GPT_5_3_CODEX";
|
|
4025
3827
|
V1ResponsesModel2["GPT_5_4_2026_03_05"] = "GPT_5_4_2026_03_05";
|
|
4026
3828
|
V1ResponsesModel2["GPT_5_4_PRO_2026_03_05"] = "GPT_5_4_PRO_2026_03_05";
|
|
3829
|
+
V1ResponsesModel2["GPT_5_4_MINI_2026_03_17"] = "GPT_5_4_MINI_2026_03_17";
|
|
3830
|
+
V1ResponsesModel2["GPT_5_4_NANO_2026_03_17"] = "GPT_5_4_NANO_2026_03_17";
|
|
4027
3831
|
return V1ResponsesModel2;
|
|
4028
3832
|
})(V1ResponsesModel || {});
|
|
4029
3833
|
var ResponsesInputMessageResponsesMessageRole = /* @__PURE__ */ ((ResponsesInputMessageResponsesMessageRole2) => {
|
|
@@ -5328,7 +5132,6 @@ var pollImageGenerationResult4 = /* @__PURE__ */ (0, import_rest_modules3.create
|
|
|
5328
5132
|
0 && (module.exports = {
|
|
5329
5133
|
AnthropicModel,
|
|
5330
5134
|
CacheControlType,
|
|
5331
|
-
ChatBisonModel,
|
|
5332
5135
|
ChatCompletionMessageMessageRole,
|
|
5333
5136
|
ChatCompletionModel,
|
|
5334
5137
|
ClaudeModel,
|
|
@@ -5401,7 +5204,6 @@ var pollImageGenerationResult4 = /* @__PURE__ */ (0, import_rest_modules3.create
|
|
|
5401
5204
|
StylePreset,
|
|
5402
5205
|
TaskInput,
|
|
5403
5206
|
TaskType,
|
|
5404
|
-
TextBisonModel,
|
|
5405
5207
|
TextToImageRequestModel,
|
|
5406
5208
|
TextToImageRequestStylePreset,
|
|
5407
5209
|
Threshold,
|