@hautechai/sdk 2.21.5 → 2.21.7
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 +960 -43
- package/dist/index.d.ts +960 -43
- package/dist/index.js +374 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +351 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -728,6 +728,239 @@ interface AnimateKling16ProV1Response {
|
|
|
728
728
|
updatedAt: string;
|
|
729
729
|
}
|
|
730
730
|
|
|
731
|
+
/**
|
|
732
|
+
* Generated by orval v7.10.0 🍺
|
|
733
|
+
* Do not edit manually.
|
|
734
|
+
* Hautech API
|
|
735
|
+
* OpenAPI spec version: 1.0
|
|
736
|
+
*/
|
|
737
|
+
type AnimateKling21ProV1InputDuration = typeof AnimateKling21ProV1InputDuration[keyof typeof AnimateKling21ProV1InputDuration];
|
|
738
|
+
declare const AnimateKling21ProV1InputDuration: {
|
|
739
|
+
readonly NUMBER_5: "5";
|
|
740
|
+
readonly NUMBER_10: "10";
|
|
741
|
+
};
|
|
742
|
+
|
|
743
|
+
/**
|
|
744
|
+
* Generated by orval v7.10.0 🍺
|
|
745
|
+
* Do not edit manually.
|
|
746
|
+
* Hautech API
|
|
747
|
+
* OpenAPI spec version: 1.0
|
|
748
|
+
*/
|
|
749
|
+
|
|
750
|
+
interface AnimateKling21ProV1Input {
|
|
751
|
+
prompt: string;
|
|
752
|
+
negativePrompt?: string;
|
|
753
|
+
startImageId: string;
|
|
754
|
+
endImageId?: string;
|
|
755
|
+
duration?: AnimateKling21ProV1InputDuration;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
/**
|
|
759
|
+
* Generated by orval v7.10.0 🍺
|
|
760
|
+
* Do not edit manually.
|
|
761
|
+
* Hautech API
|
|
762
|
+
* OpenAPI spec version: 1.0
|
|
763
|
+
*/
|
|
764
|
+
type AnimateKling21ProV1RequestMetadata = {
|
|
765
|
+
[key: string]: unknown;
|
|
766
|
+
};
|
|
767
|
+
|
|
768
|
+
/**
|
|
769
|
+
* Generated by orval v7.10.0 🍺
|
|
770
|
+
* Do not edit manually.
|
|
771
|
+
* Hautech API
|
|
772
|
+
* OpenAPI spec version: 1.0
|
|
773
|
+
*/
|
|
774
|
+
|
|
775
|
+
interface AnimateKling21ProV1Request {
|
|
776
|
+
input: AnimateKling21ProV1Input;
|
|
777
|
+
metadata?: AnimateKling21ProV1RequestMetadata;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
/**
|
|
781
|
+
* Generated by orval v7.10.0 🍺
|
|
782
|
+
* Do not edit manually.
|
|
783
|
+
* Hautech API
|
|
784
|
+
* OpenAPI spec version: 1.0
|
|
785
|
+
*/
|
|
786
|
+
type AnimateKling21ProV1ResponseKind = typeof AnimateKling21ProV1ResponseKind[keyof typeof AnimateKling21ProV1ResponseKind];
|
|
787
|
+
declare const AnimateKling21ProV1ResponseKind: {
|
|
788
|
+
readonly operation: "operation";
|
|
789
|
+
};
|
|
790
|
+
|
|
791
|
+
/**
|
|
792
|
+
* Generated by orval v7.10.0 🍺
|
|
793
|
+
* Do not edit manually.
|
|
794
|
+
* Hautech API
|
|
795
|
+
* OpenAPI spec version: 1.0
|
|
796
|
+
*/
|
|
797
|
+
type AnimateKling21ProV1ResponseInput = {
|
|
798
|
+
[key: string]: unknown;
|
|
799
|
+
};
|
|
800
|
+
|
|
801
|
+
/**
|
|
802
|
+
* Generated by orval v7.10.0 🍺
|
|
803
|
+
* Do not edit manually.
|
|
804
|
+
* Hautech API
|
|
805
|
+
* OpenAPI spec version: 1.0
|
|
806
|
+
*/
|
|
807
|
+
type AnimateKling21ProV1ResponseStatus = typeof AnimateKling21ProV1ResponseStatus[keyof typeof AnimateKling21ProV1ResponseStatus];
|
|
808
|
+
declare const AnimateKling21ProV1ResponseStatus: {
|
|
809
|
+
readonly pending: "pending";
|
|
810
|
+
readonly finished: "finished";
|
|
811
|
+
readonly failed: "failed";
|
|
812
|
+
};
|
|
813
|
+
|
|
814
|
+
/**
|
|
815
|
+
* Generated by orval v7.10.0 🍺
|
|
816
|
+
* Do not edit manually.
|
|
817
|
+
* Hautech API
|
|
818
|
+
* OpenAPI spec version: 1.0
|
|
819
|
+
*/
|
|
820
|
+
type AnimateKling21ProV1ResponseMetadata = {
|
|
821
|
+
[key: string]: unknown;
|
|
822
|
+
};
|
|
823
|
+
|
|
824
|
+
/**
|
|
825
|
+
* Generated by orval v7.10.0 🍺
|
|
826
|
+
* Do not edit manually.
|
|
827
|
+
* Hautech API
|
|
828
|
+
* OpenAPI spec version: 1.0
|
|
829
|
+
*/
|
|
830
|
+
|
|
831
|
+
interface AnimateKling21ProV1Response {
|
|
832
|
+
kind: AnimateKling21ProV1ResponseKind;
|
|
833
|
+
output: OperationOutputVideoSingle;
|
|
834
|
+
input: AnimateKling21ProV1ResponseInput;
|
|
835
|
+
status: AnimateKling21ProV1ResponseStatus;
|
|
836
|
+
type: string;
|
|
837
|
+
price?: string;
|
|
838
|
+
estimatedPrice?: string;
|
|
839
|
+
errorMessage?: string;
|
|
840
|
+
errorCode?: string;
|
|
841
|
+
id: string;
|
|
842
|
+
creatorId: string;
|
|
843
|
+
metadata: AnimateKling21ProV1ResponseMetadata;
|
|
844
|
+
createdAt: string;
|
|
845
|
+
updatedAt: string;
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
/**
|
|
849
|
+
* Generated by orval v7.10.0 🍺
|
|
850
|
+
* Do not edit manually.
|
|
851
|
+
* Hautech API
|
|
852
|
+
* OpenAPI spec version: 1.0
|
|
853
|
+
*/
|
|
854
|
+
type AnimateKling21StandardV1InputDuration = typeof AnimateKling21StandardV1InputDuration[keyof typeof AnimateKling21StandardV1InputDuration];
|
|
855
|
+
declare const AnimateKling21StandardV1InputDuration: {
|
|
856
|
+
readonly NUMBER_5: "5";
|
|
857
|
+
readonly NUMBER_10: "10";
|
|
858
|
+
};
|
|
859
|
+
|
|
860
|
+
/**
|
|
861
|
+
* Generated by orval v7.10.0 🍺
|
|
862
|
+
* Do not edit manually.
|
|
863
|
+
* Hautech API
|
|
864
|
+
* OpenAPI spec version: 1.0
|
|
865
|
+
*/
|
|
866
|
+
|
|
867
|
+
interface AnimateKling21StandardV1Input {
|
|
868
|
+
prompt: string;
|
|
869
|
+
negativePrompt?: string;
|
|
870
|
+
startImageId?: string;
|
|
871
|
+
duration?: AnimateKling21StandardV1InputDuration;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
/**
|
|
875
|
+
* Generated by orval v7.10.0 🍺
|
|
876
|
+
* Do not edit manually.
|
|
877
|
+
* Hautech API
|
|
878
|
+
* OpenAPI spec version: 1.0
|
|
879
|
+
*/
|
|
880
|
+
type AnimateKling21StandardV1RequestMetadata = {
|
|
881
|
+
[key: string]: unknown;
|
|
882
|
+
};
|
|
883
|
+
|
|
884
|
+
/**
|
|
885
|
+
* Generated by orval v7.10.0 🍺
|
|
886
|
+
* Do not edit manually.
|
|
887
|
+
* Hautech API
|
|
888
|
+
* OpenAPI spec version: 1.0
|
|
889
|
+
*/
|
|
890
|
+
|
|
891
|
+
interface AnimateKling21StandardV1Request {
|
|
892
|
+
input: AnimateKling21StandardV1Input;
|
|
893
|
+
metadata?: AnimateKling21StandardV1RequestMetadata;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
/**
|
|
897
|
+
* Generated by orval v7.10.0 🍺
|
|
898
|
+
* Do not edit manually.
|
|
899
|
+
* Hautech API
|
|
900
|
+
* OpenAPI spec version: 1.0
|
|
901
|
+
*/
|
|
902
|
+
type AnimateKling21StandardV1ResponseKind = typeof AnimateKling21StandardV1ResponseKind[keyof typeof AnimateKling21StandardV1ResponseKind];
|
|
903
|
+
declare const AnimateKling21StandardV1ResponseKind: {
|
|
904
|
+
readonly operation: "operation";
|
|
905
|
+
};
|
|
906
|
+
|
|
907
|
+
/**
|
|
908
|
+
* Generated by orval v7.10.0 🍺
|
|
909
|
+
* Do not edit manually.
|
|
910
|
+
* Hautech API
|
|
911
|
+
* OpenAPI spec version: 1.0
|
|
912
|
+
*/
|
|
913
|
+
type AnimateKling21StandardV1ResponseInput = {
|
|
914
|
+
[key: string]: unknown;
|
|
915
|
+
};
|
|
916
|
+
|
|
917
|
+
/**
|
|
918
|
+
* Generated by orval v7.10.0 🍺
|
|
919
|
+
* Do not edit manually.
|
|
920
|
+
* Hautech API
|
|
921
|
+
* OpenAPI spec version: 1.0
|
|
922
|
+
*/
|
|
923
|
+
type AnimateKling21StandardV1ResponseStatus = typeof AnimateKling21StandardV1ResponseStatus[keyof typeof AnimateKling21StandardV1ResponseStatus];
|
|
924
|
+
declare const AnimateKling21StandardV1ResponseStatus: {
|
|
925
|
+
readonly pending: "pending";
|
|
926
|
+
readonly finished: "finished";
|
|
927
|
+
readonly failed: "failed";
|
|
928
|
+
};
|
|
929
|
+
|
|
930
|
+
/**
|
|
931
|
+
* Generated by orval v7.10.0 🍺
|
|
932
|
+
* Do not edit manually.
|
|
933
|
+
* Hautech API
|
|
934
|
+
* OpenAPI spec version: 1.0
|
|
935
|
+
*/
|
|
936
|
+
type AnimateKling21StandardV1ResponseMetadata = {
|
|
937
|
+
[key: string]: unknown;
|
|
938
|
+
};
|
|
939
|
+
|
|
940
|
+
/**
|
|
941
|
+
* Generated by orval v7.10.0 🍺
|
|
942
|
+
* Do not edit manually.
|
|
943
|
+
* Hautech API
|
|
944
|
+
* OpenAPI spec version: 1.0
|
|
945
|
+
*/
|
|
946
|
+
|
|
947
|
+
interface AnimateKling21StandardV1Response {
|
|
948
|
+
kind: AnimateKling21StandardV1ResponseKind;
|
|
949
|
+
output: OperationOutputVideoSingle;
|
|
950
|
+
input: AnimateKling21StandardV1ResponseInput;
|
|
951
|
+
status: AnimateKling21StandardV1ResponseStatus;
|
|
952
|
+
type: string;
|
|
953
|
+
price?: string;
|
|
954
|
+
estimatedPrice?: string;
|
|
955
|
+
errorMessage?: string;
|
|
956
|
+
errorCode?: string;
|
|
957
|
+
id: string;
|
|
958
|
+
creatorId: string;
|
|
959
|
+
metadata: AnimateKling21StandardV1ResponseMetadata;
|
|
960
|
+
createdAt: string;
|
|
961
|
+
updatedAt: string;
|
|
962
|
+
}
|
|
963
|
+
|
|
731
964
|
/**
|
|
732
965
|
* Generated by orval v7.10.0 🍺
|
|
733
966
|
* Do not edit manually.
|
|
@@ -7555,7 +7788,43 @@ interface Imagen4Input {
|
|
|
7555
7788
|
* Hautech API
|
|
7556
7789
|
* OpenAPI spec version: 1.0
|
|
7557
7790
|
*/
|
|
7558
|
-
|
|
7791
|
+
/**
|
|
7792
|
+
* Aspect ratio of the generated image
|
|
7793
|
+
*/
|
|
7794
|
+
type Imagen4StandardV1InputAspectRatio = typeof Imagen4StandardV1InputAspectRatio[keyof typeof Imagen4StandardV1InputAspectRatio];
|
|
7795
|
+
declare const Imagen4StandardV1InputAspectRatio: {
|
|
7796
|
+
readonly '1:1': "1:1";
|
|
7797
|
+
readonly '16:9': "16:9";
|
|
7798
|
+
readonly '9:16': "9:16";
|
|
7799
|
+
readonly '3:4': "3:4";
|
|
7800
|
+
readonly '4:3': "4:3";
|
|
7801
|
+
};
|
|
7802
|
+
|
|
7803
|
+
/**
|
|
7804
|
+
* Generated by orval v7.10.0 🍺
|
|
7805
|
+
* Do not edit manually.
|
|
7806
|
+
* Hautech API
|
|
7807
|
+
* OpenAPI spec version: 1.0
|
|
7808
|
+
*/
|
|
7809
|
+
|
|
7810
|
+
interface Imagen4StandardV1Input {
|
|
7811
|
+
/** Text prompt describing the image to generate */
|
|
7812
|
+
prompt: string;
|
|
7813
|
+
/** Aspect ratio of the generated image */
|
|
7814
|
+
aspectRatio?: Imagen4StandardV1InputAspectRatio;
|
|
7815
|
+
/** Negative prompt to avoid certain elements in the image */
|
|
7816
|
+
negativePrompt?: string;
|
|
7817
|
+
/** Random seed for deterministic generation */
|
|
7818
|
+
seed?: number;
|
|
7819
|
+
}
|
|
7820
|
+
|
|
7821
|
+
/**
|
|
7822
|
+
* Generated by orval v7.10.0 🍺
|
|
7823
|
+
* Do not edit manually.
|
|
7824
|
+
* Hautech API
|
|
7825
|
+
* OpenAPI spec version: 1.0
|
|
7826
|
+
*/
|
|
7827
|
+
type Imagen4StandardV1RequestMetadata = {
|
|
7559
7828
|
[key: string]: unknown;
|
|
7560
7829
|
};
|
|
7561
7830
|
|
|
@@ -7566,9 +7835,9 @@ type Imagen4V1RequestMetadata = {
|
|
|
7566
7835
|
* OpenAPI spec version: 1.0
|
|
7567
7836
|
*/
|
|
7568
7837
|
|
|
7569
|
-
interface
|
|
7570
|
-
input:
|
|
7571
|
-
metadata?:
|
|
7838
|
+
interface Imagen4StandardV1Request {
|
|
7839
|
+
input: Imagen4StandardV1Input;
|
|
7840
|
+
metadata?: Imagen4StandardV1RequestMetadata;
|
|
7572
7841
|
}
|
|
7573
7842
|
|
|
7574
7843
|
/**
|
|
@@ -7577,8 +7846,8 @@ interface Imagen4V1Request {
|
|
|
7577
7846
|
* Hautech API
|
|
7578
7847
|
* OpenAPI spec version: 1.0
|
|
7579
7848
|
*/
|
|
7580
|
-
type
|
|
7581
|
-
declare const
|
|
7849
|
+
type Imagen4StandardV1ResponseKind = typeof Imagen4StandardV1ResponseKind[keyof typeof Imagen4StandardV1ResponseKind];
|
|
7850
|
+
declare const Imagen4StandardV1ResponseKind: {
|
|
7582
7851
|
readonly operation: "operation";
|
|
7583
7852
|
};
|
|
7584
7853
|
|
|
@@ -7588,7 +7857,7 @@ declare const Imagen4V1ResponseKind: {
|
|
|
7588
7857
|
* Hautech API
|
|
7589
7858
|
* OpenAPI spec version: 1.0
|
|
7590
7859
|
*/
|
|
7591
|
-
type
|
|
7860
|
+
type Imagen4StandardV1ResponseInput = {
|
|
7592
7861
|
[key: string]: unknown;
|
|
7593
7862
|
};
|
|
7594
7863
|
|
|
@@ -7598,8 +7867,8 @@ type Imagen4V1ResponseInput = {
|
|
|
7598
7867
|
* Hautech API
|
|
7599
7868
|
* OpenAPI spec version: 1.0
|
|
7600
7869
|
*/
|
|
7601
|
-
type
|
|
7602
|
-
declare const
|
|
7870
|
+
type Imagen4StandardV1ResponseStatus = typeof Imagen4StandardV1ResponseStatus[keyof typeof Imagen4StandardV1ResponseStatus];
|
|
7871
|
+
declare const Imagen4StandardV1ResponseStatus: {
|
|
7603
7872
|
readonly pending: "pending";
|
|
7604
7873
|
readonly finished: "finished";
|
|
7605
7874
|
readonly failed: "failed";
|
|
@@ -7611,7 +7880,7 @@ declare const Imagen4V1ResponseStatus: {
|
|
|
7611
7880
|
* Hautech API
|
|
7612
7881
|
* OpenAPI spec version: 1.0
|
|
7613
7882
|
*/
|
|
7614
|
-
type
|
|
7883
|
+
type Imagen4StandardV1ResponseMetadata = {
|
|
7615
7884
|
[key: string]: unknown;
|
|
7616
7885
|
};
|
|
7617
7886
|
|
|
@@ -7622,11 +7891,11 @@ type Imagen4V1ResponseMetadata = {
|
|
|
7622
7891
|
* OpenAPI spec version: 1.0
|
|
7623
7892
|
*/
|
|
7624
7893
|
|
|
7625
|
-
interface
|
|
7626
|
-
kind:
|
|
7894
|
+
interface Imagen4StandardV1Response {
|
|
7895
|
+
kind: Imagen4StandardV1ResponseKind;
|
|
7627
7896
|
output: OperationOutputImageSingle;
|
|
7628
|
-
input:
|
|
7629
|
-
status:
|
|
7897
|
+
input: Imagen4StandardV1ResponseInput;
|
|
7898
|
+
status: Imagen4StandardV1ResponseStatus;
|
|
7630
7899
|
type: string;
|
|
7631
7900
|
price?: string;
|
|
7632
7901
|
estimatedPrice?: string;
|
|
@@ -7634,7 +7903,7 @@ interface Imagen4V1Response {
|
|
|
7634
7903
|
errorCode?: string;
|
|
7635
7904
|
id: string;
|
|
7636
7905
|
creatorId: string;
|
|
7637
|
-
metadata:
|
|
7906
|
+
metadata: Imagen4StandardV1ResponseMetadata;
|
|
7638
7907
|
createdAt: string;
|
|
7639
7908
|
updatedAt: string;
|
|
7640
7909
|
}
|
|
@@ -7645,8 +7914,16 @@ interface Imagen4V1Response {
|
|
|
7645
7914
|
* Hautech API
|
|
7646
7915
|
* OpenAPI spec version: 1.0
|
|
7647
7916
|
*/
|
|
7648
|
-
|
|
7649
|
-
|
|
7917
|
+
/**
|
|
7918
|
+
* Aspect ratio of the generated image
|
|
7919
|
+
*/
|
|
7920
|
+
type Imagen4UltraV1InputAspectRatio = typeof Imagen4UltraV1InputAspectRatio[keyof typeof Imagen4UltraV1InputAspectRatio];
|
|
7921
|
+
declare const Imagen4UltraV1InputAspectRatio: {
|
|
7922
|
+
readonly '1:1': "1:1";
|
|
7923
|
+
readonly '16:9': "16:9";
|
|
7924
|
+
readonly '9:16': "9:16";
|
|
7925
|
+
readonly '3:4': "3:4";
|
|
7926
|
+
readonly '4:3': "4:3";
|
|
7650
7927
|
};
|
|
7651
7928
|
|
|
7652
7929
|
/**
|
|
@@ -7656,10 +7933,218 @@ type ImagineFlux11ProUltraV1RequestMetadata = {
|
|
|
7656
7933
|
* OpenAPI spec version: 1.0
|
|
7657
7934
|
*/
|
|
7658
7935
|
|
|
7659
|
-
interface
|
|
7660
|
-
|
|
7661
|
-
|
|
7662
|
-
|
|
7936
|
+
interface Imagen4UltraV1Input {
|
|
7937
|
+
/** Text prompt describing the image to generate */
|
|
7938
|
+
prompt: string;
|
|
7939
|
+
/** Aspect ratio of the generated image */
|
|
7940
|
+
aspectRatio?: Imagen4UltraV1InputAspectRatio;
|
|
7941
|
+
/** Negative prompt to avoid certain elements in the image */
|
|
7942
|
+
negativePrompt?: string;
|
|
7943
|
+
/** Random seed for deterministic generation */
|
|
7944
|
+
seed?: number;
|
|
7945
|
+
}
|
|
7946
|
+
|
|
7947
|
+
/**
|
|
7948
|
+
* Generated by orval v7.10.0 🍺
|
|
7949
|
+
* Do not edit manually.
|
|
7950
|
+
* Hautech API
|
|
7951
|
+
* OpenAPI spec version: 1.0
|
|
7952
|
+
*/
|
|
7953
|
+
type Imagen4UltraV1RequestMetadata = {
|
|
7954
|
+
[key: string]: unknown;
|
|
7955
|
+
};
|
|
7956
|
+
|
|
7957
|
+
/**
|
|
7958
|
+
* Generated by orval v7.10.0 🍺
|
|
7959
|
+
* Do not edit manually.
|
|
7960
|
+
* Hautech API
|
|
7961
|
+
* OpenAPI spec version: 1.0
|
|
7962
|
+
*/
|
|
7963
|
+
|
|
7964
|
+
interface Imagen4UltraV1Request {
|
|
7965
|
+
input: Imagen4UltraV1Input;
|
|
7966
|
+
metadata?: Imagen4UltraV1RequestMetadata;
|
|
7967
|
+
}
|
|
7968
|
+
|
|
7969
|
+
/**
|
|
7970
|
+
* Generated by orval v7.10.0 🍺
|
|
7971
|
+
* Do not edit manually.
|
|
7972
|
+
* Hautech API
|
|
7973
|
+
* OpenAPI spec version: 1.0
|
|
7974
|
+
*/
|
|
7975
|
+
type Imagen4UltraV1ResponseKind = typeof Imagen4UltraV1ResponseKind[keyof typeof Imagen4UltraV1ResponseKind];
|
|
7976
|
+
declare const Imagen4UltraV1ResponseKind: {
|
|
7977
|
+
readonly operation: "operation";
|
|
7978
|
+
};
|
|
7979
|
+
|
|
7980
|
+
/**
|
|
7981
|
+
* Generated by orval v7.10.0 🍺
|
|
7982
|
+
* Do not edit manually.
|
|
7983
|
+
* Hautech API
|
|
7984
|
+
* OpenAPI spec version: 1.0
|
|
7985
|
+
*/
|
|
7986
|
+
type Imagen4UltraV1ResponseInput = {
|
|
7987
|
+
[key: string]: unknown;
|
|
7988
|
+
};
|
|
7989
|
+
|
|
7990
|
+
/**
|
|
7991
|
+
* Generated by orval v7.10.0 🍺
|
|
7992
|
+
* Do not edit manually.
|
|
7993
|
+
* Hautech API
|
|
7994
|
+
* OpenAPI spec version: 1.0
|
|
7995
|
+
*/
|
|
7996
|
+
type Imagen4UltraV1ResponseStatus = typeof Imagen4UltraV1ResponseStatus[keyof typeof Imagen4UltraV1ResponseStatus];
|
|
7997
|
+
declare const Imagen4UltraV1ResponseStatus: {
|
|
7998
|
+
readonly pending: "pending";
|
|
7999
|
+
readonly finished: "finished";
|
|
8000
|
+
readonly failed: "failed";
|
|
8001
|
+
};
|
|
8002
|
+
|
|
8003
|
+
/**
|
|
8004
|
+
* Generated by orval v7.10.0 🍺
|
|
8005
|
+
* Do not edit manually.
|
|
8006
|
+
* Hautech API
|
|
8007
|
+
* OpenAPI spec version: 1.0
|
|
8008
|
+
*/
|
|
8009
|
+
type Imagen4UltraV1ResponseMetadata = {
|
|
8010
|
+
[key: string]: unknown;
|
|
8011
|
+
};
|
|
8012
|
+
|
|
8013
|
+
/**
|
|
8014
|
+
* Generated by orval v7.10.0 🍺
|
|
8015
|
+
* Do not edit manually.
|
|
8016
|
+
* Hautech API
|
|
8017
|
+
* OpenAPI spec version: 1.0
|
|
8018
|
+
*/
|
|
8019
|
+
|
|
8020
|
+
interface Imagen4UltraV1Response {
|
|
8021
|
+
kind: Imagen4UltraV1ResponseKind;
|
|
8022
|
+
output: OperationOutputImageSingle;
|
|
8023
|
+
input: Imagen4UltraV1ResponseInput;
|
|
8024
|
+
status: Imagen4UltraV1ResponseStatus;
|
|
8025
|
+
type: string;
|
|
8026
|
+
price?: string;
|
|
8027
|
+
estimatedPrice?: string;
|
|
8028
|
+
errorMessage?: string;
|
|
8029
|
+
errorCode?: string;
|
|
8030
|
+
id: string;
|
|
8031
|
+
creatorId: string;
|
|
8032
|
+
metadata: Imagen4UltraV1ResponseMetadata;
|
|
8033
|
+
createdAt: string;
|
|
8034
|
+
updatedAt: string;
|
|
8035
|
+
}
|
|
8036
|
+
|
|
8037
|
+
/**
|
|
8038
|
+
* Generated by orval v7.10.0 🍺
|
|
8039
|
+
* Do not edit manually.
|
|
8040
|
+
* Hautech API
|
|
8041
|
+
* OpenAPI spec version: 1.0
|
|
8042
|
+
*/
|
|
8043
|
+
type Imagen4V1RequestMetadata = {
|
|
8044
|
+
[key: string]: unknown;
|
|
8045
|
+
};
|
|
8046
|
+
|
|
8047
|
+
/**
|
|
8048
|
+
* Generated by orval v7.10.0 🍺
|
|
8049
|
+
* Do not edit manually.
|
|
8050
|
+
* Hautech API
|
|
8051
|
+
* OpenAPI spec version: 1.0
|
|
8052
|
+
*/
|
|
8053
|
+
|
|
8054
|
+
interface Imagen4V1Request {
|
|
8055
|
+
input: Imagen4Input;
|
|
8056
|
+
metadata?: Imagen4V1RequestMetadata;
|
|
8057
|
+
}
|
|
8058
|
+
|
|
8059
|
+
/**
|
|
8060
|
+
* Generated by orval v7.10.0 🍺
|
|
8061
|
+
* Do not edit manually.
|
|
8062
|
+
* Hautech API
|
|
8063
|
+
* OpenAPI spec version: 1.0
|
|
8064
|
+
*/
|
|
8065
|
+
type Imagen4V1ResponseKind = typeof Imagen4V1ResponseKind[keyof typeof Imagen4V1ResponseKind];
|
|
8066
|
+
declare const Imagen4V1ResponseKind: {
|
|
8067
|
+
readonly operation: "operation";
|
|
8068
|
+
};
|
|
8069
|
+
|
|
8070
|
+
/**
|
|
8071
|
+
* Generated by orval v7.10.0 🍺
|
|
8072
|
+
* Do not edit manually.
|
|
8073
|
+
* Hautech API
|
|
8074
|
+
* OpenAPI spec version: 1.0
|
|
8075
|
+
*/
|
|
8076
|
+
type Imagen4V1ResponseInput = {
|
|
8077
|
+
[key: string]: unknown;
|
|
8078
|
+
};
|
|
8079
|
+
|
|
8080
|
+
/**
|
|
8081
|
+
* Generated by orval v7.10.0 🍺
|
|
8082
|
+
* Do not edit manually.
|
|
8083
|
+
* Hautech API
|
|
8084
|
+
* OpenAPI spec version: 1.0
|
|
8085
|
+
*/
|
|
8086
|
+
type Imagen4V1ResponseStatus = typeof Imagen4V1ResponseStatus[keyof typeof Imagen4V1ResponseStatus];
|
|
8087
|
+
declare const Imagen4V1ResponseStatus: {
|
|
8088
|
+
readonly pending: "pending";
|
|
8089
|
+
readonly finished: "finished";
|
|
8090
|
+
readonly failed: "failed";
|
|
8091
|
+
};
|
|
8092
|
+
|
|
8093
|
+
/**
|
|
8094
|
+
* Generated by orval v7.10.0 🍺
|
|
8095
|
+
* Do not edit manually.
|
|
8096
|
+
* Hautech API
|
|
8097
|
+
* OpenAPI spec version: 1.0
|
|
8098
|
+
*/
|
|
8099
|
+
type Imagen4V1ResponseMetadata = {
|
|
8100
|
+
[key: string]: unknown;
|
|
8101
|
+
};
|
|
8102
|
+
|
|
8103
|
+
/**
|
|
8104
|
+
* Generated by orval v7.10.0 🍺
|
|
8105
|
+
* Do not edit manually.
|
|
8106
|
+
* Hautech API
|
|
8107
|
+
* OpenAPI spec version: 1.0
|
|
8108
|
+
*/
|
|
8109
|
+
|
|
8110
|
+
interface Imagen4V1Response {
|
|
8111
|
+
kind: Imagen4V1ResponseKind;
|
|
8112
|
+
output: OperationOutputImageSingle;
|
|
8113
|
+
input: Imagen4V1ResponseInput;
|
|
8114
|
+
status: Imagen4V1ResponseStatus;
|
|
8115
|
+
type: string;
|
|
8116
|
+
price?: string;
|
|
8117
|
+
estimatedPrice?: string;
|
|
8118
|
+
errorMessage?: string;
|
|
8119
|
+
errorCode?: string;
|
|
8120
|
+
id: string;
|
|
8121
|
+
creatorId: string;
|
|
8122
|
+
metadata: Imagen4V1ResponseMetadata;
|
|
8123
|
+
createdAt: string;
|
|
8124
|
+
updatedAt: string;
|
|
8125
|
+
}
|
|
8126
|
+
|
|
8127
|
+
/**
|
|
8128
|
+
* Generated by orval v7.10.0 🍺
|
|
8129
|
+
* Do not edit manually.
|
|
8130
|
+
* Hautech API
|
|
8131
|
+
* OpenAPI spec version: 1.0
|
|
8132
|
+
*/
|
|
8133
|
+
type ImagineFlux11ProUltraV1RequestMetadata = {
|
|
8134
|
+
[key: string]: unknown;
|
|
8135
|
+
};
|
|
8136
|
+
|
|
8137
|
+
/**
|
|
8138
|
+
* Generated by orval v7.10.0 🍺
|
|
8139
|
+
* Do not edit manually.
|
|
8140
|
+
* Hautech API
|
|
8141
|
+
* OpenAPI spec version: 1.0
|
|
8142
|
+
*/
|
|
8143
|
+
|
|
8144
|
+
interface ImagineFlux11ProUltraV1Request {
|
|
8145
|
+
input: Flux11ProUltraV1Input;
|
|
8146
|
+
metadata?: ImagineFlux11ProUltraV1RequestMetadata;
|
|
8147
|
+
}
|
|
7663
8148
|
|
|
7664
8149
|
/**
|
|
7665
8150
|
* Generated by orval v7.10.0 🍺
|
|
@@ -8253,9 +8738,130 @@ interface JsonToVideoV1Response {
|
|
|
8253
8738
|
* Hautech API
|
|
8254
8739
|
* OpenAPI spec version: 1.0
|
|
8255
8740
|
*/
|
|
8256
|
-
interface KlingKolorsVtonV1Input {
|
|
8257
|
-
humanImageId: string;
|
|
8258
|
-
garmentImageId: string;
|
|
8741
|
+
interface KlingKolorsVtonV1Input {
|
|
8742
|
+
humanImageId: string;
|
|
8743
|
+
garmentImageId: string;
|
|
8744
|
+
}
|
|
8745
|
+
|
|
8746
|
+
/**
|
|
8747
|
+
* Generated by orval v7.10.0 🍺
|
|
8748
|
+
* Do not edit manually.
|
|
8749
|
+
* Hautech API
|
|
8750
|
+
* OpenAPI spec version: 1.0
|
|
8751
|
+
*/
|
|
8752
|
+
type KlingKolorsVtonV1RequestMetadata = {
|
|
8753
|
+
[key: string]: unknown;
|
|
8754
|
+
};
|
|
8755
|
+
|
|
8756
|
+
/**
|
|
8757
|
+
* Generated by orval v7.10.0 🍺
|
|
8758
|
+
* Do not edit manually.
|
|
8759
|
+
* Hautech API
|
|
8760
|
+
* OpenAPI spec version: 1.0
|
|
8761
|
+
*/
|
|
8762
|
+
|
|
8763
|
+
interface KlingKolorsVtonV1Request {
|
|
8764
|
+
input: KlingKolorsVtonV1Input;
|
|
8765
|
+
metadata?: KlingKolorsVtonV1RequestMetadata;
|
|
8766
|
+
}
|
|
8767
|
+
|
|
8768
|
+
/**
|
|
8769
|
+
* Generated by orval v7.10.0 🍺
|
|
8770
|
+
* Do not edit manually.
|
|
8771
|
+
* Hautech API
|
|
8772
|
+
* OpenAPI spec version: 1.0
|
|
8773
|
+
*/
|
|
8774
|
+
type KlingKolorsVtonV1ResponseKind = typeof KlingKolorsVtonV1ResponseKind[keyof typeof KlingKolorsVtonV1ResponseKind];
|
|
8775
|
+
declare const KlingKolorsVtonV1ResponseKind: {
|
|
8776
|
+
readonly operation: "operation";
|
|
8777
|
+
};
|
|
8778
|
+
|
|
8779
|
+
/**
|
|
8780
|
+
* Generated by orval v7.10.0 🍺
|
|
8781
|
+
* Do not edit manually.
|
|
8782
|
+
* Hautech API
|
|
8783
|
+
* OpenAPI spec version: 1.0
|
|
8784
|
+
*/
|
|
8785
|
+
type KlingKolorsVtonV1ResponseInput = {
|
|
8786
|
+
[key: string]: unknown;
|
|
8787
|
+
};
|
|
8788
|
+
|
|
8789
|
+
/**
|
|
8790
|
+
* Generated by orval v7.10.0 🍺
|
|
8791
|
+
* Do not edit manually.
|
|
8792
|
+
* Hautech API
|
|
8793
|
+
* OpenAPI spec version: 1.0
|
|
8794
|
+
*/
|
|
8795
|
+
type KlingKolorsVtonV1ResponseStatus = typeof KlingKolorsVtonV1ResponseStatus[keyof typeof KlingKolorsVtonV1ResponseStatus];
|
|
8796
|
+
declare const KlingKolorsVtonV1ResponseStatus: {
|
|
8797
|
+
readonly pending: "pending";
|
|
8798
|
+
readonly finished: "finished";
|
|
8799
|
+
readonly failed: "failed";
|
|
8800
|
+
};
|
|
8801
|
+
|
|
8802
|
+
/**
|
|
8803
|
+
* Generated by orval v7.10.0 🍺
|
|
8804
|
+
* Do not edit manually.
|
|
8805
|
+
* Hautech API
|
|
8806
|
+
* OpenAPI spec version: 1.0
|
|
8807
|
+
*/
|
|
8808
|
+
type KlingKolorsVtonV1ResponseMetadata = {
|
|
8809
|
+
[key: string]: unknown;
|
|
8810
|
+
};
|
|
8811
|
+
|
|
8812
|
+
/**
|
|
8813
|
+
* Generated by orval v7.10.0 🍺
|
|
8814
|
+
* Do not edit manually.
|
|
8815
|
+
* Hautech API
|
|
8816
|
+
* OpenAPI spec version: 1.0
|
|
8817
|
+
*/
|
|
8818
|
+
|
|
8819
|
+
interface KlingKolorsVtonV1Response {
|
|
8820
|
+
kind: KlingKolorsVtonV1ResponseKind;
|
|
8821
|
+
output: OperationOutputImageSingle;
|
|
8822
|
+
input: KlingKolorsVtonV1ResponseInput;
|
|
8823
|
+
status: KlingKolorsVtonV1ResponseStatus;
|
|
8824
|
+
type: string;
|
|
8825
|
+
price?: string;
|
|
8826
|
+
estimatedPrice?: string;
|
|
8827
|
+
errorMessage?: string;
|
|
8828
|
+
errorCode?: string;
|
|
8829
|
+
id: string;
|
|
8830
|
+
creatorId: string;
|
|
8831
|
+
metadata: KlingKolorsVtonV1ResponseMetadata;
|
|
8832
|
+
createdAt: string;
|
|
8833
|
+
updatedAt: string;
|
|
8834
|
+
}
|
|
8835
|
+
|
|
8836
|
+
/**
|
|
8837
|
+
* Generated by orval v7.10.0 🍺
|
|
8838
|
+
* Do not edit manually.
|
|
8839
|
+
* Hautech API
|
|
8840
|
+
* OpenAPI spec version: 1.0
|
|
8841
|
+
*/
|
|
8842
|
+
type KlingVideo25ProImageToVideoV1InputDuration = typeof KlingVideo25ProImageToVideoV1InputDuration[keyof typeof KlingVideo25ProImageToVideoV1InputDuration];
|
|
8843
|
+
declare const KlingVideo25ProImageToVideoV1InputDuration: {
|
|
8844
|
+
readonly NUMBER_5: 5;
|
|
8845
|
+
readonly NUMBER_10: 10;
|
|
8846
|
+
};
|
|
8847
|
+
|
|
8848
|
+
/**
|
|
8849
|
+
* Generated by orval v7.10.0 🍺
|
|
8850
|
+
* Do not edit manually.
|
|
8851
|
+
* Hautech API
|
|
8852
|
+
* OpenAPI spec version: 1.0
|
|
8853
|
+
*/
|
|
8854
|
+
|
|
8855
|
+
interface KlingVideo25ProImageToVideoV1Input {
|
|
8856
|
+
prompt: string;
|
|
8857
|
+
imageId: string;
|
|
8858
|
+
duration?: KlingVideo25ProImageToVideoV1InputDuration;
|
|
8859
|
+
negativePrompt?: string;
|
|
8860
|
+
/**
|
|
8861
|
+
* @minimum 0
|
|
8862
|
+
* @maximum 1
|
|
8863
|
+
*/
|
|
8864
|
+
cfgScale?: number;
|
|
8259
8865
|
}
|
|
8260
8866
|
|
|
8261
8867
|
/**
|
|
@@ -8264,7 +8870,7 @@ interface KlingKolorsVtonV1Input {
|
|
|
8264
8870
|
* Hautech API
|
|
8265
8871
|
* OpenAPI spec version: 1.0
|
|
8266
8872
|
*/
|
|
8267
|
-
type
|
|
8873
|
+
type KlingVideo25ProImageToVideoV1RequestMetadata = {
|
|
8268
8874
|
[key: string]: unknown;
|
|
8269
8875
|
};
|
|
8270
8876
|
|
|
@@ -8275,9 +8881,9 @@ type KlingKolorsVtonV1RequestMetadata = {
|
|
|
8275
8881
|
* OpenAPI spec version: 1.0
|
|
8276
8882
|
*/
|
|
8277
8883
|
|
|
8278
|
-
interface
|
|
8279
|
-
input:
|
|
8280
|
-
metadata?:
|
|
8884
|
+
interface KlingVideo25ProImageToVideoV1Request {
|
|
8885
|
+
input: KlingVideo25ProImageToVideoV1Input;
|
|
8886
|
+
metadata?: KlingVideo25ProImageToVideoV1RequestMetadata;
|
|
8281
8887
|
}
|
|
8282
8888
|
|
|
8283
8889
|
/**
|
|
@@ -8286,8 +8892,8 @@ interface KlingKolorsVtonV1Request {
|
|
|
8286
8892
|
* Hautech API
|
|
8287
8893
|
* OpenAPI spec version: 1.0
|
|
8288
8894
|
*/
|
|
8289
|
-
type
|
|
8290
|
-
declare const
|
|
8895
|
+
type KlingVideo25ProImageToVideoV1ResponseKind = typeof KlingVideo25ProImageToVideoV1ResponseKind[keyof typeof KlingVideo25ProImageToVideoV1ResponseKind];
|
|
8896
|
+
declare const KlingVideo25ProImageToVideoV1ResponseKind: {
|
|
8291
8897
|
readonly operation: "operation";
|
|
8292
8898
|
};
|
|
8293
8899
|
|
|
@@ -8297,7 +8903,7 @@ declare const KlingKolorsVtonV1ResponseKind: {
|
|
|
8297
8903
|
* Hautech API
|
|
8298
8904
|
* OpenAPI spec version: 1.0
|
|
8299
8905
|
*/
|
|
8300
|
-
type
|
|
8906
|
+
type KlingVideo25ProImageToVideoV1ResponseInput = {
|
|
8301
8907
|
[key: string]: unknown;
|
|
8302
8908
|
};
|
|
8303
8909
|
|
|
@@ -8307,8 +8913,8 @@ type KlingKolorsVtonV1ResponseInput = {
|
|
|
8307
8913
|
* Hautech API
|
|
8308
8914
|
* OpenAPI spec version: 1.0
|
|
8309
8915
|
*/
|
|
8310
|
-
type
|
|
8311
|
-
declare const
|
|
8916
|
+
type KlingVideo25ProImageToVideoV1ResponseStatus = typeof KlingVideo25ProImageToVideoV1ResponseStatus[keyof typeof KlingVideo25ProImageToVideoV1ResponseStatus];
|
|
8917
|
+
declare const KlingVideo25ProImageToVideoV1ResponseStatus: {
|
|
8312
8918
|
readonly pending: "pending";
|
|
8313
8919
|
readonly finished: "finished";
|
|
8314
8920
|
readonly failed: "failed";
|
|
@@ -8320,7 +8926,7 @@ declare const KlingKolorsVtonV1ResponseStatus: {
|
|
|
8320
8926
|
* Hautech API
|
|
8321
8927
|
* OpenAPI spec version: 1.0
|
|
8322
8928
|
*/
|
|
8323
|
-
type
|
|
8929
|
+
type KlingVideo25ProImageToVideoV1ResponseMetadata = {
|
|
8324
8930
|
[key: string]: unknown;
|
|
8325
8931
|
};
|
|
8326
8932
|
|
|
@@ -8331,11 +8937,11 @@ type KlingKolorsVtonV1ResponseMetadata = {
|
|
|
8331
8937
|
* OpenAPI spec version: 1.0
|
|
8332
8938
|
*/
|
|
8333
8939
|
|
|
8334
|
-
interface
|
|
8335
|
-
kind:
|
|
8336
|
-
output:
|
|
8337
|
-
input:
|
|
8338
|
-
status:
|
|
8940
|
+
interface KlingVideo25ProImageToVideoV1Response {
|
|
8941
|
+
kind: KlingVideo25ProImageToVideoV1ResponseKind;
|
|
8942
|
+
output: OperationOutputVideoSingle;
|
|
8943
|
+
input: KlingVideo25ProImageToVideoV1ResponseInput;
|
|
8944
|
+
status: KlingVideo25ProImageToVideoV1ResponseStatus;
|
|
8339
8945
|
type: string;
|
|
8340
8946
|
price?: string;
|
|
8341
8947
|
estimatedPrice?: string;
|
|
@@ -8343,7 +8949,7 @@ interface KlingKolorsVtonV1Response {
|
|
|
8343
8949
|
errorCode?: string;
|
|
8344
8950
|
id: string;
|
|
8345
8951
|
creatorId: string;
|
|
8346
|
-
metadata:
|
|
8952
|
+
metadata: KlingVideo25ProImageToVideoV1ResponseMetadata;
|
|
8347
8953
|
createdAt: string;
|
|
8348
8954
|
updatedAt: string;
|
|
8349
8955
|
}
|
|
@@ -12550,6 +13156,268 @@ interface UpscaleV1Response {
|
|
|
12550
13156
|
* Hautech API
|
|
12551
13157
|
* OpenAPI spec version: 1.0
|
|
12552
13158
|
*/
|
|
13159
|
+
/**
|
|
13160
|
+
* Output resolution
|
|
13161
|
+
*/
|
|
13162
|
+
type Veo31InputResolution = typeof Veo31InputResolution[keyof typeof Veo31InputResolution];
|
|
13163
|
+
declare const Veo31InputResolution: {
|
|
13164
|
+
readonly '720p': "720p";
|
|
13165
|
+
readonly '1080p': "1080p";
|
|
13166
|
+
};
|
|
13167
|
+
|
|
13168
|
+
/**
|
|
13169
|
+
* Generated by orval v7.10.0 🍺
|
|
13170
|
+
* Do not edit manually.
|
|
13171
|
+
* Hautech API
|
|
13172
|
+
* OpenAPI spec version: 1.0
|
|
13173
|
+
*/
|
|
13174
|
+
/**
|
|
13175
|
+
* Output aspect ratio
|
|
13176
|
+
*/
|
|
13177
|
+
type Veo31InputAspectRatio = typeof Veo31InputAspectRatio[keyof typeof Veo31InputAspectRatio];
|
|
13178
|
+
declare const Veo31InputAspectRatio: {
|
|
13179
|
+
readonly '16:9': "16:9";
|
|
13180
|
+
readonly '9:16': "9:16";
|
|
13181
|
+
readonly '1:1': "1:1";
|
|
13182
|
+
};
|
|
13183
|
+
|
|
13184
|
+
/**
|
|
13185
|
+
* Generated by orval v7.10.0 🍺
|
|
13186
|
+
* Do not edit manually.
|
|
13187
|
+
* Hautech API
|
|
13188
|
+
* OpenAPI spec version: 1.0
|
|
13189
|
+
*/
|
|
13190
|
+
/**
|
|
13191
|
+
* Video duration in seconds
|
|
13192
|
+
*/
|
|
13193
|
+
type Veo31InputDuration = typeof Veo31InputDuration[keyof typeof Veo31InputDuration];
|
|
13194
|
+
declare const Veo31InputDuration: {
|
|
13195
|
+
readonly NUMBER_4: 4;
|
|
13196
|
+
readonly NUMBER_6: 6;
|
|
13197
|
+
readonly NUMBER_8: 8;
|
|
13198
|
+
};
|
|
13199
|
+
|
|
13200
|
+
/**
|
|
13201
|
+
* Generated by orval v7.10.0 🍺
|
|
13202
|
+
* Do not edit manually.
|
|
13203
|
+
* Hautech API
|
|
13204
|
+
* OpenAPI spec version: 1.0
|
|
13205
|
+
*/
|
|
13206
|
+
|
|
13207
|
+
interface Veo31Input {
|
|
13208
|
+
/** Text prompt for video generation */
|
|
13209
|
+
prompt: string;
|
|
13210
|
+
/** Negative prompt to avoid elements */
|
|
13211
|
+
negativePrompt?: string;
|
|
13212
|
+
/** Output resolution */
|
|
13213
|
+
resolution?: Veo31InputResolution;
|
|
13214
|
+
/** Random seed for deterministic generation */
|
|
13215
|
+
seed?: number;
|
|
13216
|
+
/** Output aspect ratio */
|
|
13217
|
+
aspectRatio?: Veo31InputAspectRatio;
|
|
13218
|
+
/** Video duration in seconds */
|
|
13219
|
+
duration?: Veo31InputDuration;
|
|
13220
|
+
/** Image ID for first frame */
|
|
13221
|
+
imageId?: string;
|
|
13222
|
+
/** Generate audio track */
|
|
13223
|
+
generateAudio?: boolean;
|
|
13224
|
+
lastFrameImageId?: string;
|
|
13225
|
+
/**
|
|
13226
|
+
* @minItems 1
|
|
13227
|
+
* @maxItems 3
|
|
13228
|
+
*/
|
|
13229
|
+
referenceImageIds?: string[];
|
|
13230
|
+
}
|
|
13231
|
+
|
|
13232
|
+
/**
|
|
13233
|
+
* Generated by orval v7.10.0 🍺
|
|
13234
|
+
* Do not edit manually.
|
|
13235
|
+
* Hautech API
|
|
13236
|
+
* OpenAPI spec version: 1.0
|
|
13237
|
+
*/
|
|
13238
|
+
type Veo31FastV1RequestMetadata = {
|
|
13239
|
+
[key: string]: unknown;
|
|
13240
|
+
};
|
|
13241
|
+
|
|
13242
|
+
/**
|
|
13243
|
+
* Generated by orval v7.10.0 🍺
|
|
13244
|
+
* Do not edit manually.
|
|
13245
|
+
* Hautech API
|
|
13246
|
+
* OpenAPI spec version: 1.0
|
|
13247
|
+
*/
|
|
13248
|
+
|
|
13249
|
+
interface Veo31FastV1Request {
|
|
13250
|
+
input: Veo31Input;
|
|
13251
|
+
metadata?: Veo31FastV1RequestMetadata;
|
|
13252
|
+
}
|
|
13253
|
+
|
|
13254
|
+
/**
|
|
13255
|
+
* Generated by orval v7.10.0 🍺
|
|
13256
|
+
* Do not edit manually.
|
|
13257
|
+
* Hautech API
|
|
13258
|
+
* OpenAPI spec version: 1.0
|
|
13259
|
+
*/
|
|
13260
|
+
type Veo31FastV1ResponseKind = typeof Veo31FastV1ResponseKind[keyof typeof Veo31FastV1ResponseKind];
|
|
13261
|
+
declare const Veo31FastV1ResponseKind: {
|
|
13262
|
+
readonly operation: "operation";
|
|
13263
|
+
};
|
|
13264
|
+
|
|
13265
|
+
/**
|
|
13266
|
+
* Generated by orval v7.10.0 🍺
|
|
13267
|
+
* Do not edit manually.
|
|
13268
|
+
* Hautech API
|
|
13269
|
+
* OpenAPI spec version: 1.0
|
|
13270
|
+
*/
|
|
13271
|
+
type Veo31FastV1ResponseInput = {
|
|
13272
|
+
[key: string]: unknown;
|
|
13273
|
+
};
|
|
13274
|
+
|
|
13275
|
+
/**
|
|
13276
|
+
* Generated by orval v7.10.0 🍺
|
|
13277
|
+
* Do not edit manually.
|
|
13278
|
+
* Hautech API
|
|
13279
|
+
* OpenAPI spec version: 1.0
|
|
13280
|
+
*/
|
|
13281
|
+
type Veo31FastV1ResponseStatus = typeof Veo31FastV1ResponseStatus[keyof typeof Veo31FastV1ResponseStatus];
|
|
13282
|
+
declare const Veo31FastV1ResponseStatus: {
|
|
13283
|
+
readonly pending: "pending";
|
|
13284
|
+
readonly finished: "finished";
|
|
13285
|
+
readonly failed: "failed";
|
|
13286
|
+
};
|
|
13287
|
+
|
|
13288
|
+
/**
|
|
13289
|
+
* Generated by orval v7.10.0 🍺
|
|
13290
|
+
* Do not edit manually.
|
|
13291
|
+
* Hautech API
|
|
13292
|
+
* OpenAPI spec version: 1.0
|
|
13293
|
+
*/
|
|
13294
|
+
type Veo31FastV1ResponseMetadata = {
|
|
13295
|
+
[key: string]: unknown;
|
|
13296
|
+
};
|
|
13297
|
+
|
|
13298
|
+
/**
|
|
13299
|
+
* Generated by orval v7.10.0 🍺
|
|
13300
|
+
* Do not edit manually.
|
|
13301
|
+
* Hautech API
|
|
13302
|
+
* OpenAPI spec version: 1.0
|
|
13303
|
+
*/
|
|
13304
|
+
|
|
13305
|
+
interface Veo31FastV1Response {
|
|
13306
|
+
kind: Veo31FastV1ResponseKind;
|
|
13307
|
+
output: OperationOutputVideoSingle;
|
|
13308
|
+
input: Veo31FastV1ResponseInput;
|
|
13309
|
+
status: Veo31FastV1ResponseStatus;
|
|
13310
|
+
type: string;
|
|
13311
|
+
price?: string;
|
|
13312
|
+
estimatedPrice?: string;
|
|
13313
|
+
errorMessage?: string;
|
|
13314
|
+
errorCode?: string;
|
|
13315
|
+
id: string;
|
|
13316
|
+
creatorId: string;
|
|
13317
|
+
metadata: Veo31FastV1ResponseMetadata;
|
|
13318
|
+
createdAt: string;
|
|
13319
|
+
updatedAt: string;
|
|
13320
|
+
}
|
|
13321
|
+
|
|
13322
|
+
/**
|
|
13323
|
+
* Generated by orval v7.10.0 🍺
|
|
13324
|
+
* Do not edit manually.
|
|
13325
|
+
* Hautech API
|
|
13326
|
+
* OpenAPI spec version: 1.0
|
|
13327
|
+
*/
|
|
13328
|
+
type Veo31V1RequestMetadata = {
|
|
13329
|
+
[key: string]: unknown;
|
|
13330
|
+
};
|
|
13331
|
+
|
|
13332
|
+
/**
|
|
13333
|
+
* Generated by orval v7.10.0 🍺
|
|
13334
|
+
* Do not edit manually.
|
|
13335
|
+
* Hautech API
|
|
13336
|
+
* OpenAPI spec version: 1.0
|
|
13337
|
+
*/
|
|
13338
|
+
|
|
13339
|
+
interface Veo31V1Request {
|
|
13340
|
+
input: Veo31Input;
|
|
13341
|
+
metadata?: Veo31V1RequestMetadata;
|
|
13342
|
+
}
|
|
13343
|
+
|
|
13344
|
+
/**
|
|
13345
|
+
* Generated by orval v7.10.0 🍺
|
|
13346
|
+
* Do not edit manually.
|
|
13347
|
+
* Hautech API
|
|
13348
|
+
* OpenAPI spec version: 1.0
|
|
13349
|
+
*/
|
|
13350
|
+
type Veo31V1ResponseKind = typeof Veo31V1ResponseKind[keyof typeof Veo31V1ResponseKind];
|
|
13351
|
+
declare const Veo31V1ResponseKind: {
|
|
13352
|
+
readonly operation: "operation";
|
|
13353
|
+
};
|
|
13354
|
+
|
|
13355
|
+
/**
|
|
13356
|
+
* Generated by orval v7.10.0 🍺
|
|
13357
|
+
* Do not edit manually.
|
|
13358
|
+
* Hautech API
|
|
13359
|
+
* OpenAPI spec version: 1.0
|
|
13360
|
+
*/
|
|
13361
|
+
type Veo31V1ResponseInput = {
|
|
13362
|
+
[key: string]: unknown;
|
|
13363
|
+
};
|
|
13364
|
+
|
|
13365
|
+
/**
|
|
13366
|
+
* Generated by orval v7.10.0 🍺
|
|
13367
|
+
* Do not edit manually.
|
|
13368
|
+
* Hautech API
|
|
13369
|
+
* OpenAPI spec version: 1.0
|
|
13370
|
+
*/
|
|
13371
|
+
type Veo31V1ResponseStatus = typeof Veo31V1ResponseStatus[keyof typeof Veo31V1ResponseStatus];
|
|
13372
|
+
declare const Veo31V1ResponseStatus: {
|
|
13373
|
+
readonly pending: "pending";
|
|
13374
|
+
readonly finished: "finished";
|
|
13375
|
+
readonly failed: "failed";
|
|
13376
|
+
};
|
|
13377
|
+
|
|
13378
|
+
/**
|
|
13379
|
+
* Generated by orval v7.10.0 🍺
|
|
13380
|
+
* Do not edit manually.
|
|
13381
|
+
* Hautech API
|
|
13382
|
+
* OpenAPI spec version: 1.0
|
|
13383
|
+
*/
|
|
13384
|
+
type Veo31V1ResponseMetadata = {
|
|
13385
|
+
[key: string]: unknown;
|
|
13386
|
+
};
|
|
13387
|
+
|
|
13388
|
+
/**
|
|
13389
|
+
* Generated by orval v7.10.0 🍺
|
|
13390
|
+
* Do not edit manually.
|
|
13391
|
+
* Hautech API
|
|
13392
|
+
* OpenAPI spec version: 1.0
|
|
13393
|
+
*/
|
|
13394
|
+
|
|
13395
|
+
interface Veo31V1Response {
|
|
13396
|
+
kind: Veo31V1ResponseKind;
|
|
13397
|
+
output: OperationOutputVideoSingle;
|
|
13398
|
+
input: Veo31V1ResponseInput;
|
|
13399
|
+
status: Veo31V1ResponseStatus;
|
|
13400
|
+
type: string;
|
|
13401
|
+
price?: string;
|
|
13402
|
+
estimatedPrice?: string;
|
|
13403
|
+
errorMessage?: string;
|
|
13404
|
+
errorCode?: string;
|
|
13405
|
+
id: string;
|
|
13406
|
+
creatorId: string;
|
|
13407
|
+
metadata: Veo31V1ResponseMetadata;
|
|
13408
|
+
createdAt: string;
|
|
13409
|
+
updatedAt: string;
|
|
13410
|
+
}
|
|
13411
|
+
|
|
13412
|
+
/**
|
|
13413
|
+
* Generated by orval v7.10.0 🍺
|
|
13414
|
+
* Do not edit manually.
|
|
13415
|
+
* Hautech API
|
|
13416
|
+
* OpenAPI spec version: 1.0
|
|
13417
|
+
*/
|
|
13418
|
+
/**
|
|
13419
|
+
* Output resolution
|
|
13420
|
+
*/
|
|
12553
13421
|
type Veo3V1InputResolution = typeof Veo3V1InputResolution[keyof typeof Veo3V1InputResolution];
|
|
12554
13422
|
declare const Veo3V1InputResolution: {
|
|
12555
13423
|
readonly '720p': "720p";
|
|
@@ -12562,11 +13430,29 @@ declare const Veo3V1InputResolution: {
|
|
|
12562
13430
|
* Hautech API
|
|
12563
13431
|
* OpenAPI spec version: 1.0
|
|
12564
13432
|
*/
|
|
13433
|
+
/**
|
|
13434
|
+
* Output aspect ratio (allowed: 16:9 or 9:16)
|
|
13435
|
+
*/
|
|
12565
13436
|
type Veo3V1InputAspectRatio = typeof Veo3V1InputAspectRatio[keyof typeof Veo3V1InputAspectRatio];
|
|
12566
13437
|
declare const Veo3V1InputAspectRatio: {
|
|
12567
13438
|
readonly '16:9': "16:9";
|
|
12568
13439
|
readonly '9:16': "9:16";
|
|
12569
|
-
|
|
13440
|
+
};
|
|
13441
|
+
|
|
13442
|
+
/**
|
|
13443
|
+
* Generated by orval v7.10.0 🍺
|
|
13444
|
+
* Do not edit manually.
|
|
13445
|
+
* Hautech API
|
|
13446
|
+
* OpenAPI spec version: 1.0
|
|
13447
|
+
*/
|
|
13448
|
+
/**
|
|
13449
|
+
* Video duration in seconds
|
|
13450
|
+
*/
|
|
13451
|
+
type Veo3V1InputDuration = typeof Veo3V1InputDuration[keyof typeof Veo3V1InputDuration];
|
|
13452
|
+
declare const Veo3V1InputDuration: {
|
|
13453
|
+
readonly NUMBER_4: 4;
|
|
13454
|
+
readonly NUMBER_6: 6;
|
|
13455
|
+
readonly NUMBER_8: 8;
|
|
12570
13456
|
};
|
|
12571
13457
|
|
|
12572
13458
|
/**
|
|
@@ -12577,13 +13463,21 @@ declare const Veo3V1InputAspectRatio: {
|
|
|
12577
13463
|
*/
|
|
12578
13464
|
|
|
12579
13465
|
interface Veo3V1Input {
|
|
13466
|
+
/** Text prompt for video generation */
|
|
12580
13467
|
prompt: string;
|
|
13468
|
+
/** Negative prompt to avoid elements */
|
|
12581
13469
|
negativePrompt?: string;
|
|
13470
|
+
/** Output resolution */
|
|
12582
13471
|
resolution?: Veo3V1InputResolution;
|
|
13472
|
+
/** Random seed for deterministic generation */
|
|
12583
13473
|
seed?: number;
|
|
13474
|
+
/** Output aspect ratio (allowed: 16:9 or 9:16) */
|
|
12584
13475
|
aspectRatio?: Veo3V1InputAspectRatio;
|
|
12585
|
-
duration
|
|
13476
|
+
/** Video duration in seconds */
|
|
13477
|
+
duration?: Veo3V1InputDuration;
|
|
13478
|
+
/** Image ID for first frame */
|
|
12586
13479
|
imageId?: string;
|
|
13480
|
+
/** Generate audio track */
|
|
12587
13481
|
generateAudio?: boolean;
|
|
12588
13482
|
}
|
|
12589
13483
|
|
|
@@ -13692,6 +14586,12 @@ declare const pipelineDefinitions: {
|
|
|
13692
14586
|
};
|
|
13693
14587
|
kling_2_1: {
|
|
13694
14588
|
v1: (animateKling21V1Request: AnimateKling21V1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<AnimateKling21V1Response, any>>;
|
|
14589
|
+
standard: {
|
|
14590
|
+
v1: (animateKling21StandardV1Request: AnimateKling21StandardV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<AnimateKling21StandardV1Response, any>>;
|
|
14591
|
+
};
|
|
14592
|
+
pro: {
|
|
14593
|
+
v1: (animateKling21ProV1Request: AnimateKling21ProV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<AnimateKling21ProV1Response, any>>;
|
|
14594
|
+
};
|
|
13695
14595
|
};
|
|
13696
14596
|
creatomate: {
|
|
13697
14597
|
v1: (animateCreatomateV1Request: AnimateCreatomateV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<AnimateCreatomateV1Response, any>>;
|
|
@@ -13711,6 +14611,12 @@ declare const pipelineDefinitions: {
|
|
|
13711
14611
|
v1: (veo3FastV1Request: Veo3FastV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Veo3FastV1Response, any>>;
|
|
13712
14612
|
};
|
|
13713
14613
|
};
|
|
14614
|
+
veo3_1: {
|
|
14615
|
+
v1: (veo31V1Request: Veo31V1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Veo31V1Response, any>>;
|
|
14616
|
+
fast: {
|
|
14617
|
+
v1: (veo31FastV1Request: Veo31FastV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Veo31FastV1Response, any>>;
|
|
14618
|
+
};
|
|
14619
|
+
};
|
|
13714
14620
|
pipelineMap: {
|
|
13715
14621
|
v1: (pipelineMapV1Request: PipelineMapV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<PipelineMapV1Response, any>>;
|
|
13716
14622
|
};
|
|
@@ -13719,6 +14625,12 @@ declare const pipelineDefinitions: {
|
|
|
13719
14625
|
fast: {
|
|
13720
14626
|
v1: (imagen4FastV1Request: Imagen4FastV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Imagen4FastV1Response, any>>;
|
|
13721
14627
|
};
|
|
14628
|
+
standard: {
|
|
14629
|
+
v1: (imagen4StandardV1Request: Imagen4StandardV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Imagen4StandardV1Response, any>>;
|
|
14630
|
+
};
|
|
14631
|
+
ultra: {
|
|
14632
|
+
v1: (imagen4UltraV1Request: Imagen4UltraV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Imagen4UltraV1Response, any>>;
|
|
14633
|
+
};
|
|
13722
14634
|
};
|
|
13723
14635
|
topaz: {
|
|
13724
14636
|
upscale: {
|
|
@@ -13760,6 +14672,11 @@ declare const pipelineDefinitions: {
|
|
|
13760
14672
|
kolors_vton: {
|
|
13761
14673
|
v1: (klingKolorsVtonV1Request: KlingKolorsVtonV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<KlingKolorsVtonV1Response, any>>;
|
|
13762
14674
|
};
|
|
14675
|
+
video_2_5_pro: {
|
|
14676
|
+
image_to_video: {
|
|
14677
|
+
v1: (klingVideo25ProImageToVideoV1Request: KlingVideo25ProImageToVideoV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<KlingVideo25ProImageToVideoV1Response, any>>;
|
|
14678
|
+
};
|
|
14679
|
+
};
|
|
13763
14680
|
};
|
|
13764
14681
|
seedream: {
|
|
13765
14682
|
'4_edit': {
|
|
@@ -14001,4 +14918,4 @@ declare const createTokenSigner: (options: {
|
|
|
14001
14918
|
}) => Promise<string>;
|
|
14002
14919
|
};
|
|
14003
14920
|
|
|
14004
|
-
export { type AccessControllerListSharedV1Params, AccessControllerListSharedV1Type, type AccountEntity, AccountEntityType, AccountsControllerListAccountsV1OrderBy, type AccountsControllerListAccountsV1Params, type AddAccountToGroupControllerParamsDto, AddAccountToGroupControllerParamsDtoRole, type AddAccountToGroupParamsDto, AddAccountToGroupParamsDtoRole, type AddBalanceControllerParamsDto, type AddBalanceParamsDto, type AddChatItemsDto, type AddChatItemsDtoItemsItem, type AddItemsToCollectionControllerParamsDto, type AddItemsToCollectionParamsDto, type AddItemsToStackControllerParamsDto, type AddItemsToStackParamsDto, type AlphabakeVtonV1Input, AlphabakeVtonV1InputGarmentType, AlphabakeVtonV1InputMode, AlphabakeVtonV1InputProcessAsset, type AlphabakeVtonV1Request, type AlphabakeVtonV1RequestMetadata, type AlphabakeVtonV1Response, type AlphabakeVtonV1ResponseInput, AlphabakeVtonV1ResponseKind, type AlphabakeVtonV1ResponseMetadata, AlphabakeVtonV1ResponseStatus, type AnimateCreatomateV1Input, type AnimateCreatomateV1InputTemplate, type AnimateCreatomateV1InputTemplateOneOf, type AnimateCreatomateV1Request, type AnimateCreatomateV1RequestMetadata, type AnimateCreatomateV1Response, type AnimateCreatomateV1ResponseInput, AnimateCreatomateV1ResponseKind, type AnimateCreatomateV1ResponseMetadata, AnimateCreatomateV1ResponseStatus, type AnimateKling16ProV1Input, AnimateKling16ProV1InputAspectRatio, AnimateKling16ProV1InputDuration, type AnimateKling16ProV1Request, type AnimateKling16ProV1RequestMetadata, type AnimateKling16ProV1Response, type AnimateKling16ProV1ResponseInput, AnimateKling16ProV1ResponseKind, type AnimateKling16ProV1ResponseMetadata, AnimateKling16ProV1ResponseStatus, type AnimateKling21V1Input, AnimateKling21V1InputDuration, type AnimateKling21V1Request, type AnimateKling21V1RequestMetadata, type AnimateKling21V1Response, type AnimateKling21V1ResponseInput, AnimateKling21V1ResponseKind, type AnimateKling21V1ResponseMetadata, AnimateKling21V1ResponseStatus, type ApiDefinitionTree, type AttachAccessControllerParamsDto, type AttachAccessParamsDto, type BalanceResultDto, type BaseWsEvent, type BaseWsEventType, ChatControllerListChatsV1OrderBy, type ChatControllerListChatsV1Params, type ChatDto, type ChatDtoItemsItem, type ChatParametersDto, type ChatParametersDtoResponseFormat, type CollectionEntity, CollectionEntityKind, type CollectionEntityMetadata, CollectionsControllerListCollectionsV1OrderBy, type CollectionsControllerListCollectionsV1Params, CollectionsControllerListItemsV1Kind, CollectionsControllerListItemsV1OrderBy, type CollectionsControllerListItemsV1Params, type CompositeElement, CompositeElementBlend, CompositeElementFit, type CompositeV1Input, type CompositeV1Request, type CompositeV1RequestMetadata, type CompositeV1Response, type CompositeV1ResponseInput, CompositeV1ResponseKind, type CompositeV1ResponseMetadata, CompositeV1ResponseStatus, type ContrastV1Input, type ContrastV1Request, type ContrastV1RequestMetadata, type ContrastV1Response, type ContrastV1ResponseInput, ContrastV1ResponseKind, type ContrastV1ResponseMetadata, ContrastV1ResponseStatus, type CountPipelinesResultDto, type CreateAccountParamsDto, type CreateChatParamsDto, type CreateCollectionParamsDto, type CreateCollectionParamsDtoMetadata, type CreateImageParamsDto, type CreatePipelineParamsDto, type CreatePipelineParamsDtoMetadata, type CreatePipelineParamsDtoOutputRef, type CreatePipelineParamsDtoPipelineInput, type CreatePipelineParamsDtoState, type CreatePipelineTaskDto, type CreatePipelineTaskDtoArgsItem, type CreatePipelineTaskDtoArgsItemOneOf, type CreateStackParamsDto, type CreateStackParamsDtoMetadata, type CreateStorageRecordParamsDto, type CreateStorageRecordParamsDtoValue, type CreateStorageRecordParamsDtoValueOneOf, type CreateVideoParamsDto, type CreateWorkflowParamsDto, type CreateWorkflowParamsDtoData, type CreateWorkflowParamsDtoMetadata, type CreateWorkflowParamsDtoPipelineTemplate, type CropV1Input, type CropV1Request, type CropV1RequestMetadata, type CropV1Response, type CropV1ResponseInput, CropV1ResponseKind, type CropV1ResponseMetadata, CropV1ResponseStatus, type CutV1Input, type CutV1Request, type CutV1RequestMetadata, type CutV1Response, type CutV1ResponseInput, CutV1ResponseKind, type CutV1ResponseMetadata, CutV1ResponseStatus, type DatasetItemDto, type Decimal, type DeepWrap, type DeleteParamsDto, type DeleteStorageParamsDto, type DetachAccessControllerParamsDto, type DirectorySDK, type DirectorySDKOptions, type EchoV1Input, type EchoV1Request, type EchoV1RequestMetadata, type EchoV1Response, type EchoV1ResponseInput, EchoV1ResponseKind, type EchoV1ResponseMetadata, EchoV1ResponseStatus, type EditFluxKontextDevV1Input, type EditFluxKontextDevV1Request, type EditFluxKontextDevV1RequestMetadata, type EditFluxKontextDevV1Response, type EditFluxKontextDevV1ResponseInput, EditFluxKontextDevV1ResponseKind, type EditFluxKontextDevV1ResponseMetadata, EditFluxKontextDevV1ResponseStatus, type EntityEventKeys, type EntityEventPayload, type FashnVton16V1Request, type FashnVton16V1RequestMetadata, type FashnVton16V1Response, type FashnVton16V1ResponseInput, FashnVton16V1ResponseKind, type FashnVton16V1ResponseMetadata, FashnVton16V1ResponseStatus, type FashnVtonV1Input, FashnVtonV1InputCategory, FashnVtonV1InputGarmentPhotoType, FashnVtonV1InputMode, FashnVtonV1InputModerationLevel, type Flux11ProUltraV1Input, type FluxKontextDatasetItemDto, type FluxKontextDevPrepareDatasetV1Request, type FluxKontextDevPrepareDatasetV1RequestMetadata, type FluxKontextDevPrepareDatasetV1Response, type FluxKontextDevPrepareDatasetV1ResponseInput, FluxKontextDevPrepareDatasetV1ResponseKind, type FluxKontextDevPrepareDatasetV1ResponseMetadata, FluxKontextDevPrepareDatasetV1ResponseStatus, type FluxKontextDevTrainV1Request, type FluxKontextDevTrainV1RequestMetadata, type FluxKontextDevTrainV1Response, type FluxKontextDevTrainV1ResponseInput, FluxKontextDevTrainV1ResponseKind, type FluxKontextDevTrainV1ResponseMetadata, FluxKontextDevTrainV1ResponseStatus, type FluxKontextDevV1Request, type FluxKontextDevV1RequestMetadata, type FluxKontextDevV1Response, type FluxKontextDevV1ResponseInput, FluxKontextDevV1ResponseKind, type FluxKontextDevV1ResponseMetadata, FluxKontextDevV1ResponseStatus, type FluxKontextPrepareDatasetInputDto, type FluxKontextPrepareDatasetOutputDto, FluxKontextPrepareDatasetOutputDtoKind, type FluxKontextPrepareDatasetResultDto, type FluxKontextPrepareDatasetV1Request, type FluxKontextPrepareDatasetV1RequestMetadata, type FluxKontextPrepareDatasetV1Response, type FluxKontextPrepareDatasetV1ResponseInput, FluxKontextPrepareDatasetV1ResponseKind, type FluxKontextPrepareDatasetV1ResponseMetadata, FluxKontextPrepareDatasetV1ResponseStatus, type FluxKontextTrainInputDto, type FluxKontextTrainOutputDto, FluxKontextTrainOutputDtoKind, type FluxKontextTrainResultDto, type FluxKontextTrainV1Request, type FluxKontextTrainV1RequestMetadata, type FluxKontextTrainV1Response, type FluxKontextTrainV1ResponseInput, FluxKontextTrainV1ResponseKind, type FluxKontextTrainV1ResponseMetadata, FluxKontextTrainV1ResponseStatus, type FluxKontextV1InputDto, type FluxKontextV1Request, type FluxKontextV1RequestMetadata, type FluxKontextV1Response, type FluxKontextV1ResponseInput, FluxKontextV1ResponseKind, type FluxKontextV1ResponseMetadata, FluxKontextV1ResponseStatus, type GPTV1Input, GPTV1InputModel, type GPTV2AssistantMessageDto, GPTV2AssistantMessageDtoRole, type GPTV2DeveloperMessageDto, GPTV2DeveloperMessageDtoRole, type GPTV2Input, type GPTV2InputMessagesItem, GPTV2InputModel, type GPTV2InputResponseFormat, type GPTV2MessageToolCallDto, type GPTV2MessageToolCallDtoFunction, GPTV2MessageToolCallDtoType, type GPTV2ResponseFormatJsonSchemaDetailsDto, type GPTV2ResponseFormatJsonSchemaDetailsDtoSchema, type GPTV2ResponseFormatJsonSchemaDto, GPTV2ResponseFormatJsonSchemaDtoType, type GPTV2ResponseFormatTextOrObjectDto, GPTV2ResponseFormatTextOrObjectDtoType, type GPTV2SystemMessageDto, GPTV2SystemMessageDtoRole, type GPTV2ToolChoiceDto, GPTV2ToolChoiceDtoType, type GPTV2ToolChoiceFunctionDto, type GPTV2ToolDto, GPTV2ToolDtoType, type GPTV2ToolFunctionDto, type GPTV2ToolFunctionDtoParameters, type GPTV2ToolMessageDto, GPTV2ToolMessageDtoRole, type GPTV2UserMessageDto, GPTV2UserMessageDtoRole, type GPTV3FileSearchCallDetailsDto, type GPTV3FileSearchCallDetailsDtoFilters, type GPTV3FileSearchCallDetailsDtoRanking, type GPTV3FileSearchCallDto, GPTV3FileSearchCallDtoType, type GPTV3FileSearchToolDto, GPTV3FileSearchToolDtoType, type GPTV3FunctionCallDetailsDto, type GPTV3FunctionToolDto, type GPTV3FunctionToolDtoParameters, GPTV3FunctionToolDtoType, type GPTV3ImageGenerationCallDto, GPTV3ImageGenerationCallDtoType, type GPTV3ImageGenerationToolDto, GPTV3ImageGenerationToolDtoQuality, GPTV3ImageGenerationToolDtoSize, GPTV3ImageGenerationToolDtoType, type GPTV3ImageInputDto, GPTV3ImageInputDtoDetail, GPTV3ImageInputDtoType, type GPTV3Input, type GPTV3InputInput, type GPTV3InputInputOneOfItem, GPTV3InputModel, type GPTV3InputToolChoice, type GPTV3InputToolsItem, type GPTV3Output, GPTV3OutputKind, type GPTV3ResponseCodeInterpreterToolCallDto, type GPTV3ResponseCodeInterpreterToolCallDtoOutputsItem, GPTV3ResponseCodeInterpreterToolCallDtoStatus, GPTV3ResponseCodeInterpreterToolCallDtoType, type GPTV3ResponseCodeInterpreterToolCallImageDto, GPTV3ResponseCodeInterpreterToolCallImageDtoType, type GPTV3ResponseCodeInterpreterToolCallLogsDto, GPTV3ResponseCodeInterpreterToolCallLogsDtoType, type GPTV3ResponseComputerToolCallClickDto, GPTV3ResponseComputerToolCallClickDtoButton, GPTV3ResponseComputerToolCallClickDtoType, type GPTV3ResponseComputerToolCallDoubleClickDto, GPTV3ResponseComputerToolCallDoubleClickDtoType, type GPTV3ResponseComputerToolCallDragDto, GPTV3ResponseComputerToolCallDragDtoType, type GPTV3ResponseComputerToolCallDragPathDto, type GPTV3ResponseComputerToolCallDto, type GPTV3ResponseComputerToolCallDtoAction, GPTV3ResponseComputerToolCallDtoStatus, GPTV3ResponseComputerToolCallDtoType, type GPTV3ResponseComputerToolCallKeypressDto, GPTV3ResponseComputerToolCallKeypressDtoType, type GPTV3ResponseComputerToolCallMoveDto, GPTV3ResponseComputerToolCallMoveDtoType, type GPTV3ResponseComputerToolCallPendingSafetyCheckDto, type GPTV3ResponseComputerToolCallScreenshotDto, GPTV3ResponseComputerToolCallScreenshotDtoType, type GPTV3ResponseComputerToolCallScrollDto, GPTV3ResponseComputerToolCallScrollDtoType, type GPTV3ResponseComputerToolCallTypeDto, GPTV3ResponseComputerToolCallTypeDtoType, type GPTV3ResponseComputerToolCallWaitDto, GPTV3ResponseComputerToolCallWaitDtoType, type GPTV3ResponseCustomToolCallDto, GPTV3ResponseCustomToolCallDtoStatus, GPTV3ResponseCustomToolCallDtoType, type GPTV3ResponseCustomToolCallOutputDto, GPTV3ResponseCustomToolCallOutputDtoType, type GPTV3ResponseDto, type GPTV3ResponseDtoOutputItem, type GPTV3ResponseFileSearchToolCallDto, GPTV3ResponseFileSearchToolCallDtoStatus, GPTV3ResponseFileSearchToolCallDtoType, type GPTV3ResponseFileSearchToolCallResultDto, type GPTV3ResponseFileSearchToolCallResultDtoAttributes, type GPTV3ResponseFormatJsonSchemaDto, type GPTV3ResponseFormatJsonSchemaDtoSchema, GPTV3ResponseFormatJsonSchemaDtoType, type GPTV3ResponseFormatTextDto, GPTV3ResponseFormatTextDtoType, type GPTV3ResponseFunctionToolCallDto, GPTV3ResponseFunctionToolCallDtoStatus, GPTV3ResponseFunctionToolCallDtoType, type GPTV3ResponseFunctionWebSearchDto, GPTV3ResponseFunctionWebSearchDtoStatus, GPTV3ResponseFunctionWebSearchDtoType, type GPTV3ResponseImageGenerationResultsDto, type GPTV3ResponseInputComputerCallOutputAcknowledgedSafetyCheckDto, type GPTV3ResponseInputComputerCallOutputDto, GPTV3ResponseInputComputerCallOutputDtoStatus, GPTV3ResponseInputComputerCallOutputDtoType, type GPTV3ResponseInputComputerCallOutputScreenshotDto, GPTV3ResponseInputComputerCallOutputScreenshotDtoType, type GPTV3ResponseInputFunctionCallOutputDto, GPTV3ResponseInputFunctionCallOutputDtoStatus, GPTV3ResponseInputFunctionCallOutputDtoType, type GPTV3ResponseInputItemImageGenerationCallDto, GPTV3ResponseInputItemImageGenerationCallDtoStatus, GPTV3ResponseInputItemImageGenerationCallDtoType, type GPTV3ResponseInputItemMessage, type GPTV3ResponseInputItemMessageContentItem, GPTV3ResponseInputItemMessageRole, GPTV3ResponseInputItemMessageStatus, GPTV3ResponseInputItemMessageType, type GPTV3ResponseInputItemReferenceDto, GPTV3ResponseInputItemReferenceDtoType, type GPTV3ResponseInputLocalShellCallActionDto, type GPTV3ResponseInputLocalShellCallActionDtoEnv, GPTV3ResponseInputLocalShellCallActionDtoType, type GPTV3ResponseInputLocalShellCallDto, GPTV3ResponseInputLocalShellCallDtoStatus, GPTV3ResponseInputLocalShellCallDtoType, type GPTV3ResponseInputLocalShellCallOutputDto, GPTV3ResponseInputLocalShellCallOutputDtoStatus, GPTV3ResponseInputLocalShellCallOutputDtoType, type GPTV3ResponseInputMcpApprovalRequestDto, GPTV3ResponseInputMcpApprovalRequestDtoType, type GPTV3ResponseInputMcpApprovalResponseDto, GPTV3ResponseInputMcpApprovalResponseDtoType, type GPTV3ResponseInputMcpCallDto, GPTV3ResponseInputMcpCallDtoType, type GPTV3ResponseInputMcpListToolsDto, GPTV3ResponseInputMcpListToolsDtoType, type GPTV3ResponseInputMcpListToolsToolDto, type GPTV3ResponseInputMcpListToolsToolDtoAnnotations, type GPTV3ResponseInputMcpListToolsToolDtoInputSchema, type GPTV3ResponseLocalShellCallActionDto, type GPTV3ResponseLocalShellCallActionDtoEnv, GPTV3ResponseLocalShellCallActionDtoType, type GPTV3ResponseLocalShellCallDto, GPTV3ResponseLocalShellCallDtoStatus, GPTV3ResponseLocalShellCallDtoType, type GPTV3ResponseMcpApprovalRequestDto, GPTV3ResponseMcpApprovalRequestDtoType, type GPTV3ResponseMcpCallDto, GPTV3ResponseMcpCallDtoType, type GPTV3ResponseMcpListToolsDto, GPTV3ResponseMcpListToolsDtoType, type GPTV3ResponseMcpListToolsToolDto, type GPTV3ResponseMcpListToolsToolDtoAnnotations, type GPTV3ResponseMcpListToolsToolDtoInputSchema, type GPTV3ResponseOutputItemImageGenerationCallDto, type GPTV3ResponseOutputItemImageGenerationCallDtoMetadata, GPTV3ResponseOutputItemImageGenerationCallDtoStatus, GPTV3ResponseOutputItemImageGenerationCallDtoType, type GPTV3ResponseOutputMessageDto, type GPTV3ResponseOutputMessageDtoContentItem, GPTV3ResponseOutputMessageDtoRole, type GPTV3ResponseOutputMessageDtoStatus, GPTV3ResponseOutputMessageDtoType, type GPTV3ResponseOutputRefusalDto, GPTV3ResponseOutputRefusalDtoType, type GPTV3ResponseOutputTextContainerFileCitationDto, GPTV3ResponseOutputTextContainerFileCitationDtoType, type GPTV3ResponseOutputTextDto, type GPTV3ResponseOutputTextDtoAnnotationsItem, GPTV3ResponseOutputTextDtoType, type GPTV3ResponseOutputTextFileCitationDto, GPTV3ResponseOutputTextFileCitationDtoType, type GPTV3ResponseOutputTextFilePathDto, GPTV3ResponseOutputTextFilePathDtoType, type GPTV3ResponseOutputTextLogprobDto, type GPTV3ResponseOutputTextLogprobTopLogprobDto, type GPTV3ResponseOutputTextURLCitationDto, GPTV3ResponseOutputTextURLCitationDtoType, type GPTV3ResponseReasoningItemDto, GPTV3ResponseReasoningItemDtoStatus, GPTV3ResponseReasoningItemDtoType, type GPTV3ResponseReasoningItemSummaryDto, GPTV3ResponseReasoningItemSummaryDtoType, type GPTV3TextConfigDto, type GPTV3TextConfigDtoFormat, type GPTV3TextInputDto, GPTV3TextInputDtoType, type GPTV3WebSearchCallDto, GPTV3WebSearchCallDtoType, type GPTV3WebSearchToolDto, GPTV3WebSearchToolDtoSearchContextSize, GPTV3WebSearchToolDtoType, type GetAccountParamsDto, type GetBalanceParamsDto, type GetCollectionParamsDto, type GetGroupParamsDto, type GetImageParamsDto, type GetImageRepresentationParamsDto, GetImageRepresentationParamsDtoType, type GetOperationParamsDto, type GetOperationsParamsDto, type GetPoseParamsDto, type GetStackParamsDto, type GetStorageRecordParamsDto, type GetUploadedFileUrlResponseDto, type GetUrlsForImagesParamsDto, type GetVideoParamsDto, type GetVideosParamsDto, type GiseleVtonV1Input, GiseleVtonV1InputCategory, type GoogleNanoBananaV1Input, GoogleNanoBananaV1InputAspectRatio, GoogleNanoBananaV1InputOutputFormat, type GoogleNanoBananaV1Request, type GoogleNanoBananaV1RequestMetadata, type GoogleNanoBananaV1Response, type GoogleNanoBananaV1ResponseInput, GoogleNanoBananaV1ResponseKind, type GoogleNanoBananaV1ResponseMetadata, GoogleNanoBananaV1ResponseStatus, type GptV1Request, type GptV1RequestMetadata, type GptV1Response, type GptV1ResponseInput, GptV1ResponseKind, type GptV1ResponseMetadata, GptV1ResponseStatus, type GptV2Request, type GptV2RequestMetadata, type GptV2Response, type GptV2ResponseInput, GptV2ResponseKind, type GptV2ResponseMetadata, GptV2ResponseStatus, type GptV3Request, type GptV3RequestMetadata, type GptV3Response, type GptV3ResponseInput, GptV3ResponseKind, type GptV3ResponseMetadata, GptV3ResponseStatus, type GrantAccessControllerParams, GrantAccessControllerParamsAccess, GrantAccessControllerParamsPrincipalType, type GroupEntity, type HauteLindaV1Request, type HauteLindaV1RequestMetadata, type HauteLindaV1Response, type HauteLindaV1ResponseInput, HauteLindaV1ResponseKind, type HauteLindaV1ResponseMetadata, HauteLindaV1ResponseStatus, type HauteNaomiPrepareDatasetV1Request, type HauteNaomiPrepareDatasetV1RequestMetadata, type HauteNaomiPrepareDatasetV1Response, type HauteNaomiPrepareDatasetV1ResponseInput, HauteNaomiPrepareDatasetV1ResponseKind, type HauteNaomiPrepareDatasetV1ResponseMetadata, HauteNaomiPrepareDatasetV1ResponseStatus, type HauteNaomiTrainV1Request, type HauteNaomiTrainV1RequestMetadata, type HauteNaomiTrainV1Response, type HauteNaomiTrainV1ResponseInput, HauteNaomiTrainV1ResponseKind, type HauteNaomiTrainV1ResponseMetadata, HauteNaomiTrainV1ResponseStatus, type HauteNaomiV1Request, type HauteNaomiV1RequestMetadata, type HauteNaomiV1Response, type HauteNaomiV1ResponseInput, HauteNaomiV1ResponseKind, type HauteNaomiV1ResponseMetadata, HauteNaomiV1ResponseStatus, type IdeogramCharacterV1Input, type IdeogramCharacterV1Request, type IdeogramCharacterV1RequestMetadata, type IdeogramCharacterV1Response, type IdeogramCharacterV1ResponseInput, IdeogramCharacterV1ResponseKind, type IdeogramCharacterV1ResponseMetadata, IdeogramCharacterV1ResponseStatus, type ImageCompositionJson, type ImageCompositionJsonElementsItem, type ImageEntity, ImageEntityKind, type ImageEntityMetadata, type ImageRepresentationResponseDto, type ImageUrlResponseDto, type Imagen4FastV1Input, Imagen4FastV1InputAspectRatio, type Imagen4FastV1Request, type Imagen4FastV1RequestMetadata, type Imagen4FastV1Response, type Imagen4FastV1ResponseInput, Imagen4FastV1ResponseKind, type Imagen4FastV1ResponseMetadata, Imagen4FastV1ResponseStatus, type Imagen4Input, Imagen4InputAspectRatio, Imagen4InputSafetyFilterLevel, type Imagen4V1Request, type Imagen4V1RequestMetadata, type Imagen4V1Response, type Imagen4V1ResponseInput, Imagen4V1ResponseKind, type Imagen4V1ResponseMetadata, Imagen4V1ResponseStatus, type ImagineFlux11ProUltraV1Request, type ImagineFlux11ProUltraV1RequestMetadata, type ImagineFlux11ProUltraV1Response, type ImagineFlux11ProUltraV1ResponseInput, ImagineFlux11ProUltraV1ResponseKind, type ImagineFlux11ProUltraV1ResponseMetadata, ImagineFlux11ProUltraV1ResponseStatus, type ImagineKateV1Request, type ImagineKateV1RequestMetadata, type ImagineKateV1Response, type ImagineKateV1ResponseInput, ImagineKateV1ResponseKind, type ImagineKateV1ResponseMetadata, ImagineKateV1ResponseStatus, type InitializeGenericUploadParamsDto, type InitializeGenericUploadResponseDto, type InitializeImageUploadResultDto, type InpaintKateV1Request, type InpaintKateV1RequestMetadata, type InpaintKateV1Response, type InpaintKateV1ResponseInput, InpaintKateV1ResponseKind, type InpaintKateV1ResponseMetadata, InpaintKateV1ResponseStatus, type JsonToImageV1Input, type JsonToImageV1Request, type JsonToImageV1RequestMetadata, type JsonToImageV1Response, type JsonToImageV1ResponseInput, JsonToImageV1ResponseKind, type JsonToImageV1ResponseMetadata, JsonToImageV1ResponseStatus, type JsonToVideoV1Input, type JsonToVideoV1Request, type JsonToVideoV1RequestMetadata, type JsonToVideoV1Response, type JsonToVideoV1ResponseInput, JsonToVideoV1ResponseKind, type JsonToVideoV1ResponseMetadata, JsonToVideoV1ResponseStatus, type KateImagineV1Input, KateImagineV1InputAspectRatio, type KateInpaintV1Input, KateInpaintV1InputBranch, type KlingKolorsVtonV1Input, type KlingKolorsVtonV1Request, type KlingKolorsVtonV1RequestMetadata, type KlingKolorsVtonV1Response, type KlingKolorsVtonV1ResponseInput, KlingKolorsVtonV1ResponseKind, type KlingKolorsVtonV1ResponseMetadata, KlingKolorsVtonV1ResponseStatus, type LindaHauteV1Input, LindaHauteV1InputAspectRatio, type ListAccessControllerAttachmentsDto, type ListAccessControllerDto, type ListAccessControllerGrantsDto, ListAccessControllerGrantsDtoAccess, type ListAccountsDto, type ListAccountsParamsDto, ListAccountsParamsDtoOrderBy, type ListChatsDto, type ListCollectionItemsDto, type ListCollectionItemsParamsDto, ListCollectionItemsParamsDtoKind, ListCollectionItemsParamsDtoOrderBy, type ListCollectionsDto, type ListCollectionsParamsDto, ListCollectionsParamsDtoOrderBy, type ListLorasDto, type ListOperationsDto, type ListOperationsParamsDto, ListOperationsParamsDtoOrderBy, type ListPipelinesDto, type ListPosesDto, type ListPosesParamsDto, ListPosesParamsDtoOrderBy, type ListSharedResourcesResponseDto, type ListStacksDto, type ListStacksParamsDto, ListStacksParamsDtoOrderBy, type ListWorkflowsDto, LoraControllerGetLorasV1ModelType, type LoraControllerGetLorasV1Params, type LoraDto, LoraDtoModelType, LoraDtoStatus, type LumaPhotonV1Input, LumaPhotonV1InputAspectRatio, type LumaPhotonV1Request, type LumaPhotonV1RequestMetadata, type LumaPhotonV1Response, type LumaPhotonV1ResponseInput, LumaPhotonV1ResponseKind, type LumaPhotonV1ResponseMetadata, LumaPhotonV1ResponseStatus, type MathV1Input, type MathV1InputInput, type MathV1Request, type MathV1RequestMetadata, type MathV1Response, type MathV1ResponseInput, MathV1ResponseKind, type MathV1ResponseMetadata, MathV1ResponseStatus, type MethodsPermissions, type ModifyAccessParamsDto, ModifyAccessParamsDtoAccess, ModifyAccessParamsDtoPrincipalType, type NaomiHauteTrainInputDto, type NaomiHauteTrainOutputDto, NaomiHauteTrainOutputDtoKind, type NaomiHauteTrainResultDto, type NaomiHauteV1Input, NaomiHauteV1InputMode, type NaomiPrepareDatasetInputDto, type NaomiPrepareDatasetOutputDto, NaomiPrepareDatasetOutputDtoKind, type NaomiPrepareDatasetResultDto, type NegateImageV1Input, type NegateImageV1Request, type NegateImageV1RequestMetadata, type NegateImageV1Response, type NegateImageV1ResponseInput, NegateImageV1ResponseKind, type NegateImageV1ResponseMetadata, NegateImageV1ResponseStatus, type NoiseV1Input, type NoiseV1Request, type NoiseV1RequestMetadata, type NoiseV1Response, type NoiseV1ResponseInput, NoiseV1ResponseKind, type NoiseV1ResponseMetadata, NoiseV1ResponseStatus, type ObjectDetectionV1Input, type ObjectDetectionV1Output, ObjectDetectionV1OutputKind, type ObjectDetectionV1Request, type ObjectDetectionV1RequestMetadata, type ObjectDetectionV1Response, type ObjectDetectionV1ResponseInput, ObjectDetectionV1ResponseKind, type ObjectDetectionV1ResponseMetadata, ObjectDetectionV1ResponseStatus, type OneCompilerV1Input, type OneCompilerV1InputInput, OneCompilerV1InputLanguage, type OnecompilerV1Output, type OnecompilerV1OutputData, type OnecompilerV1OutputDataResult, type OnecompilerV1OutputDataResultOneOf, OnecompilerV1OutputKind, type OnecompilerV1Request, type OnecompilerV1RequestMetadata, type OnecompilerV1Response, type OnecompilerV1ResponseInput, OnecompilerV1ResponseKind, type OnecompilerV1ResponseMetadata, OnecompilerV1ResponseStatus, type OperationEntity, type OperationEntityInput, OperationEntityKind, type OperationEntityMetadata, type OperationEntityOutput, OperationEntityStatus, type OperationOutputImageMultiple, OperationOutputImageMultipleKind, type OperationOutputImageSingle, OperationOutputImageSingleKind, type OperationOutputJSON, type OperationOutputJSONData, type OperationOutputJSONDataOneOf, OperationOutputJSONKind, type OperationOutputNumber, OperationOutputNumberKind, type OperationOutputTextSingle, OperationOutputTextSingleKind, type OperationOutputVideoSingle, OperationOutputVideoSingleKind, OperationsControllerListOperationsV1OrderBy, type OperationsControllerListOperationsV1Params, type PageInfoDto, type PipelineDto, type PipelineDtoInput, PipelineDtoKind, type PipelineDtoMetadata, type PipelineDtoOutput, type PipelineDtoState, type PipelineDtoStateOutput, PipelineDtoStateStatus, PipelineDtoStatus, type PipelineMapV1Input, type PipelineMapV1InputInputItem, type PipelineMapV1Request, type PipelineMapV1RequestMetadata, type PipelineMapV1Response, type PipelineMapV1ResponseInput, PipelineMapV1ResponseKind, type PipelineMapV1ResponseMetadata, PipelineMapV1ResponseStatus, type PipelinePreviewDto, PipelinePreviewDtoKind, type PipelinePreviewDtoMetadata, PipelinePreviewDtoStatus, type PipelineSDK, type PipelinesControllerCountPipelinesV1Params, PipelinesControllerCountPipelinesV1Status, PipelinesControllerListPipelinesV1OrderBy, type PipelinesControllerListPipelinesV1Params, PipelinesControllerListPipelinesV1Status, type PoseEntity, PoseEntityKind, type PoseEntityMetadata, type PoseEstimationV1Input, type PoseEstimationV1Output, type PoseEstimationV1OutputData, PoseEstimationV1OutputKind, type PoseEstimationV1Request, type PoseEstimationV1RequestMetadata, type PoseEstimationV1Response, type PoseEstimationV1ResponseInput, PoseEstimationV1ResponseKind, type PoseEstimationV1ResponseMetadata, PoseEstimationV1ResponseStatus, PosesControllerListPosesV1OrderBy, type PosesControllerListPosesV1Params, type RemoveAccountFromGroupControllerParamsDto, RemoveAccountFromGroupControllerParamsDtoRole, type RemoveAccountFromGroupParamsDto, RemoveAccountFromGroupParamsDtoRole, type RemoveItemsFromCollectionControllerParamsDto, type RemoveItemsFromCollectionParamsDto, type RemoveItemsFromStackParamsDto, type ResizeV1Input, type ResizeV1Request, type ResizeV1RequestMetadata, type ResizeV1Response, type ResizeV1ResponseInput, ResizeV1ResponseKind, type ResizeV1ResponseMetadata, ResizeV1ResponseStatus, type ResourceEntity, ResourceEntityKind, type ResourceEntityMetadata, type ReveRemixV1Input, ReveRemixV1InputAspectRatio, ReveRemixV1InputVersion, type ReveRemixV1Request, type ReveRemixV1RequestMetadata, type ReveRemixV1Response, type ReveRemixV1ResponseInput, ReveRemixV1ResponseKind, type ReveRemixV1ResponseMetadata, ReveRemixV1ResponseStatus, type RevokeAccessControllerParamsDto, RevokeAccessControllerParamsDtoAccess, RevokeAccessControllerParamsDtoPrincipalType, type RunWorkflowParamsDto, type RunWorkflowParamsDtoInput, type RunWorkflowParamsDtoMetadata, type RunWorkflowResponseDto, type SDK, type SDKOptions, type SeedV1Input, type SeedV1InputSeed, type SeedV1InputSeedId, type SeedV1Request, type SeedV1RequestMetadata, type SeedV1Response, type SeedV1ResponseInput, SeedV1ResponseKind, type SeedV1ResponseMetadata, SeedV1ResponseStatus, type Seedream3V1Input, Seedream3V1InputAspectRatio, Seedream3V1InputSize, type Seedream3V1Request, type Seedream3V1RequestMetadata, type Seedream3V1Response, type Seedream3V1ResponseInput, Seedream3V1ResponseKind, type Seedream3V1ResponseMetadata, Seedream3V1ResponseStatus, type Seedream4EditV1Input, type Seedream4EditV1Request, type Seedream4EditV1RequestMetadata, type Seedream4EditV1Response, type Seedream4EditV1ResponseInput, Seedream4EditV1ResponseKind, type Seedream4EditV1ResponseMetadata, Seedream4EditV1ResponseStatus, type Seedream4T2IV1Input, type Seedream4T2iV1Request, type Seedream4T2iV1RequestMetadata, type Seedream4T2iV1Response, type Seedream4T2iV1ResponseInput, Seedream4T2iV1ResponseKind, type Seedream4T2iV1ResponseMetadata, Seedream4T2iV1ResponseStatus, type SegmentAnythingEmbeddingsV1Input, type SegmentAnythingEmbeddingsV1Request, type SegmentAnythingEmbeddingsV1RequestMetadata, type SegmentAnythingEmbeddingsV1Response, type SegmentAnythingEmbeddingsV1ResponseInput, SegmentAnythingEmbeddingsV1ResponseKind, type SegmentAnythingEmbeddingsV1ResponseMetadata, SegmentAnythingEmbeddingsV1ResponseStatus, type SegmentAnythingMaskV1Input, type SegmentAnythingMaskV1Request, type SegmentAnythingMaskV1RequestMetadata, type SegmentAnythingMaskV1Response, type SegmentAnythingMaskV1ResponseInput, SegmentAnythingMaskV1ResponseKind, type SegmentAnythingMaskV1ResponseMetadata, SegmentAnythingMaskV1ResponseStatus, type SelfAccountDto, type SelfAccountDtoPermissions, SelfAccountDtoType, type SetPosePreviewControllerParamsDto, type SetPosePreviewDto, type SharedResourceDto, SharedResourceDtoType, type StackEntity, type StackEntityItemsItem, StackEntityKind, type StackEntityMetadata, StacksControllerListStacksV1OrderBy, type StacksControllerListStacksV1Params, type StorageEntity, StorageEntityKind, type StorageEntityMetadata, type StorageEntityValue, type StorageRecordsResultDto, type StorageRecordsResultDtoValue, type StorageRecordsResultDtoValueOneOf, type StringsTemplateV1Input, type StringsTemplateV1Request, type StringsTemplateV1RequestMetadata, type StringsTemplateV1Response, type StringsTemplateV1ResponseInput, StringsTemplateV1ResponseKind, type StringsTemplateV1ResponseMetadata, StringsTemplateV1ResponseStatus, type SubscribePayload, type SupportFile, type TaskDto, type TaskDtoArgsItem, type TaskDtoArgsItemOneOf, type TopazUpscaleV1Input, TopazUpscaleV1InputEnhanceModel, TopazUpscaleV1InputSubjectDetection, TopazUpscaleV1InputUpscaleFactor, type TopazUpscaleV1Request, type TopazUpscaleV1RequestMetadata, type TopazUpscaleV1Response, type TopazUpscaleV1ResponseInput, TopazUpscaleV1ResponseKind, type TopazUpscaleV1ResponseMetadata, TopazUpscaleV1ResponseStatus, type TranslateV1Input, type TranslateV1Output, type TranslateV1OutputData, TranslateV1OutputKind, type TranslateV1Request, type TranslateV1RequestMetadata, type TranslateV1Response, type TranslateV1ResponseInput, TranslateV1ResponseKind, type TranslateV1ResponseMetadata, TranslateV1ResponseStatus, type UpdateAccountControllerParamsDto, type UpdateAccountParamsDto, type UpdateMetadataDto, type UpdateMetadataDtoOverwrite, type UpdateResourceMetadataDto, type UpdateStorageRecordParamsDto, type UpdateStorageRecordParamsDtoValue, type UpdateStorageRecordParamsDtoValueOneOf, type UpdateWorkflowParamsDto, type UpdateWorkflowParamsDtoData, type UpdateWorkflowParamsDtoMetadata, type UpdateWorkflowParamsDtoPipelineTemplate, type UploadControllerGetUploadedFileUrlV1Params, type UpscaleV1Input, type UpscaleV1Request, type UpscaleV1RequestMetadata, type UpscaleV1Response, type UpscaleV1ResponseInput, UpscaleV1ResponseKind, type UpscaleV1ResponseMetadata, UpscaleV1ResponseStatus, type VariableDto, type VariableDtoValue, type Veo3FastV1Request, type Veo3FastV1RequestMetadata, type Veo3FastV1Response, type Veo3FastV1ResponseInput, Veo3FastV1ResponseKind, type Veo3FastV1ResponseMetadata, Veo3FastV1ResponseStatus, type Veo3V1Input, Veo3V1InputAspectRatio, Veo3V1InputResolution, type Veo3V1Request, type Veo3V1RequestMetadata, type Veo3V1Response, type Veo3V1ResponseInput, Veo3V1ResponseKind, type Veo3V1ResponseMetadata, Veo3V1ResponseStatus, type VideoCompositionJson, type VideoCompositionJsonElementsItem, type VideoEntity, VideoEntityKind, type VideoEntityMetadata, type VideoUrlResponseDto, type VideosControllerGetVideosV1Params, type VtonGiseleV1Request, type VtonGiseleV1RequestMetadata, type VtonGiseleV1Response, type VtonGiseleV1ResponseInput, VtonGiseleV1ResponseKind, type VtonGiseleV1ResponseMetadata, VtonGiseleV1ResponseStatus, type WaitOperationParamsDto, type WorkflowDto, type WorkflowDtoData, type WorkflowDtoMetadata, type WorkflowDtoPipelineTemplate, type WorkflowStatisticsDto, WorkflowsControllerListWorkflowsV1OrderBy, type WorkflowsControllerListWorkflowsV1Params, type WorkflowsRunV1Input, type WorkflowsRunV1InputInput, type WorkflowsRunV1InputMetadata, type WorkflowsRunV1Output, type WorkflowsRunV1OutputOutput, type WorkflowsRunV1Request, type WorkflowsRunV1RequestMetadata, type WorkflowsRunV1Response, type WorkflowsRunV1ResponseInput, WorkflowsRunV1ResponseKind, type WorkflowsRunV1ResponseMetadata, WorkflowsRunV1ResponseStatus, type WsEventEntity, type WsEventMap, type Yolo11xPoseV1Input, type Yolo11xPoseV1Output, Yolo11xPoseV1OutputKind, type Yolo11xPoseV1Request, type Yolo11xPoseV1RequestMetadata, type Yolo11xPoseV1Response, type Yolo11xPoseV1ResponseInput, Yolo11xPoseV1ResponseKind, type Yolo11xPoseV1ResponseMetadata, Yolo11xPoseV1ResponseStatus, createDirectorySDK, createSDK, createTokenSigner };
|
|
14921
|
+
export { type AccessControllerListSharedV1Params, AccessControllerListSharedV1Type, type AccountEntity, AccountEntityType, AccountsControllerListAccountsV1OrderBy, type AccountsControllerListAccountsV1Params, type AddAccountToGroupControllerParamsDto, AddAccountToGroupControllerParamsDtoRole, type AddAccountToGroupParamsDto, AddAccountToGroupParamsDtoRole, type AddBalanceControllerParamsDto, type AddBalanceParamsDto, type AddChatItemsDto, type AddChatItemsDtoItemsItem, type AddItemsToCollectionControllerParamsDto, type AddItemsToCollectionParamsDto, type AddItemsToStackControllerParamsDto, type AddItemsToStackParamsDto, type AlphabakeVtonV1Input, AlphabakeVtonV1InputGarmentType, AlphabakeVtonV1InputMode, AlphabakeVtonV1InputProcessAsset, type AlphabakeVtonV1Request, type AlphabakeVtonV1RequestMetadata, type AlphabakeVtonV1Response, type AlphabakeVtonV1ResponseInput, AlphabakeVtonV1ResponseKind, type AlphabakeVtonV1ResponseMetadata, AlphabakeVtonV1ResponseStatus, type AnimateCreatomateV1Input, type AnimateCreatomateV1InputTemplate, type AnimateCreatomateV1InputTemplateOneOf, type AnimateCreatomateV1Request, type AnimateCreatomateV1RequestMetadata, type AnimateCreatomateV1Response, type AnimateCreatomateV1ResponseInput, AnimateCreatomateV1ResponseKind, type AnimateCreatomateV1ResponseMetadata, AnimateCreatomateV1ResponseStatus, type AnimateKling16ProV1Input, AnimateKling16ProV1InputAspectRatio, AnimateKling16ProV1InputDuration, type AnimateKling16ProV1Request, type AnimateKling16ProV1RequestMetadata, type AnimateKling16ProV1Response, type AnimateKling16ProV1ResponseInput, AnimateKling16ProV1ResponseKind, type AnimateKling16ProV1ResponseMetadata, AnimateKling16ProV1ResponseStatus, type AnimateKling21ProV1Input, AnimateKling21ProV1InputDuration, type AnimateKling21ProV1Request, type AnimateKling21ProV1RequestMetadata, type AnimateKling21ProV1Response, type AnimateKling21ProV1ResponseInput, AnimateKling21ProV1ResponseKind, type AnimateKling21ProV1ResponseMetadata, AnimateKling21ProV1ResponseStatus, type AnimateKling21StandardV1Input, AnimateKling21StandardV1InputDuration, type AnimateKling21StandardV1Request, type AnimateKling21StandardV1RequestMetadata, type AnimateKling21StandardV1Response, type AnimateKling21StandardV1ResponseInput, AnimateKling21StandardV1ResponseKind, type AnimateKling21StandardV1ResponseMetadata, AnimateKling21StandardV1ResponseStatus, type AnimateKling21V1Input, AnimateKling21V1InputDuration, type AnimateKling21V1Request, type AnimateKling21V1RequestMetadata, type AnimateKling21V1Response, type AnimateKling21V1ResponseInput, AnimateKling21V1ResponseKind, type AnimateKling21V1ResponseMetadata, AnimateKling21V1ResponseStatus, type ApiDefinitionTree, type AttachAccessControllerParamsDto, type AttachAccessParamsDto, type BalanceResultDto, type BaseWsEvent, type BaseWsEventType, ChatControllerListChatsV1OrderBy, type ChatControllerListChatsV1Params, type ChatDto, type ChatDtoItemsItem, type ChatParametersDto, type ChatParametersDtoResponseFormat, type CollectionEntity, CollectionEntityKind, type CollectionEntityMetadata, CollectionsControllerListCollectionsV1OrderBy, type CollectionsControllerListCollectionsV1Params, CollectionsControllerListItemsV1Kind, CollectionsControllerListItemsV1OrderBy, type CollectionsControllerListItemsV1Params, type CompositeElement, CompositeElementBlend, CompositeElementFit, type CompositeV1Input, type CompositeV1Request, type CompositeV1RequestMetadata, type CompositeV1Response, type CompositeV1ResponseInput, CompositeV1ResponseKind, type CompositeV1ResponseMetadata, CompositeV1ResponseStatus, type ContrastV1Input, type ContrastV1Request, type ContrastV1RequestMetadata, type ContrastV1Response, type ContrastV1ResponseInput, ContrastV1ResponseKind, type ContrastV1ResponseMetadata, ContrastV1ResponseStatus, type CountPipelinesResultDto, type CreateAccountParamsDto, type CreateChatParamsDto, type CreateCollectionParamsDto, type CreateCollectionParamsDtoMetadata, type CreateImageParamsDto, type CreatePipelineParamsDto, type CreatePipelineParamsDtoMetadata, type CreatePipelineParamsDtoOutputRef, type CreatePipelineParamsDtoPipelineInput, type CreatePipelineParamsDtoState, type CreatePipelineTaskDto, type CreatePipelineTaskDtoArgsItem, type CreatePipelineTaskDtoArgsItemOneOf, type CreateStackParamsDto, type CreateStackParamsDtoMetadata, type CreateStorageRecordParamsDto, type CreateStorageRecordParamsDtoValue, type CreateStorageRecordParamsDtoValueOneOf, type CreateVideoParamsDto, type CreateWorkflowParamsDto, type CreateWorkflowParamsDtoData, type CreateWorkflowParamsDtoMetadata, type CreateWorkflowParamsDtoPipelineTemplate, type CropV1Input, type CropV1Request, type CropV1RequestMetadata, type CropV1Response, type CropV1ResponseInput, CropV1ResponseKind, type CropV1ResponseMetadata, CropV1ResponseStatus, type CutV1Input, type CutV1Request, type CutV1RequestMetadata, type CutV1Response, type CutV1ResponseInput, CutV1ResponseKind, type CutV1ResponseMetadata, CutV1ResponseStatus, type DatasetItemDto, type Decimal, type DeepWrap, type DeleteParamsDto, type DeleteStorageParamsDto, type DetachAccessControllerParamsDto, type DirectorySDK, type DirectorySDKOptions, type EchoV1Input, type EchoV1Request, type EchoV1RequestMetadata, type EchoV1Response, type EchoV1ResponseInput, EchoV1ResponseKind, type EchoV1ResponseMetadata, EchoV1ResponseStatus, type EditFluxKontextDevV1Input, type EditFluxKontextDevV1Request, type EditFluxKontextDevV1RequestMetadata, type EditFluxKontextDevV1Response, type EditFluxKontextDevV1ResponseInput, EditFluxKontextDevV1ResponseKind, type EditFluxKontextDevV1ResponseMetadata, EditFluxKontextDevV1ResponseStatus, type EntityEventKeys, type EntityEventPayload, type FashnVton16V1Request, type FashnVton16V1RequestMetadata, type FashnVton16V1Response, type FashnVton16V1ResponseInput, FashnVton16V1ResponseKind, type FashnVton16V1ResponseMetadata, FashnVton16V1ResponseStatus, type FashnVtonV1Input, FashnVtonV1InputCategory, FashnVtonV1InputGarmentPhotoType, FashnVtonV1InputMode, FashnVtonV1InputModerationLevel, type Flux11ProUltraV1Input, type FluxKontextDatasetItemDto, type FluxKontextDevPrepareDatasetV1Request, type FluxKontextDevPrepareDatasetV1RequestMetadata, type FluxKontextDevPrepareDatasetV1Response, type FluxKontextDevPrepareDatasetV1ResponseInput, FluxKontextDevPrepareDatasetV1ResponseKind, type FluxKontextDevPrepareDatasetV1ResponseMetadata, FluxKontextDevPrepareDatasetV1ResponseStatus, type FluxKontextDevTrainV1Request, type FluxKontextDevTrainV1RequestMetadata, type FluxKontextDevTrainV1Response, type FluxKontextDevTrainV1ResponseInput, FluxKontextDevTrainV1ResponseKind, type FluxKontextDevTrainV1ResponseMetadata, FluxKontextDevTrainV1ResponseStatus, type FluxKontextDevV1Request, type FluxKontextDevV1RequestMetadata, type FluxKontextDevV1Response, type FluxKontextDevV1ResponseInput, FluxKontextDevV1ResponseKind, type FluxKontextDevV1ResponseMetadata, FluxKontextDevV1ResponseStatus, type FluxKontextPrepareDatasetInputDto, type FluxKontextPrepareDatasetOutputDto, FluxKontextPrepareDatasetOutputDtoKind, type FluxKontextPrepareDatasetResultDto, type FluxKontextPrepareDatasetV1Request, type FluxKontextPrepareDatasetV1RequestMetadata, type FluxKontextPrepareDatasetV1Response, type FluxKontextPrepareDatasetV1ResponseInput, FluxKontextPrepareDatasetV1ResponseKind, type FluxKontextPrepareDatasetV1ResponseMetadata, FluxKontextPrepareDatasetV1ResponseStatus, type FluxKontextTrainInputDto, type FluxKontextTrainOutputDto, FluxKontextTrainOutputDtoKind, type FluxKontextTrainResultDto, type FluxKontextTrainV1Request, type FluxKontextTrainV1RequestMetadata, type FluxKontextTrainV1Response, type FluxKontextTrainV1ResponseInput, FluxKontextTrainV1ResponseKind, type FluxKontextTrainV1ResponseMetadata, FluxKontextTrainV1ResponseStatus, type FluxKontextV1InputDto, type FluxKontextV1Request, type FluxKontextV1RequestMetadata, type FluxKontextV1Response, type FluxKontextV1ResponseInput, FluxKontextV1ResponseKind, type FluxKontextV1ResponseMetadata, FluxKontextV1ResponseStatus, type GPTV1Input, GPTV1InputModel, type GPTV2AssistantMessageDto, GPTV2AssistantMessageDtoRole, type GPTV2DeveloperMessageDto, GPTV2DeveloperMessageDtoRole, type GPTV2Input, type GPTV2InputMessagesItem, GPTV2InputModel, type GPTV2InputResponseFormat, type GPTV2MessageToolCallDto, type GPTV2MessageToolCallDtoFunction, GPTV2MessageToolCallDtoType, type GPTV2ResponseFormatJsonSchemaDetailsDto, type GPTV2ResponseFormatJsonSchemaDetailsDtoSchema, type GPTV2ResponseFormatJsonSchemaDto, GPTV2ResponseFormatJsonSchemaDtoType, type GPTV2ResponseFormatTextOrObjectDto, GPTV2ResponseFormatTextOrObjectDtoType, type GPTV2SystemMessageDto, GPTV2SystemMessageDtoRole, type GPTV2ToolChoiceDto, GPTV2ToolChoiceDtoType, type GPTV2ToolChoiceFunctionDto, type GPTV2ToolDto, GPTV2ToolDtoType, type GPTV2ToolFunctionDto, type GPTV2ToolFunctionDtoParameters, type GPTV2ToolMessageDto, GPTV2ToolMessageDtoRole, type GPTV2UserMessageDto, GPTV2UserMessageDtoRole, type GPTV3FileSearchCallDetailsDto, type GPTV3FileSearchCallDetailsDtoFilters, type GPTV3FileSearchCallDetailsDtoRanking, type GPTV3FileSearchCallDto, GPTV3FileSearchCallDtoType, type GPTV3FileSearchToolDto, GPTV3FileSearchToolDtoType, type GPTV3FunctionCallDetailsDto, type GPTV3FunctionToolDto, type GPTV3FunctionToolDtoParameters, GPTV3FunctionToolDtoType, type GPTV3ImageGenerationCallDto, GPTV3ImageGenerationCallDtoType, type GPTV3ImageGenerationToolDto, GPTV3ImageGenerationToolDtoQuality, GPTV3ImageGenerationToolDtoSize, GPTV3ImageGenerationToolDtoType, type GPTV3ImageInputDto, GPTV3ImageInputDtoDetail, GPTV3ImageInputDtoType, type GPTV3Input, type GPTV3InputInput, type GPTV3InputInputOneOfItem, GPTV3InputModel, type GPTV3InputToolChoice, type GPTV3InputToolsItem, type GPTV3Output, GPTV3OutputKind, type GPTV3ResponseCodeInterpreterToolCallDto, type GPTV3ResponseCodeInterpreterToolCallDtoOutputsItem, GPTV3ResponseCodeInterpreterToolCallDtoStatus, GPTV3ResponseCodeInterpreterToolCallDtoType, type GPTV3ResponseCodeInterpreterToolCallImageDto, GPTV3ResponseCodeInterpreterToolCallImageDtoType, type GPTV3ResponseCodeInterpreterToolCallLogsDto, GPTV3ResponseCodeInterpreterToolCallLogsDtoType, type GPTV3ResponseComputerToolCallClickDto, GPTV3ResponseComputerToolCallClickDtoButton, GPTV3ResponseComputerToolCallClickDtoType, type GPTV3ResponseComputerToolCallDoubleClickDto, GPTV3ResponseComputerToolCallDoubleClickDtoType, type GPTV3ResponseComputerToolCallDragDto, GPTV3ResponseComputerToolCallDragDtoType, type GPTV3ResponseComputerToolCallDragPathDto, type GPTV3ResponseComputerToolCallDto, type GPTV3ResponseComputerToolCallDtoAction, GPTV3ResponseComputerToolCallDtoStatus, GPTV3ResponseComputerToolCallDtoType, type GPTV3ResponseComputerToolCallKeypressDto, GPTV3ResponseComputerToolCallKeypressDtoType, type GPTV3ResponseComputerToolCallMoveDto, GPTV3ResponseComputerToolCallMoveDtoType, type GPTV3ResponseComputerToolCallPendingSafetyCheckDto, type GPTV3ResponseComputerToolCallScreenshotDto, GPTV3ResponseComputerToolCallScreenshotDtoType, type GPTV3ResponseComputerToolCallScrollDto, GPTV3ResponseComputerToolCallScrollDtoType, type GPTV3ResponseComputerToolCallTypeDto, GPTV3ResponseComputerToolCallTypeDtoType, type GPTV3ResponseComputerToolCallWaitDto, GPTV3ResponseComputerToolCallWaitDtoType, type GPTV3ResponseCustomToolCallDto, GPTV3ResponseCustomToolCallDtoStatus, GPTV3ResponseCustomToolCallDtoType, type GPTV3ResponseCustomToolCallOutputDto, GPTV3ResponseCustomToolCallOutputDtoType, type GPTV3ResponseDto, type GPTV3ResponseDtoOutputItem, type GPTV3ResponseFileSearchToolCallDto, GPTV3ResponseFileSearchToolCallDtoStatus, GPTV3ResponseFileSearchToolCallDtoType, type GPTV3ResponseFileSearchToolCallResultDto, type GPTV3ResponseFileSearchToolCallResultDtoAttributes, type GPTV3ResponseFormatJsonSchemaDto, type GPTV3ResponseFormatJsonSchemaDtoSchema, GPTV3ResponseFormatJsonSchemaDtoType, type GPTV3ResponseFormatTextDto, GPTV3ResponseFormatTextDtoType, type GPTV3ResponseFunctionToolCallDto, GPTV3ResponseFunctionToolCallDtoStatus, GPTV3ResponseFunctionToolCallDtoType, type GPTV3ResponseFunctionWebSearchDto, GPTV3ResponseFunctionWebSearchDtoStatus, GPTV3ResponseFunctionWebSearchDtoType, type GPTV3ResponseImageGenerationResultsDto, type GPTV3ResponseInputComputerCallOutputAcknowledgedSafetyCheckDto, type GPTV3ResponseInputComputerCallOutputDto, GPTV3ResponseInputComputerCallOutputDtoStatus, GPTV3ResponseInputComputerCallOutputDtoType, type GPTV3ResponseInputComputerCallOutputScreenshotDto, GPTV3ResponseInputComputerCallOutputScreenshotDtoType, type GPTV3ResponseInputFunctionCallOutputDto, GPTV3ResponseInputFunctionCallOutputDtoStatus, GPTV3ResponseInputFunctionCallOutputDtoType, type GPTV3ResponseInputItemImageGenerationCallDto, GPTV3ResponseInputItemImageGenerationCallDtoStatus, GPTV3ResponseInputItemImageGenerationCallDtoType, type GPTV3ResponseInputItemMessage, type GPTV3ResponseInputItemMessageContentItem, GPTV3ResponseInputItemMessageRole, GPTV3ResponseInputItemMessageStatus, GPTV3ResponseInputItemMessageType, type GPTV3ResponseInputItemReferenceDto, GPTV3ResponseInputItemReferenceDtoType, type GPTV3ResponseInputLocalShellCallActionDto, type GPTV3ResponseInputLocalShellCallActionDtoEnv, GPTV3ResponseInputLocalShellCallActionDtoType, type GPTV3ResponseInputLocalShellCallDto, GPTV3ResponseInputLocalShellCallDtoStatus, GPTV3ResponseInputLocalShellCallDtoType, type GPTV3ResponseInputLocalShellCallOutputDto, GPTV3ResponseInputLocalShellCallOutputDtoStatus, GPTV3ResponseInputLocalShellCallOutputDtoType, type GPTV3ResponseInputMcpApprovalRequestDto, GPTV3ResponseInputMcpApprovalRequestDtoType, type GPTV3ResponseInputMcpApprovalResponseDto, GPTV3ResponseInputMcpApprovalResponseDtoType, type GPTV3ResponseInputMcpCallDto, GPTV3ResponseInputMcpCallDtoType, type GPTV3ResponseInputMcpListToolsDto, GPTV3ResponseInputMcpListToolsDtoType, type GPTV3ResponseInputMcpListToolsToolDto, type GPTV3ResponseInputMcpListToolsToolDtoAnnotations, type GPTV3ResponseInputMcpListToolsToolDtoInputSchema, type GPTV3ResponseLocalShellCallActionDto, type GPTV3ResponseLocalShellCallActionDtoEnv, GPTV3ResponseLocalShellCallActionDtoType, type GPTV3ResponseLocalShellCallDto, GPTV3ResponseLocalShellCallDtoStatus, GPTV3ResponseLocalShellCallDtoType, type GPTV3ResponseMcpApprovalRequestDto, GPTV3ResponseMcpApprovalRequestDtoType, type GPTV3ResponseMcpCallDto, GPTV3ResponseMcpCallDtoType, type GPTV3ResponseMcpListToolsDto, GPTV3ResponseMcpListToolsDtoType, type GPTV3ResponseMcpListToolsToolDto, type GPTV3ResponseMcpListToolsToolDtoAnnotations, type GPTV3ResponseMcpListToolsToolDtoInputSchema, type GPTV3ResponseOutputItemImageGenerationCallDto, type GPTV3ResponseOutputItemImageGenerationCallDtoMetadata, GPTV3ResponseOutputItemImageGenerationCallDtoStatus, GPTV3ResponseOutputItemImageGenerationCallDtoType, type GPTV3ResponseOutputMessageDto, type GPTV3ResponseOutputMessageDtoContentItem, GPTV3ResponseOutputMessageDtoRole, type GPTV3ResponseOutputMessageDtoStatus, GPTV3ResponseOutputMessageDtoType, type GPTV3ResponseOutputRefusalDto, GPTV3ResponseOutputRefusalDtoType, type GPTV3ResponseOutputTextContainerFileCitationDto, GPTV3ResponseOutputTextContainerFileCitationDtoType, type GPTV3ResponseOutputTextDto, type GPTV3ResponseOutputTextDtoAnnotationsItem, GPTV3ResponseOutputTextDtoType, type GPTV3ResponseOutputTextFileCitationDto, GPTV3ResponseOutputTextFileCitationDtoType, type GPTV3ResponseOutputTextFilePathDto, GPTV3ResponseOutputTextFilePathDtoType, type GPTV3ResponseOutputTextLogprobDto, type GPTV3ResponseOutputTextLogprobTopLogprobDto, type GPTV3ResponseOutputTextURLCitationDto, GPTV3ResponseOutputTextURLCitationDtoType, type GPTV3ResponseReasoningItemDto, GPTV3ResponseReasoningItemDtoStatus, GPTV3ResponseReasoningItemDtoType, type GPTV3ResponseReasoningItemSummaryDto, GPTV3ResponseReasoningItemSummaryDtoType, type GPTV3TextConfigDto, type GPTV3TextConfigDtoFormat, type GPTV3TextInputDto, GPTV3TextInputDtoType, type GPTV3WebSearchCallDto, GPTV3WebSearchCallDtoType, type GPTV3WebSearchToolDto, GPTV3WebSearchToolDtoSearchContextSize, GPTV3WebSearchToolDtoType, type GetAccountParamsDto, type GetBalanceParamsDto, type GetCollectionParamsDto, type GetGroupParamsDto, type GetImageParamsDto, type GetImageRepresentationParamsDto, GetImageRepresentationParamsDtoType, type GetOperationParamsDto, type GetOperationsParamsDto, type GetPoseParamsDto, type GetStackParamsDto, type GetStorageRecordParamsDto, type GetUploadedFileUrlResponseDto, type GetUrlsForImagesParamsDto, type GetVideoParamsDto, type GetVideosParamsDto, type GiseleVtonV1Input, GiseleVtonV1InputCategory, type GoogleNanoBananaV1Input, GoogleNanoBananaV1InputAspectRatio, GoogleNanoBananaV1InputOutputFormat, type GoogleNanoBananaV1Request, type GoogleNanoBananaV1RequestMetadata, type GoogleNanoBananaV1Response, type GoogleNanoBananaV1ResponseInput, GoogleNanoBananaV1ResponseKind, type GoogleNanoBananaV1ResponseMetadata, GoogleNanoBananaV1ResponseStatus, type GptV1Request, type GptV1RequestMetadata, type GptV1Response, type GptV1ResponseInput, GptV1ResponseKind, type GptV1ResponseMetadata, GptV1ResponseStatus, type GptV2Request, type GptV2RequestMetadata, type GptV2Response, type GptV2ResponseInput, GptV2ResponseKind, type GptV2ResponseMetadata, GptV2ResponseStatus, type GptV3Request, type GptV3RequestMetadata, type GptV3Response, type GptV3ResponseInput, GptV3ResponseKind, type GptV3ResponseMetadata, GptV3ResponseStatus, type GrantAccessControllerParams, GrantAccessControllerParamsAccess, GrantAccessControllerParamsPrincipalType, type GroupEntity, type HauteLindaV1Request, type HauteLindaV1RequestMetadata, type HauteLindaV1Response, type HauteLindaV1ResponseInput, HauteLindaV1ResponseKind, type HauteLindaV1ResponseMetadata, HauteLindaV1ResponseStatus, type HauteNaomiPrepareDatasetV1Request, type HauteNaomiPrepareDatasetV1RequestMetadata, type HauteNaomiPrepareDatasetV1Response, type HauteNaomiPrepareDatasetV1ResponseInput, HauteNaomiPrepareDatasetV1ResponseKind, type HauteNaomiPrepareDatasetV1ResponseMetadata, HauteNaomiPrepareDatasetV1ResponseStatus, type HauteNaomiTrainV1Request, type HauteNaomiTrainV1RequestMetadata, type HauteNaomiTrainV1Response, type HauteNaomiTrainV1ResponseInput, HauteNaomiTrainV1ResponseKind, type HauteNaomiTrainV1ResponseMetadata, HauteNaomiTrainV1ResponseStatus, type HauteNaomiV1Request, type HauteNaomiV1RequestMetadata, type HauteNaomiV1Response, type HauteNaomiV1ResponseInput, HauteNaomiV1ResponseKind, type HauteNaomiV1ResponseMetadata, HauteNaomiV1ResponseStatus, type IdeogramCharacterV1Input, type IdeogramCharacterV1Request, type IdeogramCharacterV1RequestMetadata, type IdeogramCharacterV1Response, type IdeogramCharacterV1ResponseInput, IdeogramCharacterV1ResponseKind, type IdeogramCharacterV1ResponseMetadata, IdeogramCharacterV1ResponseStatus, type ImageCompositionJson, type ImageCompositionJsonElementsItem, type ImageEntity, ImageEntityKind, type ImageEntityMetadata, type ImageRepresentationResponseDto, type ImageUrlResponseDto, type Imagen4FastV1Input, Imagen4FastV1InputAspectRatio, type Imagen4FastV1Request, type Imagen4FastV1RequestMetadata, type Imagen4FastV1Response, type Imagen4FastV1ResponseInput, Imagen4FastV1ResponseKind, type Imagen4FastV1ResponseMetadata, Imagen4FastV1ResponseStatus, type Imagen4Input, Imagen4InputAspectRatio, Imagen4InputSafetyFilterLevel, type Imagen4StandardV1Input, Imagen4StandardV1InputAspectRatio, type Imagen4StandardV1Request, type Imagen4StandardV1RequestMetadata, type Imagen4StandardV1Response, type Imagen4StandardV1ResponseInput, Imagen4StandardV1ResponseKind, type Imagen4StandardV1ResponseMetadata, Imagen4StandardV1ResponseStatus, type Imagen4UltraV1Input, Imagen4UltraV1InputAspectRatio, type Imagen4UltraV1Request, type Imagen4UltraV1RequestMetadata, type Imagen4UltraV1Response, type Imagen4UltraV1ResponseInput, Imagen4UltraV1ResponseKind, type Imagen4UltraV1ResponseMetadata, Imagen4UltraV1ResponseStatus, type Imagen4V1Request, type Imagen4V1RequestMetadata, type Imagen4V1Response, type Imagen4V1ResponseInput, Imagen4V1ResponseKind, type Imagen4V1ResponseMetadata, Imagen4V1ResponseStatus, type ImagineFlux11ProUltraV1Request, type ImagineFlux11ProUltraV1RequestMetadata, type ImagineFlux11ProUltraV1Response, type ImagineFlux11ProUltraV1ResponseInput, ImagineFlux11ProUltraV1ResponseKind, type ImagineFlux11ProUltraV1ResponseMetadata, ImagineFlux11ProUltraV1ResponseStatus, type ImagineKateV1Request, type ImagineKateV1RequestMetadata, type ImagineKateV1Response, type ImagineKateV1ResponseInput, ImagineKateV1ResponseKind, type ImagineKateV1ResponseMetadata, ImagineKateV1ResponseStatus, type InitializeGenericUploadParamsDto, type InitializeGenericUploadResponseDto, type InitializeImageUploadResultDto, type InpaintKateV1Request, type InpaintKateV1RequestMetadata, type InpaintKateV1Response, type InpaintKateV1ResponseInput, InpaintKateV1ResponseKind, type InpaintKateV1ResponseMetadata, InpaintKateV1ResponseStatus, type JsonToImageV1Input, type JsonToImageV1Request, type JsonToImageV1RequestMetadata, type JsonToImageV1Response, type JsonToImageV1ResponseInput, JsonToImageV1ResponseKind, type JsonToImageV1ResponseMetadata, JsonToImageV1ResponseStatus, type JsonToVideoV1Input, type JsonToVideoV1Request, type JsonToVideoV1RequestMetadata, type JsonToVideoV1Response, type JsonToVideoV1ResponseInput, JsonToVideoV1ResponseKind, type JsonToVideoV1ResponseMetadata, JsonToVideoV1ResponseStatus, type KateImagineV1Input, KateImagineV1InputAspectRatio, type KateInpaintV1Input, KateInpaintV1InputBranch, type KlingKolorsVtonV1Input, type KlingKolorsVtonV1Request, type KlingKolorsVtonV1RequestMetadata, type KlingKolorsVtonV1Response, type KlingKolorsVtonV1ResponseInput, KlingKolorsVtonV1ResponseKind, type KlingKolorsVtonV1ResponseMetadata, KlingKolorsVtonV1ResponseStatus, type KlingVideo25ProImageToVideoV1Input, KlingVideo25ProImageToVideoV1InputDuration, type KlingVideo25ProImageToVideoV1Request, type KlingVideo25ProImageToVideoV1RequestMetadata, type KlingVideo25ProImageToVideoV1Response, type KlingVideo25ProImageToVideoV1ResponseInput, KlingVideo25ProImageToVideoV1ResponseKind, type KlingVideo25ProImageToVideoV1ResponseMetadata, KlingVideo25ProImageToVideoV1ResponseStatus, type LindaHauteV1Input, LindaHauteV1InputAspectRatio, type ListAccessControllerAttachmentsDto, type ListAccessControllerDto, type ListAccessControllerGrantsDto, ListAccessControllerGrantsDtoAccess, type ListAccountsDto, type ListAccountsParamsDto, ListAccountsParamsDtoOrderBy, type ListChatsDto, type ListCollectionItemsDto, type ListCollectionItemsParamsDto, ListCollectionItemsParamsDtoKind, ListCollectionItemsParamsDtoOrderBy, type ListCollectionsDto, type ListCollectionsParamsDto, ListCollectionsParamsDtoOrderBy, type ListLorasDto, type ListOperationsDto, type ListOperationsParamsDto, ListOperationsParamsDtoOrderBy, type ListPipelinesDto, type ListPosesDto, type ListPosesParamsDto, ListPosesParamsDtoOrderBy, type ListSharedResourcesResponseDto, type ListStacksDto, type ListStacksParamsDto, ListStacksParamsDtoOrderBy, type ListWorkflowsDto, LoraControllerGetLorasV1ModelType, type LoraControllerGetLorasV1Params, type LoraDto, LoraDtoModelType, LoraDtoStatus, type LumaPhotonV1Input, LumaPhotonV1InputAspectRatio, type LumaPhotonV1Request, type LumaPhotonV1RequestMetadata, type LumaPhotonV1Response, type LumaPhotonV1ResponseInput, LumaPhotonV1ResponseKind, type LumaPhotonV1ResponseMetadata, LumaPhotonV1ResponseStatus, type MathV1Input, type MathV1InputInput, type MathV1Request, type MathV1RequestMetadata, type MathV1Response, type MathV1ResponseInput, MathV1ResponseKind, type MathV1ResponseMetadata, MathV1ResponseStatus, type MethodsPermissions, type ModifyAccessParamsDto, ModifyAccessParamsDtoAccess, ModifyAccessParamsDtoPrincipalType, type NaomiHauteTrainInputDto, type NaomiHauteTrainOutputDto, NaomiHauteTrainOutputDtoKind, type NaomiHauteTrainResultDto, type NaomiHauteV1Input, NaomiHauteV1InputMode, type NaomiPrepareDatasetInputDto, type NaomiPrepareDatasetOutputDto, NaomiPrepareDatasetOutputDtoKind, type NaomiPrepareDatasetResultDto, type NegateImageV1Input, type NegateImageV1Request, type NegateImageV1RequestMetadata, type NegateImageV1Response, type NegateImageV1ResponseInput, NegateImageV1ResponseKind, type NegateImageV1ResponseMetadata, NegateImageV1ResponseStatus, type NoiseV1Input, type NoiseV1Request, type NoiseV1RequestMetadata, type NoiseV1Response, type NoiseV1ResponseInput, NoiseV1ResponseKind, type NoiseV1ResponseMetadata, NoiseV1ResponseStatus, type ObjectDetectionV1Input, type ObjectDetectionV1Output, ObjectDetectionV1OutputKind, type ObjectDetectionV1Request, type ObjectDetectionV1RequestMetadata, type ObjectDetectionV1Response, type ObjectDetectionV1ResponseInput, ObjectDetectionV1ResponseKind, type ObjectDetectionV1ResponseMetadata, ObjectDetectionV1ResponseStatus, type OneCompilerV1Input, type OneCompilerV1InputInput, OneCompilerV1InputLanguage, type OnecompilerV1Output, type OnecompilerV1OutputData, type OnecompilerV1OutputDataResult, type OnecompilerV1OutputDataResultOneOf, OnecompilerV1OutputKind, type OnecompilerV1Request, type OnecompilerV1RequestMetadata, type OnecompilerV1Response, type OnecompilerV1ResponseInput, OnecompilerV1ResponseKind, type OnecompilerV1ResponseMetadata, OnecompilerV1ResponseStatus, type OperationEntity, type OperationEntityInput, OperationEntityKind, type OperationEntityMetadata, type OperationEntityOutput, OperationEntityStatus, type OperationOutputImageMultiple, OperationOutputImageMultipleKind, type OperationOutputImageSingle, OperationOutputImageSingleKind, type OperationOutputJSON, type OperationOutputJSONData, type OperationOutputJSONDataOneOf, OperationOutputJSONKind, type OperationOutputNumber, OperationOutputNumberKind, type OperationOutputTextSingle, OperationOutputTextSingleKind, type OperationOutputVideoSingle, OperationOutputVideoSingleKind, OperationsControllerListOperationsV1OrderBy, type OperationsControllerListOperationsV1Params, type PageInfoDto, type PipelineDto, type PipelineDtoInput, PipelineDtoKind, type PipelineDtoMetadata, type PipelineDtoOutput, type PipelineDtoState, type PipelineDtoStateOutput, PipelineDtoStateStatus, PipelineDtoStatus, type PipelineMapV1Input, type PipelineMapV1InputInputItem, type PipelineMapV1Request, type PipelineMapV1RequestMetadata, type PipelineMapV1Response, type PipelineMapV1ResponseInput, PipelineMapV1ResponseKind, type PipelineMapV1ResponseMetadata, PipelineMapV1ResponseStatus, type PipelinePreviewDto, PipelinePreviewDtoKind, type PipelinePreviewDtoMetadata, PipelinePreviewDtoStatus, type PipelineSDK, type PipelinesControllerCountPipelinesV1Params, PipelinesControllerCountPipelinesV1Status, PipelinesControllerListPipelinesV1OrderBy, type PipelinesControllerListPipelinesV1Params, PipelinesControllerListPipelinesV1Status, type PoseEntity, PoseEntityKind, type PoseEntityMetadata, type PoseEstimationV1Input, type PoseEstimationV1Output, type PoseEstimationV1OutputData, PoseEstimationV1OutputKind, type PoseEstimationV1Request, type PoseEstimationV1RequestMetadata, type PoseEstimationV1Response, type PoseEstimationV1ResponseInput, PoseEstimationV1ResponseKind, type PoseEstimationV1ResponseMetadata, PoseEstimationV1ResponseStatus, PosesControllerListPosesV1OrderBy, type PosesControllerListPosesV1Params, type RemoveAccountFromGroupControllerParamsDto, RemoveAccountFromGroupControllerParamsDtoRole, type RemoveAccountFromGroupParamsDto, RemoveAccountFromGroupParamsDtoRole, type RemoveItemsFromCollectionControllerParamsDto, type RemoveItemsFromCollectionParamsDto, type RemoveItemsFromStackParamsDto, type ResizeV1Input, type ResizeV1Request, type ResizeV1RequestMetadata, type ResizeV1Response, type ResizeV1ResponseInput, ResizeV1ResponseKind, type ResizeV1ResponseMetadata, ResizeV1ResponseStatus, type ResourceEntity, ResourceEntityKind, type ResourceEntityMetadata, type ReveRemixV1Input, ReveRemixV1InputAspectRatio, ReveRemixV1InputVersion, type ReveRemixV1Request, type ReveRemixV1RequestMetadata, type ReveRemixV1Response, type ReveRemixV1ResponseInput, ReveRemixV1ResponseKind, type ReveRemixV1ResponseMetadata, ReveRemixV1ResponseStatus, type RevokeAccessControllerParamsDto, RevokeAccessControllerParamsDtoAccess, RevokeAccessControllerParamsDtoPrincipalType, type RunWorkflowParamsDto, type RunWorkflowParamsDtoInput, type RunWorkflowParamsDtoMetadata, type RunWorkflowResponseDto, type SDK, type SDKOptions, type SeedV1Input, type SeedV1InputSeed, type SeedV1InputSeedId, type SeedV1Request, type SeedV1RequestMetadata, type SeedV1Response, type SeedV1ResponseInput, SeedV1ResponseKind, type SeedV1ResponseMetadata, SeedV1ResponseStatus, type Seedream3V1Input, Seedream3V1InputAspectRatio, Seedream3V1InputSize, type Seedream3V1Request, type Seedream3V1RequestMetadata, type Seedream3V1Response, type Seedream3V1ResponseInput, Seedream3V1ResponseKind, type Seedream3V1ResponseMetadata, Seedream3V1ResponseStatus, type Seedream4EditV1Input, type Seedream4EditV1Request, type Seedream4EditV1RequestMetadata, type Seedream4EditV1Response, type Seedream4EditV1ResponseInput, Seedream4EditV1ResponseKind, type Seedream4EditV1ResponseMetadata, Seedream4EditV1ResponseStatus, type Seedream4T2IV1Input, type Seedream4T2iV1Request, type Seedream4T2iV1RequestMetadata, type Seedream4T2iV1Response, type Seedream4T2iV1ResponseInput, Seedream4T2iV1ResponseKind, type Seedream4T2iV1ResponseMetadata, Seedream4T2iV1ResponseStatus, type SegmentAnythingEmbeddingsV1Input, type SegmentAnythingEmbeddingsV1Request, type SegmentAnythingEmbeddingsV1RequestMetadata, type SegmentAnythingEmbeddingsV1Response, type SegmentAnythingEmbeddingsV1ResponseInput, SegmentAnythingEmbeddingsV1ResponseKind, type SegmentAnythingEmbeddingsV1ResponseMetadata, SegmentAnythingEmbeddingsV1ResponseStatus, type SegmentAnythingMaskV1Input, type SegmentAnythingMaskV1Request, type SegmentAnythingMaskV1RequestMetadata, type SegmentAnythingMaskV1Response, type SegmentAnythingMaskV1ResponseInput, SegmentAnythingMaskV1ResponseKind, type SegmentAnythingMaskV1ResponseMetadata, SegmentAnythingMaskV1ResponseStatus, type SelfAccountDto, type SelfAccountDtoPermissions, SelfAccountDtoType, type SetPosePreviewControllerParamsDto, type SetPosePreviewDto, type SharedResourceDto, SharedResourceDtoType, type StackEntity, type StackEntityItemsItem, StackEntityKind, type StackEntityMetadata, StacksControllerListStacksV1OrderBy, type StacksControllerListStacksV1Params, type StorageEntity, StorageEntityKind, type StorageEntityMetadata, type StorageEntityValue, type StorageRecordsResultDto, type StorageRecordsResultDtoValue, type StorageRecordsResultDtoValueOneOf, type StringsTemplateV1Input, type StringsTemplateV1Request, type StringsTemplateV1RequestMetadata, type StringsTemplateV1Response, type StringsTemplateV1ResponseInput, StringsTemplateV1ResponseKind, type StringsTemplateV1ResponseMetadata, StringsTemplateV1ResponseStatus, type SubscribePayload, type SupportFile, type TaskDto, type TaskDtoArgsItem, type TaskDtoArgsItemOneOf, type TopazUpscaleV1Input, TopazUpscaleV1InputEnhanceModel, TopazUpscaleV1InputSubjectDetection, TopazUpscaleV1InputUpscaleFactor, type TopazUpscaleV1Request, type TopazUpscaleV1RequestMetadata, type TopazUpscaleV1Response, type TopazUpscaleV1ResponseInput, TopazUpscaleV1ResponseKind, type TopazUpscaleV1ResponseMetadata, TopazUpscaleV1ResponseStatus, type TranslateV1Input, type TranslateV1Output, type TranslateV1OutputData, TranslateV1OutputKind, type TranslateV1Request, type TranslateV1RequestMetadata, type TranslateV1Response, type TranslateV1ResponseInput, TranslateV1ResponseKind, type TranslateV1ResponseMetadata, TranslateV1ResponseStatus, type UpdateAccountControllerParamsDto, type UpdateAccountParamsDto, type UpdateMetadataDto, type UpdateMetadataDtoOverwrite, type UpdateResourceMetadataDto, type UpdateStorageRecordParamsDto, type UpdateStorageRecordParamsDtoValue, type UpdateStorageRecordParamsDtoValueOneOf, type UpdateWorkflowParamsDto, type UpdateWorkflowParamsDtoData, type UpdateWorkflowParamsDtoMetadata, type UpdateWorkflowParamsDtoPipelineTemplate, type UploadControllerGetUploadedFileUrlV1Params, type UpscaleV1Input, type UpscaleV1Request, type UpscaleV1RequestMetadata, type UpscaleV1Response, type UpscaleV1ResponseInput, UpscaleV1ResponseKind, type UpscaleV1ResponseMetadata, UpscaleV1ResponseStatus, type VariableDto, type VariableDtoValue, type Veo31FastV1Request, type Veo31FastV1RequestMetadata, type Veo31FastV1Response, type Veo31FastV1ResponseInput, Veo31FastV1ResponseKind, type Veo31FastV1ResponseMetadata, Veo31FastV1ResponseStatus, type Veo31Input, Veo31InputAspectRatio, Veo31InputDuration, Veo31InputResolution, type Veo31V1Request, type Veo31V1RequestMetadata, type Veo31V1Response, type Veo31V1ResponseInput, Veo31V1ResponseKind, type Veo31V1ResponseMetadata, Veo31V1ResponseStatus, type Veo3FastV1Request, type Veo3FastV1RequestMetadata, type Veo3FastV1Response, type Veo3FastV1ResponseInput, Veo3FastV1ResponseKind, type Veo3FastV1ResponseMetadata, Veo3FastV1ResponseStatus, type Veo3V1Input, Veo3V1InputAspectRatio, Veo3V1InputDuration, Veo3V1InputResolution, type Veo3V1Request, type Veo3V1RequestMetadata, type Veo3V1Response, type Veo3V1ResponseInput, Veo3V1ResponseKind, type Veo3V1ResponseMetadata, Veo3V1ResponseStatus, type VideoCompositionJson, type VideoCompositionJsonElementsItem, type VideoEntity, VideoEntityKind, type VideoEntityMetadata, type VideoUrlResponseDto, type VideosControllerGetVideosV1Params, type VtonGiseleV1Request, type VtonGiseleV1RequestMetadata, type VtonGiseleV1Response, type VtonGiseleV1ResponseInput, VtonGiseleV1ResponseKind, type VtonGiseleV1ResponseMetadata, VtonGiseleV1ResponseStatus, type WaitOperationParamsDto, type WorkflowDto, type WorkflowDtoData, type WorkflowDtoMetadata, type WorkflowDtoPipelineTemplate, type WorkflowStatisticsDto, WorkflowsControllerListWorkflowsV1OrderBy, type WorkflowsControllerListWorkflowsV1Params, type WorkflowsRunV1Input, type WorkflowsRunV1InputInput, type WorkflowsRunV1InputMetadata, type WorkflowsRunV1Output, type WorkflowsRunV1OutputOutput, type WorkflowsRunV1Request, type WorkflowsRunV1RequestMetadata, type WorkflowsRunV1Response, type WorkflowsRunV1ResponseInput, WorkflowsRunV1ResponseKind, type WorkflowsRunV1ResponseMetadata, WorkflowsRunV1ResponseStatus, type WsEventEntity, type WsEventMap, type Yolo11xPoseV1Input, type Yolo11xPoseV1Output, Yolo11xPoseV1OutputKind, type Yolo11xPoseV1Request, type Yolo11xPoseV1RequestMetadata, type Yolo11xPoseV1Response, type Yolo11xPoseV1ResponseInput, Yolo11xPoseV1ResponseKind, type Yolo11xPoseV1ResponseMetadata, Yolo11xPoseV1ResponseStatus, createDirectorySDK, createSDK, createTokenSigner };
|