n8n-nodes-infomaniak-api 0.1.0 → 0.1.3
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/dist/nodes/InfomaniakAitools/InfomaniakAitools.node.js +117 -117
- package/dist/nodes/InfomaniakAitools/InfomaniakAitools.node.js.map +1 -1
- package/dist/nodes/InfomaniakCoreRessource/InfomaniakCoreRessource.node.js +382 -382
- package/dist/nodes/InfomaniakCoreRessource/InfomaniakCoreRessource.node.js.map +1 -1
- package/dist/nodes/InfomaniakEticket/InfomaniakEticket.node.js +46 -46
- package/dist/nodes/InfomaniakEticket/InfomaniakEticket.node.js.map +1 -1
- package/dist/nodes/InfomaniakKMeet/InfomaniakKMeet.node.js +31 -31
- package/dist/nodes/InfomaniakKMeet/InfomaniakKMeet.node.js.map +1 -1
- package/dist/nodes/InfomaniakKchat/InfomaniakKchat.node.js +1223 -1223
- package/dist/nodes/InfomaniakKchat/InfomaniakKchat.node.js.map +1 -1
- package/dist/nodes/InfomaniakKdrive/InfomaniakKdrive.node.js +1025 -1025
- package/dist/nodes/InfomaniakKdrive/InfomaniakKdrive.node.js.map +1 -1
- package/dist/nodes/InfomaniakMail/InfomaniakMail.node.js +780 -780
- package/dist/nodes/InfomaniakMail/InfomaniakMail.node.js.map +1 -1
- package/dist/nodes/InfomaniakNewsletter/InfomaniakNewsletter.node.js +371 -371
- package/dist/nodes/InfomaniakNewsletter/InfomaniakNewsletter.node.js.map +1 -1
- package/dist/nodes/InfomaniakPublicCloud/InfomaniakPublicCloud.node.js +404 -404
- package/dist/nodes/InfomaniakPublicCloud/InfomaniakPublicCloud.node.js.map +1 -1
- package/dist/nodes/InfomaniakStreamingRadio/InfomaniakStreamingRadio.node.js +1979 -1979
- package/dist/nodes/InfomaniakStreamingRadio/InfomaniakStreamingRadio.node.js.map +1 -1
- package/dist/nodes/InfomaniakStreamingVideo/InfomaniakStreamingVideo.node.js +715 -715
- package/dist/nodes/InfomaniakStreamingVideo/InfomaniakStreamingVideo.node.js.map +1 -1
- package/dist/nodes/InfomaniakSwissBackup/InfomaniakSwissBackup.node.js +92 -92
- package/dist/nodes/InfomaniakSwissBackup/InfomaniakSwissBackup.node.js.map +1 -1
- package/dist/nodes/InfomaniakUrlShortner/InfomaniakUrlShortner.node.js +35 -35
- package/dist/nodes/InfomaniakUrlShortner/InfomaniakUrlShortner.node.js.map +1 -1
- package/dist/nodes/InfomaniakVod/InfomaniakVod.node.js +1517 -1517
- package/dist/nodes/InfomaniakVod/InfomaniakVod.node.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -4,8 +4,8 @@ exports.InfomaniakAitools = void 0;
|
|
|
4
4
|
const n8n_workflow_1 = require("n8n-workflow");
|
|
5
5
|
const GenericFunctions_1 = require("../shared/GenericFunctions");
|
|
6
6
|
const operations = {
|
|
7
|
-
"Product
|
|
8
|
-
"
|
|
7
|
+
"Product Management": {
|
|
8
|
+
"List All Your AI Tools": {
|
|
9
9
|
"method": "GET",
|
|
10
10
|
"path": "/1/ai",
|
|
11
11
|
"pagination": "none",
|
|
@@ -17,8 +17,8 @@ const operations = {
|
|
|
17
17
|
"bodyFieldName": null
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
-
"Product
|
|
21
|
-
"
|
|
20
|
+
"Product Management > Consumptions": {
|
|
21
|
+
"List All Consumptions": {
|
|
22
22
|
"method": "GET",
|
|
23
23
|
"path": "/1/ai/{product_id}/consumptions",
|
|
24
24
|
"pagination": "limit-skip",
|
|
@@ -36,7 +36,7 @@ const operations = {
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"Results": {
|
|
39
|
-
"
|
|
39
|
+
"Get The Result Of An Async Model Batch": {
|
|
40
40
|
"method": "GET",
|
|
41
41
|
"path": "/1/ai/{product_id}/results/{batch_id}",
|
|
42
42
|
"pagination": "none",
|
|
@@ -56,7 +56,7 @@ const operations = {
|
|
|
56
56
|
"optionalBodyCollectionName": null,
|
|
57
57
|
"bodyFieldName": null
|
|
58
58
|
},
|
|
59
|
-
"
|
|
59
|
+
"Download The Output Result Of An Async Model Batch": {
|
|
60
60
|
"method": "GET",
|
|
61
61
|
"path": "/1/ai/{product_id}/results/{batch_id}/download",
|
|
62
62
|
"pagination": "none",
|
|
@@ -78,7 +78,7 @@ const operations = {
|
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
80
|
"Usage > V1 > Images": {
|
|
81
|
-
"
|
|
81
|
+
"Customizing Realistic Human Photos": {
|
|
82
82
|
"method": "POST",
|
|
83
83
|
"path": "/1/ai/{product_id}/images/generations/photo_maker",
|
|
84
84
|
"pagination": "none",
|
|
@@ -141,7 +141,7 @@ const operations = {
|
|
|
141
141
|
}
|
|
142
142
|
},
|
|
143
143
|
"Usage > V1 > Models": {
|
|
144
|
-
"
|
|
144
|
+
"List Models": {
|
|
145
145
|
"method": "GET",
|
|
146
146
|
"path": "/1/ai/models",
|
|
147
147
|
"pagination": "none",
|
|
@@ -153,8 +153,8 @@ const operations = {
|
|
|
153
153
|
"bodyFieldName": null
|
|
154
154
|
}
|
|
155
155
|
},
|
|
156
|
-
"Usage > V1 >
|
|
157
|
-
"
|
|
156
|
+
"Usage > V1 > Open AI": {
|
|
157
|
+
"List Models": {
|
|
158
158
|
"method": "GET",
|
|
159
159
|
"path": "/1/ai/{product_id}/openai/models",
|
|
160
160
|
"pagination": "none",
|
|
@@ -170,7 +170,7 @@ const operations = {
|
|
|
170
170
|
"optionalBodyCollectionName": null,
|
|
171
171
|
"bodyFieldName": null
|
|
172
172
|
},
|
|
173
|
-
"
|
|
173
|
+
"Create Chat Completion": {
|
|
174
174
|
"method": "POST",
|
|
175
175
|
"path": "/1/ai/{product_id}/openai/chat/completions",
|
|
176
176
|
"pagination": "none",
|
|
@@ -247,7 +247,7 @@ const operations = {
|
|
|
247
247
|
"optionalBodyCollectionName": "bodyParameters",
|
|
248
248
|
"bodyFieldName": null
|
|
249
249
|
},
|
|
250
|
-
"
|
|
250
|
+
"Create Transcription": {
|
|
251
251
|
"method": "POST",
|
|
252
252
|
"path": "/1/ai/{product_id}/openai/audio/transcriptions",
|
|
253
253
|
"pagination": "none",
|
|
@@ -320,7 +320,7 @@ const operations = {
|
|
|
320
320
|
"optionalBodyCollectionName": "bodyParameters",
|
|
321
321
|
"bodyFieldName": null
|
|
322
322
|
},
|
|
323
|
-
"
|
|
323
|
+
"Create Image": {
|
|
324
324
|
"method": "POST",
|
|
325
325
|
"path": "/1/ai/{product_id}/openai/images/generations",
|
|
326
326
|
"pagination": "none",
|
|
@@ -373,7 +373,7 @@ const operations = {
|
|
|
373
373
|
"optionalBodyCollectionName": "bodyParameters",
|
|
374
374
|
"bodyFieldName": null
|
|
375
375
|
},
|
|
376
|
-
"
|
|
376
|
+
"Create Embeddings": {
|
|
377
377
|
"method": "POST",
|
|
378
378
|
"path": "/1/ai/{product_id}/openai/v1/embeddings",
|
|
379
379
|
"pagination": "none",
|
|
@@ -411,8 +411,8 @@ const operations = {
|
|
|
411
411
|
"bodyFieldName": null
|
|
412
412
|
}
|
|
413
413
|
},
|
|
414
|
-
"Usage > V2 >
|
|
415
|
-
"
|
|
414
|
+
"Usage > V2 > Open AI": {
|
|
415
|
+
"Create Chat Completion": {
|
|
416
416
|
"method": "POST",
|
|
417
417
|
"path": "/2/ai/{product_id}/openai/v1/chat/completions",
|
|
418
418
|
"pagination": "none",
|
|
@@ -509,7 +509,7 @@ const operations = {
|
|
|
509
509
|
"optionalBodyCollectionName": "bodyParameters",
|
|
510
510
|
"bodyFieldName": null
|
|
511
511
|
},
|
|
512
|
-
"
|
|
512
|
+
"List Models": {
|
|
513
513
|
"method": "GET",
|
|
514
514
|
"path": "/2/ai/{product_id}/openai/v1/models",
|
|
515
515
|
"pagination": "none",
|
|
@@ -525,7 +525,7 @@ const operations = {
|
|
|
525
525
|
"optionalBodyCollectionName": null,
|
|
526
526
|
"bodyFieldName": null
|
|
527
527
|
},
|
|
528
|
-
"
|
|
528
|
+
"Create Embeddings": {
|
|
529
529
|
"method": "POST",
|
|
530
530
|
"path": "/2/ai/{product_id}/openai/v1/embeddings",
|
|
531
531
|
"pagination": "none",
|
|
@@ -628,11 +628,11 @@ class InfomaniakAitools {
|
|
|
628
628
|
"options": [
|
|
629
629
|
{
|
|
630
630
|
"name": "Product Management",
|
|
631
|
-
"value": "Product
|
|
631
|
+
"value": "Product Management"
|
|
632
632
|
},
|
|
633
633
|
{
|
|
634
634
|
"name": "Product Management > Consumptions",
|
|
635
|
-
"value": "Product
|
|
635
|
+
"value": "Product Management > Consumptions"
|
|
636
636
|
},
|
|
637
637
|
{
|
|
638
638
|
"name": "Results",
|
|
@@ -648,14 +648,14 @@ class InfomaniakAitools {
|
|
|
648
648
|
},
|
|
649
649
|
{
|
|
650
650
|
"name": "Usage > V1 > Open AI",
|
|
651
|
-
"value": "Usage > V1 >
|
|
651
|
+
"value": "Usage > V1 > Open AI"
|
|
652
652
|
},
|
|
653
653
|
{
|
|
654
654
|
"name": "Usage > V2 > Open AI",
|
|
655
|
-
"value": "Usage > V2 >
|
|
655
|
+
"value": "Usage > V2 > Open AI"
|
|
656
656
|
}
|
|
657
657
|
],
|
|
658
|
-
"default": "Product
|
|
658
|
+
"default": "Product Management",
|
|
659
659
|
"required": true,
|
|
660
660
|
"noDataExpression": true
|
|
661
661
|
},
|
|
@@ -666,17 +666,17 @@ class InfomaniakAitools {
|
|
|
666
666
|
"displayOptions": {
|
|
667
667
|
"show": {
|
|
668
668
|
"resource": [
|
|
669
|
-
"Product
|
|
669
|
+
"Product Management"
|
|
670
670
|
]
|
|
671
671
|
}
|
|
672
672
|
},
|
|
673
673
|
"options": [
|
|
674
674
|
{
|
|
675
675
|
"name": "List All Your AI Tools",
|
|
676
|
-
"value": "
|
|
676
|
+
"value": "List All Your AI Tools"
|
|
677
677
|
}
|
|
678
678
|
],
|
|
679
|
-
"default": "
|
|
679
|
+
"default": "List All Your AI Tools",
|
|
680
680
|
"noDataExpression": true
|
|
681
681
|
},
|
|
682
682
|
{
|
|
@@ -686,17 +686,17 @@ class InfomaniakAitools {
|
|
|
686
686
|
"displayOptions": {
|
|
687
687
|
"show": {
|
|
688
688
|
"resource": [
|
|
689
|
-
"Product
|
|
689
|
+
"Product Management > Consumptions"
|
|
690
690
|
]
|
|
691
691
|
}
|
|
692
692
|
},
|
|
693
693
|
"options": [
|
|
694
694
|
{
|
|
695
695
|
"name": "List All Consumptions",
|
|
696
|
-
"value": "
|
|
696
|
+
"value": "List All Consumptions"
|
|
697
697
|
}
|
|
698
698
|
],
|
|
699
|
-
"default": "
|
|
699
|
+
"default": "List All Consumptions",
|
|
700
700
|
"noDataExpression": true
|
|
701
701
|
},
|
|
702
702
|
{
|
|
@@ -707,10 +707,10 @@ class InfomaniakAitools {
|
|
|
707
707
|
"displayOptions": {
|
|
708
708
|
"show": {
|
|
709
709
|
"resource": [
|
|
710
|
-
"Product
|
|
710
|
+
"Product Management > Consumptions"
|
|
711
711
|
],
|
|
712
712
|
"operation": [
|
|
713
|
-
"
|
|
713
|
+
"List All Consumptions"
|
|
714
714
|
]
|
|
715
715
|
}
|
|
716
716
|
},
|
|
@@ -726,10 +726,10 @@ class InfomaniakAitools {
|
|
|
726
726
|
"displayOptions": {
|
|
727
727
|
"show": {
|
|
728
728
|
"resource": [
|
|
729
|
-
"Product
|
|
729
|
+
"Product Management > Consumptions"
|
|
730
730
|
],
|
|
731
731
|
"operation": [
|
|
732
|
-
"
|
|
732
|
+
"List All Consumptions"
|
|
733
733
|
]
|
|
734
734
|
}
|
|
735
735
|
},
|
|
@@ -822,14 +822,14 @@ class InfomaniakAitools {
|
|
|
822
822
|
"options": [
|
|
823
823
|
{
|
|
824
824
|
"name": "Get The Result Of An Async Model Batch",
|
|
825
|
-
"value": "
|
|
825
|
+
"value": "Get The Result Of An Async Model Batch"
|
|
826
826
|
},
|
|
827
827
|
{
|
|
828
828
|
"name": "Download The Output Result Of An Async Model Batch",
|
|
829
|
-
"value": "
|
|
829
|
+
"value": "Download The Output Result Of An Async Model Batch"
|
|
830
830
|
}
|
|
831
831
|
],
|
|
832
|
-
"default": "
|
|
832
|
+
"default": "Get The Result Of An Async Model Batch",
|
|
833
833
|
"noDataExpression": true
|
|
834
834
|
},
|
|
835
835
|
{
|
|
@@ -843,7 +843,7 @@ class InfomaniakAitools {
|
|
|
843
843
|
"Results"
|
|
844
844
|
],
|
|
845
845
|
"operation": [
|
|
846
|
-
"
|
|
846
|
+
"Get The Result Of An Async Model Batch"
|
|
847
847
|
]
|
|
848
848
|
}
|
|
849
849
|
},
|
|
@@ -861,7 +861,7 @@ class InfomaniakAitools {
|
|
|
861
861
|
"Results"
|
|
862
862
|
],
|
|
863
863
|
"operation": [
|
|
864
|
-
"
|
|
864
|
+
"Get The Result Of An Async Model Batch"
|
|
865
865
|
]
|
|
866
866
|
}
|
|
867
867
|
},
|
|
@@ -878,7 +878,7 @@ class InfomaniakAitools {
|
|
|
878
878
|
"Results"
|
|
879
879
|
],
|
|
880
880
|
"operation": [
|
|
881
|
-
"
|
|
881
|
+
"Download The Output Result Of An Async Model Batch"
|
|
882
882
|
]
|
|
883
883
|
}
|
|
884
884
|
},
|
|
@@ -896,7 +896,7 @@ class InfomaniakAitools {
|
|
|
896
896
|
"Results"
|
|
897
897
|
],
|
|
898
898
|
"operation": [
|
|
899
|
-
"
|
|
899
|
+
"Download The Output Result Of An Async Model Batch"
|
|
900
900
|
]
|
|
901
901
|
}
|
|
902
902
|
},
|
|
@@ -917,10 +917,10 @@ class InfomaniakAitools {
|
|
|
917
917
|
"options": [
|
|
918
918
|
{
|
|
919
919
|
"name": "Customizing Realistic Human Photos",
|
|
920
|
-
"value": "
|
|
920
|
+
"value": "Customizing Realistic Human Photos"
|
|
921
921
|
}
|
|
922
922
|
],
|
|
923
|
-
"default": "
|
|
923
|
+
"default": "Customizing Realistic Human Photos",
|
|
924
924
|
"noDataExpression": true
|
|
925
925
|
},
|
|
926
926
|
{
|
|
@@ -934,7 +934,7 @@ class InfomaniakAitools {
|
|
|
934
934
|
"Usage > V1 > Images"
|
|
935
935
|
],
|
|
936
936
|
"operation": [
|
|
937
|
-
"
|
|
937
|
+
"Customizing Realistic Human Photos"
|
|
938
938
|
]
|
|
939
939
|
}
|
|
940
940
|
},
|
|
@@ -952,7 +952,7 @@ class InfomaniakAitools {
|
|
|
952
952
|
"Usage > V1 > Images"
|
|
953
953
|
],
|
|
954
954
|
"operation": [
|
|
955
|
-
"
|
|
955
|
+
"Customizing Realistic Human Photos"
|
|
956
956
|
]
|
|
957
957
|
}
|
|
958
958
|
},
|
|
@@ -970,7 +970,7 @@ class InfomaniakAitools {
|
|
|
970
970
|
"Usage > V1 > Images"
|
|
971
971
|
],
|
|
972
972
|
"operation": [
|
|
973
|
-
"
|
|
973
|
+
"Customizing Realistic Human Photos"
|
|
974
974
|
]
|
|
975
975
|
}
|
|
976
976
|
},
|
|
@@ -989,7 +989,7 @@ class InfomaniakAitools {
|
|
|
989
989
|
"Usage > V1 > Images"
|
|
990
990
|
],
|
|
991
991
|
"operation": [
|
|
992
|
-
"
|
|
992
|
+
"Customizing Realistic Human Photos"
|
|
993
993
|
]
|
|
994
994
|
}
|
|
995
995
|
},
|
|
@@ -1148,10 +1148,10 @@ class InfomaniakAitools {
|
|
|
1148
1148
|
"options": [
|
|
1149
1149
|
{
|
|
1150
1150
|
"name": "List Models",
|
|
1151
|
-
"value": "
|
|
1151
|
+
"value": "List Models"
|
|
1152
1152
|
}
|
|
1153
1153
|
],
|
|
1154
|
-
"default": "
|
|
1154
|
+
"default": "List Models",
|
|
1155
1155
|
"noDataExpression": true
|
|
1156
1156
|
},
|
|
1157
1157
|
{
|
|
@@ -1166,7 +1166,7 @@ class InfomaniakAitools {
|
|
|
1166
1166
|
"Usage > V1 > Models"
|
|
1167
1167
|
],
|
|
1168
1168
|
"operation": [
|
|
1169
|
-
"
|
|
1169
|
+
"List Models"
|
|
1170
1170
|
]
|
|
1171
1171
|
}
|
|
1172
1172
|
},
|
|
@@ -1211,33 +1211,33 @@ class InfomaniakAitools {
|
|
|
1211
1211
|
"displayOptions": {
|
|
1212
1212
|
"show": {
|
|
1213
1213
|
"resource": [
|
|
1214
|
-
"Usage > V1 >
|
|
1214
|
+
"Usage > V1 > Open AI"
|
|
1215
1215
|
]
|
|
1216
1216
|
}
|
|
1217
1217
|
},
|
|
1218
1218
|
"options": [
|
|
1219
1219
|
{
|
|
1220
1220
|
"name": "List Models",
|
|
1221
|
-
"value": "
|
|
1221
|
+
"value": "List Models"
|
|
1222
1222
|
},
|
|
1223
1223
|
{
|
|
1224
1224
|
"name": "Create Chat Completion",
|
|
1225
|
-
"value": "
|
|
1225
|
+
"value": "Create Chat Completion"
|
|
1226
1226
|
},
|
|
1227
1227
|
{
|
|
1228
1228
|
"name": "Create Transcription",
|
|
1229
|
-
"value": "
|
|
1229
|
+
"value": "Create Transcription"
|
|
1230
1230
|
},
|
|
1231
1231
|
{
|
|
1232
1232
|
"name": "Create Image",
|
|
1233
|
-
"value": "
|
|
1233
|
+
"value": "Create Image"
|
|
1234
1234
|
},
|
|
1235
1235
|
{
|
|
1236
1236
|
"name": "Create Embeddings",
|
|
1237
|
-
"value": "
|
|
1237
|
+
"value": "Create Embeddings"
|
|
1238
1238
|
}
|
|
1239
1239
|
],
|
|
1240
|
-
"default": "
|
|
1240
|
+
"default": "List Models",
|
|
1241
1241
|
"noDataExpression": true
|
|
1242
1242
|
},
|
|
1243
1243
|
{
|
|
@@ -1248,10 +1248,10 @@ class InfomaniakAitools {
|
|
|
1248
1248
|
"displayOptions": {
|
|
1249
1249
|
"show": {
|
|
1250
1250
|
"resource": [
|
|
1251
|
-
"Usage > V1 >
|
|
1251
|
+
"Usage > V1 > Open AI"
|
|
1252
1252
|
],
|
|
1253
1253
|
"operation": [
|
|
1254
|
-
"
|
|
1254
|
+
"List Models"
|
|
1255
1255
|
]
|
|
1256
1256
|
}
|
|
1257
1257
|
},
|
|
@@ -1266,10 +1266,10 @@ class InfomaniakAitools {
|
|
|
1266
1266
|
"displayOptions": {
|
|
1267
1267
|
"show": {
|
|
1268
1268
|
"resource": [
|
|
1269
|
-
"Usage > V1 >
|
|
1269
|
+
"Usage > V1 > Open AI"
|
|
1270
1270
|
],
|
|
1271
1271
|
"operation": [
|
|
1272
|
-
"
|
|
1272
|
+
"Create Chat Completion"
|
|
1273
1273
|
]
|
|
1274
1274
|
}
|
|
1275
1275
|
},
|
|
@@ -1284,10 +1284,10 @@ class InfomaniakAitools {
|
|
|
1284
1284
|
"displayOptions": {
|
|
1285
1285
|
"show": {
|
|
1286
1286
|
"resource": [
|
|
1287
|
-
"Usage > V1 >
|
|
1287
|
+
"Usage > V1 > Open AI"
|
|
1288
1288
|
],
|
|
1289
1289
|
"operation": [
|
|
1290
|
-
"
|
|
1290
|
+
"Create Chat Completion"
|
|
1291
1291
|
]
|
|
1292
1292
|
}
|
|
1293
1293
|
},
|
|
@@ -1301,10 +1301,10 @@ class InfomaniakAitools {
|
|
|
1301
1301
|
"displayOptions": {
|
|
1302
1302
|
"show": {
|
|
1303
1303
|
"resource": [
|
|
1304
|
-
"Usage > V1 >
|
|
1304
|
+
"Usage > V1 > Open AI"
|
|
1305
1305
|
],
|
|
1306
1306
|
"operation": [
|
|
1307
|
-
"
|
|
1307
|
+
"Create Chat Completion"
|
|
1308
1308
|
]
|
|
1309
1309
|
}
|
|
1310
1310
|
},
|
|
@@ -1320,10 +1320,10 @@ class InfomaniakAitools {
|
|
|
1320
1320
|
"displayOptions": {
|
|
1321
1321
|
"show": {
|
|
1322
1322
|
"resource": [
|
|
1323
|
-
"Usage > V1 >
|
|
1323
|
+
"Usage > V1 > Open AI"
|
|
1324
1324
|
],
|
|
1325
1325
|
"operation": [
|
|
1326
|
-
"
|
|
1326
|
+
"Create Chat Completion"
|
|
1327
1327
|
]
|
|
1328
1328
|
}
|
|
1329
1329
|
},
|
|
@@ -1443,10 +1443,10 @@ class InfomaniakAitools {
|
|
|
1443
1443
|
"displayOptions": {
|
|
1444
1444
|
"show": {
|
|
1445
1445
|
"resource": [
|
|
1446
|
-
"Usage > V1 >
|
|
1446
|
+
"Usage > V1 > Open AI"
|
|
1447
1447
|
],
|
|
1448
1448
|
"operation": [
|
|
1449
|
-
"
|
|
1449
|
+
"Create Transcription"
|
|
1450
1450
|
]
|
|
1451
1451
|
}
|
|
1452
1452
|
},
|
|
@@ -1461,10 +1461,10 @@ class InfomaniakAitools {
|
|
|
1461
1461
|
"displayOptions": {
|
|
1462
1462
|
"show": {
|
|
1463
1463
|
"resource": [
|
|
1464
|
-
"Usage > V1 >
|
|
1464
|
+
"Usage > V1 > Open AI"
|
|
1465
1465
|
],
|
|
1466
1466
|
"operation": [
|
|
1467
|
-
"
|
|
1467
|
+
"Create Transcription"
|
|
1468
1468
|
]
|
|
1469
1469
|
}
|
|
1470
1470
|
},
|
|
@@ -1479,10 +1479,10 @@ class InfomaniakAitools {
|
|
|
1479
1479
|
"displayOptions": {
|
|
1480
1480
|
"show": {
|
|
1481
1481
|
"resource": [
|
|
1482
|
-
"Usage > V1 >
|
|
1482
|
+
"Usage > V1 > Open AI"
|
|
1483
1483
|
],
|
|
1484
1484
|
"operation": [
|
|
1485
|
-
"
|
|
1485
|
+
"Create Transcription"
|
|
1486
1486
|
]
|
|
1487
1487
|
}
|
|
1488
1488
|
},
|
|
@@ -1498,10 +1498,10 @@ class InfomaniakAitools {
|
|
|
1498
1498
|
"displayOptions": {
|
|
1499
1499
|
"show": {
|
|
1500
1500
|
"resource": [
|
|
1501
|
-
"Usage > V1 >
|
|
1501
|
+
"Usage > V1 > Open AI"
|
|
1502
1502
|
],
|
|
1503
1503
|
"operation": [
|
|
1504
|
-
"
|
|
1504
|
+
"Create Transcription"
|
|
1505
1505
|
]
|
|
1506
1506
|
}
|
|
1507
1507
|
},
|
|
@@ -2024,10 +2024,10 @@ class InfomaniakAitools {
|
|
|
2024
2024
|
"displayOptions": {
|
|
2025
2025
|
"show": {
|
|
2026
2026
|
"resource": [
|
|
2027
|
-
"Usage > V1 >
|
|
2027
|
+
"Usage > V1 > Open AI"
|
|
2028
2028
|
],
|
|
2029
2029
|
"operation": [
|
|
2030
|
-
"
|
|
2030
|
+
"Create Image"
|
|
2031
2031
|
]
|
|
2032
2032
|
}
|
|
2033
2033
|
},
|
|
@@ -2042,10 +2042,10 @@ class InfomaniakAitools {
|
|
|
2042
2042
|
"displayOptions": {
|
|
2043
2043
|
"show": {
|
|
2044
2044
|
"resource": [
|
|
2045
|
-
"Usage > V1 >
|
|
2045
|
+
"Usage > V1 > Open AI"
|
|
2046
2046
|
],
|
|
2047
2047
|
"operation": [
|
|
2048
|
-
"
|
|
2048
|
+
"Create Image"
|
|
2049
2049
|
]
|
|
2050
2050
|
}
|
|
2051
2051
|
},
|
|
@@ -2060,10 +2060,10 @@ class InfomaniakAitools {
|
|
|
2060
2060
|
"displayOptions": {
|
|
2061
2061
|
"show": {
|
|
2062
2062
|
"resource": [
|
|
2063
|
-
"Usage > V1 >
|
|
2063
|
+
"Usage > V1 > Open AI"
|
|
2064
2064
|
],
|
|
2065
2065
|
"operation": [
|
|
2066
|
-
"
|
|
2066
|
+
"Create Image"
|
|
2067
2067
|
]
|
|
2068
2068
|
}
|
|
2069
2069
|
},
|
|
@@ -2079,10 +2079,10 @@ class InfomaniakAitools {
|
|
|
2079
2079
|
"displayOptions": {
|
|
2080
2080
|
"show": {
|
|
2081
2081
|
"resource": [
|
|
2082
|
-
"Usage > V1 >
|
|
2082
|
+
"Usage > V1 > Open AI"
|
|
2083
2083
|
],
|
|
2084
2084
|
"operation": [
|
|
2085
|
-
"
|
|
2085
|
+
"Create Image"
|
|
2086
2086
|
]
|
|
2087
2087
|
}
|
|
2088
2088
|
},
|
|
@@ -2221,10 +2221,10 @@ class InfomaniakAitools {
|
|
|
2221
2221
|
"displayOptions": {
|
|
2222
2222
|
"show": {
|
|
2223
2223
|
"resource": [
|
|
2224
|
-
"Usage > V1 >
|
|
2224
|
+
"Usage > V1 > Open AI"
|
|
2225
2225
|
],
|
|
2226
2226
|
"operation": [
|
|
2227
|
-
"
|
|
2227
|
+
"Create Embeddings"
|
|
2228
2228
|
]
|
|
2229
2229
|
}
|
|
2230
2230
|
},
|
|
@@ -2239,10 +2239,10 @@ class InfomaniakAitools {
|
|
|
2239
2239
|
"displayOptions": {
|
|
2240
2240
|
"show": {
|
|
2241
2241
|
"resource": [
|
|
2242
|
-
"Usage > V1 >
|
|
2242
|
+
"Usage > V1 > Open AI"
|
|
2243
2243
|
],
|
|
2244
2244
|
"operation": [
|
|
2245
|
-
"
|
|
2245
|
+
"Create Embeddings"
|
|
2246
2246
|
]
|
|
2247
2247
|
}
|
|
2248
2248
|
},
|
|
@@ -2257,10 +2257,10 @@ class InfomaniakAitools {
|
|
|
2257
2257
|
"displayOptions": {
|
|
2258
2258
|
"show": {
|
|
2259
2259
|
"resource": [
|
|
2260
|
-
"Usage > V1 >
|
|
2260
|
+
"Usage > V1 > Open AI"
|
|
2261
2261
|
],
|
|
2262
2262
|
"operation": [
|
|
2263
|
-
"
|
|
2263
|
+
"Create Embeddings"
|
|
2264
2264
|
]
|
|
2265
2265
|
}
|
|
2266
2266
|
},
|
|
@@ -2276,10 +2276,10 @@ class InfomaniakAitools {
|
|
|
2276
2276
|
"displayOptions": {
|
|
2277
2277
|
"show": {
|
|
2278
2278
|
"resource": [
|
|
2279
|
-
"Usage > V1 >
|
|
2279
|
+
"Usage > V1 > Open AI"
|
|
2280
2280
|
],
|
|
2281
2281
|
"operation": [
|
|
2282
|
-
"
|
|
2282
|
+
"Create Embeddings"
|
|
2283
2283
|
]
|
|
2284
2284
|
}
|
|
2285
2285
|
},
|
|
@@ -2334,25 +2334,25 @@ class InfomaniakAitools {
|
|
|
2334
2334
|
"displayOptions": {
|
|
2335
2335
|
"show": {
|
|
2336
2336
|
"resource": [
|
|
2337
|
-
"Usage > V2 >
|
|
2337
|
+
"Usage > V2 > Open AI"
|
|
2338
2338
|
]
|
|
2339
2339
|
}
|
|
2340
2340
|
},
|
|
2341
2341
|
"options": [
|
|
2342
2342
|
{
|
|
2343
2343
|
"name": "Create Chat Completion",
|
|
2344
|
-
"value": "
|
|
2344
|
+
"value": "Create Chat Completion"
|
|
2345
2345
|
},
|
|
2346
2346
|
{
|
|
2347
2347
|
"name": "List Models",
|
|
2348
|
-
"value": "
|
|
2348
|
+
"value": "List Models"
|
|
2349
2349
|
},
|
|
2350
2350
|
{
|
|
2351
2351
|
"name": "Create Embeddings",
|
|
2352
|
-
"value": "
|
|
2352
|
+
"value": "Create Embeddings"
|
|
2353
2353
|
}
|
|
2354
2354
|
],
|
|
2355
|
-
"default": "
|
|
2355
|
+
"default": "Create Chat Completion",
|
|
2356
2356
|
"noDataExpression": true
|
|
2357
2357
|
},
|
|
2358
2358
|
{
|
|
@@ -2363,10 +2363,10 @@ class InfomaniakAitools {
|
|
|
2363
2363
|
"displayOptions": {
|
|
2364
2364
|
"show": {
|
|
2365
2365
|
"resource": [
|
|
2366
|
-
"Usage > V2 >
|
|
2366
|
+
"Usage > V2 > Open AI"
|
|
2367
2367
|
],
|
|
2368
2368
|
"operation": [
|
|
2369
|
-
"
|
|
2369
|
+
"Create Chat Completion"
|
|
2370
2370
|
]
|
|
2371
2371
|
}
|
|
2372
2372
|
},
|
|
@@ -2381,10 +2381,10 @@ class InfomaniakAitools {
|
|
|
2381
2381
|
"displayOptions": {
|
|
2382
2382
|
"show": {
|
|
2383
2383
|
"resource": [
|
|
2384
|
-
"Usage > V2 >
|
|
2384
|
+
"Usage > V2 > Open AI"
|
|
2385
2385
|
],
|
|
2386
2386
|
"operation": [
|
|
2387
|
-
"
|
|
2387
|
+
"Create Chat Completion"
|
|
2388
2388
|
]
|
|
2389
2389
|
}
|
|
2390
2390
|
},
|
|
@@ -2398,10 +2398,10 @@ class InfomaniakAitools {
|
|
|
2398
2398
|
"displayOptions": {
|
|
2399
2399
|
"show": {
|
|
2400
2400
|
"resource": [
|
|
2401
|
-
"Usage > V2 >
|
|
2401
|
+
"Usage > V2 > Open AI"
|
|
2402
2402
|
],
|
|
2403
2403
|
"operation": [
|
|
2404
|
-
"
|
|
2404
|
+
"Create Chat Completion"
|
|
2405
2405
|
]
|
|
2406
2406
|
}
|
|
2407
2407
|
},
|
|
@@ -2417,10 +2417,10 @@ class InfomaniakAitools {
|
|
|
2417
2417
|
"displayOptions": {
|
|
2418
2418
|
"show": {
|
|
2419
2419
|
"resource": [
|
|
2420
|
-
"Usage > V2 >
|
|
2420
|
+
"Usage > V2 > Open AI"
|
|
2421
2421
|
],
|
|
2422
2422
|
"operation": [
|
|
2423
|
-
"
|
|
2423
|
+
"Create Chat Completion"
|
|
2424
2424
|
]
|
|
2425
2425
|
}
|
|
2426
2426
|
},
|
|
@@ -2561,10 +2561,10 @@ class InfomaniakAitools {
|
|
|
2561
2561
|
"displayOptions": {
|
|
2562
2562
|
"show": {
|
|
2563
2563
|
"resource": [
|
|
2564
|
-
"Usage > V2 >
|
|
2564
|
+
"Usage > V2 > Open AI"
|
|
2565
2565
|
],
|
|
2566
2566
|
"operation": [
|
|
2567
|
-
"
|
|
2567
|
+
"List Models"
|
|
2568
2568
|
]
|
|
2569
2569
|
}
|
|
2570
2570
|
},
|
|
@@ -2579,10 +2579,10 @@ class InfomaniakAitools {
|
|
|
2579
2579
|
"displayOptions": {
|
|
2580
2580
|
"show": {
|
|
2581
2581
|
"resource": [
|
|
2582
|
-
"Usage > V2 >
|
|
2582
|
+
"Usage > V2 > Open AI"
|
|
2583
2583
|
],
|
|
2584
2584
|
"operation": [
|
|
2585
|
-
"
|
|
2585
|
+
"Create Embeddings"
|
|
2586
2586
|
]
|
|
2587
2587
|
}
|
|
2588
2588
|
},
|
|
@@ -2597,10 +2597,10 @@ class InfomaniakAitools {
|
|
|
2597
2597
|
"displayOptions": {
|
|
2598
2598
|
"show": {
|
|
2599
2599
|
"resource": [
|
|
2600
|
-
"Usage > V2 >
|
|
2600
|
+
"Usage > V2 > Open AI"
|
|
2601
2601
|
],
|
|
2602
2602
|
"operation": [
|
|
2603
|
-
"
|
|
2603
|
+
"Create Embeddings"
|
|
2604
2604
|
]
|
|
2605
2605
|
}
|
|
2606
2606
|
},
|
|
@@ -2615,10 +2615,10 @@ class InfomaniakAitools {
|
|
|
2615
2615
|
"displayOptions": {
|
|
2616
2616
|
"show": {
|
|
2617
2617
|
"resource": [
|
|
2618
|
-
"Usage > V2 >
|
|
2618
|
+
"Usage > V2 > Open AI"
|
|
2619
2619
|
],
|
|
2620
2620
|
"operation": [
|
|
2621
|
-
"
|
|
2621
|
+
"Create Embeddings"
|
|
2622
2622
|
]
|
|
2623
2623
|
}
|
|
2624
2624
|
},
|
|
@@ -2634,10 +2634,10 @@ class InfomaniakAitools {
|
|
|
2634
2634
|
"displayOptions": {
|
|
2635
2635
|
"show": {
|
|
2636
2636
|
"resource": [
|
|
2637
|
-
"Usage > V2 >
|
|
2637
|
+
"Usage > V2 > Open AI"
|
|
2638
2638
|
],
|
|
2639
2639
|
"operation": [
|
|
2640
|
-
"
|
|
2640
|
+
"Create Embeddings"
|
|
2641
2641
|
]
|
|
2642
2642
|
}
|
|
2643
2643
|
},
|
|
@@ -2666,10 +2666,10 @@ class InfomaniakAitools {
|
|
|
2666
2666
|
"displayOptions": {
|
|
2667
2667
|
"show": {
|
|
2668
2668
|
"resource": [
|
|
2669
|
-
"Product
|
|
2669
|
+
"Product Management > Consumptions"
|
|
2670
2670
|
],
|
|
2671
2671
|
"operation": [
|
|
2672
|
-
"
|
|
2672
|
+
"List All Consumptions"
|
|
2673
2673
|
]
|
|
2674
2674
|
}
|
|
2675
2675
|
}
|
|
@@ -2686,10 +2686,10 @@ class InfomaniakAitools {
|
|
|
2686
2686
|
"displayOptions": {
|
|
2687
2687
|
"show": {
|
|
2688
2688
|
"resource": [
|
|
2689
|
-
"Product
|
|
2689
|
+
"Product Management > Consumptions"
|
|
2690
2690
|
],
|
|
2691
2691
|
"operation": [
|
|
2692
|
-
"
|
|
2692
|
+
"List All Consumptions"
|
|
2693
2693
|
],
|
|
2694
2694
|
"returnAll": [
|
|
2695
2695
|
false
|