@hautechai/sdk 2.12.0 → 2.14.0
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/index.d.mts +782 -388
- package/dist/index.d.ts +782 -388
- package/dist/index.js +246 -64
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +229 -59
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11424,18 +11424,51 @@ var getOperations = () => {
|
|
|
11424
11424
|
options
|
|
11425
11425
|
);
|
|
11426
11426
|
};
|
|
11427
|
-
const
|
|
11427
|
+
const operationsControllerRunHauteNaomiTrainV1V1 = (hauteNaomiTrainV1Request, options) => {
|
|
11428
11428
|
return axiosMutator(
|
|
11429
11429
|
{
|
|
11430
|
-
url: `/v1/operations/run/
|
|
11430
|
+
url: `/v1/operations/run/haute.naomi.train.v1`,
|
|
11431
11431
|
method: "POST",
|
|
11432
11432
|
headers: { "Content-Type": "application/json" },
|
|
11433
|
-
data:
|
|
11433
|
+
data: hauteNaomiTrainV1Request
|
|
11434
11434
|
},
|
|
11435
11435
|
options
|
|
11436
11436
|
);
|
|
11437
11437
|
};
|
|
11438
|
-
|
|
11438
|
+
const operationsControllerRunHauteNaomiPrepareDatasetV1V1 = (hauteNaomiPrepareDatasetV1Request, options) => {
|
|
11439
|
+
return axiosMutator(
|
|
11440
|
+
{
|
|
11441
|
+
url: `/v1/operations/run/haute.naomi.prepare_dataset.v1`,
|
|
11442
|
+
method: "POST",
|
|
11443
|
+
headers: { "Content-Type": "application/json" },
|
|
11444
|
+
data: hauteNaomiPrepareDatasetV1Request
|
|
11445
|
+
},
|
|
11446
|
+
options
|
|
11447
|
+
);
|
|
11448
|
+
};
|
|
11449
|
+
const operationsControllerRunFashnVton16V1V1 = (fashnVton16V1Request, options) => {
|
|
11450
|
+
return axiosMutator(
|
|
11451
|
+
{
|
|
11452
|
+
url: `/v1/operations/run/fashn.vton_1_6.v1`,
|
|
11453
|
+
method: "POST",
|
|
11454
|
+
headers: { "Content-Type": "application/json" },
|
|
11455
|
+
data: fashnVton16V1Request
|
|
11456
|
+
},
|
|
11457
|
+
options
|
|
11458
|
+
);
|
|
11459
|
+
};
|
|
11460
|
+
const operationsControllerRunAlphabakeVtonV1V1 = (alphabakeVtonV1Request, options) => {
|
|
11461
|
+
return axiosMutator(
|
|
11462
|
+
{
|
|
11463
|
+
url: `/v1/operations/run/alphabake.vton.v1`,
|
|
11464
|
+
method: "POST",
|
|
11465
|
+
headers: { "Content-Type": "application/json" },
|
|
11466
|
+
data: alphabakeVtonV1Request
|
|
11467
|
+
},
|
|
11468
|
+
options
|
|
11469
|
+
);
|
|
11470
|
+
};
|
|
11471
|
+
return { operationsControllerGetOperationV1, operationsControllerGetOperationsV1, operationsControllerListOperationsV1, operationsControllerUpdateMetadataV1, operationsControllerRunHauteLindaV1V1, operationsControllerRunHauteNaomiV1V1, operationsControllerRunInpaintKateV1V1, operationsControllerRunGptV1V1, operationsControllerRunGptV2V1, operationsControllerRunGptV3V1, operationsControllerRunTranslateV1V1, operationsControllerRunStringsTemplateV1V1, operationsControllerRunImagineKateV1V1, operationsControllerRunUpscaleV1V1, operationsControllerRunObjectDetectionV1V1, operationsControllerRunSegmentAnythingEmbeddingsV1V1, operationsControllerRunSegmentAnythingMaskV1V1, operationsControllerRunPoseEstimationV1V1, operationsControllerRunCutV1V1, operationsControllerRunCropV1V1, operationsControllerRunNoiseV1V1, operationsControllerRunResizeV1V1, operationsControllerRunContrastV1V1, operationsControllerRunCompositeV1V1, operationsControllerRunVtonGiseleV1V1, operationsControllerRunNegateImageV1V1, operationsControllerRunEchoV1V1, operationsControllerRunMathV1V1, operationsControllerRunAnimateKling16ProV1V1, operationsControllerRunAnimateKling21V1V1, operationsControllerRunAnimateCreatomateV1V1, operationsControllerRunOnecompilerV1V1, operationsControllerRunEditFluxKontextDevV1V1, operationsControllerRunVeo3V1V1, operationsControllerRunVeo3FastV1V1, operationsControllerRunPipelineMapV1V1, operationsControllerRunImagen4V1V1, operationsControllerRunTopazUpscaleV1V1, operationsControllerRunIdeogramCharacterV1V1, operationsControllerRunSeedream3V1V1, operationsControllerRunLumaPhotonV1V1, operationsControllerRunImagineFlux11ProUltraV1V1, operationsControllerRunSeedV1V1, operationsControllerRunGoogleNanoBananaV1V1, operationsControllerRunHauteNaomiTrainV1V1, operationsControllerRunHauteNaomiPrepareDatasetV1V1, operationsControllerRunFashnVton16V1V1, operationsControllerRunAlphabakeVtonV1V1 };
|
|
11439
11472
|
};
|
|
11440
11473
|
|
|
11441
11474
|
// src/sdk/api-definitions/operations.ts
|
|
@@ -11487,7 +11520,9 @@ var useOperationsApi = () => {
|
|
|
11487
11520
|
v1: hautechApi.operationsControllerRunHauteLindaV1V1
|
|
11488
11521
|
},
|
|
11489
11522
|
naomi: {
|
|
11490
|
-
v1: hautechApi.operationsControllerRunHauteNaomiV1V1
|
|
11523
|
+
v1: hautechApi.operationsControllerRunHauteNaomiV1V1,
|
|
11524
|
+
train: hautechApi.operationsControllerRunNaomiHauteTrainV1V1,
|
|
11525
|
+
prepareDataset: hautechApi.operationsControllerRunNaomiHautePrepareDatasetV1V1
|
|
11491
11526
|
}
|
|
11492
11527
|
},
|
|
11493
11528
|
ideogram: {
|
|
@@ -11594,9 +11629,6 @@ var useOperationsApi = () => {
|
|
|
11594
11629
|
nano_banana: {
|
|
11595
11630
|
v1: hautechApi.operationsControllerRunGoogleNanoBananaV1V1
|
|
11596
11631
|
}
|
|
11597
|
-
},
|
|
11598
|
-
lora: {
|
|
11599
|
-
training: hautechApi.operationsControllerRunLoraTrainingV1
|
|
11600
11632
|
}
|
|
11601
11633
|
},
|
|
11602
11634
|
get: wrapApiCallNullable(hautechApi.operationsControllerGetOperationV1),
|
|
@@ -12052,6 +12084,38 @@ var AddAccountToGroupParamsDtoRole = {
|
|
|
12052
12084
|
owner: "owner"
|
|
12053
12085
|
};
|
|
12054
12086
|
|
|
12087
|
+
// src/autogenerated/schemas/alphabakeVtonV1InputGarmentType.ts
|
|
12088
|
+
var AlphabakeVtonV1InputGarmentType = {
|
|
12089
|
+
top: "top",
|
|
12090
|
+
bottom: "bottom",
|
|
12091
|
+
full: "full"
|
|
12092
|
+
};
|
|
12093
|
+
|
|
12094
|
+
// src/autogenerated/schemas/alphabakeVtonV1InputMode.ts
|
|
12095
|
+
var AlphabakeVtonV1InputMode = {
|
|
12096
|
+
fast: "fast",
|
|
12097
|
+
quality: "quality"
|
|
12098
|
+
};
|
|
12099
|
+
|
|
12100
|
+
// src/autogenerated/schemas/alphabakeVtonV1InputProcessAsset.ts
|
|
12101
|
+
var AlphabakeVtonV1InputProcessAsset = {
|
|
12102
|
+
tryon: "tryon",
|
|
12103
|
+
garment: "garment",
|
|
12104
|
+
human: "human"
|
|
12105
|
+
};
|
|
12106
|
+
|
|
12107
|
+
// src/autogenerated/schemas/alphabakeVtonV1ResponseKind.ts
|
|
12108
|
+
var AlphabakeVtonV1ResponseKind = {
|
|
12109
|
+
operation: "operation"
|
|
12110
|
+
};
|
|
12111
|
+
|
|
12112
|
+
// src/autogenerated/schemas/alphabakeVtonV1ResponseStatus.ts
|
|
12113
|
+
var AlphabakeVtonV1ResponseStatus = {
|
|
12114
|
+
pending: "pending",
|
|
12115
|
+
finished: "finished",
|
|
12116
|
+
failed: "failed"
|
|
12117
|
+
};
|
|
12118
|
+
|
|
12055
12119
|
// src/autogenerated/schemas/animateCreatomateV1ResponseKind.ts
|
|
12056
12120
|
var AnimateCreatomateV1ResponseKind = {
|
|
12057
12121
|
operation: "operation"
|
|
@@ -12125,7 +12189,8 @@ var CollectionEntityKind = {
|
|
|
12125
12189
|
pose: "pose",
|
|
12126
12190
|
storage: "storage",
|
|
12127
12191
|
pipeline: "pipeline",
|
|
12128
|
-
workflow: "workflow"
|
|
12192
|
+
workflow: "workflow",
|
|
12193
|
+
dataset: "dataset"
|
|
12129
12194
|
};
|
|
12130
12195
|
|
|
12131
12196
|
// src/autogenerated/schemas/collectionsControllerListCollectionsV1OrderBy.ts
|
|
@@ -12146,7 +12211,8 @@ var CollectionsControllerListItemsV1Kind = {
|
|
|
12146
12211
|
pose: "pose",
|
|
12147
12212
|
storage: "storage",
|
|
12148
12213
|
pipeline: "pipeline",
|
|
12149
|
-
workflow: "workflow"
|
|
12214
|
+
workflow: "workflow",
|
|
12215
|
+
dataset: "dataset"
|
|
12150
12216
|
};
|
|
12151
12217
|
|
|
12152
12218
|
// src/autogenerated/schemas/collectionsControllerListItemsV1OrderBy.ts
|
|
@@ -12246,6 +12312,47 @@ var EditFluxKontextDevV1ResponseStatus = {
|
|
|
12246
12312
|
failed: "failed"
|
|
12247
12313
|
};
|
|
12248
12314
|
|
|
12315
|
+
// src/autogenerated/schemas/fashnVton16V1ResponseKind.ts
|
|
12316
|
+
var FashnVton16V1ResponseKind = {
|
|
12317
|
+
operation: "operation"
|
|
12318
|
+
};
|
|
12319
|
+
|
|
12320
|
+
// src/autogenerated/schemas/fashnVton16V1ResponseStatus.ts
|
|
12321
|
+
var FashnVton16V1ResponseStatus = {
|
|
12322
|
+
pending: "pending",
|
|
12323
|
+
finished: "finished",
|
|
12324
|
+
failed: "failed"
|
|
12325
|
+
};
|
|
12326
|
+
|
|
12327
|
+
// src/autogenerated/schemas/fashnVtonV1InputCategory.ts
|
|
12328
|
+
var FashnVtonV1InputCategory = {
|
|
12329
|
+
tops: "tops",
|
|
12330
|
+
bottoms: "bottoms",
|
|
12331
|
+
"one-pieces": "one-pieces",
|
|
12332
|
+
auto: "auto"
|
|
12333
|
+
};
|
|
12334
|
+
|
|
12335
|
+
// src/autogenerated/schemas/fashnVtonV1InputGarmentPhotoType.ts
|
|
12336
|
+
var FashnVtonV1InputGarmentPhotoType = {
|
|
12337
|
+
auto: "auto",
|
|
12338
|
+
model: "model",
|
|
12339
|
+
"flat-lay": "flat-lay"
|
|
12340
|
+
};
|
|
12341
|
+
|
|
12342
|
+
// src/autogenerated/schemas/fashnVtonV1InputMode.ts
|
|
12343
|
+
var FashnVtonV1InputMode = {
|
|
12344
|
+
performance: "performance",
|
|
12345
|
+
balanced: "balanced",
|
|
12346
|
+
quality: "quality"
|
|
12347
|
+
};
|
|
12348
|
+
|
|
12349
|
+
// src/autogenerated/schemas/fashnVtonV1InputModerationLevel.ts
|
|
12350
|
+
var FashnVtonV1InputModerationLevel = {
|
|
12351
|
+
none: "none",
|
|
12352
|
+
permissive: "permissive",
|
|
12353
|
+
conservative: "conservative"
|
|
12354
|
+
};
|
|
12355
|
+
|
|
12249
12356
|
// src/autogenerated/schemas/gPTV1InputModel.ts
|
|
12250
12357
|
var GPTV1InputModel = {
|
|
12251
12358
|
"gpt-4o": "gpt-4o",
|
|
@@ -12886,6 +12993,30 @@ var HauteLindaV1ResponseStatus = {
|
|
|
12886
12993
|
failed: "failed"
|
|
12887
12994
|
};
|
|
12888
12995
|
|
|
12996
|
+
// src/autogenerated/schemas/hauteNaomiPrepareDatasetV1ResponseKind.ts
|
|
12997
|
+
var HauteNaomiPrepareDatasetV1ResponseKind = {
|
|
12998
|
+
operation: "operation"
|
|
12999
|
+
};
|
|
13000
|
+
|
|
13001
|
+
// src/autogenerated/schemas/hauteNaomiPrepareDatasetV1ResponseStatus.ts
|
|
13002
|
+
var HauteNaomiPrepareDatasetV1ResponseStatus = {
|
|
13003
|
+
pending: "pending",
|
|
13004
|
+
finished: "finished",
|
|
13005
|
+
failed: "failed"
|
|
13006
|
+
};
|
|
13007
|
+
|
|
13008
|
+
// src/autogenerated/schemas/hauteNaomiTrainV1ResponseKind.ts
|
|
13009
|
+
var HauteNaomiTrainV1ResponseKind = {
|
|
13010
|
+
operation: "operation"
|
|
13011
|
+
};
|
|
13012
|
+
|
|
13013
|
+
// src/autogenerated/schemas/hauteNaomiTrainV1ResponseStatus.ts
|
|
13014
|
+
var HauteNaomiTrainV1ResponseStatus = {
|
|
13015
|
+
pending: "pending",
|
|
13016
|
+
finished: "finished",
|
|
13017
|
+
failed: "failed"
|
|
13018
|
+
};
|
|
13019
|
+
|
|
12889
13020
|
// src/autogenerated/schemas/hauteNaomiV1ResponseKind.ts
|
|
12890
13021
|
var HauteNaomiV1ResponseKind = {
|
|
12891
13022
|
operation: "operation"
|
|
@@ -12920,7 +13051,8 @@ var ImageEntityKind = {
|
|
|
12920
13051
|
pose: "pose",
|
|
12921
13052
|
storage: "storage",
|
|
12922
13053
|
pipeline: "pipeline",
|
|
12923
|
-
workflow: "workflow"
|
|
13054
|
+
workflow: "workflow",
|
|
13055
|
+
dataset: "dataset"
|
|
12924
13056
|
};
|
|
12925
13057
|
|
|
12926
13058
|
// src/autogenerated/schemas/imagen4InputAspectRatio.ts
|
|
@@ -13054,7 +13186,8 @@ var ListCollectionItemsParamsDtoKind = {
|
|
|
13054
13186
|
pose: "pose",
|
|
13055
13187
|
storage: "storage",
|
|
13056
13188
|
pipeline: "pipeline",
|
|
13057
|
-
workflow: "workflow"
|
|
13189
|
+
workflow: "workflow",
|
|
13190
|
+
dataset: "dataset"
|
|
13058
13191
|
};
|
|
13059
13192
|
|
|
13060
13193
|
// src/autogenerated/schemas/listCollectionItemsParamsDtoOrderBy.ts
|
|
@@ -13095,32 +13228,6 @@ var ListStacksParamsDtoOrderBy = {
|
|
|
13095
13228
|
updatedAt_DESC: "updatedAt_DESC"
|
|
13096
13229
|
};
|
|
13097
13230
|
|
|
13098
|
-
// src/autogenerated/schemas/loraDtoStatus.ts
|
|
13099
|
-
var LoraDtoStatus = {
|
|
13100
|
-
starting: "starting",
|
|
13101
|
-
processing: "processing",
|
|
13102
|
-
succeeded: "succeeded",
|
|
13103
|
-
failed: "failed",
|
|
13104
|
-
canceled: "canceled"
|
|
13105
|
-
};
|
|
13106
|
-
|
|
13107
|
-
// src/autogenerated/schemas/loraTrainingOutputKind.ts
|
|
13108
|
-
var LoraTrainingOutputKind = {
|
|
13109
|
-
json: "json"
|
|
13110
|
-
};
|
|
13111
|
-
|
|
13112
|
-
// src/autogenerated/schemas/loraTrainingResponseKind.ts
|
|
13113
|
-
var LoraTrainingResponseKind = {
|
|
13114
|
-
operation: "operation"
|
|
13115
|
-
};
|
|
13116
|
-
|
|
13117
|
-
// src/autogenerated/schemas/loraTrainingResponseStatus.ts
|
|
13118
|
-
var LoraTrainingResponseStatus = {
|
|
13119
|
-
pending: "pending",
|
|
13120
|
-
finished: "finished",
|
|
13121
|
-
failed: "failed"
|
|
13122
|
-
};
|
|
13123
|
-
|
|
13124
13231
|
// src/autogenerated/schemas/lumaPhotonV1InputAspectRatio.ts
|
|
13125
13232
|
var LumaPhotonV1InputAspectRatio = {
|
|
13126
13233
|
"1:1": "1:1",
|
|
@@ -13183,12 +13290,22 @@ var ModifyAccessParamsDtoPrincipalType = {
|
|
|
13183
13290
|
group: "group"
|
|
13184
13291
|
};
|
|
13185
13292
|
|
|
13293
|
+
// src/autogenerated/schemas/naomiHauteTrainOutputDtoKind.ts
|
|
13294
|
+
var NaomiHauteTrainOutputDtoKind = {
|
|
13295
|
+
json: "json"
|
|
13296
|
+
};
|
|
13297
|
+
|
|
13186
13298
|
// src/autogenerated/schemas/naomiHauteV1InputMode.ts
|
|
13187
13299
|
var NaomiHauteV1InputMode = {
|
|
13188
13300
|
apparel_to_model: "apparel_to_model",
|
|
13189
13301
|
model_to_model: "model_to_model"
|
|
13190
13302
|
};
|
|
13191
13303
|
|
|
13304
|
+
// src/autogenerated/schemas/naomiPrepareDatasetOutputDtoKind.ts
|
|
13305
|
+
var NaomiPrepareDatasetOutputDtoKind = {
|
|
13306
|
+
json: "json"
|
|
13307
|
+
};
|
|
13308
|
+
|
|
13192
13309
|
// src/autogenerated/schemas/negateImageV1ResponseKind.ts
|
|
13193
13310
|
var NegateImageV1ResponseKind = {
|
|
13194
13311
|
operation: "operation"
|
|
@@ -13430,7 +13547,8 @@ var ResourceEntityKind = {
|
|
|
13430
13547
|
pose: "pose",
|
|
13431
13548
|
storage: "storage",
|
|
13432
13549
|
pipeline: "pipeline",
|
|
13433
|
-
workflow: "workflow"
|
|
13550
|
+
workflow: "workflow",
|
|
13551
|
+
dataset: "dataset"
|
|
13434
13552
|
};
|
|
13435
13553
|
|
|
13436
13554
|
// src/autogenerated/schemas/revokeAccessControllerParamsDtoAccess.ts
|
|
@@ -13547,13 +13665,6 @@ var StacksControllerListStacksV1OrderBy = {
|
|
|
13547
13665
|
updatedAt_DESC: "updatedAt_DESC"
|
|
13548
13666
|
};
|
|
13549
13667
|
|
|
13550
|
-
// src/autogenerated/schemas/startTrainingParamsDtoModelType.ts
|
|
13551
|
-
var StartTrainingParamsDtoModelType = {
|
|
13552
|
-
flux: "flux",
|
|
13553
|
-
naomi: "naomi",
|
|
13554
|
-
custom: "custom"
|
|
13555
|
-
};
|
|
13556
|
-
|
|
13557
13668
|
// src/autogenerated/schemas/storageEntityKind.ts
|
|
13558
13669
|
var StorageEntityKind = {
|
|
13559
13670
|
storage: "storage"
|
|
@@ -13676,7 +13787,8 @@ var VideoEntityKind = {
|
|
|
13676
13787
|
pose: "pose",
|
|
13677
13788
|
storage: "storage",
|
|
13678
13789
|
pipeline: "pipeline",
|
|
13679
|
-
workflow: "workflow"
|
|
13790
|
+
workflow: "workflow",
|
|
13791
|
+
dataset: "dataset"
|
|
13680
13792
|
};
|
|
13681
13793
|
|
|
13682
13794
|
// src/autogenerated/schemas/vtonGiseleV1ResponseKind.ts
|
|
@@ -14496,13 +14608,46 @@ var getCall = () => {
|
|
|
14496
14608
|
options
|
|
14497
14609
|
);
|
|
14498
14610
|
};
|
|
14499
|
-
const
|
|
14611
|
+
const callControllerCallOperationsRunHauteNaomiTrainV1V1 = (hauteNaomiTrainV1Request, options) => {
|
|
14612
|
+
return axiosMutator(
|
|
14613
|
+
{
|
|
14614
|
+
url: `/v1/call/operations.run.haute.naomi.train.v1`,
|
|
14615
|
+
method: "POST",
|
|
14616
|
+
headers: { "Content-Type": "application/json" },
|
|
14617
|
+
data: hauteNaomiTrainV1Request
|
|
14618
|
+
},
|
|
14619
|
+
options
|
|
14620
|
+
);
|
|
14621
|
+
};
|
|
14622
|
+
const callControllerCallOperationsRunHauteNaomiPrepareDatasetV1V1 = (hauteNaomiPrepareDatasetV1Request, options) => {
|
|
14623
|
+
return axiosMutator(
|
|
14624
|
+
{
|
|
14625
|
+
url: `/v1/call/operations.run.haute.naomi.prepare_dataset.v1`,
|
|
14626
|
+
method: "POST",
|
|
14627
|
+
headers: { "Content-Type": "application/json" },
|
|
14628
|
+
data: hauteNaomiPrepareDatasetV1Request
|
|
14629
|
+
},
|
|
14630
|
+
options
|
|
14631
|
+
);
|
|
14632
|
+
};
|
|
14633
|
+
const callControllerCallOperationsRunFashnVton16V1V1 = (fashnVton16V1Request, options) => {
|
|
14500
14634
|
return axiosMutator(
|
|
14501
14635
|
{
|
|
14502
|
-
url: `/v1/call/operations.run.
|
|
14636
|
+
url: `/v1/call/operations.run.fashn.vton_1_6.v1`,
|
|
14503
14637
|
method: "POST",
|
|
14504
14638
|
headers: { "Content-Type": "application/json" },
|
|
14505
|
-
data:
|
|
14639
|
+
data: fashnVton16V1Request
|
|
14640
|
+
},
|
|
14641
|
+
options
|
|
14642
|
+
);
|
|
14643
|
+
};
|
|
14644
|
+
const callControllerCallOperationsRunAlphabakeVtonV1V1 = (alphabakeVtonV1Request, options) => {
|
|
14645
|
+
return axiosMutator(
|
|
14646
|
+
{
|
|
14647
|
+
url: `/v1/call/operations.run.alphabake.vton.v1`,
|
|
14648
|
+
method: "POST",
|
|
14649
|
+
headers: { "Content-Type": "application/json" },
|
|
14650
|
+
data: alphabakeVtonV1Request
|
|
14506
14651
|
},
|
|
14507
14652
|
options
|
|
14508
14653
|
);
|
|
@@ -14661,7 +14806,7 @@ var getCall = () => {
|
|
|
14661
14806
|
options
|
|
14662
14807
|
);
|
|
14663
14808
|
};
|
|
14664
|
-
return { callControllerCallAccessGrantV1, callControllerCallAccessAttachV1, callControllerCallAccountsCreateV1, callControllerCallAccountsGetV1, callControllerCallAccountsSelfV1, callControllerCallAccountsListV1, callControllerCallAccountsUpdateV1, callControllerCallAccountsBalanceAddV1, callControllerCallAccountsBalanceSelfV1, callControllerCallAccountsBalanceGetV1, callControllerCallCollectionsCreateV1, callControllerCallCollectionsGetV1, callControllerCallCollectionsListV1, callControllerCallCollectionsMetadataUpdateV1, callControllerCallCollectionsItemsAddV1, callControllerCallCollectionsItemsListV1, callControllerCallCollectionsItemsRemoveV1, callControllerCallGroupsCreateV1, callControllerCallGroupsGetV1, callControllerCallGroupsDeleteV1, callControllerCallGroupsAccountsAddV1, callControllerCallGroupsAccountsRemoveV1, callControllerCallImagesGetManyV1, callControllerCallImagesGetV1, callControllerCallImagesRepresentationsGetV1, callControllerCallVideosGetManyV1, callControllerCallVideosGetV1, callControllerCallOperationsGetV1, callControllerCallOperationsGetManyV1, callControllerCallOperationsListV1, callControllerCallOperationsMetadataUpdateV1, callControllerCallOperationsWaitV1, callControllerCallOperationsRunHauteLindaV1V1, callControllerCallOperationsRunHauteNaomiV1V1, callControllerCallOperationsRunInpaintKateV1V1, callControllerCallOperationsRunGptV1V1, callControllerCallOperationsRunGptV2V1, callControllerCallOperationsRunGptV3V1, callControllerCallOperationsRunTranslateV1V1, callControllerCallOperationsRunStringsTemplateV1V1, callControllerCallOperationsRunImagineKateV1V1, callControllerCallOperationsRunUpscaleV1V1, callControllerCallOperationsRunObjectDetectionV1V1, callControllerCallOperationsRunSegmentAnythingEmbeddingsV1V1, callControllerCallOperationsRunSegmentAnythingMaskV1V1, callControllerCallOperationsRunPoseEstimationV1V1, callControllerCallOperationsRunCutV1V1, callControllerCallOperationsRunCropV1V1, callControllerCallOperationsRunNoiseV1V1, callControllerCallOperationsRunResizeV1V1, callControllerCallOperationsRunContrastV1V1, callControllerCallOperationsRunCompositeV1V1, callControllerCallOperationsRunVtonGiseleV1V1, callControllerCallOperationsRunNegateImageV1V1, callControllerCallOperationsRunEchoV1V1, callControllerCallOperationsRunMathV1V1, callControllerCallOperationsRunAnimateKling16ProV1V1, callControllerCallOperationsRunAnimateKling21V1V1, callControllerCallOperationsRunAnimateCreatomateV1V1, callControllerCallOperationsRunOnecompilerV1V1, callControllerCallOperationsRunEditFluxKontextDevV1V1, callControllerCallOperationsRunVeo3V1V1, callControllerCallOperationsRunVeo3FastV1V1, callControllerCallOperationsRunPipelineMapV1V1, callControllerCallOperationsRunImagen4V1V1, callControllerCallOperationsRunTopazUpscaleV1V1, callControllerCallOperationsRunIdeogramCharacterV1V1, callControllerCallOperationsRunSeedream3V1V1, callControllerCallOperationsRunLumaPhotonV1V1, callControllerCallOperationsRunImagineFlux11ProUltraV1V1, callControllerCallOperationsRunSeedV1V1, callControllerCallOperationsRunGoogleNanoBananaV1V1,
|
|
14809
|
+
return { callControllerCallAccessGrantV1, callControllerCallAccessAttachV1, callControllerCallAccountsCreateV1, callControllerCallAccountsGetV1, callControllerCallAccountsSelfV1, callControllerCallAccountsListV1, callControllerCallAccountsUpdateV1, callControllerCallAccountsBalanceAddV1, callControllerCallAccountsBalanceSelfV1, callControllerCallAccountsBalanceGetV1, callControllerCallCollectionsCreateV1, callControllerCallCollectionsGetV1, callControllerCallCollectionsListV1, callControllerCallCollectionsMetadataUpdateV1, callControllerCallCollectionsItemsAddV1, callControllerCallCollectionsItemsListV1, callControllerCallCollectionsItemsRemoveV1, callControllerCallGroupsCreateV1, callControllerCallGroupsGetV1, callControllerCallGroupsDeleteV1, callControllerCallGroupsAccountsAddV1, callControllerCallGroupsAccountsRemoveV1, callControllerCallImagesGetManyV1, callControllerCallImagesGetV1, callControllerCallImagesRepresentationsGetV1, callControllerCallVideosGetManyV1, callControllerCallVideosGetV1, callControllerCallOperationsGetV1, callControllerCallOperationsGetManyV1, callControllerCallOperationsListV1, callControllerCallOperationsMetadataUpdateV1, callControllerCallOperationsWaitV1, callControllerCallOperationsRunHauteLindaV1V1, callControllerCallOperationsRunHauteNaomiV1V1, callControllerCallOperationsRunInpaintKateV1V1, callControllerCallOperationsRunGptV1V1, callControllerCallOperationsRunGptV2V1, callControllerCallOperationsRunGptV3V1, callControllerCallOperationsRunTranslateV1V1, callControllerCallOperationsRunStringsTemplateV1V1, callControllerCallOperationsRunImagineKateV1V1, callControllerCallOperationsRunUpscaleV1V1, callControllerCallOperationsRunObjectDetectionV1V1, callControllerCallOperationsRunSegmentAnythingEmbeddingsV1V1, callControllerCallOperationsRunSegmentAnythingMaskV1V1, callControllerCallOperationsRunPoseEstimationV1V1, callControllerCallOperationsRunCutV1V1, callControllerCallOperationsRunCropV1V1, callControllerCallOperationsRunNoiseV1V1, callControllerCallOperationsRunResizeV1V1, callControllerCallOperationsRunContrastV1V1, callControllerCallOperationsRunCompositeV1V1, callControllerCallOperationsRunVtonGiseleV1V1, callControllerCallOperationsRunNegateImageV1V1, callControllerCallOperationsRunEchoV1V1, callControllerCallOperationsRunMathV1V1, callControllerCallOperationsRunAnimateKling16ProV1V1, callControllerCallOperationsRunAnimateKling21V1V1, callControllerCallOperationsRunAnimateCreatomateV1V1, callControllerCallOperationsRunOnecompilerV1V1, callControllerCallOperationsRunEditFluxKontextDevV1V1, callControllerCallOperationsRunVeo3V1V1, callControllerCallOperationsRunVeo3FastV1V1, callControllerCallOperationsRunPipelineMapV1V1, callControllerCallOperationsRunImagen4V1V1, callControllerCallOperationsRunTopazUpscaleV1V1, callControllerCallOperationsRunIdeogramCharacterV1V1, callControllerCallOperationsRunSeedream3V1V1, callControllerCallOperationsRunLumaPhotonV1V1, callControllerCallOperationsRunImagineFlux11ProUltraV1V1, callControllerCallOperationsRunSeedV1V1, callControllerCallOperationsRunGoogleNanoBananaV1V1, callControllerCallOperationsRunHauteNaomiTrainV1V1, callControllerCallOperationsRunHauteNaomiPrepareDatasetV1V1, callControllerCallOperationsRunFashnVton16V1V1, callControllerCallOperationsRunAlphabakeVtonV1V1, callControllerCallPosesGetV1, callControllerCallPosesListV1, callControllerCallPosesPreviewSetV1, callControllerCallPosesMetadataUpdateV1, callControllerCallStacksCreateV1, callControllerCallStacksGetV1, callControllerCallStacksListV1, callControllerCallStacksMetadataUpdateV1, callControllerCallStacksItemsAddV1, callControllerCallStacksItemsRemoveV1, callControllerCallStorageCreateV1, callControllerCallStorageDeleteV1, callControllerCallStorageGetManyV1, callControllerCallStorageUpdateV1 };
|
|
14665
14810
|
};
|
|
14666
14811
|
|
|
14667
14812
|
// src/autogenerated/pipeline-methods.ts
|
|
@@ -14731,7 +14876,13 @@ var usePipelineDefinitions = () => {
|
|
|
14731
14876
|
"v1": api.callControllerCallOperationsRunHauteLindaV1V1
|
|
14732
14877
|
},
|
|
14733
14878
|
"naomi": {
|
|
14734
|
-
"v1": api.callControllerCallOperationsRunHauteNaomiV1V1
|
|
14879
|
+
"v1": api.callControllerCallOperationsRunHauteNaomiV1V1,
|
|
14880
|
+
"train": {
|
|
14881
|
+
"v1": api.callControllerCallOperationsRunHauteNaomiTrainV1V1
|
|
14882
|
+
},
|
|
14883
|
+
"prepare_dataset": {
|
|
14884
|
+
"v1": api.callControllerCallOperationsRunHauteNaomiPrepareDatasetV1V1
|
|
14885
|
+
}
|
|
14735
14886
|
}
|
|
14736
14887
|
},
|
|
14737
14888
|
"inpaint": {
|
|
@@ -14866,8 +15017,15 @@ var usePipelineDefinitions = () => {
|
|
|
14866
15017
|
"v1": api.callControllerCallOperationsRunGoogleNanoBananaV1V1
|
|
14867
15018
|
}
|
|
14868
15019
|
},
|
|
14869
|
-
"
|
|
14870
|
-
"
|
|
15020
|
+
"fashn": {
|
|
15021
|
+
"vton_1_6": {
|
|
15022
|
+
"v1": api.callControllerCallOperationsRunFashnVton16V1V1
|
|
15023
|
+
}
|
|
15024
|
+
},
|
|
15025
|
+
"alphabake": {
|
|
15026
|
+
"vton": {
|
|
15027
|
+
"v1": api.callControllerCallOperationsRunAlphabakeVtonV1V1
|
|
15028
|
+
}
|
|
14871
15029
|
}
|
|
14872
15030
|
}
|
|
14873
15031
|
},
|
|
@@ -15242,6 +15400,11 @@ export {
|
|
|
15242
15400
|
AccountsControllerListAccountsV1OrderBy,
|
|
15243
15401
|
AddAccountToGroupControllerParamsDtoRole,
|
|
15244
15402
|
AddAccountToGroupParamsDtoRole,
|
|
15403
|
+
AlphabakeVtonV1InputGarmentType,
|
|
15404
|
+
AlphabakeVtonV1InputMode,
|
|
15405
|
+
AlphabakeVtonV1InputProcessAsset,
|
|
15406
|
+
AlphabakeVtonV1ResponseKind,
|
|
15407
|
+
AlphabakeVtonV1ResponseStatus,
|
|
15245
15408
|
AnimateCreatomateV1ResponseKind,
|
|
15246
15409
|
AnimateCreatomateV1ResponseStatus,
|
|
15247
15410
|
AnimateKling16ProV1InputAspectRatio,
|
|
@@ -15270,6 +15433,12 @@ export {
|
|
|
15270
15433
|
EchoV1ResponseStatus,
|
|
15271
15434
|
EditFluxKontextDevV1ResponseKind,
|
|
15272
15435
|
EditFluxKontextDevV1ResponseStatus,
|
|
15436
|
+
FashnVton16V1ResponseKind,
|
|
15437
|
+
FashnVton16V1ResponseStatus,
|
|
15438
|
+
FashnVtonV1InputCategory,
|
|
15439
|
+
FashnVtonV1InputGarmentPhotoType,
|
|
15440
|
+
FashnVtonV1InputMode,
|
|
15441
|
+
FashnVtonV1InputModerationLevel,
|
|
15273
15442
|
GPTV1InputModel,
|
|
15274
15443
|
GPTV2AssistantMessageDtoRole,
|
|
15275
15444
|
GPTV2DeveloperMessageDtoRole,
|
|
@@ -15378,6 +15547,10 @@ export {
|
|
|
15378
15547
|
GrantAccessControllerParamsPrincipalType,
|
|
15379
15548
|
HauteLindaV1ResponseKind,
|
|
15380
15549
|
HauteLindaV1ResponseStatus,
|
|
15550
|
+
HauteNaomiPrepareDatasetV1ResponseKind,
|
|
15551
|
+
HauteNaomiPrepareDatasetV1ResponseStatus,
|
|
15552
|
+
HauteNaomiTrainV1ResponseKind,
|
|
15553
|
+
HauteNaomiTrainV1ResponseStatus,
|
|
15381
15554
|
HauteNaomiV1ResponseKind,
|
|
15382
15555
|
HauteNaomiV1ResponseStatus,
|
|
15383
15556
|
IdeogramCharacterV1ResponseKind,
|
|
@@ -15404,10 +15577,6 @@ export {
|
|
|
15404
15577
|
ListOperationsParamsDtoOrderBy,
|
|
15405
15578
|
ListPosesParamsDtoOrderBy,
|
|
15406
15579
|
ListStacksParamsDtoOrderBy,
|
|
15407
|
-
LoraDtoStatus,
|
|
15408
|
-
LoraTrainingOutputKind,
|
|
15409
|
-
LoraTrainingResponseKind,
|
|
15410
|
-
LoraTrainingResponseStatus,
|
|
15411
15580
|
LumaPhotonV1InputAspectRatio,
|
|
15412
15581
|
LumaPhotonV1ResponseKind,
|
|
15413
15582
|
LumaPhotonV1ResponseStatus,
|
|
@@ -15415,7 +15584,9 @@ export {
|
|
|
15415
15584
|
MathV1ResponseStatus,
|
|
15416
15585
|
ModifyAccessParamsDtoAccess,
|
|
15417
15586
|
ModifyAccessParamsDtoPrincipalType,
|
|
15587
|
+
NaomiHauteTrainOutputDtoKind,
|
|
15418
15588
|
NaomiHauteV1InputMode,
|
|
15589
|
+
NaomiPrepareDatasetOutputDtoKind,
|
|
15419
15590
|
NegateImageV1ResponseKind,
|
|
15420
15591
|
NegateImageV1ResponseStatus,
|
|
15421
15592
|
NoiseV1ResponseKind,
|
|
@@ -15471,7 +15642,6 @@ export {
|
|
|
15471
15642
|
SelfAccountDtoType,
|
|
15472
15643
|
StackEntityKind,
|
|
15473
15644
|
StacksControllerListStacksV1OrderBy,
|
|
15474
|
-
StartTrainingParamsDtoModelType,
|
|
15475
15645
|
StorageEntityKind,
|
|
15476
15646
|
StringsTemplateV1ResponseKind,
|
|
15477
15647
|
StringsTemplateV1ResponseStatus,
|