@hautechai/sdk 2.14.3 → 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 +94 -0
- package/dist/index.d.ts +94 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -369,6 +369,8 @@ interface AlphabakeVtonV1Response {
|
|
|
369
369
|
type: string;
|
|
370
370
|
price?: string;
|
|
371
371
|
estimatedPrice?: string;
|
|
372
|
+
errorMessage?: string;
|
|
373
|
+
errorCode?: string;
|
|
372
374
|
id: string;
|
|
373
375
|
creatorId: string;
|
|
374
376
|
metadata: AlphabakeVtonV1ResponseMetadata;
|
|
@@ -510,6 +512,8 @@ interface AnimateCreatomateV1Response {
|
|
|
510
512
|
type: string;
|
|
511
513
|
price?: string;
|
|
512
514
|
estimatedPrice?: string;
|
|
515
|
+
errorMessage?: string;
|
|
516
|
+
errorCode?: string;
|
|
513
517
|
id: string;
|
|
514
518
|
creatorId: string;
|
|
515
519
|
metadata: AnimateCreatomateV1ResponseMetadata;
|
|
@@ -644,6 +648,8 @@ interface AnimateKling16ProV1Response {
|
|
|
644
648
|
type: string;
|
|
645
649
|
price?: string;
|
|
646
650
|
estimatedPrice?: string;
|
|
651
|
+
errorMessage?: string;
|
|
652
|
+
errorCode?: string;
|
|
647
653
|
id: string;
|
|
648
654
|
creatorId: string;
|
|
649
655
|
metadata: AnimateKling16ProV1ResponseMetadata;
|
|
@@ -758,6 +764,8 @@ interface AnimateKling21V1Response {
|
|
|
758
764
|
type: string;
|
|
759
765
|
price?: string;
|
|
760
766
|
estimatedPrice?: string;
|
|
767
|
+
errorMessage?: string;
|
|
768
|
+
errorCode?: string;
|
|
761
769
|
id: string;
|
|
762
770
|
creatorId: string;
|
|
763
771
|
metadata: AnimateKling21V1ResponseMetadata;
|
|
@@ -1367,6 +1375,8 @@ interface CompositeV1Response {
|
|
|
1367
1375
|
type: string;
|
|
1368
1376
|
price?: string;
|
|
1369
1377
|
estimatedPrice?: string;
|
|
1378
|
+
errorMessage?: string;
|
|
1379
|
+
errorCode?: string;
|
|
1370
1380
|
id: string;
|
|
1371
1381
|
creatorId: string;
|
|
1372
1382
|
metadata: CompositeV1ResponseMetadata;
|
|
@@ -1466,6 +1476,8 @@ interface ContrastV1Response {
|
|
|
1466
1476
|
type: string;
|
|
1467
1477
|
price?: string;
|
|
1468
1478
|
estimatedPrice?: string;
|
|
1479
|
+
errorMessage?: string;
|
|
1480
|
+
errorCode?: string;
|
|
1469
1481
|
id: string;
|
|
1470
1482
|
creatorId: string;
|
|
1471
1483
|
metadata: ContrastV1ResponseMetadata;
|
|
@@ -1834,6 +1846,8 @@ interface CropV1Response {
|
|
|
1834
1846
|
type: string;
|
|
1835
1847
|
price?: string;
|
|
1836
1848
|
estimatedPrice?: string;
|
|
1849
|
+
errorMessage?: string;
|
|
1850
|
+
errorCode?: string;
|
|
1837
1851
|
id: string;
|
|
1838
1852
|
creatorId: string;
|
|
1839
1853
|
metadata: CropV1ResponseMetadata;
|
|
@@ -1933,6 +1947,8 @@ interface CutV1Response {
|
|
|
1933
1947
|
type: string;
|
|
1934
1948
|
price?: string;
|
|
1935
1949
|
estimatedPrice?: string;
|
|
1950
|
+
errorMessage?: string;
|
|
1951
|
+
errorCode?: string;
|
|
1936
1952
|
id: string;
|
|
1937
1953
|
creatorId: string;
|
|
1938
1954
|
metadata: CutV1ResponseMetadata;
|
|
@@ -2098,6 +2114,8 @@ interface EchoV1Response {
|
|
|
2098
2114
|
type: string;
|
|
2099
2115
|
price?: string;
|
|
2100
2116
|
estimatedPrice?: string;
|
|
2117
|
+
errorMessage?: string;
|
|
2118
|
+
errorCode?: string;
|
|
2101
2119
|
id: string;
|
|
2102
2120
|
creatorId: string;
|
|
2103
2121
|
metadata: EchoV1ResponseMetadata;
|
|
@@ -2208,6 +2226,8 @@ interface EditFluxKontextDevV1Response {
|
|
|
2208
2226
|
type: string;
|
|
2209
2227
|
price?: string;
|
|
2210
2228
|
estimatedPrice?: string;
|
|
2229
|
+
errorMessage?: string;
|
|
2230
|
+
errorCode?: string;
|
|
2211
2231
|
id: string;
|
|
2212
2232
|
creatorId: string;
|
|
2213
2233
|
metadata: EditFluxKontextDevV1ResponseMetadata;
|
|
@@ -2367,6 +2387,8 @@ interface FashnVton16V1Response {
|
|
|
2367
2387
|
type: string;
|
|
2368
2388
|
price?: string;
|
|
2369
2389
|
estimatedPrice?: string;
|
|
2390
|
+
errorMessage?: string;
|
|
2391
|
+
errorCode?: string;
|
|
2370
2392
|
id: string;
|
|
2371
2393
|
creatorId: string;
|
|
2372
2394
|
metadata: FashnVton16V1ResponseMetadata;
|
|
@@ -5432,6 +5454,8 @@ interface GoogleNanoBananaV1Response {
|
|
|
5432
5454
|
type: string;
|
|
5433
5455
|
price?: string;
|
|
5434
5456
|
estimatedPrice?: string;
|
|
5457
|
+
errorMessage?: string;
|
|
5458
|
+
errorCode?: string;
|
|
5435
5459
|
id: string;
|
|
5436
5460
|
creatorId: string;
|
|
5437
5461
|
metadata: GoogleNanoBananaV1ResponseMetadata;
|
|
@@ -5566,6 +5590,8 @@ interface GptV1Response {
|
|
|
5566
5590
|
type: string;
|
|
5567
5591
|
price?: string;
|
|
5568
5592
|
estimatedPrice?: string;
|
|
5593
|
+
errorMessage?: string;
|
|
5594
|
+
errorCode?: string;
|
|
5569
5595
|
id: string;
|
|
5570
5596
|
creatorId: string;
|
|
5571
5597
|
metadata: GptV1ResponseMetadata;
|
|
@@ -5654,6 +5680,8 @@ interface GptV2Response {
|
|
|
5654
5680
|
type: string;
|
|
5655
5681
|
price?: string;
|
|
5656
5682
|
estimatedPrice?: string;
|
|
5683
|
+
errorMessage?: string;
|
|
5684
|
+
errorCode?: string;
|
|
5657
5685
|
id: string;
|
|
5658
5686
|
creatorId: string;
|
|
5659
5687
|
metadata: GptV2ResponseMetadata;
|
|
@@ -5742,6 +5770,8 @@ interface GptV3Response {
|
|
|
5742
5770
|
type: string;
|
|
5743
5771
|
price?: string;
|
|
5744
5772
|
estimatedPrice?: string;
|
|
5773
|
+
errorMessage?: string;
|
|
5774
|
+
errorCode?: string;
|
|
5745
5775
|
id: string;
|
|
5746
5776
|
creatorId: string;
|
|
5747
5777
|
metadata: GptV3ResponseMetadata;
|
|
@@ -5970,6 +6000,8 @@ interface HauteLindaV1Response {
|
|
|
5970
6000
|
type: string;
|
|
5971
6001
|
price?: string;
|
|
5972
6002
|
estimatedPrice?: string;
|
|
6003
|
+
errorMessage?: string;
|
|
6004
|
+
errorCode?: string;
|
|
5973
6005
|
id: string;
|
|
5974
6006
|
creatorId: string;
|
|
5975
6007
|
metadata: HauteLindaV1ResponseMetadata;
|
|
@@ -6103,6 +6135,8 @@ interface HauteNaomiPrepareDatasetV1Response {
|
|
|
6103
6135
|
type: string;
|
|
6104
6136
|
price?: string;
|
|
6105
6137
|
estimatedPrice?: string;
|
|
6138
|
+
errorMessage?: string;
|
|
6139
|
+
errorCode?: string;
|
|
6106
6140
|
id: string;
|
|
6107
6141
|
creatorId: string;
|
|
6108
6142
|
metadata: HauteNaomiPrepareDatasetV1ResponseMetadata;
|
|
@@ -6235,6 +6269,8 @@ interface HauteNaomiTrainV1Response {
|
|
|
6235
6269
|
type: string;
|
|
6236
6270
|
price?: string;
|
|
6237
6271
|
estimatedPrice?: string;
|
|
6272
|
+
errorMessage?: string;
|
|
6273
|
+
errorCode?: string;
|
|
6238
6274
|
id: string;
|
|
6239
6275
|
creatorId: string;
|
|
6240
6276
|
metadata: HauteNaomiTrainV1ResponseMetadata;
|
|
@@ -6374,6 +6410,8 @@ interface HauteNaomiV1Response {
|
|
|
6374
6410
|
type: string;
|
|
6375
6411
|
price?: string;
|
|
6376
6412
|
estimatedPrice?: string;
|
|
6413
|
+
errorMessage?: string;
|
|
6414
|
+
errorCode?: string;
|
|
6377
6415
|
id: string;
|
|
6378
6416
|
creatorId: string;
|
|
6379
6417
|
metadata: HauteNaomiV1ResponseMetadata;
|
|
@@ -6476,6 +6514,8 @@ interface IdeogramCharacterV1Response {
|
|
|
6476
6514
|
type: string;
|
|
6477
6515
|
price?: string;
|
|
6478
6516
|
estimatedPrice?: string;
|
|
6517
|
+
errorMessage?: string;
|
|
6518
|
+
errorCode?: string;
|
|
6479
6519
|
id: string;
|
|
6480
6520
|
creatorId: string;
|
|
6481
6521
|
metadata: IdeogramCharacterV1ResponseMetadata;
|
|
@@ -6678,6 +6718,8 @@ interface Imagen4V1Response {
|
|
|
6678
6718
|
type: string;
|
|
6679
6719
|
price?: string;
|
|
6680
6720
|
estimatedPrice?: string;
|
|
6721
|
+
errorMessage?: string;
|
|
6722
|
+
errorCode?: string;
|
|
6681
6723
|
id: string;
|
|
6682
6724
|
creatorId: string;
|
|
6683
6725
|
metadata: Imagen4V1ResponseMetadata;
|
|
@@ -6766,6 +6808,8 @@ interface ImagineFlux11ProUltraV1Response {
|
|
|
6766
6808
|
type: string;
|
|
6767
6809
|
price?: string;
|
|
6768
6810
|
estimatedPrice?: string;
|
|
6811
|
+
errorMessage?: string;
|
|
6812
|
+
errorCode?: string;
|
|
6769
6813
|
id: string;
|
|
6770
6814
|
creatorId: string;
|
|
6771
6815
|
metadata: ImagineFlux11ProUltraV1ResponseMetadata;
|
|
@@ -6884,6 +6928,8 @@ interface ImagineKateV1Response {
|
|
|
6884
6928
|
type: string;
|
|
6885
6929
|
price?: string;
|
|
6886
6930
|
estimatedPrice?: string;
|
|
6931
|
+
errorMessage?: string;
|
|
6932
|
+
errorCode?: string;
|
|
6887
6933
|
id: string;
|
|
6888
6934
|
creatorId: string;
|
|
6889
6935
|
metadata: ImagineKateV1ResponseMetadata;
|
|
@@ -7052,6 +7098,8 @@ interface InpaintKateV1Response {
|
|
|
7052
7098
|
type: string;
|
|
7053
7099
|
price?: string;
|
|
7054
7100
|
estimatedPrice?: string;
|
|
7101
|
+
errorMessage?: string;
|
|
7102
|
+
errorCode?: string;
|
|
7055
7103
|
id: string;
|
|
7056
7104
|
creatorId: string;
|
|
7057
7105
|
metadata: InpaintKateV1ResponseMetadata;
|
|
@@ -7151,6 +7199,8 @@ interface KlingKolorsVtonV1Response {
|
|
|
7151
7199
|
type: string;
|
|
7152
7200
|
price?: string;
|
|
7153
7201
|
estimatedPrice?: string;
|
|
7202
|
+
errorMessage?: string;
|
|
7203
|
+
errorCode?: string;
|
|
7154
7204
|
id: string;
|
|
7155
7205
|
creatorId: string;
|
|
7156
7206
|
metadata: KlingKolorsVtonV1ResponseMetadata;
|
|
@@ -7496,6 +7546,8 @@ interface OperationEntity {
|
|
|
7496
7546
|
type: string;
|
|
7497
7547
|
price?: string;
|
|
7498
7548
|
estimatedPrice?: string;
|
|
7549
|
+
errorMessage?: string;
|
|
7550
|
+
errorCode?: string;
|
|
7499
7551
|
id: string;
|
|
7500
7552
|
creatorId: string;
|
|
7501
7553
|
metadata: OperationEntityMetadata;
|
|
@@ -8004,6 +8056,8 @@ interface LumaPhotonV1Response {
|
|
|
8004
8056
|
type: string;
|
|
8005
8057
|
price?: string;
|
|
8006
8058
|
estimatedPrice?: string;
|
|
8059
|
+
errorMessage?: string;
|
|
8060
|
+
errorCode?: string;
|
|
8007
8061
|
id: string;
|
|
8008
8062
|
creatorId: string;
|
|
8009
8063
|
metadata: LumaPhotonV1ResponseMetadata;
|
|
@@ -8119,6 +8173,8 @@ interface MathV1Response {
|
|
|
8119
8173
|
type: string;
|
|
8120
8174
|
price?: string;
|
|
8121
8175
|
estimatedPrice?: string;
|
|
8176
|
+
errorMessage?: string;
|
|
8177
|
+
errorCode?: string;
|
|
8122
8178
|
id: string;
|
|
8123
8179
|
creatorId: string;
|
|
8124
8180
|
metadata: MathV1ResponseMetadata;
|
|
@@ -8270,6 +8326,8 @@ interface NegateImageV1Response {
|
|
|
8270
8326
|
type: string;
|
|
8271
8327
|
price?: string;
|
|
8272
8328
|
estimatedPrice?: string;
|
|
8329
|
+
errorMessage?: string;
|
|
8330
|
+
errorCode?: string;
|
|
8273
8331
|
id: string;
|
|
8274
8332
|
creatorId: string;
|
|
8275
8333
|
metadata: NegateImageV1ResponseMetadata;
|
|
@@ -8370,6 +8428,8 @@ interface NoiseV1Response {
|
|
|
8370
8428
|
type: string;
|
|
8371
8429
|
price?: string;
|
|
8372
8430
|
estimatedPrice?: string;
|
|
8431
|
+
errorMessage?: string;
|
|
8432
|
+
errorCode?: string;
|
|
8373
8433
|
id: string;
|
|
8374
8434
|
creatorId: string;
|
|
8375
8435
|
metadata: NoiseV1ResponseMetadata;
|
|
@@ -8492,6 +8552,8 @@ interface ObjectDetectionV1Response {
|
|
|
8492
8552
|
type: string;
|
|
8493
8553
|
price?: string;
|
|
8494
8554
|
estimatedPrice?: string;
|
|
8555
|
+
errorMessage?: string;
|
|
8556
|
+
errorCode?: string;
|
|
8495
8557
|
id: string;
|
|
8496
8558
|
creatorId: string;
|
|
8497
8559
|
metadata: ObjectDetectionV1ResponseMetadata;
|
|
@@ -8686,6 +8748,8 @@ interface OnecompilerV1Response {
|
|
|
8686
8748
|
type: string;
|
|
8687
8749
|
price?: string;
|
|
8688
8750
|
estimatedPrice?: string;
|
|
8751
|
+
errorMessage?: string;
|
|
8752
|
+
errorCode?: string;
|
|
8689
8753
|
id: string;
|
|
8690
8754
|
creatorId: string;
|
|
8691
8755
|
metadata: OnecompilerV1ResponseMetadata;
|
|
@@ -9011,6 +9075,8 @@ interface PipelineMapV1Response {
|
|
|
9011
9075
|
type: string;
|
|
9012
9076
|
price?: string;
|
|
9013
9077
|
estimatedPrice?: string;
|
|
9078
|
+
errorMessage?: string;
|
|
9079
|
+
errorCode?: string;
|
|
9014
9080
|
id: string;
|
|
9015
9081
|
creatorId: string;
|
|
9016
9082
|
metadata: PipelineMapV1ResponseMetadata;
|
|
@@ -9207,6 +9273,8 @@ interface PoseEstimationV1Response {
|
|
|
9207
9273
|
type: string;
|
|
9208
9274
|
price?: string;
|
|
9209
9275
|
estimatedPrice?: string;
|
|
9276
|
+
errorMessage?: string;
|
|
9277
|
+
errorCode?: string;
|
|
9210
9278
|
id: string;
|
|
9211
9279
|
creatorId: string;
|
|
9212
9280
|
metadata: PoseEstimationV1ResponseMetadata;
|
|
@@ -9415,6 +9483,8 @@ interface ResizeV1Response {
|
|
|
9415
9483
|
type: string;
|
|
9416
9484
|
price?: string;
|
|
9417
9485
|
estimatedPrice?: string;
|
|
9486
|
+
errorMessage?: string;
|
|
9487
|
+
errorCode?: string;
|
|
9418
9488
|
id: string;
|
|
9419
9489
|
creatorId: string;
|
|
9420
9490
|
metadata: ResizeV1ResponseMetadata;
|
|
@@ -9620,6 +9690,8 @@ interface SeedV1Response {
|
|
|
9620
9690
|
type: string;
|
|
9621
9691
|
price?: string;
|
|
9622
9692
|
estimatedPrice?: string;
|
|
9693
|
+
errorMessage?: string;
|
|
9694
|
+
errorCode?: string;
|
|
9623
9695
|
id: string;
|
|
9624
9696
|
creatorId: string;
|
|
9625
9697
|
metadata: SeedV1ResponseMetadata;
|
|
@@ -9769,6 +9841,8 @@ interface Seedream3V1Response {
|
|
|
9769
9841
|
type: string;
|
|
9770
9842
|
price?: string;
|
|
9771
9843
|
estimatedPrice?: string;
|
|
9844
|
+
errorMessage?: string;
|
|
9845
|
+
errorCode?: string;
|
|
9772
9846
|
id: string;
|
|
9773
9847
|
creatorId: string;
|
|
9774
9848
|
metadata: Seedream3V1ResponseMetadata;
|
|
@@ -9880,6 +9954,8 @@ interface Seedream4EditV1Response {
|
|
|
9880
9954
|
type: string;
|
|
9881
9955
|
price?: string;
|
|
9882
9956
|
estimatedPrice?: string;
|
|
9957
|
+
errorMessage?: string;
|
|
9958
|
+
errorCode?: string;
|
|
9883
9959
|
id: string;
|
|
9884
9960
|
creatorId: string;
|
|
9885
9961
|
metadata: Seedream4EditV1ResponseMetadata;
|
|
@@ -9978,6 +10054,8 @@ interface SegmentAnythingEmbeddingsV1Response {
|
|
|
9978
10054
|
type: string;
|
|
9979
10055
|
price?: string;
|
|
9980
10056
|
estimatedPrice?: string;
|
|
10057
|
+
errorMessage?: string;
|
|
10058
|
+
errorCode?: string;
|
|
9981
10059
|
id: string;
|
|
9982
10060
|
creatorId: string;
|
|
9983
10061
|
metadata: SegmentAnythingEmbeddingsV1ResponseMetadata;
|
|
@@ -10083,6 +10161,8 @@ interface SegmentAnythingMaskV1Response {
|
|
|
10083
10161
|
type: string;
|
|
10084
10162
|
price?: string;
|
|
10085
10163
|
estimatedPrice?: string;
|
|
10164
|
+
errorMessage?: string;
|
|
10165
|
+
errorCode?: string;
|
|
10086
10166
|
id: string;
|
|
10087
10167
|
creatorId: string;
|
|
10088
10168
|
metadata: SegmentAnythingMaskV1ResponseMetadata;
|
|
@@ -10364,6 +10444,8 @@ interface StringsTemplateV1Response {
|
|
|
10364
10444
|
type: string;
|
|
10365
10445
|
price?: string;
|
|
10366
10446
|
estimatedPrice?: string;
|
|
10447
|
+
errorMessage?: string;
|
|
10448
|
+
errorCode?: string;
|
|
10367
10449
|
id: string;
|
|
10368
10450
|
creatorId: string;
|
|
10369
10451
|
metadata: StringsTemplateV1ResponseMetadata;
|
|
@@ -10519,6 +10601,8 @@ interface TopazUpscaleV1Response {
|
|
|
10519
10601
|
type: string;
|
|
10520
10602
|
price?: string;
|
|
10521
10603
|
estimatedPrice?: string;
|
|
10604
|
+
errorMessage?: string;
|
|
10605
|
+
errorCode?: string;
|
|
10522
10606
|
id: string;
|
|
10523
10607
|
creatorId: string;
|
|
10524
10608
|
metadata: TopazUpscaleV1ResponseMetadata;
|
|
@@ -10651,6 +10735,8 @@ interface TranslateV1Response {
|
|
|
10651
10735
|
type: string;
|
|
10652
10736
|
price?: string;
|
|
10653
10737
|
estimatedPrice?: string;
|
|
10738
|
+
errorMessage?: string;
|
|
10739
|
+
errorCode?: string;
|
|
10654
10740
|
id: string;
|
|
10655
10741
|
creatorId: string;
|
|
10656
10742
|
metadata: TranslateV1ResponseMetadata;
|
|
@@ -10893,6 +10979,8 @@ interface UpscaleV1Response {
|
|
|
10893
10979
|
type: string;
|
|
10894
10980
|
price?: string;
|
|
10895
10981
|
estimatedPrice?: string;
|
|
10982
|
+
errorMessage?: string;
|
|
10983
|
+
errorCode?: string;
|
|
10896
10984
|
id: string;
|
|
10897
10985
|
creatorId: string;
|
|
10898
10986
|
metadata: UpscaleV1ResponseMetadata;
|
|
@@ -11007,6 +11095,8 @@ interface Veo3FastV1Response {
|
|
|
11007
11095
|
type: string;
|
|
11008
11096
|
price?: string;
|
|
11009
11097
|
estimatedPrice?: string;
|
|
11098
|
+
errorMessage?: string;
|
|
11099
|
+
errorCode?: string;
|
|
11010
11100
|
id: string;
|
|
11011
11101
|
creatorId: string;
|
|
11012
11102
|
metadata: Veo3FastV1ResponseMetadata;
|
|
@@ -11095,6 +11185,8 @@ interface Veo3V1Response {
|
|
|
11095
11185
|
type: string;
|
|
11096
11186
|
price?: string;
|
|
11097
11187
|
estimatedPrice?: string;
|
|
11188
|
+
errorMessage?: string;
|
|
11189
|
+
errorCode?: string;
|
|
11098
11190
|
id: string;
|
|
11099
11191
|
creatorId: string;
|
|
11100
11192
|
metadata: Veo3V1ResponseMetadata;
|
|
@@ -11204,6 +11296,8 @@ interface VtonGiseleV1Response {
|
|
|
11204
11296
|
type: string;
|
|
11205
11297
|
price?: string;
|
|
11206
11298
|
estimatedPrice?: string;
|
|
11299
|
+
errorMessage?: string;
|
|
11300
|
+
errorCode?: string;
|
|
11207
11301
|
id: string;
|
|
11208
11302
|
creatorId: string;
|
|
11209
11303
|
metadata: VtonGiseleV1ResponseMetadata;
|
package/dist/index.d.ts
CHANGED
|
@@ -369,6 +369,8 @@ interface AlphabakeVtonV1Response {
|
|
|
369
369
|
type: string;
|
|
370
370
|
price?: string;
|
|
371
371
|
estimatedPrice?: string;
|
|
372
|
+
errorMessage?: string;
|
|
373
|
+
errorCode?: string;
|
|
372
374
|
id: string;
|
|
373
375
|
creatorId: string;
|
|
374
376
|
metadata: AlphabakeVtonV1ResponseMetadata;
|
|
@@ -510,6 +512,8 @@ interface AnimateCreatomateV1Response {
|
|
|
510
512
|
type: string;
|
|
511
513
|
price?: string;
|
|
512
514
|
estimatedPrice?: string;
|
|
515
|
+
errorMessage?: string;
|
|
516
|
+
errorCode?: string;
|
|
513
517
|
id: string;
|
|
514
518
|
creatorId: string;
|
|
515
519
|
metadata: AnimateCreatomateV1ResponseMetadata;
|
|
@@ -644,6 +648,8 @@ interface AnimateKling16ProV1Response {
|
|
|
644
648
|
type: string;
|
|
645
649
|
price?: string;
|
|
646
650
|
estimatedPrice?: string;
|
|
651
|
+
errorMessage?: string;
|
|
652
|
+
errorCode?: string;
|
|
647
653
|
id: string;
|
|
648
654
|
creatorId: string;
|
|
649
655
|
metadata: AnimateKling16ProV1ResponseMetadata;
|
|
@@ -758,6 +764,8 @@ interface AnimateKling21V1Response {
|
|
|
758
764
|
type: string;
|
|
759
765
|
price?: string;
|
|
760
766
|
estimatedPrice?: string;
|
|
767
|
+
errorMessage?: string;
|
|
768
|
+
errorCode?: string;
|
|
761
769
|
id: string;
|
|
762
770
|
creatorId: string;
|
|
763
771
|
metadata: AnimateKling21V1ResponseMetadata;
|
|
@@ -1367,6 +1375,8 @@ interface CompositeV1Response {
|
|
|
1367
1375
|
type: string;
|
|
1368
1376
|
price?: string;
|
|
1369
1377
|
estimatedPrice?: string;
|
|
1378
|
+
errorMessage?: string;
|
|
1379
|
+
errorCode?: string;
|
|
1370
1380
|
id: string;
|
|
1371
1381
|
creatorId: string;
|
|
1372
1382
|
metadata: CompositeV1ResponseMetadata;
|
|
@@ -1466,6 +1476,8 @@ interface ContrastV1Response {
|
|
|
1466
1476
|
type: string;
|
|
1467
1477
|
price?: string;
|
|
1468
1478
|
estimatedPrice?: string;
|
|
1479
|
+
errorMessage?: string;
|
|
1480
|
+
errorCode?: string;
|
|
1469
1481
|
id: string;
|
|
1470
1482
|
creatorId: string;
|
|
1471
1483
|
metadata: ContrastV1ResponseMetadata;
|
|
@@ -1834,6 +1846,8 @@ interface CropV1Response {
|
|
|
1834
1846
|
type: string;
|
|
1835
1847
|
price?: string;
|
|
1836
1848
|
estimatedPrice?: string;
|
|
1849
|
+
errorMessage?: string;
|
|
1850
|
+
errorCode?: string;
|
|
1837
1851
|
id: string;
|
|
1838
1852
|
creatorId: string;
|
|
1839
1853
|
metadata: CropV1ResponseMetadata;
|
|
@@ -1933,6 +1947,8 @@ interface CutV1Response {
|
|
|
1933
1947
|
type: string;
|
|
1934
1948
|
price?: string;
|
|
1935
1949
|
estimatedPrice?: string;
|
|
1950
|
+
errorMessage?: string;
|
|
1951
|
+
errorCode?: string;
|
|
1936
1952
|
id: string;
|
|
1937
1953
|
creatorId: string;
|
|
1938
1954
|
metadata: CutV1ResponseMetadata;
|
|
@@ -2098,6 +2114,8 @@ interface EchoV1Response {
|
|
|
2098
2114
|
type: string;
|
|
2099
2115
|
price?: string;
|
|
2100
2116
|
estimatedPrice?: string;
|
|
2117
|
+
errorMessage?: string;
|
|
2118
|
+
errorCode?: string;
|
|
2101
2119
|
id: string;
|
|
2102
2120
|
creatorId: string;
|
|
2103
2121
|
metadata: EchoV1ResponseMetadata;
|
|
@@ -2208,6 +2226,8 @@ interface EditFluxKontextDevV1Response {
|
|
|
2208
2226
|
type: string;
|
|
2209
2227
|
price?: string;
|
|
2210
2228
|
estimatedPrice?: string;
|
|
2229
|
+
errorMessage?: string;
|
|
2230
|
+
errorCode?: string;
|
|
2211
2231
|
id: string;
|
|
2212
2232
|
creatorId: string;
|
|
2213
2233
|
metadata: EditFluxKontextDevV1ResponseMetadata;
|
|
@@ -2367,6 +2387,8 @@ interface FashnVton16V1Response {
|
|
|
2367
2387
|
type: string;
|
|
2368
2388
|
price?: string;
|
|
2369
2389
|
estimatedPrice?: string;
|
|
2390
|
+
errorMessage?: string;
|
|
2391
|
+
errorCode?: string;
|
|
2370
2392
|
id: string;
|
|
2371
2393
|
creatorId: string;
|
|
2372
2394
|
metadata: FashnVton16V1ResponseMetadata;
|
|
@@ -5432,6 +5454,8 @@ interface GoogleNanoBananaV1Response {
|
|
|
5432
5454
|
type: string;
|
|
5433
5455
|
price?: string;
|
|
5434
5456
|
estimatedPrice?: string;
|
|
5457
|
+
errorMessage?: string;
|
|
5458
|
+
errorCode?: string;
|
|
5435
5459
|
id: string;
|
|
5436
5460
|
creatorId: string;
|
|
5437
5461
|
metadata: GoogleNanoBananaV1ResponseMetadata;
|
|
@@ -5566,6 +5590,8 @@ interface GptV1Response {
|
|
|
5566
5590
|
type: string;
|
|
5567
5591
|
price?: string;
|
|
5568
5592
|
estimatedPrice?: string;
|
|
5593
|
+
errorMessage?: string;
|
|
5594
|
+
errorCode?: string;
|
|
5569
5595
|
id: string;
|
|
5570
5596
|
creatorId: string;
|
|
5571
5597
|
metadata: GptV1ResponseMetadata;
|
|
@@ -5654,6 +5680,8 @@ interface GptV2Response {
|
|
|
5654
5680
|
type: string;
|
|
5655
5681
|
price?: string;
|
|
5656
5682
|
estimatedPrice?: string;
|
|
5683
|
+
errorMessage?: string;
|
|
5684
|
+
errorCode?: string;
|
|
5657
5685
|
id: string;
|
|
5658
5686
|
creatorId: string;
|
|
5659
5687
|
metadata: GptV2ResponseMetadata;
|
|
@@ -5742,6 +5770,8 @@ interface GptV3Response {
|
|
|
5742
5770
|
type: string;
|
|
5743
5771
|
price?: string;
|
|
5744
5772
|
estimatedPrice?: string;
|
|
5773
|
+
errorMessage?: string;
|
|
5774
|
+
errorCode?: string;
|
|
5745
5775
|
id: string;
|
|
5746
5776
|
creatorId: string;
|
|
5747
5777
|
metadata: GptV3ResponseMetadata;
|
|
@@ -5970,6 +6000,8 @@ interface HauteLindaV1Response {
|
|
|
5970
6000
|
type: string;
|
|
5971
6001
|
price?: string;
|
|
5972
6002
|
estimatedPrice?: string;
|
|
6003
|
+
errorMessage?: string;
|
|
6004
|
+
errorCode?: string;
|
|
5973
6005
|
id: string;
|
|
5974
6006
|
creatorId: string;
|
|
5975
6007
|
metadata: HauteLindaV1ResponseMetadata;
|
|
@@ -6103,6 +6135,8 @@ interface HauteNaomiPrepareDatasetV1Response {
|
|
|
6103
6135
|
type: string;
|
|
6104
6136
|
price?: string;
|
|
6105
6137
|
estimatedPrice?: string;
|
|
6138
|
+
errorMessage?: string;
|
|
6139
|
+
errorCode?: string;
|
|
6106
6140
|
id: string;
|
|
6107
6141
|
creatorId: string;
|
|
6108
6142
|
metadata: HauteNaomiPrepareDatasetV1ResponseMetadata;
|
|
@@ -6235,6 +6269,8 @@ interface HauteNaomiTrainV1Response {
|
|
|
6235
6269
|
type: string;
|
|
6236
6270
|
price?: string;
|
|
6237
6271
|
estimatedPrice?: string;
|
|
6272
|
+
errorMessage?: string;
|
|
6273
|
+
errorCode?: string;
|
|
6238
6274
|
id: string;
|
|
6239
6275
|
creatorId: string;
|
|
6240
6276
|
metadata: HauteNaomiTrainV1ResponseMetadata;
|
|
@@ -6374,6 +6410,8 @@ interface HauteNaomiV1Response {
|
|
|
6374
6410
|
type: string;
|
|
6375
6411
|
price?: string;
|
|
6376
6412
|
estimatedPrice?: string;
|
|
6413
|
+
errorMessage?: string;
|
|
6414
|
+
errorCode?: string;
|
|
6377
6415
|
id: string;
|
|
6378
6416
|
creatorId: string;
|
|
6379
6417
|
metadata: HauteNaomiV1ResponseMetadata;
|
|
@@ -6476,6 +6514,8 @@ interface IdeogramCharacterV1Response {
|
|
|
6476
6514
|
type: string;
|
|
6477
6515
|
price?: string;
|
|
6478
6516
|
estimatedPrice?: string;
|
|
6517
|
+
errorMessage?: string;
|
|
6518
|
+
errorCode?: string;
|
|
6479
6519
|
id: string;
|
|
6480
6520
|
creatorId: string;
|
|
6481
6521
|
metadata: IdeogramCharacterV1ResponseMetadata;
|
|
@@ -6678,6 +6718,8 @@ interface Imagen4V1Response {
|
|
|
6678
6718
|
type: string;
|
|
6679
6719
|
price?: string;
|
|
6680
6720
|
estimatedPrice?: string;
|
|
6721
|
+
errorMessage?: string;
|
|
6722
|
+
errorCode?: string;
|
|
6681
6723
|
id: string;
|
|
6682
6724
|
creatorId: string;
|
|
6683
6725
|
metadata: Imagen4V1ResponseMetadata;
|
|
@@ -6766,6 +6808,8 @@ interface ImagineFlux11ProUltraV1Response {
|
|
|
6766
6808
|
type: string;
|
|
6767
6809
|
price?: string;
|
|
6768
6810
|
estimatedPrice?: string;
|
|
6811
|
+
errorMessage?: string;
|
|
6812
|
+
errorCode?: string;
|
|
6769
6813
|
id: string;
|
|
6770
6814
|
creatorId: string;
|
|
6771
6815
|
metadata: ImagineFlux11ProUltraV1ResponseMetadata;
|
|
@@ -6884,6 +6928,8 @@ interface ImagineKateV1Response {
|
|
|
6884
6928
|
type: string;
|
|
6885
6929
|
price?: string;
|
|
6886
6930
|
estimatedPrice?: string;
|
|
6931
|
+
errorMessage?: string;
|
|
6932
|
+
errorCode?: string;
|
|
6887
6933
|
id: string;
|
|
6888
6934
|
creatorId: string;
|
|
6889
6935
|
metadata: ImagineKateV1ResponseMetadata;
|
|
@@ -7052,6 +7098,8 @@ interface InpaintKateV1Response {
|
|
|
7052
7098
|
type: string;
|
|
7053
7099
|
price?: string;
|
|
7054
7100
|
estimatedPrice?: string;
|
|
7101
|
+
errorMessage?: string;
|
|
7102
|
+
errorCode?: string;
|
|
7055
7103
|
id: string;
|
|
7056
7104
|
creatorId: string;
|
|
7057
7105
|
metadata: InpaintKateV1ResponseMetadata;
|
|
@@ -7151,6 +7199,8 @@ interface KlingKolorsVtonV1Response {
|
|
|
7151
7199
|
type: string;
|
|
7152
7200
|
price?: string;
|
|
7153
7201
|
estimatedPrice?: string;
|
|
7202
|
+
errorMessage?: string;
|
|
7203
|
+
errorCode?: string;
|
|
7154
7204
|
id: string;
|
|
7155
7205
|
creatorId: string;
|
|
7156
7206
|
metadata: KlingKolorsVtonV1ResponseMetadata;
|
|
@@ -7496,6 +7546,8 @@ interface OperationEntity {
|
|
|
7496
7546
|
type: string;
|
|
7497
7547
|
price?: string;
|
|
7498
7548
|
estimatedPrice?: string;
|
|
7549
|
+
errorMessage?: string;
|
|
7550
|
+
errorCode?: string;
|
|
7499
7551
|
id: string;
|
|
7500
7552
|
creatorId: string;
|
|
7501
7553
|
metadata: OperationEntityMetadata;
|
|
@@ -8004,6 +8056,8 @@ interface LumaPhotonV1Response {
|
|
|
8004
8056
|
type: string;
|
|
8005
8057
|
price?: string;
|
|
8006
8058
|
estimatedPrice?: string;
|
|
8059
|
+
errorMessage?: string;
|
|
8060
|
+
errorCode?: string;
|
|
8007
8061
|
id: string;
|
|
8008
8062
|
creatorId: string;
|
|
8009
8063
|
metadata: LumaPhotonV1ResponseMetadata;
|
|
@@ -8119,6 +8173,8 @@ interface MathV1Response {
|
|
|
8119
8173
|
type: string;
|
|
8120
8174
|
price?: string;
|
|
8121
8175
|
estimatedPrice?: string;
|
|
8176
|
+
errorMessage?: string;
|
|
8177
|
+
errorCode?: string;
|
|
8122
8178
|
id: string;
|
|
8123
8179
|
creatorId: string;
|
|
8124
8180
|
metadata: MathV1ResponseMetadata;
|
|
@@ -8270,6 +8326,8 @@ interface NegateImageV1Response {
|
|
|
8270
8326
|
type: string;
|
|
8271
8327
|
price?: string;
|
|
8272
8328
|
estimatedPrice?: string;
|
|
8329
|
+
errorMessage?: string;
|
|
8330
|
+
errorCode?: string;
|
|
8273
8331
|
id: string;
|
|
8274
8332
|
creatorId: string;
|
|
8275
8333
|
metadata: NegateImageV1ResponseMetadata;
|
|
@@ -8370,6 +8428,8 @@ interface NoiseV1Response {
|
|
|
8370
8428
|
type: string;
|
|
8371
8429
|
price?: string;
|
|
8372
8430
|
estimatedPrice?: string;
|
|
8431
|
+
errorMessage?: string;
|
|
8432
|
+
errorCode?: string;
|
|
8373
8433
|
id: string;
|
|
8374
8434
|
creatorId: string;
|
|
8375
8435
|
metadata: NoiseV1ResponseMetadata;
|
|
@@ -8492,6 +8552,8 @@ interface ObjectDetectionV1Response {
|
|
|
8492
8552
|
type: string;
|
|
8493
8553
|
price?: string;
|
|
8494
8554
|
estimatedPrice?: string;
|
|
8555
|
+
errorMessage?: string;
|
|
8556
|
+
errorCode?: string;
|
|
8495
8557
|
id: string;
|
|
8496
8558
|
creatorId: string;
|
|
8497
8559
|
metadata: ObjectDetectionV1ResponseMetadata;
|
|
@@ -8686,6 +8748,8 @@ interface OnecompilerV1Response {
|
|
|
8686
8748
|
type: string;
|
|
8687
8749
|
price?: string;
|
|
8688
8750
|
estimatedPrice?: string;
|
|
8751
|
+
errorMessage?: string;
|
|
8752
|
+
errorCode?: string;
|
|
8689
8753
|
id: string;
|
|
8690
8754
|
creatorId: string;
|
|
8691
8755
|
metadata: OnecompilerV1ResponseMetadata;
|
|
@@ -9011,6 +9075,8 @@ interface PipelineMapV1Response {
|
|
|
9011
9075
|
type: string;
|
|
9012
9076
|
price?: string;
|
|
9013
9077
|
estimatedPrice?: string;
|
|
9078
|
+
errorMessage?: string;
|
|
9079
|
+
errorCode?: string;
|
|
9014
9080
|
id: string;
|
|
9015
9081
|
creatorId: string;
|
|
9016
9082
|
metadata: PipelineMapV1ResponseMetadata;
|
|
@@ -9207,6 +9273,8 @@ interface PoseEstimationV1Response {
|
|
|
9207
9273
|
type: string;
|
|
9208
9274
|
price?: string;
|
|
9209
9275
|
estimatedPrice?: string;
|
|
9276
|
+
errorMessage?: string;
|
|
9277
|
+
errorCode?: string;
|
|
9210
9278
|
id: string;
|
|
9211
9279
|
creatorId: string;
|
|
9212
9280
|
metadata: PoseEstimationV1ResponseMetadata;
|
|
@@ -9415,6 +9483,8 @@ interface ResizeV1Response {
|
|
|
9415
9483
|
type: string;
|
|
9416
9484
|
price?: string;
|
|
9417
9485
|
estimatedPrice?: string;
|
|
9486
|
+
errorMessage?: string;
|
|
9487
|
+
errorCode?: string;
|
|
9418
9488
|
id: string;
|
|
9419
9489
|
creatorId: string;
|
|
9420
9490
|
metadata: ResizeV1ResponseMetadata;
|
|
@@ -9620,6 +9690,8 @@ interface SeedV1Response {
|
|
|
9620
9690
|
type: string;
|
|
9621
9691
|
price?: string;
|
|
9622
9692
|
estimatedPrice?: string;
|
|
9693
|
+
errorMessage?: string;
|
|
9694
|
+
errorCode?: string;
|
|
9623
9695
|
id: string;
|
|
9624
9696
|
creatorId: string;
|
|
9625
9697
|
metadata: SeedV1ResponseMetadata;
|
|
@@ -9769,6 +9841,8 @@ interface Seedream3V1Response {
|
|
|
9769
9841
|
type: string;
|
|
9770
9842
|
price?: string;
|
|
9771
9843
|
estimatedPrice?: string;
|
|
9844
|
+
errorMessage?: string;
|
|
9845
|
+
errorCode?: string;
|
|
9772
9846
|
id: string;
|
|
9773
9847
|
creatorId: string;
|
|
9774
9848
|
metadata: Seedream3V1ResponseMetadata;
|
|
@@ -9880,6 +9954,8 @@ interface Seedream4EditV1Response {
|
|
|
9880
9954
|
type: string;
|
|
9881
9955
|
price?: string;
|
|
9882
9956
|
estimatedPrice?: string;
|
|
9957
|
+
errorMessage?: string;
|
|
9958
|
+
errorCode?: string;
|
|
9883
9959
|
id: string;
|
|
9884
9960
|
creatorId: string;
|
|
9885
9961
|
metadata: Seedream4EditV1ResponseMetadata;
|
|
@@ -9978,6 +10054,8 @@ interface SegmentAnythingEmbeddingsV1Response {
|
|
|
9978
10054
|
type: string;
|
|
9979
10055
|
price?: string;
|
|
9980
10056
|
estimatedPrice?: string;
|
|
10057
|
+
errorMessage?: string;
|
|
10058
|
+
errorCode?: string;
|
|
9981
10059
|
id: string;
|
|
9982
10060
|
creatorId: string;
|
|
9983
10061
|
metadata: SegmentAnythingEmbeddingsV1ResponseMetadata;
|
|
@@ -10083,6 +10161,8 @@ interface SegmentAnythingMaskV1Response {
|
|
|
10083
10161
|
type: string;
|
|
10084
10162
|
price?: string;
|
|
10085
10163
|
estimatedPrice?: string;
|
|
10164
|
+
errorMessage?: string;
|
|
10165
|
+
errorCode?: string;
|
|
10086
10166
|
id: string;
|
|
10087
10167
|
creatorId: string;
|
|
10088
10168
|
metadata: SegmentAnythingMaskV1ResponseMetadata;
|
|
@@ -10364,6 +10444,8 @@ interface StringsTemplateV1Response {
|
|
|
10364
10444
|
type: string;
|
|
10365
10445
|
price?: string;
|
|
10366
10446
|
estimatedPrice?: string;
|
|
10447
|
+
errorMessage?: string;
|
|
10448
|
+
errorCode?: string;
|
|
10367
10449
|
id: string;
|
|
10368
10450
|
creatorId: string;
|
|
10369
10451
|
metadata: StringsTemplateV1ResponseMetadata;
|
|
@@ -10519,6 +10601,8 @@ interface TopazUpscaleV1Response {
|
|
|
10519
10601
|
type: string;
|
|
10520
10602
|
price?: string;
|
|
10521
10603
|
estimatedPrice?: string;
|
|
10604
|
+
errorMessage?: string;
|
|
10605
|
+
errorCode?: string;
|
|
10522
10606
|
id: string;
|
|
10523
10607
|
creatorId: string;
|
|
10524
10608
|
metadata: TopazUpscaleV1ResponseMetadata;
|
|
@@ -10651,6 +10735,8 @@ interface TranslateV1Response {
|
|
|
10651
10735
|
type: string;
|
|
10652
10736
|
price?: string;
|
|
10653
10737
|
estimatedPrice?: string;
|
|
10738
|
+
errorMessage?: string;
|
|
10739
|
+
errorCode?: string;
|
|
10654
10740
|
id: string;
|
|
10655
10741
|
creatorId: string;
|
|
10656
10742
|
metadata: TranslateV1ResponseMetadata;
|
|
@@ -10893,6 +10979,8 @@ interface UpscaleV1Response {
|
|
|
10893
10979
|
type: string;
|
|
10894
10980
|
price?: string;
|
|
10895
10981
|
estimatedPrice?: string;
|
|
10982
|
+
errorMessage?: string;
|
|
10983
|
+
errorCode?: string;
|
|
10896
10984
|
id: string;
|
|
10897
10985
|
creatorId: string;
|
|
10898
10986
|
metadata: UpscaleV1ResponseMetadata;
|
|
@@ -11007,6 +11095,8 @@ interface Veo3FastV1Response {
|
|
|
11007
11095
|
type: string;
|
|
11008
11096
|
price?: string;
|
|
11009
11097
|
estimatedPrice?: string;
|
|
11098
|
+
errorMessage?: string;
|
|
11099
|
+
errorCode?: string;
|
|
11010
11100
|
id: string;
|
|
11011
11101
|
creatorId: string;
|
|
11012
11102
|
metadata: Veo3FastV1ResponseMetadata;
|
|
@@ -11095,6 +11185,8 @@ interface Veo3V1Response {
|
|
|
11095
11185
|
type: string;
|
|
11096
11186
|
price?: string;
|
|
11097
11187
|
estimatedPrice?: string;
|
|
11188
|
+
errorMessage?: string;
|
|
11189
|
+
errorCode?: string;
|
|
11098
11190
|
id: string;
|
|
11099
11191
|
creatorId: string;
|
|
11100
11192
|
metadata: Veo3V1ResponseMetadata;
|
|
@@ -11204,6 +11296,8 @@ interface VtonGiseleV1Response {
|
|
|
11204
11296
|
type: string;
|
|
11205
11297
|
price?: string;
|
|
11206
11298
|
estimatedPrice?: string;
|
|
11299
|
+
errorMessage?: string;
|
|
11300
|
+
errorCode?: string;
|
|
11207
11301
|
id: string;
|
|
11208
11302
|
creatorId: string;
|
|
11209
11303
|
metadata: VtonGiseleV1ResponseMetadata;
|