@hautechai/sdk 2.15.0 → 2.15.1
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 +47 -0
- package/dist/index.d.ts +47 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -370,6 +370,7 @@ interface AlphabakeVtonV1Response {
|
|
|
370
370
|
price?: string;
|
|
371
371
|
estimatedPrice?: string;
|
|
372
372
|
errorMessage?: string;
|
|
373
|
+
errorCode?: string;
|
|
373
374
|
id: string;
|
|
374
375
|
creatorId: string;
|
|
375
376
|
metadata: AlphabakeVtonV1ResponseMetadata;
|
|
@@ -512,6 +513,7 @@ interface AnimateCreatomateV1Response {
|
|
|
512
513
|
price?: string;
|
|
513
514
|
estimatedPrice?: string;
|
|
514
515
|
errorMessage?: string;
|
|
516
|
+
errorCode?: string;
|
|
515
517
|
id: string;
|
|
516
518
|
creatorId: string;
|
|
517
519
|
metadata: AnimateCreatomateV1ResponseMetadata;
|
|
@@ -647,6 +649,7 @@ interface AnimateKling16ProV1Response {
|
|
|
647
649
|
price?: string;
|
|
648
650
|
estimatedPrice?: string;
|
|
649
651
|
errorMessage?: string;
|
|
652
|
+
errorCode?: string;
|
|
650
653
|
id: string;
|
|
651
654
|
creatorId: string;
|
|
652
655
|
metadata: AnimateKling16ProV1ResponseMetadata;
|
|
@@ -762,6 +765,7 @@ interface AnimateKling21V1Response {
|
|
|
762
765
|
price?: string;
|
|
763
766
|
estimatedPrice?: string;
|
|
764
767
|
errorMessage?: string;
|
|
768
|
+
errorCode?: string;
|
|
765
769
|
id: string;
|
|
766
770
|
creatorId: string;
|
|
767
771
|
metadata: AnimateKling21V1ResponseMetadata;
|
|
@@ -1372,6 +1376,7 @@ interface CompositeV1Response {
|
|
|
1372
1376
|
price?: string;
|
|
1373
1377
|
estimatedPrice?: string;
|
|
1374
1378
|
errorMessage?: string;
|
|
1379
|
+
errorCode?: string;
|
|
1375
1380
|
id: string;
|
|
1376
1381
|
creatorId: string;
|
|
1377
1382
|
metadata: CompositeV1ResponseMetadata;
|
|
@@ -1472,6 +1477,7 @@ interface ContrastV1Response {
|
|
|
1472
1477
|
price?: string;
|
|
1473
1478
|
estimatedPrice?: string;
|
|
1474
1479
|
errorMessage?: string;
|
|
1480
|
+
errorCode?: string;
|
|
1475
1481
|
id: string;
|
|
1476
1482
|
creatorId: string;
|
|
1477
1483
|
metadata: ContrastV1ResponseMetadata;
|
|
@@ -1841,6 +1847,7 @@ interface CropV1Response {
|
|
|
1841
1847
|
price?: string;
|
|
1842
1848
|
estimatedPrice?: string;
|
|
1843
1849
|
errorMessage?: string;
|
|
1850
|
+
errorCode?: string;
|
|
1844
1851
|
id: string;
|
|
1845
1852
|
creatorId: string;
|
|
1846
1853
|
metadata: CropV1ResponseMetadata;
|
|
@@ -1941,6 +1948,7 @@ interface CutV1Response {
|
|
|
1941
1948
|
price?: string;
|
|
1942
1949
|
estimatedPrice?: string;
|
|
1943
1950
|
errorMessage?: string;
|
|
1951
|
+
errorCode?: string;
|
|
1944
1952
|
id: string;
|
|
1945
1953
|
creatorId: string;
|
|
1946
1954
|
metadata: CutV1ResponseMetadata;
|
|
@@ -2107,6 +2115,7 @@ interface EchoV1Response {
|
|
|
2107
2115
|
price?: string;
|
|
2108
2116
|
estimatedPrice?: string;
|
|
2109
2117
|
errorMessage?: string;
|
|
2118
|
+
errorCode?: string;
|
|
2110
2119
|
id: string;
|
|
2111
2120
|
creatorId: string;
|
|
2112
2121
|
metadata: EchoV1ResponseMetadata;
|
|
@@ -2218,6 +2227,7 @@ interface EditFluxKontextDevV1Response {
|
|
|
2218
2227
|
price?: string;
|
|
2219
2228
|
estimatedPrice?: string;
|
|
2220
2229
|
errorMessage?: string;
|
|
2230
|
+
errorCode?: string;
|
|
2221
2231
|
id: string;
|
|
2222
2232
|
creatorId: string;
|
|
2223
2233
|
metadata: EditFluxKontextDevV1ResponseMetadata;
|
|
@@ -2378,6 +2388,7 @@ interface FashnVton16V1Response {
|
|
|
2378
2388
|
price?: string;
|
|
2379
2389
|
estimatedPrice?: string;
|
|
2380
2390
|
errorMessage?: string;
|
|
2391
|
+
errorCode?: string;
|
|
2381
2392
|
id: string;
|
|
2382
2393
|
creatorId: string;
|
|
2383
2394
|
metadata: FashnVton16V1ResponseMetadata;
|
|
@@ -5444,6 +5455,7 @@ interface GoogleNanoBananaV1Response {
|
|
|
5444
5455
|
price?: string;
|
|
5445
5456
|
estimatedPrice?: string;
|
|
5446
5457
|
errorMessage?: string;
|
|
5458
|
+
errorCode?: string;
|
|
5447
5459
|
id: string;
|
|
5448
5460
|
creatorId: string;
|
|
5449
5461
|
metadata: GoogleNanoBananaV1ResponseMetadata;
|
|
@@ -5579,6 +5591,7 @@ interface GptV1Response {
|
|
|
5579
5591
|
price?: string;
|
|
5580
5592
|
estimatedPrice?: string;
|
|
5581
5593
|
errorMessage?: string;
|
|
5594
|
+
errorCode?: string;
|
|
5582
5595
|
id: string;
|
|
5583
5596
|
creatorId: string;
|
|
5584
5597
|
metadata: GptV1ResponseMetadata;
|
|
@@ -5668,6 +5681,7 @@ interface GptV2Response {
|
|
|
5668
5681
|
price?: string;
|
|
5669
5682
|
estimatedPrice?: string;
|
|
5670
5683
|
errorMessage?: string;
|
|
5684
|
+
errorCode?: string;
|
|
5671
5685
|
id: string;
|
|
5672
5686
|
creatorId: string;
|
|
5673
5687
|
metadata: GptV2ResponseMetadata;
|
|
@@ -5757,6 +5771,7 @@ interface GptV3Response {
|
|
|
5757
5771
|
price?: string;
|
|
5758
5772
|
estimatedPrice?: string;
|
|
5759
5773
|
errorMessage?: string;
|
|
5774
|
+
errorCode?: string;
|
|
5760
5775
|
id: string;
|
|
5761
5776
|
creatorId: string;
|
|
5762
5777
|
metadata: GptV3ResponseMetadata;
|
|
@@ -5986,6 +6001,7 @@ interface HauteLindaV1Response {
|
|
|
5986
6001
|
price?: string;
|
|
5987
6002
|
estimatedPrice?: string;
|
|
5988
6003
|
errorMessage?: string;
|
|
6004
|
+
errorCode?: string;
|
|
5989
6005
|
id: string;
|
|
5990
6006
|
creatorId: string;
|
|
5991
6007
|
metadata: HauteLindaV1ResponseMetadata;
|
|
@@ -6120,6 +6136,7 @@ interface HauteNaomiPrepareDatasetV1Response {
|
|
|
6120
6136
|
price?: string;
|
|
6121
6137
|
estimatedPrice?: string;
|
|
6122
6138
|
errorMessage?: string;
|
|
6139
|
+
errorCode?: string;
|
|
6123
6140
|
id: string;
|
|
6124
6141
|
creatorId: string;
|
|
6125
6142
|
metadata: HauteNaomiPrepareDatasetV1ResponseMetadata;
|
|
@@ -6253,6 +6270,7 @@ interface HauteNaomiTrainV1Response {
|
|
|
6253
6270
|
price?: string;
|
|
6254
6271
|
estimatedPrice?: string;
|
|
6255
6272
|
errorMessage?: string;
|
|
6273
|
+
errorCode?: string;
|
|
6256
6274
|
id: string;
|
|
6257
6275
|
creatorId: string;
|
|
6258
6276
|
metadata: HauteNaomiTrainV1ResponseMetadata;
|
|
@@ -6393,6 +6411,7 @@ interface HauteNaomiV1Response {
|
|
|
6393
6411
|
price?: string;
|
|
6394
6412
|
estimatedPrice?: string;
|
|
6395
6413
|
errorMessage?: string;
|
|
6414
|
+
errorCode?: string;
|
|
6396
6415
|
id: string;
|
|
6397
6416
|
creatorId: string;
|
|
6398
6417
|
metadata: HauteNaomiV1ResponseMetadata;
|
|
@@ -6496,6 +6515,7 @@ interface IdeogramCharacterV1Response {
|
|
|
6496
6515
|
price?: string;
|
|
6497
6516
|
estimatedPrice?: string;
|
|
6498
6517
|
errorMessage?: string;
|
|
6518
|
+
errorCode?: string;
|
|
6499
6519
|
id: string;
|
|
6500
6520
|
creatorId: string;
|
|
6501
6521
|
metadata: IdeogramCharacterV1ResponseMetadata;
|
|
@@ -6699,6 +6719,7 @@ interface Imagen4V1Response {
|
|
|
6699
6719
|
price?: string;
|
|
6700
6720
|
estimatedPrice?: string;
|
|
6701
6721
|
errorMessage?: string;
|
|
6722
|
+
errorCode?: string;
|
|
6702
6723
|
id: string;
|
|
6703
6724
|
creatorId: string;
|
|
6704
6725
|
metadata: Imagen4V1ResponseMetadata;
|
|
@@ -6788,6 +6809,7 @@ interface ImagineFlux11ProUltraV1Response {
|
|
|
6788
6809
|
price?: string;
|
|
6789
6810
|
estimatedPrice?: string;
|
|
6790
6811
|
errorMessage?: string;
|
|
6812
|
+
errorCode?: string;
|
|
6791
6813
|
id: string;
|
|
6792
6814
|
creatorId: string;
|
|
6793
6815
|
metadata: ImagineFlux11ProUltraV1ResponseMetadata;
|
|
@@ -6907,6 +6929,7 @@ interface ImagineKateV1Response {
|
|
|
6907
6929
|
price?: string;
|
|
6908
6930
|
estimatedPrice?: string;
|
|
6909
6931
|
errorMessage?: string;
|
|
6932
|
+
errorCode?: string;
|
|
6910
6933
|
id: string;
|
|
6911
6934
|
creatorId: string;
|
|
6912
6935
|
metadata: ImagineKateV1ResponseMetadata;
|
|
@@ -7076,6 +7099,7 @@ interface InpaintKateV1Response {
|
|
|
7076
7099
|
price?: string;
|
|
7077
7100
|
estimatedPrice?: string;
|
|
7078
7101
|
errorMessage?: string;
|
|
7102
|
+
errorCode?: string;
|
|
7079
7103
|
id: string;
|
|
7080
7104
|
creatorId: string;
|
|
7081
7105
|
metadata: InpaintKateV1ResponseMetadata;
|
|
@@ -7176,6 +7200,7 @@ interface KlingKolorsVtonV1Response {
|
|
|
7176
7200
|
price?: string;
|
|
7177
7201
|
estimatedPrice?: string;
|
|
7178
7202
|
errorMessage?: string;
|
|
7203
|
+
errorCode?: string;
|
|
7179
7204
|
id: string;
|
|
7180
7205
|
creatorId: string;
|
|
7181
7206
|
metadata: KlingKolorsVtonV1ResponseMetadata;
|
|
@@ -7522,6 +7547,7 @@ interface OperationEntity {
|
|
|
7522
7547
|
price?: string;
|
|
7523
7548
|
estimatedPrice?: string;
|
|
7524
7549
|
errorMessage?: string;
|
|
7550
|
+
errorCode?: string;
|
|
7525
7551
|
id: string;
|
|
7526
7552
|
creatorId: string;
|
|
7527
7553
|
metadata: OperationEntityMetadata;
|
|
@@ -8031,6 +8057,7 @@ interface LumaPhotonV1Response {
|
|
|
8031
8057
|
price?: string;
|
|
8032
8058
|
estimatedPrice?: string;
|
|
8033
8059
|
errorMessage?: string;
|
|
8060
|
+
errorCode?: string;
|
|
8034
8061
|
id: string;
|
|
8035
8062
|
creatorId: string;
|
|
8036
8063
|
metadata: LumaPhotonV1ResponseMetadata;
|
|
@@ -8147,6 +8174,7 @@ interface MathV1Response {
|
|
|
8147
8174
|
price?: string;
|
|
8148
8175
|
estimatedPrice?: string;
|
|
8149
8176
|
errorMessage?: string;
|
|
8177
|
+
errorCode?: string;
|
|
8150
8178
|
id: string;
|
|
8151
8179
|
creatorId: string;
|
|
8152
8180
|
metadata: MathV1ResponseMetadata;
|
|
@@ -8299,6 +8327,7 @@ interface NegateImageV1Response {
|
|
|
8299
8327
|
price?: string;
|
|
8300
8328
|
estimatedPrice?: string;
|
|
8301
8329
|
errorMessage?: string;
|
|
8330
|
+
errorCode?: string;
|
|
8302
8331
|
id: string;
|
|
8303
8332
|
creatorId: string;
|
|
8304
8333
|
metadata: NegateImageV1ResponseMetadata;
|
|
@@ -8400,6 +8429,7 @@ interface NoiseV1Response {
|
|
|
8400
8429
|
price?: string;
|
|
8401
8430
|
estimatedPrice?: string;
|
|
8402
8431
|
errorMessage?: string;
|
|
8432
|
+
errorCode?: string;
|
|
8403
8433
|
id: string;
|
|
8404
8434
|
creatorId: string;
|
|
8405
8435
|
metadata: NoiseV1ResponseMetadata;
|
|
@@ -8523,6 +8553,7 @@ interface ObjectDetectionV1Response {
|
|
|
8523
8553
|
price?: string;
|
|
8524
8554
|
estimatedPrice?: string;
|
|
8525
8555
|
errorMessage?: string;
|
|
8556
|
+
errorCode?: string;
|
|
8526
8557
|
id: string;
|
|
8527
8558
|
creatorId: string;
|
|
8528
8559
|
metadata: ObjectDetectionV1ResponseMetadata;
|
|
@@ -8718,6 +8749,7 @@ interface OnecompilerV1Response {
|
|
|
8718
8749
|
price?: string;
|
|
8719
8750
|
estimatedPrice?: string;
|
|
8720
8751
|
errorMessage?: string;
|
|
8752
|
+
errorCode?: string;
|
|
8721
8753
|
id: string;
|
|
8722
8754
|
creatorId: string;
|
|
8723
8755
|
metadata: OnecompilerV1ResponseMetadata;
|
|
@@ -9044,6 +9076,7 @@ interface PipelineMapV1Response {
|
|
|
9044
9076
|
price?: string;
|
|
9045
9077
|
estimatedPrice?: string;
|
|
9046
9078
|
errorMessage?: string;
|
|
9079
|
+
errorCode?: string;
|
|
9047
9080
|
id: string;
|
|
9048
9081
|
creatorId: string;
|
|
9049
9082
|
metadata: PipelineMapV1ResponseMetadata;
|
|
@@ -9241,6 +9274,7 @@ interface PoseEstimationV1Response {
|
|
|
9241
9274
|
price?: string;
|
|
9242
9275
|
estimatedPrice?: string;
|
|
9243
9276
|
errorMessage?: string;
|
|
9277
|
+
errorCode?: string;
|
|
9244
9278
|
id: string;
|
|
9245
9279
|
creatorId: string;
|
|
9246
9280
|
metadata: PoseEstimationV1ResponseMetadata;
|
|
@@ -9450,6 +9484,7 @@ interface ResizeV1Response {
|
|
|
9450
9484
|
price?: string;
|
|
9451
9485
|
estimatedPrice?: string;
|
|
9452
9486
|
errorMessage?: string;
|
|
9487
|
+
errorCode?: string;
|
|
9453
9488
|
id: string;
|
|
9454
9489
|
creatorId: string;
|
|
9455
9490
|
metadata: ResizeV1ResponseMetadata;
|
|
@@ -9656,6 +9691,7 @@ interface SeedV1Response {
|
|
|
9656
9691
|
price?: string;
|
|
9657
9692
|
estimatedPrice?: string;
|
|
9658
9693
|
errorMessage?: string;
|
|
9694
|
+
errorCode?: string;
|
|
9659
9695
|
id: string;
|
|
9660
9696
|
creatorId: string;
|
|
9661
9697
|
metadata: SeedV1ResponseMetadata;
|
|
@@ -9806,6 +9842,7 @@ interface Seedream3V1Response {
|
|
|
9806
9842
|
price?: string;
|
|
9807
9843
|
estimatedPrice?: string;
|
|
9808
9844
|
errorMessage?: string;
|
|
9845
|
+
errorCode?: string;
|
|
9809
9846
|
id: string;
|
|
9810
9847
|
creatorId: string;
|
|
9811
9848
|
metadata: Seedream3V1ResponseMetadata;
|
|
@@ -9918,6 +9955,7 @@ interface Seedream4EditV1Response {
|
|
|
9918
9955
|
price?: string;
|
|
9919
9956
|
estimatedPrice?: string;
|
|
9920
9957
|
errorMessage?: string;
|
|
9958
|
+
errorCode?: string;
|
|
9921
9959
|
id: string;
|
|
9922
9960
|
creatorId: string;
|
|
9923
9961
|
metadata: Seedream4EditV1ResponseMetadata;
|
|
@@ -10017,6 +10055,7 @@ interface SegmentAnythingEmbeddingsV1Response {
|
|
|
10017
10055
|
price?: string;
|
|
10018
10056
|
estimatedPrice?: string;
|
|
10019
10057
|
errorMessage?: string;
|
|
10058
|
+
errorCode?: string;
|
|
10020
10059
|
id: string;
|
|
10021
10060
|
creatorId: string;
|
|
10022
10061
|
metadata: SegmentAnythingEmbeddingsV1ResponseMetadata;
|
|
@@ -10123,6 +10162,7 @@ interface SegmentAnythingMaskV1Response {
|
|
|
10123
10162
|
price?: string;
|
|
10124
10163
|
estimatedPrice?: string;
|
|
10125
10164
|
errorMessage?: string;
|
|
10165
|
+
errorCode?: string;
|
|
10126
10166
|
id: string;
|
|
10127
10167
|
creatorId: string;
|
|
10128
10168
|
metadata: SegmentAnythingMaskV1ResponseMetadata;
|
|
@@ -10405,6 +10445,7 @@ interface StringsTemplateV1Response {
|
|
|
10405
10445
|
price?: string;
|
|
10406
10446
|
estimatedPrice?: string;
|
|
10407
10447
|
errorMessage?: string;
|
|
10448
|
+
errorCode?: string;
|
|
10408
10449
|
id: string;
|
|
10409
10450
|
creatorId: string;
|
|
10410
10451
|
metadata: StringsTemplateV1ResponseMetadata;
|
|
@@ -10561,6 +10602,7 @@ interface TopazUpscaleV1Response {
|
|
|
10561
10602
|
price?: string;
|
|
10562
10603
|
estimatedPrice?: string;
|
|
10563
10604
|
errorMessage?: string;
|
|
10605
|
+
errorCode?: string;
|
|
10564
10606
|
id: string;
|
|
10565
10607
|
creatorId: string;
|
|
10566
10608
|
metadata: TopazUpscaleV1ResponseMetadata;
|
|
@@ -10694,6 +10736,7 @@ interface TranslateV1Response {
|
|
|
10694
10736
|
price?: string;
|
|
10695
10737
|
estimatedPrice?: string;
|
|
10696
10738
|
errorMessage?: string;
|
|
10739
|
+
errorCode?: string;
|
|
10697
10740
|
id: string;
|
|
10698
10741
|
creatorId: string;
|
|
10699
10742
|
metadata: TranslateV1ResponseMetadata;
|
|
@@ -10937,6 +10980,7 @@ interface UpscaleV1Response {
|
|
|
10937
10980
|
price?: string;
|
|
10938
10981
|
estimatedPrice?: string;
|
|
10939
10982
|
errorMessage?: string;
|
|
10983
|
+
errorCode?: string;
|
|
10940
10984
|
id: string;
|
|
10941
10985
|
creatorId: string;
|
|
10942
10986
|
metadata: UpscaleV1ResponseMetadata;
|
|
@@ -11052,6 +11096,7 @@ interface Veo3FastV1Response {
|
|
|
11052
11096
|
price?: string;
|
|
11053
11097
|
estimatedPrice?: string;
|
|
11054
11098
|
errorMessage?: string;
|
|
11099
|
+
errorCode?: string;
|
|
11055
11100
|
id: string;
|
|
11056
11101
|
creatorId: string;
|
|
11057
11102
|
metadata: Veo3FastV1ResponseMetadata;
|
|
@@ -11141,6 +11186,7 @@ interface Veo3V1Response {
|
|
|
11141
11186
|
price?: string;
|
|
11142
11187
|
estimatedPrice?: string;
|
|
11143
11188
|
errorMessage?: string;
|
|
11189
|
+
errorCode?: string;
|
|
11144
11190
|
id: string;
|
|
11145
11191
|
creatorId: string;
|
|
11146
11192
|
metadata: Veo3V1ResponseMetadata;
|
|
@@ -11251,6 +11297,7 @@ interface VtonGiseleV1Response {
|
|
|
11251
11297
|
price?: string;
|
|
11252
11298
|
estimatedPrice?: string;
|
|
11253
11299
|
errorMessage?: string;
|
|
11300
|
+
errorCode?: string;
|
|
11254
11301
|
id: string;
|
|
11255
11302
|
creatorId: string;
|
|
11256
11303
|
metadata: VtonGiseleV1ResponseMetadata;
|
package/dist/index.d.ts
CHANGED
|
@@ -370,6 +370,7 @@ interface AlphabakeVtonV1Response {
|
|
|
370
370
|
price?: string;
|
|
371
371
|
estimatedPrice?: string;
|
|
372
372
|
errorMessage?: string;
|
|
373
|
+
errorCode?: string;
|
|
373
374
|
id: string;
|
|
374
375
|
creatorId: string;
|
|
375
376
|
metadata: AlphabakeVtonV1ResponseMetadata;
|
|
@@ -512,6 +513,7 @@ interface AnimateCreatomateV1Response {
|
|
|
512
513
|
price?: string;
|
|
513
514
|
estimatedPrice?: string;
|
|
514
515
|
errorMessage?: string;
|
|
516
|
+
errorCode?: string;
|
|
515
517
|
id: string;
|
|
516
518
|
creatorId: string;
|
|
517
519
|
metadata: AnimateCreatomateV1ResponseMetadata;
|
|
@@ -647,6 +649,7 @@ interface AnimateKling16ProV1Response {
|
|
|
647
649
|
price?: string;
|
|
648
650
|
estimatedPrice?: string;
|
|
649
651
|
errorMessage?: string;
|
|
652
|
+
errorCode?: string;
|
|
650
653
|
id: string;
|
|
651
654
|
creatorId: string;
|
|
652
655
|
metadata: AnimateKling16ProV1ResponseMetadata;
|
|
@@ -762,6 +765,7 @@ interface AnimateKling21V1Response {
|
|
|
762
765
|
price?: string;
|
|
763
766
|
estimatedPrice?: string;
|
|
764
767
|
errorMessage?: string;
|
|
768
|
+
errorCode?: string;
|
|
765
769
|
id: string;
|
|
766
770
|
creatorId: string;
|
|
767
771
|
metadata: AnimateKling21V1ResponseMetadata;
|
|
@@ -1372,6 +1376,7 @@ interface CompositeV1Response {
|
|
|
1372
1376
|
price?: string;
|
|
1373
1377
|
estimatedPrice?: string;
|
|
1374
1378
|
errorMessage?: string;
|
|
1379
|
+
errorCode?: string;
|
|
1375
1380
|
id: string;
|
|
1376
1381
|
creatorId: string;
|
|
1377
1382
|
metadata: CompositeV1ResponseMetadata;
|
|
@@ -1472,6 +1477,7 @@ interface ContrastV1Response {
|
|
|
1472
1477
|
price?: string;
|
|
1473
1478
|
estimatedPrice?: string;
|
|
1474
1479
|
errorMessage?: string;
|
|
1480
|
+
errorCode?: string;
|
|
1475
1481
|
id: string;
|
|
1476
1482
|
creatorId: string;
|
|
1477
1483
|
metadata: ContrastV1ResponseMetadata;
|
|
@@ -1841,6 +1847,7 @@ interface CropV1Response {
|
|
|
1841
1847
|
price?: string;
|
|
1842
1848
|
estimatedPrice?: string;
|
|
1843
1849
|
errorMessage?: string;
|
|
1850
|
+
errorCode?: string;
|
|
1844
1851
|
id: string;
|
|
1845
1852
|
creatorId: string;
|
|
1846
1853
|
metadata: CropV1ResponseMetadata;
|
|
@@ -1941,6 +1948,7 @@ interface CutV1Response {
|
|
|
1941
1948
|
price?: string;
|
|
1942
1949
|
estimatedPrice?: string;
|
|
1943
1950
|
errorMessage?: string;
|
|
1951
|
+
errorCode?: string;
|
|
1944
1952
|
id: string;
|
|
1945
1953
|
creatorId: string;
|
|
1946
1954
|
metadata: CutV1ResponseMetadata;
|
|
@@ -2107,6 +2115,7 @@ interface EchoV1Response {
|
|
|
2107
2115
|
price?: string;
|
|
2108
2116
|
estimatedPrice?: string;
|
|
2109
2117
|
errorMessage?: string;
|
|
2118
|
+
errorCode?: string;
|
|
2110
2119
|
id: string;
|
|
2111
2120
|
creatorId: string;
|
|
2112
2121
|
metadata: EchoV1ResponseMetadata;
|
|
@@ -2218,6 +2227,7 @@ interface EditFluxKontextDevV1Response {
|
|
|
2218
2227
|
price?: string;
|
|
2219
2228
|
estimatedPrice?: string;
|
|
2220
2229
|
errorMessage?: string;
|
|
2230
|
+
errorCode?: string;
|
|
2221
2231
|
id: string;
|
|
2222
2232
|
creatorId: string;
|
|
2223
2233
|
metadata: EditFluxKontextDevV1ResponseMetadata;
|
|
@@ -2378,6 +2388,7 @@ interface FashnVton16V1Response {
|
|
|
2378
2388
|
price?: string;
|
|
2379
2389
|
estimatedPrice?: string;
|
|
2380
2390
|
errorMessage?: string;
|
|
2391
|
+
errorCode?: string;
|
|
2381
2392
|
id: string;
|
|
2382
2393
|
creatorId: string;
|
|
2383
2394
|
metadata: FashnVton16V1ResponseMetadata;
|
|
@@ -5444,6 +5455,7 @@ interface GoogleNanoBananaV1Response {
|
|
|
5444
5455
|
price?: string;
|
|
5445
5456
|
estimatedPrice?: string;
|
|
5446
5457
|
errorMessage?: string;
|
|
5458
|
+
errorCode?: string;
|
|
5447
5459
|
id: string;
|
|
5448
5460
|
creatorId: string;
|
|
5449
5461
|
metadata: GoogleNanoBananaV1ResponseMetadata;
|
|
@@ -5579,6 +5591,7 @@ interface GptV1Response {
|
|
|
5579
5591
|
price?: string;
|
|
5580
5592
|
estimatedPrice?: string;
|
|
5581
5593
|
errorMessage?: string;
|
|
5594
|
+
errorCode?: string;
|
|
5582
5595
|
id: string;
|
|
5583
5596
|
creatorId: string;
|
|
5584
5597
|
metadata: GptV1ResponseMetadata;
|
|
@@ -5668,6 +5681,7 @@ interface GptV2Response {
|
|
|
5668
5681
|
price?: string;
|
|
5669
5682
|
estimatedPrice?: string;
|
|
5670
5683
|
errorMessage?: string;
|
|
5684
|
+
errorCode?: string;
|
|
5671
5685
|
id: string;
|
|
5672
5686
|
creatorId: string;
|
|
5673
5687
|
metadata: GptV2ResponseMetadata;
|
|
@@ -5757,6 +5771,7 @@ interface GptV3Response {
|
|
|
5757
5771
|
price?: string;
|
|
5758
5772
|
estimatedPrice?: string;
|
|
5759
5773
|
errorMessage?: string;
|
|
5774
|
+
errorCode?: string;
|
|
5760
5775
|
id: string;
|
|
5761
5776
|
creatorId: string;
|
|
5762
5777
|
metadata: GptV3ResponseMetadata;
|
|
@@ -5986,6 +6001,7 @@ interface HauteLindaV1Response {
|
|
|
5986
6001
|
price?: string;
|
|
5987
6002
|
estimatedPrice?: string;
|
|
5988
6003
|
errorMessage?: string;
|
|
6004
|
+
errorCode?: string;
|
|
5989
6005
|
id: string;
|
|
5990
6006
|
creatorId: string;
|
|
5991
6007
|
metadata: HauteLindaV1ResponseMetadata;
|
|
@@ -6120,6 +6136,7 @@ interface HauteNaomiPrepareDatasetV1Response {
|
|
|
6120
6136
|
price?: string;
|
|
6121
6137
|
estimatedPrice?: string;
|
|
6122
6138
|
errorMessage?: string;
|
|
6139
|
+
errorCode?: string;
|
|
6123
6140
|
id: string;
|
|
6124
6141
|
creatorId: string;
|
|
6125
6142
|
metadata: HauteNaomiPrepareDatasetV1ResponseMetadata;
|
|
@@ -6253,6 +6270,7 @@ interface HauteNaomiTrainV1Response {
|
|
|
6253
6270
|
price?: string;
|
|
6254
6271
|
estimatedPrice?: string;
|
|
6255
6272
|
errorMessage?: string;
|
|
6273
|
+
errorCode?: string;
|
|
6256
6274
|
id: string;
|
|
6257
6275
|
creatorId: string;
|
|
6258
6276
|
metadata: HauteNaomiTrainV1ResponseMetadata;
|
|
@@ -6393,6 +6411,7 @@ interface HauteNaomiV1Response {
|
|
|
6393
6411
|
price?: string;
|
|
6394
6412
|
estimatedPrice?: string;
|
|
6395
6413
|
errorMessage?: string;
|
|
6414
|
+
errorCode?: string;
|
|
6396
6415
|
id: string;
|
|
6397
6416
|
creatorId: string;
|
|
6398
6417
|
metadata: HauteNaomiV1ResponseMetadata;
|
|
@@ -6496,6 +6515,7 @@ interface IdeogramCharacterV1Response {
|
|
|
6496
6515
|
price?: string;
|
|
6497
6516
|
estimatedPrice?: string;
|
|
6498
6517
|
errorMessage?: string;
|
|
6518
|
+
errorCode?: string;
|
|
6499
6519
|
id: string;
|
|
6500
6520
|
creatorId: string;
|
|
6501
6521
|
metadata: IdeogramCharacterV1ResponseMetadata;
|
|
@@ -6699,6 +6719,7 @@ interface Imagen4V1Response {
|
|
|
6699
6719
|
price?: string;
|
|
6700
6720
|
estimatedPrice?: string;
|
|
6701
6721
|
errorMessage?: string;
|
|
6722
|
+
errorCode?: string;
|
|
6702
6723
|
id: string;
|
|
6703
6724
|
creatorId: string;
|
|
6704
6725
|
metadata: Imagen4V1ResponseMetadata;
|
|
@@ -6788,6 +6809,7 @@ interface ImagineFlux11ProUltraV1Response {
|
|
|
6788
6809
|
price?: string;
|
|
6789
6810
|
estimatedPrice?: string;
|
|
6790
6811
|
errorMessage?: string;
|
|
6812
|
+
errorCode?: string;
|
|
6791
6813
|
id: string;
|
|
6792
6814
|
creatorId: string;
|
|
6793
6815
|
metadata: ImagineFlux11ProUltraV1ResponseMetadata;
|
|
@@ -6907,6 +6929,7 @@ interface ImagineKateV1Response {
|
|
|
6907
6929
|
price?: string;
|
|
6908
6930
|
estimatedPrice?: string;
|
|
6909
6931
|
errorMessage?: string;
|
|
6932
|
+
errorCode?: string;
|
|
6910
6933
|
id: string;
|
|
6911
6934
|
creatorId: string;
|
|
6912
6935
|
metadata: ImagineKateV1ResponseMetadata;
|
|
@@ -7076,6 +7099,7 @@ interface InpaintKateV1Response {
|
|
|
7076
7099
|
price?: string;
|
|
7077
7100
|
estimatedPrice?: string;
|
|
7078
7101
|
errorMessage?: string;
|
|
7102
|
+
errorCode?: string;
|
|
7079
7103
|
id: string;
|
|
7080
7104
|
creatorId: string;
|
|
7081
7105
|
metadata: InpaintKateV1ResponseMetadata;
|
|
@@ -7176,6 +7200,7 @@ interface KlingKolorsVtonV1Response {
|
|
|
7176
7200
|
price?: string;
|
|
7177
7201
|
estimatedPrice?: string;
|
|
7178
7202
|
errorMessage?: string;
|
|
7203
|
+
errorCode?: string;
|
|
7179
7204
|
id: string;
|
|
7180
7205
|
creatorId: string;
|
|
7181
7206
|
metadata: KlingKolorsVtonV1ResponseMetadata;
|
|
@@ -7522,6 +7547,7 @@ interface OperationEntity {
|
|
|
7522
7547
|
price?: string;
|
|
7523
7548
|
estimatedPrice?: string;
|
|
7524
7549
|
errorMessage?: string;
|
|
7550
|
+
errorCode?: string;
|
|
7525
7551
|
id: string;
|
|
7526
7552
|
creatorId: string;
|
|
7527
7553
|
metadata: OperationEntityMetadata;
|
|
@@ -8031,6 +8057,7 @@ interface LumaPhotonV1Response {
|
|
|
8031
8057
|
price?: string;
|
|
8032
8058
|
estimatedPrice?: string;
|
|
8033
8059
|
errorMessage?: string;
|
|
8060
|
+
errorCode?: string;
|
|
8034
8061
|
id: string;
|
|
8035
8062
|
creatorId: string;
|
|
8036
8063
|
metadata: LumaPhotonV1ResponseMetadata;
|
|
@@ -8147,6 +8174,7 @@ interface MathV1Response {
|
|
|
8147
8174
|
price?: string;
|
|
8148
8175
|
estimatedPrice?: string;
|
|
8149
8176
|
errorMessage?: string;
|
|
8177
|
+
errorCode?: string;
|
|
8150
8178
|
id: string;
|
|
8151
8179
|
creatorId: string;
|
|
8152
8180
|
metadata: MathV1ResponseMetadata;
|
|
@@ -8299,6 +8327,7 @@ interface NegateImageV1Response {
|
|
|
8299
8327
|
price?: string;
|
|
8300
8328
|
estimatedPrice?: string;
|
|
8301
8329
|
errorMessage?: string;
|
|
8330
|
+
errorCode?: string;
|
|
8302
8331
|
id: string;
|
|
8303
8332
|
creatorId: string;
|
|
8304
8333
|
metadata: NegateImageV1ResponseMetadata;
|
|
@@ -8400,6 +8429,7 @@ interface NoiseV1Response {
|
|
|
8400
8429
|
price?: string;
|
|
8401
8430
|
estimatedPrice?: string;
|
|
8402
8431
|
errorMessage?: string;
|
|
8432
|
+
errorCode?: string;
|
|
8403
8433
|
id: string;
|
|
8404
8434
|
creatorId: string;
|
|
8405
8435
|
metadata: NoiseV1ResponseMetadata;
|
|
@@ -8523,6 +8553,7 @@ interface ObjectDetectionV1Response {
|
|
|
8523
8553
|
price?: string;
|
|
8524
8554
|
estimatedPrice?: string;
|
|
8525
8555
|
errorMessage?: string;
|
|
8556
|
+
errorCode?: string;
|
|
8526
8557
|
id: string;
|
|
8527
8558
|
creatorId: string;
|
|
8528
8559
|
metadata: ObjectDetectionV1ResponseMetadata;
|
|
@@ -8718,6 +8749,7 @@ interface OnecompilerV1Response {
|
|
|
8718
8749
|
price?: string;
|
|
8719
8750
|
estimatedPrice?: string;
|
|
8720
8751
|
errorMessage?: string;
|
|
8752
|
+
errorCode?: string;
|
|
8721
8753
|
id: string;
|
|
8722
8754
|
creatorId: string;
|
|
8723
8755
|
metadata: OnecompilerV1ResponseMetadata;
|
|
@@ -9044,6 +9076,7 @@ interface PipelineMapV1Response {
|
|
|
9044
9076
|
price?: string;
|
|
9045
9077
|
estimatedPrice?: string;
|
|
9046
9078
|
errorMessage?: string;
|
|
9079
|
+
errorCode?: string;
|
|
9047
9080
|
id: string;
|
|
9048
9081
|
creatorId: string;
|
|
9049
9082
|
metadata: PipelineMapV1ResponseMetadata;
|
|
@@ -9241,6 +9274,7 @@ interface PoseEstimationV1Response {
|
|
|
9241
9274
|
price?: string;
|
|
9242
9275
|
estimatedPrice?: string;
|
|
9243
9276
|
errorMessage?: string;
|
|
9277
|
+
errorCode?: string;
|
|
9244
9278
|
id: string;
|
|
9245
9279
|
creatorId: string;
|
|
9246
9280
|
metadata: PoseEstimationV1ResponseMetadata;
|
|
@@ -9450,6 +9484,7 @@ interface ResizeV1Response {
|
|
|
9450
9484
|
price?: string;
|
|
9451
9485
|
estimatedPrice?: string;
|
|
9452
9486
|
errorMessage?: string;
|
|
9487
|
+
errorCode?: string;
|
|
9453
9488
|
id: string;
|
|
9454
9489
|
creatorId: string;
|
|
9455
9490
|
metadata: ResizeV1ResponseMetadata;
|
|
@@ -9656,6 +9691,7 @@ interface SeedV1Response {
|
|
|
9656
9691
|
price?: string;
|
|
9657
9692
|
estimatedPrice?: string;
|
|
9658
9693
|
errorMessage?: string;
|
|
9694
|
+
errorCode?: string;
|
|
9659
9695
|
id: string;
|
|
9660
9696
|
creatorId: string;
|
|
9661
9697
|
metadata: SeedV1ResponseMetadata;
|
|
@@ -9806,6 +9842,7 @@ interface Seedream3V1Response {
|
|
|
9806
9842
|
price?: string;
|
|
9807
9843
|
estimatedPrice?: string;
|
|
9808
9844
|
errorMessage?: string;
|
|
9845
|
+
errorCode?: string;
|
|
9809
9846
|
id: string;
|
|
9810
9847
|
creatorId: string;
|
|
9811
9848
|
metadata: Seedream3V1ResponseMetadata;
|
|
@@ -9918,6 +9955,7 @@ interface Seedream4EditV1Response {
|
|
|
9918
9955
|
price?: string;
|
|
9919
9956
|
estimatedPrice?: string;
|
|
9920
9957
|
errorMessage?: string;
|
|
9958
|
+
errorCode?: string;
|
|
9921
9959
|
id: string;
|
|
9922
9960
|
creatorId: string;
|
|
9923
9961
|
metadata: Seedream4EditV1ResponseMetadata;
|
|
@@ -10017,6 +10055,7 @@ interface SegmentAnythingEmbeddingsV1Response {
|
|
|
10017
10055
|
price?: string;
|
|
10018
10056
|
estimatedPrice?: string;
|
|
10019
10057
|
errorMessage?: string;
|
|
10058
|
+
errorCode?: string;
|
|
10020
10059
|
id: string;
|
|
10021
10060
|
creatorId: string;
|
|
10022
10061
|
metadata: SegmentAnythingEmbeddingsV1ResponseMetadata;
|
|
@@ -10123,6 +10162,7 @@ interface SegmentAnythingMaskV1Response {
|
|
|
10123
10162
|
price?: string;
|
|
10124
10163
|
estimatedPrice?: string;
|
|
10125
10164
|
errorMessage?: string;
|
|
10165
|
+
errorCode?: string;
|
|
10126
10166
|
id: string;
|
|
10127
10167
|
creatorId: string;
|
|
10128
10168
|
metadata: SegmentAnythingMaskV1ResponseMetadata;
|
|
@@ -10405,6 +10445,7 @@ interface StringsTemplateV1Response {
|
|
|
10405
10445
|
price?: string;
|
|
10406
10446
|
estimatedPrice?: string;
|
|
10407
10447
|
errorMessage?: string;
|
|
10448
|
+
errorCode?: string;
|
|
10408
10449
|
id: string;
|
|
10409
10450
|
creatorId: string;
|
|
10410
10451
|
metadata: StringsTemplateV1ResponseMetadata;
|
|
@@ -10561,6 +10602,7 @@ interface TopazUpscaleV1Response {
|
|
|
10561
10602
|
price?: string;
|
|
10562
10603
|
estimatedPrice?: string;
|
|
10563
10604
|
errorMessage?: string;
|
|
10605
|
+
errorCode?: string;
|
|
10564
10606
|
id: string;
|
|
10565
10607
|
creatorId: string;
|
|
10566
10608
|
metadata: TopazUpscaleV1ResponseMetadata;
|
|
@@ -10694,6 +10736,7 @@ interface TranslateV1Response {
|
|
|
10694
10736
|
price?: string;
|
|
10695
10737
|
estimatedPrice?: string;
|
|
10696
10738
|
errorMessage?: string;
|
|
10739
|
+
errorCode?: string;
|
|
10697
10740
|
id: string;
|
|
10698
10741
|
creatorId: string;
|
|
10699
10742
|
metadata: TranslateV1ResponseMetadata;
|
|
@@ -10937,6 +10980,7 @@ interface UpscaleV1Response {
|
|
|
10937
10980
|
price?: string;
|
|
10938
10981
|
estimatedPrice?: string;
|
|
10939
10982
|
errorMessage?: string;
|
|
10983
|
+
errorCode?: string;
|
|
10940
10984
|
id: string;
|
|
10941
10985
|
creatorId: string;
|
|
10942
10986
|
metadata: UpscaleV1ResponseMetadata;
|
|
@@ -11052,6 +11096,7 @@ interface Veo3FastV1Response {
|
|
|
11052
11096
|
price?: string;
|
|
11053
11097
|
estimatedPrice?: string;
|
|
11054
11098
|
errorMessage?: string;
|
|
11099
|
+
errorCode?: string;
|
|
11055
11100
|
id: string;
|
|
11056
11101
|
creatorId: string;
|
|
11057
11102
|
metadata: Veo3FastV1ResponseMetadata;
|
|
@@ -11141,6 +11186,7 @@ interface Veo3V1Response {
|
|
|
11141
11186
|
price?: string;
|
|
11142
11187
|
estimatedPrice?: string;
|
|
11143
11188
|
errorMessage?: string;
|
|
11189
|
+
errorCode?: string;
|
|
11144
11190
|
id: string;
|
|
11145
11191
|
creatorId: string;
|
|
11146
11192
|
metadata: Veo3V1ResponseMetadata;
|
|
@@ -11251,6 +11297,7 @@ interface VtonGiseleV1Response {
|
|
|
11251
11297
|
price?: string;
|
|
11252
11298
|
estimatedPrice?: string;
|
|
11253
11299
|
errorMessage?: string;
|
|
11300
|
+
errorCode?: string;
|
|
11254
11301
|
id: string;
|
|
11255
11302
|
creatorId: string;
|
|
11256
11303
|
metadata: VtonGiseleV1ResponseMetadata;
|