@civitai/client 0.2.0-beta.70 → 0.2.0-beta.72
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/generated/index.d.ts +64 -12
- package/dist/generated/index.js +2 -2
- package/dist/generated/schemas.gen.d.ts +1811 -1866
- package/dist/generated/schemas.gen.js +2020 -2082
- package/dist/generated/sdk.gen.d.ts +37 -17
- package/dist/generated/sdk.gen.js +35 -17
- package/dist/generated/services.gen.d.ts +90 -88
- package/dist/generated/services.gen.js +147 -100
- package/dist/generated/types.gen.d.ts +1039 -141
- package/dist/generated/types.gen.js +25 -0
- package/package.json +2 -2
- package/dist/utils/types.d.ts +0 -3
- package/dist/utils/types.js +0 -1
|
@@ -15,15 +15,16 @@ export {
|
|
|
15
15
|
invokeAceStepAudioStepTemplate,
|
|
16
16
|
invokeAgeClassificationStepTemplate,
|
|
17
17
|
invokeAudioCaptioningStepTemplate,
|
|
18
|
-
invokeAudioMixStepTemplate,
|
|
19
18
|
invokeBatchOcrSafetyClassificationStepTemplate,
|
|
20
19
|
invokeBlobArchiveStepTemplate,
|
|
21
20
|
invokeChatCompletionStepTemplate,
|
|
22
21
|
invokeComfyStepTemplate,
|
|
22
|
+
invokeComposeMediaStepTemplate,
|
|
23
23
|
invokeConvertImageStepTemplate,
|
|
24
24
|
invokeCustomComfyStepTemplate,
|
|
25
25
|
invokeEchoStepTemplate,
|
|
26
26
|
invokeHumanoidImageMaskStepTemplate,
|
|
27
|
+
invokeImageBackgroundRemovalStepTemplate,
|
|
27
28
|
invokeImageGenStepTemplate,
|
|
28
29
|
invokeImageResourceTrainingStepTemplate,
|
|
29
30
|
invokeImageUploadStepTemplate,
|
|
@@ -67,9 +68,13 @@ export {
|
|
|
67
68
|
} from './sdk.gen';
|
|
68
69
|
export {
|
|
69
70
|
type AceStep15AiToolkitTrainingInput,
|
|
71
|
+
type AceStep15AiToolkitTrainingInputWritable,
|
|
70
72
|
type AceStep15XlAiToolkitTrainingInput,
|
|
73
|
+
type AceStep15XlAiToolkitTrainingInputWritable,
|
|
71
74
|
type AceStep15XlBaseAiToolkitTrainingInput,
|
|
75
|
+
type AceStep15XlBaseAiToolkitTrainingInputWritable,
|
|
72
76
|
type AceStep15XlSftAiToolkitTrainingInput,
|
|
77
|
+
type AceStep15XlSftAiToolkitTrainingInputWritable,
|
|
73
78
|
type AceStepAudioCover,
|
|
74
79
|
type AceStepAudioInput,
|
|
75
80
|
type AceStepAudioOutput,
|
|
@@ -90,11 +95,14 @@ export {
|
|
|
90
95
|
type AgeDetection,
|
|
91
96
|
type AiRecognitionResult,
|
|
92
97
|
type AiToolkitTrainingInput,
|
|
98
|
+
type AiToolkitTrainingInputWritable,
|
|
93
99
|
type AnimaAiToolkitTrainingInput,
|
|
100
|
+
type AnimaAiToolkitTrainingInputWritable,
|
|
94
101
|
type AnimaCreateImageGenInput,
|
|
95
102
|
type AnimaImageGenInput,
|
|
96
103
|
AnimalPoseBboxDetector,
|
|
97
104
|
AnimalPoseEstimator,
|
|
105
|
+
type AnimaVariantImageGenInput,
|
|
98
106
|
type AnimeRecognitionResult,
|
|
99
107
|
AnylineMergeWith,
|
|
100
108
|
ArchiveFormat,
|
|
@@ -105,12 +113,8 @@ export {
|
|
|
105
113
|
type AudioCaptioningOutputItem,
|
|
106
114
|
type AudioCaptioningStep,
|
|
107
115
|
type AudioCaptioningStepTemplate,
|
|
108
|
-
type
|
|
109
|
-
type
|
|
110
|
-
type AudioMixResolvedTrack,
|
|
111
|
-
type AudioMixStep,
|
|
112
|
-
type AudioMixStepTemplate,
|
|
113
|
-
type AudioMixTrackInput,
|
|
116
|
+
type AudioComposeMediaOutput,
|
|
117
|
+
type BasicAnimationsBlobs,
|
|
114
118
|
type BatchOcrSafetyClassificationInput,
|
|
115
119
|
type BatchOcrSafetyClassificationOutput,
|
|
116
120
|
type BatchOcrSafetyClassificationResult,
|
|
@@ -146,10 +150,12 @@ export {
|
|
|
146
150
|
type ChatCompletionToolCall,
|
|
147
151
|
type ChatCompletionUsage,
|
|
148
152
|
type ChromaAiToolkitTrainingInput,
|
|
153
|
+
type ChromaAiToolkitTrainingInputWritable,
|
|
149
154
|
type ClientOptions,
|
|
150
155
|
CoarseMode,
|
|
151
156
|
type ComfyAnimaCreateImageGenInput,
|
|
152
157
|
type ComfyAnimaImageGenInput,
|
|
158
|
+
type ComfyAnimaVariantImageGenInput,
|
|
153
159
|
type ComfyErnieImageGenInput,
|
|
154
160
|
type ComfyErnieStandardCreateImageGenInput,
|
|
155
161
|
type ComfyErnieStandardImageGenInput,
|
|
@@ -168,6 +174,8 @@ export {
|
|
|
168
174
|
type ComfyHiDreamO1DevImageGenInput,
|
|
169
175
|
type ComfyHiDreamO1EditImageGenInput,
|
|
170
176
|
type ComfyHiDreamO1ImageGenInput,
|
|
177
|
+
type ComfyIdeogram4CreateImageGenInput,
|
|
178
|
+
type ComfyIdeogram4ImageGenInput,
|
|
171
179
|
type ComfyImageGenInput,
|
|
172
180
|
type ComfyInput,
|
|
173
181
|
type ComfyLensImageGenInput,
|
|
@@ -199,6 +207,13 @@ export {
|
|
|
199
207
|
type ComfySdxlVariantImageGenInput,
|
|
200
208
|
type ComfyStep,
|
|
201
209
|
type ComfyStepTemplate,
|
|
210
|
+
type ComposeMediaElementInput,
|
|
211
|
+
type ComposeMediaInput,
|
|
212
|
+
type ComposeMediaOutput,
|
|
213
|
+
type ComposeMediaOutputSpec,
|
|
214
|
+
type ComposeMediaResolvedElement,
|
|
215
|
+
type ComposeMediaStep,
|
|
216
|
+
type ComposeMediaStepTemplate,
|
|
202
217
|
type ConsumerBlobPresignResponse,
|
|
203
218
|
ContainerFormat,
|
|
204
219
|
type ConvertImageInput,
|
|
@@ -230,14 +245,19 @@ export {
|
|
|
230
245
|
type EchoStepTemplate,
|
|
231
246
|
type EpochResult,
|
|
232
247
|
type ErnieAiToolkitTrainingInput,
|
|
248
|
+
type ErnieAiToolkitTrainingInputWritable,
|
|
233
249
|
type FaceDetection,
|
|
234
250
|
type FaceDetectionInfo,
|
|
235
251
|
type FaceRecognitionResult,
|
|
252
|
+
type FadeInTransformer,
|
|
253
|
+
type FadeOutTransformer,
|
|
236
254
|
type FalImageGenInput,
|
|
237
255
|
type FalPolyGenInput,
|
|
238
256
|
FileFormat,
|
|
239
257
|
type Flux1AiToolkitTrainingInput,
|
|
258
|
+
type Flux1AiToolkitTrainingInputWritable,
|
|
240
259
|
type Flux1DevAiToolkitTrainingInput,
|
|
260
|
+
type Flux1DevAiToolkitTrainingInputWritable,
|
|
241
261
|
type Flux1KontextDevImageGenInput,
|
|
242
262
|
type Flux1KontextDevImageGenInputWritable,
|
|
243
263
|
type Flux1KontextImageGenInput,
|
|
@@ -247,6 +267,7 @@ export {
|
|
|
247
267
|
type Flux1KontextProImageGenInput,
|
|
248
268
|
type Flux1KontextProImageGenInputWritable,
|
|
249
269
|
type Flux1SchnellAiToolkitTrainingInput,
|
|
270
|
+
type Flux1SchnellAiToolkitTrainingInputWritable,
|
|
250
271
|
type Flux1SdCppCreateImageInput,
|
|
251
272
|
type Flux1SdCppEditImageInput,
|
|
252
273
|
type Flux1SdCppImageGenInput,
|
|
@@ -265,8 +286,11 @@ export {
|
|
|
265
286
|
type Flux2FlexImageGenInput,
|
|
266
287
|
type Flux2ImageGenInput,
|
|
267
288
|
type Flux2Klein4bAiToolkitTrainingInput,
|
|
289
|
+
type Flux2Klein4bAiToolkitTrainingInputWritable,
|
|
268
290
|
type Flux2Klein9bAiToolkitTrainingInput,
|
|
291
|
+
type Flux2Klein9bAiToolkitTrainingInputWritable,
|
|
269
292
|
type Flux2KleinAiToolkitTrainingInput,
|
|
293
|
+
type Flux2KleinAiToolkitTrainingInputWritable,
|
|
270
294
|
type Flux2KleinCreateImageInput,
|
|
271
295
|
type Flux2KleinEditImageInput,
|
|
272
296
|
type Flux2KleinImageGenInput,
|
|
@@ -349,10 +373,16 @@ export {
|
|
|
349
373
|
type HeadBlobResponse,
|
|
350
374
|
type HeadBlobResponses,
|
|
351
375
|
type HiDreamO1AiToolkitTrainingInput,
|
|
376
|
+
type HiDreamO1AiToolkitTrainingInputWritable,
|
|
352
377
|
HumanoidImageMaskCategory,
|
|
353
378
|
type HumanoidImageMaskInput,
|
|
354
379
|
type HumanoidImageMaskOutput,
|
|
355
380
|
type HunyuanVdeoGenInput,
|
|
381
|
+
ImageBackgroundRemovalFormat,
|
|
382
|
+
type ImageBackgroundRemovalInput,
|
|
383
|
+
type ImageBackgroundRemovalOutput,
|
|
384
|
+
type ImageBackgroundRemovalStep,
|
|
385
|
+
type ImageBackgroundRemovalStepTemplate,
|
|
356
386
|
type ImageBlob,
|
|
357
387
|
type ImageGenInput,
|
|
358
388
|
type ImageGenInputLora,
|
|
@@ -400,11 +430,6 @@ export {
|
|
|
400
430
|
type InvokeAudioCaptioningStepTemplateErrors,
|
|
401
431
|
type InvokeAudioCaptioningStepTemplateResponse,
|
|
402
432
|
type InvokeAudioCaptioningStepTemplateResponses,
|
|
403
|
-
type InvokeAudioMixStepTemplateData,
|
|
404
|
-
type InvokeAudioMixStepTemplateError,
|
|
405
|
-
type InvokeAudioMixStepTemplateErrors,
|
|
406
|
-
type InvokeAudioMixStepTemplateResponse,
|
|
407
|
-
type InvokeAudioMixStepTemplateResponses,
|
|
408
433
|
type InvokeBatchOcrSafetyClassificationStepTemplateData,
|
|
409
434
|
type InvokeBatchOcrSafetyClassificationStepTemplateError,
|
|
410
435
|
type InvokeBatchOcrSafetyClassificationStepTemplateErrors,
|
|
@@ -425,6 +450,11 @@ export {
|
|
|
425
450
|
type InvokeComfyStepTemplateErrors,
|
|
426
451
|
type InvokeComfyStepTemplateResponse,
|
|
427
452
|
type InvokeComfyStepTemplateResponses,
|
|
453
|
+
type InvokeComposeMediaStepTemplateData,
|
|
454
|
+
type InvokeComposeMediaStepTemplateError,
|
|
455
|
+
type InvokeComposeMediaStepTemplateErrors,
|
|
456
|
+
type InvokeComposeMediaStepTemplateResponse,
|
|
457
|
+
type InvokeComposeMediaStepTemplateResponses,
|
|
428
458
|
type InvokeConvertImageStepTemplateData,
|
|
429
459
|
type InvokeConvertImageStepTemplateError,
|
|
430
460
|
type InvokeConvertImageStepTemplateErrors,
|
|
@@ -445,6 +475,11 @@ export {
|
|
|
445
475
|
type InvokeHumanoidImageMaskStepTemplateErrors,
|
|
446
476
|
type InvokeHumanoidImageMaskStepTemplateResponse,
|
|
447
477
|
type InvokeHumanoidImageMaskStepTemplateResponses,
|
|
478
|
+
type InvokeImageBackgroundRemovalStepTemplateData,
|
|
479
|
+
type InvokeImageBackgroundRemovalStepTemplateError,
|
|
480
|
+
type InvokeImageBackgroundRemovalStepTemplateErrors,
|
|
481
|
+
type InvokeImageBackgroundRemovalStepTemplateResponse,
|
|
482
|
+
type InvokeImageBackgroundRemovalStepTemplateResponses,
|
|
448
483
|
type InvokeImageGenStepTemplateData,
|
|
449
484
|
type InvokeImageGenStepTemplateError,
|
|
450
485
|
type InvokeImageGenStepTemplateErrors,
|
|
@@ -614,23 +649,31 @@ export {
|
|
|
614
649
|
LightricksAspectRatio,
|
|
615
650
|
type LightricksVideoGenInput,
|
|
616
651
|
type Ltx23AiToolkitTrainingInput,
|
|
652
|
+
type Ltx23AiToolkitTrainingInputWritable,
|
|
617
653
|
type Ltx2AiToolkitTrainingInput,
|
|
654
|
+
type Ltx2AiToolkitTrainingInputWritable,
|
|
618
655
|
type MaiImageCreateFalImageGenInput,
|
|
619
656
|
type MaiImageEditFalImageGenInput,
|
|
620
657
|
type MaiImageFalImageGenInput,
|
|
658
|
+
type MediaCanvas,
|
|
621
659
|
type MediaCaptioningInput,
|
|
622
660
|
type MediaCaptioningOutput,
|
|
623
661
|
type MediaCaptioningStep,
|
|
624
662
|
type MediaCaptioningStepTemplate,
|
|
663
|
+
MediaContainer,
|
|
664
|
+
MediaFit,
|
|
625
665
|
type MediaHashInput,
|
|
626
666
|
type MediaHashOutput,
|
|
627
667
|
type MediaHashStep,
|
|
628
668
|
type MediaHashStepTemplate,
|
|
629
669
|
MediaHashType,
|
|
670
|
+
type MediaLayout,
|
|
671
|
+
MediaOutputType,
|
|
630
672
|
type MediaRatingInput,
|
|
631
673
|
type MediaRatingOutput,
|
|
632
674
|
type MediaRatingStep,
|
|
633
675
|
type MediaRatingStepTemplate,
|
|
676
|
+
type MediaTransformer,
|
|
634
677
|
type MeshyFalPolyGenInput,
|
|
635
678
|
type MeshyImageTo3dFalPolyGenInput,
|
|
636
679
|
type MeshyTextTo3dFalPolyGenInput,
|
|
@@ -662,6 +705,7 @@ export {
|
|
|
662
705
|
type NanoBanana2ImageGenInput,
|
|
663
706
|
type NanoBananaProImageGenInput,
|
|
664
707
|
NsfwLevel,
|
|
708
|
+
type OmniVoiceTextToSpeechInput,
|
|
665
709
|
type OpenAiDallE2CreateImageGenInput,
|
|
666
710
|
type OpenAiDallE2EditImageInput,
|
|
667
711
|
type OpenAiDallE2ImageGenInput,
|
|
@@ -803,6 +847,7 @@ export {
|
|
|
803
847
|
type Qwen3TextToSpeechInput,
|
|
804
848
|
type Qwen3VoiceDesignTtsInput,
|
|
805
849
|
type QwenAiToolkitTrainingInput,
|
|
850
|
+
type QwenAiToolkitTrainingInputWritable,
|
|
806
851
|
type QwenImageGenInput,
|
|
807
852
|
type RefreshBlobData,
|
|
808
853
|
type RefreshBlobError,
|
|
@@ -829,6 +874,7 @@ export {
|
|
|
829
874
|
SafeMode,
|
|
830
875
|
Scheduler,
|
|
831
876
|
type Sd1AiToolkitTrainingInput,
|
|
877
|
+
type Sd1AiToolkitTrainingInputWritable,
|
|
832
878
|
type Sd1CreateImageGenInput,
|
|
833
879
|
type Sd1ImageGenInput,
|
|
834
880
|
type Sd1VariantImageGenInput,
|
|
@@ -837,6 +883,7 @@ export {
|
|
|
837
883
|
SdCppSchedule,
|
|
838
884
|
SdCppUCacheMode,
|
|
839
885
|
type SdxlAiToolkitTrainingInput,
|
|
886
|
+
type SdxlAiToolkitTrainingInputWritable,
|
|
840
887
|
type SdxlCreateImageGenInput,
|
|
841
888
|
type SdxlImageGenInput,
|
|
842
889
|
type SdxlVariantImageGenInput,
|
|
@@ -866,6 +913,7 @@ export {
|
|
|
866
913
|
type TrainingData,
|
|
867
914
|
type TrainingInput,
|
|
868
915
|
type TrainingInputSamples,
|
|
916
|
+
type TrainingInputWritable,
|
|
869
917
|
TrainingModerationStatus,
|
|
870
918
|
type TrainingOutput,
|
|
871
919
|
type TrainingOutputEpochResult,
|
|
@@ -913,6 +961,7 @@ export {
|
|
|
913
961
|
Veo3Version,
|
|
914
962
|
type Veo3VideoGenInput,
|
|
915
963
|
type VideoBlob,
|
|
964
|
+
type VideoComposeMediaOutput,
|
|
916
965
|
type VideoEnhancementInput,
|
|
917
966
|
type VideoEnhancementInputInterpolationOptions,
|
|
918
967
|
type VideoEnhancementInputUpscalerOptions,
|
|
@@ -945,6 +994,7 @@ export {
|
|
|
945
994
|
ViduVideoGenModel,
|
|
946
995
|
ViduVideoGenStyle,
|
|
947
996
|
type VllmOmniTextToSpeechInput,
|
|
997
|
+
type VolumeTransformer,
|
|
948
998
|
type Wan21CivitaiVideoGenInput,
|
|
949
999
|
type Wan21FalVideoGenInput,
|
|
950
1000
|
type Wan21VideoGenInput,
|
|
@@ -1032,10 +1082,12 @@ export {
|
|
|
1032
1082
|
type XGuardSignalMetadataWritable,
|
|
1033
1083
|
type XGuardTextModerationInput,
|
|
1034
1084
|
type ZImageBaseAiToolkitTrainingInput,
|
|
1085
|
+
type ZImageBaseAiToolkitTrainingInputWritable,
|
|
1035
1086
|
type ZImageBaseCreateImageGenInput,
|
|
1036
1087
|
type ZImageBaseImageGenInput,
|
|
1037
1088
|
type ZImageImageGenInput,
|
|
1038
1089
|
type ZImageTurboAiToolkitTrainingInput,
|
|
1090
|
+
type ZImageTurboAiToolkitTrainingInputWritable,
|
|
1039
1091
|
type ZImageTurboCreateImageGenInput,
|
|
1040
1092
|
type ZImageTurboImageGenInput,
|
|
1041
1093
|
type ZipTrainingData,
|
package/dist/generated/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
-
export { addWorkflowTag, deleteWorkflow, getBlob, getBlobArchive, getBlobContent, getBlockedContent, getConsumerBlobUploadUrl, getResource, getStreamingBlob, getWorkflow, getWorkflowStep, headBlob, invalidateUserCache, invokeAceStepAudioStepTemplate, invokeAgeClassificationStepTemplate, invokeAudioCaptioningStepTemplate,
|
|
3
|
-
export { AnimalPoseBboxDetector, AnimalPoseEstimator, AnylineMergeWith, ArchiveFormat, BlurRegionMode, BuzzClientAccount, CoarseMode, ComfySampler, ComfyScheduler, ContainerFormat, DensePoseColormap, DensePoseModel, DepthAnythingCheckpoint, DepthAnythingV2Checkpoint, DwPoseBboxDetector, DwPoseEstimator, FileFormat, HaiperVideoGenAspectRatio, HaiperVideoGenCameraMovement, HaiperVideoGenModel, HumanoidImageMaskCategory, ImageGenOutputFormat, ImageResouceTrainingModerationStatus, ImageTransformer, JobSupport, KlingMode, KlingModel, KlingV3Operation, KlingVideoGenAspectRatio, KlingVideoGenDuration, LeresBoost, LightricksAspectRatio, MediaHashType, Metric3dBackbone, MiniMaxVideoGenModel, ModelClamScanStatus, ModelPickleScanStatus, NsfwLevel, OutputFormat, Priority, ResourceFeeType, SafeMode, Scheduler, SdCppSampleMethod, SdCppSchedule, SdCppUCacheMode, SeedanceModel, SeedreamVersion, SettlementCurrency, TrainingModerationStatus, TransactionType, UpdateWorkflowStatus, Veo3AspectRatio, Veo3GenerationMode, Veo3Version, ViduVideoGenModel, ViduVideoGenStyle, WorkflowStatus, WorkflowUpgradeMode, ZoeDepthEnvironment, } from './types.gen';
|
|
2
|
+
export { addWorkflowTag, deleteWorkflow, getBlob, getBlobArchive, getBlobContent, getBlockedContent, getConsumerBlobUploadUrl, getResource, getStreamingBlob, getWorkflow, getWorkflowStep, headBlob, invalidateUserCache, invokeAceStepAudioStepTemplate, invokeAgeClassificationStepTemplate, invokeAudioCaptioningStepTemplate, invokeBatchOcrSafetyClassificationStepTemplate, invokeBlobArchiveStepTemplate, invokeChatCompletionStepTemplate, invokeComfyStepTemplate, invokeComposeMediaStepTemplate, invokeConvertImageStepTemplate, invokeCustomComfyStepTemplate, invokeEchoStepTemplate, invokeHumanoidImageMaskStepTemplate, invokeImageBackgroundRemovalStepTemplate, invokeImageGenStepTemplate, invokeImageResourceTrainingStepTemplate, invokeImageUploadStepTemplate, invokeImageUpscalerStepTemplate, invokeMediaCaptioningStepTemplate, invokeMediaHashStepTemplate, invokeMediaRatingStepTemplate, invokeModelClamScanStepTemplate, invokeModelHashStepTemplate, invokeModelParseMetadataStepTemplate, invokeModelPickleScanStepTemplate, invokePolyGenStepTemplate, invokePreprocessImageStepTemplate, invokePromptEnhancementStepTemplate, invokeRepeatStepTemplate, invokeTextToImageStepTemplate, invokeTextToSpeechStepTemplate, invokeTrainingStepTemplate, invokeTranscodeStepTemplate, invokeTranscriptionStepTemplate, invokeTryOnUStepTemplate, invokeVideoEnhancementStepTemplate, invokeVideoFrameExtractionStepTemplate, invokeVideoGenStepTemplate, invokeVideoInterpolationStepTemplate, invokeVideoMetadataStepTemplate, invokeVideoUpscalerStepTemplate, invokeWdTaggingStepTemplate, invokeXGuardModerationStepTemplate, patchWorkflow, patchWorkflowStep, queryWorkflows, refreshBlob, removeAllWorkflowTags, removeWorkflowTag, submitWorkflow, updateWorkflow, updateWorkflowStep, uploadConsumerBlob, } from './sdk.gen';
|
|
3
|
+
export { AnimalPoseBboxDetector, AnimalPoseEstimator, AnylineMergeWith, ArchiveFormat, BlurRegionMode, BuzzClientAccount, CoarseMode, ComfySampler, ComfyScheduler, ContainerFormat, DensePoseColormap, DensePoseModel, DepthAnythingCheckpoint, DepthAnythingV2Checkpoint, DwPoseBboxDetector, DwPoseEstimator, FileFormat, HaiperVideoGenAspectRatio, HaiperVideoGenCameraMovement, HaiperVideoGenModel, HumanoidImageMaskCategory, ImageBackgroundRemovalFormat, ImageGenOutputFormat, ImageResouceTrainingModerationStatus, ImageTransformer, JobSupport, KlingMode, KlingModel, KlingV3Operation, KlingVideoGenAspectRatio, KlingVideoGenDuration, LeresBoost, LightricksAspectRatio, MediaContainer, MediaFit, MediaHashType, MediaOutputType, Metric3dBackbone, MiniMaxVideoGenModel, ModelClamScanStatus, ModelPickleScanStatus, NsfwLevel, OutputFormat, Priority, ResourceFeeType, SafeMode, Scheduler, SdCppSampleMethod, SdCppSchedule, SdCppUCacheMode, SeedanceModel, SeedreamVersion, SettlementCurrency, TrainingModerationStatus, TransactionType, UpdateWorkflowStatus, Veo3AspectRatio, Veo3GenerationMode, Veo3Version, ViduVideoGenModel, ViduVideoGenStyle, WorkflowStatus, WorkflowUpgradeMode, ZoeDepthEnvironment, } from './types.gen';
|