@civitai/client 0.2.0-beta.41 → 0.2.0-beta.43
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/client/client.gen.d.ts +2 -0
- package/dist/generated/client/client.gen.js +237 -0
- package/dist/generated/client/index.d.ts +9 -8
- package/dist/generated/client/index.js +6 -4
- package/dist/generated/client/types.d.ts +4 -5
- package/dist/generated/client/types.gen.d.ts +195 -0
- package/dist/generated/client/types.gen.js +2 -0
- package/dist/generated/client/utils.gen.d.ts +58 -0
- package/dist/generated/client/utils.gen.js +234 -0
- package/dist/generated/client.gen.d.ts +5 -5
- package/dist/generated/client.gen.js +1 -1
- package/dist/generated/core/auth.gen.d.ts +21 -0
- package/dist/generated/core/auth.gen.js +14 -0
- package/dist/generated/core/bodySerializer.gen.d.ts +25 -0
- package/dist/generated/core/bodySerializer.gen.js +57 -0
- package/dist/generated/core/params.gen.d.ts +49 -0
- package/dist/generated/core/params.gen.js +100 -0
- package/dist/generated/core/pathSerializer.gen.d.ts +49 -0
- package/dist/generated/core/pathSerializer.gen.js +106 -0
- package/dist/generated/core/queryKeySerializer.gen.d.ts +24 -0
- package/dist/generated/core/queryKeySerializer.gen.js +92 -0
- package/dist/generated/core/serverSentEvents.gen.d.ts +88 -0
- package/dist/generated/core/serverSentEvents.gen.js +134 -0
- package/dist/generated/core/types.gen.d.ts +106 -0
- package/dist/generated/core/types.gen.js +2 -0
- package/dist/generated/core/utils.gen.d.ts +25 -0
- package/dist/generated/core/utils.gen.js +87 -0
- package/dist/generated/index.d.ts +906 -2
- package/dist/generated/index.js +2 -2
- package/dist/generated/sdk.gen.d.ts +234 -75
- package/dist/generated/sdk.gen.js +192 -331
- package/dist/generated/types.gen.d.ts +3025 -1251
- package/dist/generated/types.gen.js +43 -85
- package/package.json +3 -3
|
@@ -1,2 +1,906 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
1
|
+
export {
|
|
2
|
+
addWorkflowTag,
|
|
3
|
+
deleteWorkflow,
|
|
4
|
+
getBlob,
|
|
5
|
+
getBlobContent,
|
|
6
|
+
getBlockedContent,
|
|
7
|
+
getConsumerBlobUploadUrl,
|
|
8
|
+
getResource,
|
|
9
|
+
getStreamingBlob,
|
|
10
|
+
getWorkflow,
|
|
11
|
+
getWorkflowStep,
|
|
12
|
+
headBlob,
|
|
13
|
+
invalidateResource,
|
|
14
|
+
invalidateUserCache,
|
|
15
|
+
invokeAceStepAudioStepTemplate,
|
|
16
|
+
invokeAgeClassificationStepTemplate,
|
|
17
|
+
invokeBatchOcrSafetyClassificationStepTemplate,
|
|
18
|
+
invokeChatCompletionStepTemplate,
|
|
19
|
+
invokeComfyStepTemplate,
|
|
20
|
+
invokeConvertImageStepTemplate,
|
|
21
|
+
invokeEchoStepTemplate,
|
|
22
|
+
invokeHumanoidImageMaskStepTemplate,
|
|
23
|
+
invokeImageGenStepTemplate,
|
|
24
|
+
invokeImageResourceTrainingStepTemplate,
|
|
25
|
+
invokeImageUploadStepTemplate,
|
|
26
|
+
invokeImageUpscalerStepTemplate,
|
|
27
|
+
invokeMediaCaptioningStepTemplate,
|
|
28
|
+
invokeMediaHashStepTemplate,
|
|
29
|
+
invokeMediaRatingStepTemplate,
|
|
30
|
+
invokePreprocessImageStepTemplate,
|
|
31
|
+
invokePromptEnhancementStepTemplate,
|
|
32
|
+
invokeRepeatStepTemplate,
|
|
33
|
+
invokeTextToImageStepTemplate,
|
|
34
|
+
invokeTextToSpeechStepTemplate,
|
|
35
|
+
invokeTrainingStepTemplate,
|
|
36
|
+
invokeTranscodeStepTemplate,
|
|
37
|
+
invokeTranscriptionStepTemplate,
|
|
38
|
+
invokeTryOnUStepTemplate,
|
|
39
|
+
invokeVideoEnhancementStepTemplate,
|
|
40
|
+
invokeVideoFrameExtractionStepTemplate,
|
|
41
|
+
invokeVideoGenStepTemplate,
|
|
42
|
+
invokeVideoInterpolationStepTemplate,
|
|
43
|
+
invokeVideoMetadataStepTemplate,
|
|
44
|
+
invokeVideoUpscalerStepTemplate,
|
|
45
|
+
invokeWdTaggingStepTemplate,
|
|
46
|
+
invokeXGuardModerationStepTemplate,
|
|
47
|
+
type Options,
|
|
48
|
+
patchWorkflow,
|
|
49
|
+
patchWorkflowStep,
|
|
50
|
+
queryWorkflows,
|
|
51
|
+
refreshBlob,
|
|
52
|
+
removeAllWorkflowTags,
|
|
53
|
+
removeWorkflowTag,
|
|
54
|
+
submitWorkflow,
|
|
55
|
+
updateWorkflow,
|
|
56
|
+
updateWorkflowStep,
|
|
57
|
+
uploadConsumerBlob,
|
|
58
|
+
} from './sdk.gen';
|
|
59
|
+
export {
|
|
60
|
+
type AceStepAudioCover,
|
|
61
|
+
type AceStepAudioInput,
|
|
62
|
+
type AceStepAudioOutput,
|
|
63
|
+
type AceStepAudioStep,
|
|
64
|
+
type AceStepAudioStepTemplate,
|
|
65
|
+
type AceStepAudioStepWritable,
|
|
66
|
+
type AddWorkflowTagData,
|
|
67
|
+
type AddWorkflowTagError,
|
|
68
|
+
type AddWorkflowTagErrors,
|
|
69
|
+
type AddWorkflowTagResponse,
|
|
70
|
+
type AddWorkflowTagResponses,
|
|
71
|
+
type AgeClassificationInput,
|
|
72
|
+
type AgeClassificationOutput,
|
|
73
|
+
type AgeClassificationResult,
|
|
74
|
+
type AgeClassificationStep,
|
|
75
|
+
type AgeClassificationStepTemplate,
|
|
76
|
+
type AgeClassificationStepWritable,
|
|
77
|
+
type AgeClassifierLabel,
|
|
78
|
+
type AgeDetection,
|
|
79
|
+
type AiRecognitionResult,
|
|
80
|
+
type AiToolkitTrainingInput,
|
|
81
|
+
type AnimaCreateImageGenInput,
|
|
82
|
+
type AnimaImageGenInput,
|
|
83
|
+
AnimalPoseBboxDetector,
|
|
84
|
+
AnimalPoseEstimator,
|
|
85
|
+
type AnimeRecognitionResult,
|
|
86
|
+
AnylineMergeWith,
|
|
87
|
+
type AssistantMessage,
|
|
88
|
+
type AudioBlob,
|
|
89
|
+
type BatchOcrSafetyClassificationInput,
|
|
90
|
+
type BatchOcrSafetyClassificationOutput,
|
|
91
|
+
type BatchOcrSafetyClassificationResult,
|
|
92
|
+
type Blob,
|
|
93
|
+
type BlurRegion,
|
|
94
|
+
BlurRegionMode,
|
|
95
|
+
type BlurTransform,
|
|
96
|
+
type BoundingBox,
|
|
97
|
+
BuzzClientAccount,
|
|
98
|
+
type ChatCompletionChoice,
|
|
99
|
+
type ChatCompletionContentPart,
|
|
100
|
+
type ChatCompletionContentPartWritable,
|
|
101
|
+
type ChatCompletionFunction,
|
|
102
|
+
type ChatCompletionFunctionCall,
|
|
103
|
+
type ChatCompletionImageUrl,
|
|
104
|
+
type ChatCompletionInput,
|
|
105
|
+
type ChatCompletionMessage,
|
|
106
|
+
type ChatCompletionMessageWritable,
|
|
107
|
+
type ChatCompletionOutput,
|
|
108
|
+
type ChatCompletionStep,
|
|
109
|
+
type ChatCompletionStepTemplate,
|
|
110
|
+
type ChatCompletionStepWritable,
|
|
111
|
+
type ChatCompletionTool,
|
|
112
|
+
type ChatCompletionToolCall,
|
|
113
|
+
type ChatCompletionUsage,
|
|
114
|
+
type ChromaAiToolkitTrainingInput,
|
|
115
|
+
type ClientOptions,
|
|
116
|
+
CoarseMode,
|
|
117
|
+
type ComfyFlux1CreateImageGenInput,
|
|
118
|
+
type ComfyFlux1ImageGenInput,
|
|
119
|
+
type ComfyFlux1VariantImageGenInput,
|
|
120
|
+
type ComfyImageGenInput,
|
|
121
|
+
type ComfyInput,
|
|
122
|
+
type ComfyLtx23AudioToVideoInput,
|
|
123
|
+
type ComfyLtx23CreateVideoInput,
|
|
124
|
+
type ComfyLtx23EditVideoInput,
|
|
125
|
+
type ComfyLtx23ExtendVideoInput,
|
|
126
|
+
type ComfyLtx23FirstLastFrameToVideoInput,
|
|
127
|
+
type ComfyLtx23VideoGenInput,
|
|
128
|
+
type ComfyLtx23VideoToVideoInput,
|
|
129
|
+
type ComfyLtx2CreateVideoInput,
|
|
130
|
+
type ComfyLtx2EditVideoInput,
|
|
131
|
+
type ComfyLtx2ExtendVideoInput,
|
|
132
|
+
type ComfyLtx2FirstLastFrameToVideoInput,
|
|
133
|
+
type ComfyLtx2VideoGenInput,
|
|
134
|
+
type ComfyNode,
|
|
135
|
+
type ComfyOutput,
|
|
136
|
+
ComfySampler,
|
|
137
|
+
ComfyScheduler,
|
|
138
|
+
type ComfySd1CreateImageGenInput,
|
|
139
|
+
type ComfySd1ImageGenInput,
|
|
140
|
+
type ComfySd1VariantImageGenInput,
|
|
141
|
+
type ComfySdxlCreateImageGenInput,
|
|
142
|
+
type ComfySdxlImageGenInput,
|
|
143
|
+
type ComfySdxlVariantImageGenInput,
|
|
144
|
+
type ComfyStep,
|
|
145
|
+
type ComfyStepTemplate,
|
|
146
|
+
type ComfyStepWritable,
|
|
147
|
+
type ConsumerBlobPresignResponse,
|
|
148
|
+
ContainerFormat,
|
|
149
|
+
type ConvertImageInput,
|
|
150
|
+
type ConvertImageOutput,
|
|
151
|
+
type ConvertImageStep,
|
|
152
|
+
type ConvertImageStepTemplate,
|
|
153
|
+
type ConvertImageStepWritable,
|
|
154
|
+
type CursedArrayOfTelemetryCursorAndWorkflow,
|
|
155
|
+
type CursedArrayOfTelemetryCursorAndWorkflowWritable,
|
|
156
|
+
type CustomTextToSpeechInput,
|
|
157
|
+
type DeleteWorkflowData,
|
|
158
|
+
type DeleteWorkflowError,
|
|
159
|
+
type DeleteWorkflowErrors,
|
|
160
|
+
type DeleteWorkflowResponse,
|
|
161
|
+
type DeleteWorkflowResponses,
|
|
162
|
+
DensePoseColormap,
|
|
163
|
+
DensePoseModel,
|
|
164
|
+
DepthAnythingCheckpoint,
|
|
165
|
+
DepthAnythingV2Checkpoint,
|
|
166
|
+
DwPoseBboxDetector,
|
|
167
|
+
DwPoseEstimator,
|
|
168
|
+
type EchoInput,
|
|
169
|
+
type EchoOutput,
|
|
170
|
+
type EchoStep,
|
|
171
|
+
type EchoStepTemplate,
|
|
172
|
+
type EchoStepWritable,
|
|
173
|
+
type EpochResult,
|
|
174
|
+
type FaceDetection,
|
|
175
|
+
type FaceDetectionInfo,
|
|
176
|
+
type FaceRecognitionResult,
|
|
177
|
+
type FalImageGenInput,
|
|
178
|
+
FileFormat,
|
|
179
|
+
type Flux1AiToolkitTrainingInput,
|
|
180
|
+
type Flux1DevAiToolkitTrainingInput,
|
|
181
|
+
type Flux1KontextDevImageGenInput,
|
|
182
|
+
type Flux1KontextDevImageGenInputWritable,
|
|
183
|
+
type Flux1KontextImageGenInput,
|
|
184
|
+
type Flux1KontextImageGenInputWritable,
|
|
185
|
+
type Flux1KontextMaxImageGenInput,
|
|
186
|
+
type Flux1KontextMaxImageGenInputWritable,
|
|
187
|
+
type Flux1KontextProImageGenInput,
|
|
188
|
+
type Flux1KontextProImageGenInputWritable,
|
|
189
|
+
type Flux1SchnellAiToolkitTrainingInput,
|
|
190
|
+
type Flux1SdCppCreateImageInput,
|
|
191
|
+
type Flux1SdCppEditImageInput,
|
|
192
|
+
type Flux1SdCppImageGenInput,
|
|
193
|
+
type Flux1SdCppVariantImageGenInput,
|
|
194
|
+
type Flux2DevCreateImageInput,
|
|
195
|
+
type Flux2DevEditImageInput,
|
|
196
|
+
type Flux2DevEditImageResourceTrainingInput,
|
|
197
|
+
type Flux2DevImageGenInput,
|
|
198
|
+
type Flux2DevImageResourceTrainingInput,
|
|
199
|
+
type Flux2DevSdCppCreateImageInput,
|
|
200
|
+
type Flux2DevSdCppEditImageInput,
|
|
201
|
+
type Flux2DevSdCppImageGenInput,
|
|
202
|
+
type Flux2DevSdCppVariantImageGenInput,
|
|
203
|
+
type Flux2FlexCreateImageInput,
|
|
204
|
+
type Flux2FlexEditImageInput,
|
|
205
|
+
type Flux2FlexImageGenInput,
|
|
206
|
+
type Flux2ImageGenInput,
|
|
207
|
+
type Flux2Klein4bAiToolkitTrainingInput,
|
|
208
|
+
type Flux2Klein9bAiToolkitTrainingInput,
|
|
209
|
+
type Flux2KleinAiToolkitTrainingInput,
|
|
210
|
+
type Flux2KleinCreateImageInput,
|
|
211
|
+
type Flux2KleinEditImageInput,
|
|
212
|
+
type Flux2KleinImageGenInput,
|
|
213
|
+
type Flux2KleinSdCppCreateImageInput,
|
|
214
|
+
type Flux2KleinSdCppEditImageInput,
|
|
215
|
+
type Flux2KleinSdCppImageGenInput,
|
|
216
|
+
type Flux2KleinSdCppVariantImageGenInput,
|
|
217
|
+
type Flux2MaxCreateImageInput,
|
|
218
|
+
type Flux2MaxEditImageInput,
|
|
219
|
+
type Flux2MaxImageGenInput,
|
|
220
|
+
type Flux2ProCreateImageInput,
|
|
221
|
+
type Flux2ProEditImageInput,
|
|
222
|
+
type Flux2ProImageGenInput,
|
|
223
|
+
type FluxDevFastImageResourceTrainingInput,
|
|
224
|
+
type Gemini25FlashCreateImageGenInput,
|
|
225
|
+
type Gemini25FlashEditImageGenInput,
|
|
226
|
+
type Gemini25FlashImageGenInput,
|
|
227
|
+
type GeminiImageGenInput,
|
|
228
|
+
type GetBlobContentData,
|
|
229
|
+
type GetBlobContentError,
|
|
230
|
+
type GetBlobContentErrors,
|
|
231
|
+
type GetBlobContentResponses,
|
|
232
|
+
type GetBlobData,
|
|
233
|
+
type GetBlobError,
|
|
234
|
+
type GetBlobErrors,
|
|
235
|
+
type GetBlockedContentData,
|
|
236
|
+
type GetBlockedContentError,
|
|
237
|
+
type GetBlockedContentErrors,
|
|
238
|
+
type GetConsumerBlobUploadUrlData,
|
|
239
|
+
type GetConsumerBlobUploadUrlError,
|
|
240
|
+
type GetConsumerBlobUploadUrlErrors,
|
|
241
|
+
type GetConsumerBlobUploadUrlResponse,
|
|
242
|
+
type GetConsumerBlobUploadUrlResponses,
|
|
243
|
+
type GetResourceData,
|
|
244
|
+
type GetResourceError,
|
|
245
|
+
type GetResourceErrors,
|
|
246
|
+
type GetResourceResponse,
|
|
247
|
+
type GetResourceResponses,
|
|
248
|
+
type GetStreamingBlobData,
|
|
249
|
+
type GetStreamingBlobError,
|
|
250
|
+
type GetStreamingBlobErrors,
|
|
251
|
+
type GetStreamingBlobResponses,
|
|
252
|
+
type GetWorkflowData,
|
|
253
|
+
type GetWorkflowError,
|
|
254
|
+
type GetWorkflowErrors,
|
|
255
|
+
type GetWorkflowResponse,
|
|
256
|
+
type GetWorkflowResponses,
|
|
257
|
+
type GetWorkflowStepData,
|
|
258
|
+
type GetWorkflowStepError,
|
|
259
|
+
type GetWorkflowStepErrors,
|
|
260
|
+
type GetWorkflowStepResponse,
|
|
261
|
+
type GetWorkflowStepResponses,
|
|
262
|
+
type GifOutputFormat,
|
|
263
|
+
type GoogleImageGenInput,
|
|
264
|
+
type GrokCreateImageGenInput,
|
|
265
|
+
type GrokEditImageGenInput,
|
|
266
|
+
type GrokEditVideoInput,
|
|
267
|
+
type GrokImageGenInput,
|
|
268
|
+
type GrokImageToVideoInput,
|
|
269
|
+
type GrokTextToVideoInput,
|
|
270
|
+
type GrokVideoGenInput,
|
|
271
|
+
HaiperVideoGenAspectRatio,
|
|
272
|
+
HaiperVideoGenCameraMovement,
|
|
273
|
+
type HaiperVideoGenInput,
|
|
274
|
+
HaiperVideoGenModel,
|
|
275
|
+
type HaiperVideoGenOutput,
|
|
276
|
+
type HeadBlobData,
|
|
277
|
+
type HeadBlobError,
|
|
278
|
+
type HeadBlobErrors,
|
|
279
|
+
type HeadBlobResponse,
|
|
280
|
+
type HeadBlobResponses,
|
|
281
|
+
HumanoidImageMaskCategory,
|
|
282
|
+
type HumanoidImageMaskInput,
|
|
283
|
+
type HumanoidImageMaskOutput,
|
|
284
|
+
type HunyuanVdeoGenInput,
|
|
285
|
+
type ImageBlob,
|
|
286
|
+
type ImageGenInput,
|
|
287
|
+
type ImageGenInputLora,
|
|
288
|
+
type ImageGenInputWritable,
|
|
289
|
+
type ImageGenOutput,
|
|
290
|
+
ImageGenOutputFormat,
|
|
291
|
+
type ImageGenStep,
|
|
292
|
+
type ImageGenStepTemplate,
|
|
293
|
+
type ImageGenStepWritable,
|
|
294
|
+
type ImageJobControlNet,
|
|
295
|
+
type ImageJobNetworkParams,
|
|
296
|
+
type Imagen4ImageGenInput,
|
|
297
|
+
type ImageOutputFormat,
|
|
298
|
+
ImageResouceTrainingModerationStatus,
|
|
299
|
+
type ImageResourceTrainingInput,
|
|
300
|
+
type ImageResourceTrainingInputWritable,
|
|
301
|
+
type ImageResourceTrainingOutput,
|
|
302
|
+
type ImageResourceTrainingStep,
|
|
303
|
+
type ImageResourceTrainingStepTemplate,
|
|
304
|
+
type ImageResourceTrainingStepWritable,
|
|
305
|
+
type ImageTransform,
|
|
306
|
+
ImageTransformer,
|
|
307
|
+
type ImageUploadOutput,
|
|
308
|
+
type ImageUploadStep,
|
|
309
|
+
type ImageUploadStepTemplate,
|
|
310
|
+
type ImageUploadStepWritable,
|
|
311
|
+
type ImageUpscalerInput,
|
|
312
|
+
type ImageUpscalerOutput,
|
|
313
|
+
type ImageUpscalerStep,
|
|
314
|
+
type ImageUpscalerStepTemplate,
|
|
315
|
+
type ImageUpscalerStepWritable,
|
|
316
|
+
type InvalidateResourceData,
|
|
317
|
+
type InvalidateResourceError,
|
|
318
|
+
type InvalidateResourceErrors,
|
|
319
|
+
type InvalidateResourceResponse,
|
|
320
|
+
type InvalidateResourceResponses,
|
|
321
|
+
type InvalidateUserCacheData,
|
|
322
|
+
type InvalidateUserCacheError,
|
|
323
|
+
type InvalidateUserCacheErrors,
|
|
324
|
+
type InvalidateUserCacheResponse,
|
|
325
|
+
type InvalidateUserCacheResponses,
|
|
326
|
+
type InvokeAceStepAudioStepTemplateData,
|
|
327
|
+
type InvokeAceStepAudioStepTemplateError,
|
|
328
|
+
type InvokeAceStepAudioStepTemplateErrors,
|
|
329
|
+
type InvokeAceStepAudioStepTemplateResponse,
|
|
330
|
+
type InvokeAceStepAudioStepTemplateResponses,
|
|
331
|
+
type InvokeAgeClassificationStepTemplateData,
|
|
332
|
+
type InvokeAgeClassificationStepTemplateError,
|
|
333
|
+
type InvokeAgeClassificationStepTemplateErrors,
|
|
334
|
+
type InvokeAgeClassificationStepTemplateResponse,
|
|
335
|
+
type InvokeAgeClassificationStepTemplateResponses,
|
|
336
|
+
type InvokeBatchOcrSafetyClassificationStepTemplateData,
|
|
337
|
+
type InvokeBatchOcrSafetyClassificationStepTemplateError,
|
|
338
|
+
type InvokeBatchOcrSafetyClassificationStepTemplateErrors,
|
|
339
|
+
type InvokeBatchOcrSafetyClassificationStepTemplateResponse,
|
|
340
|
+
type InvokeBatchOcrSafetyClassificationStepTemplateResponses,
|
|
341
|
+
type InvokeChatCompletionStepTemplateData,
|
|
342
|
+
type InvokeChatCompletionStepTemplateError,
|
|
343
|
+
type InvokeChatCompletionStepTemplateErrors,
|
|
344
|
+
type InvokeChatCompletionStepTemplateResponse,
|
|
345
|
+
type InvokeChatCompletionStepTemplateResponses,
|
|
346
|
+
type InvokeComfyStepTemplateData,
|
|
347
|
+
type InvokeComfyStepTemplateError,
|
|
348
|
+
type InvokeComfyStepTemplateErrors,
|
|
349
|
+
type InvokeComfyStepTemplateResponse,
|
|
350
|
+
type InvokeComfyStepTemplateResponses,
|
|
351
|
+
type InvokeConvertImageStepTemplateData,
|
|
352
|
+
type InvokeConvertImageStepTemplateError,
|
|
353
|
+
type InvokeConvertImageStepTemplateErrors,
|
|
354
|
+
type InvokeConvertImageStepTemplateResponse,
|
|
355
|
+
type InvokeConvertImageStepTemplateResponses,
|
|
356
|
+
type InvokeEchoStepTemplateData,
|
|
357
|
+
type InvokeEchoStepTemplateError,
|
|
358
|
+
type InvokeEchoStepTemplateErrors,
|
|
359
|
+
type InvokeEchoStepTemplateResponse,
|
|
360
|
+
type InvokeEchoStepTemplateResponses,
|
|
361
|
+
type InvokeHumanoidImageMaskStepTemplateData,
|
|
362
|
+
type InvokeHumanoidImageMaskStepTemplateError,
|
|
363
|
+
type InvokeHumanoidImageMaskStepTemplateErrors,
|
|
364
|
+
type InvokeHumanoidImageMaskStepTemplateResponse,
|
|
365
|
+
type InvokeHumanoidImageMaskStepTemplateResponses,
|
|
366
|
+
type InvokeImageGenStepTemplateData,
|
|
367
|
+
type InvokeImageGenStepTemplateError,
|
|
368
|
+
type InvokeImageGenStepTemplateErrors,
|
|
369
|
+
type InvokeImageGenStepTemplateResponse,
|
|
370
|
+
type InvokeImageGenStepTemplateResponses,
|
|
371
|
+
type InvokeImageResourceTrainingStepTemplateData,
|
|
372
|
+
type InvokeImageResourceTrainingStepTemplateError,
|
|
373
|
+
type InvokeImageResourceTrainingStepTemplateErrors,
|
|
374
|
+
type InvokeImageResourceTrainingStepTemplateResponse,
|
|
375
|
+
type InvokeImageResourceTrainingStepTemplateResponses,
|
|
376
|
+
type InvokeImageUploadStepTemplateData,
|
|
377
|
+
type InvokeImageUploadStepTemplateError,
|
|
378
|
+
type InvokeImageUploadStepTemplateErrors,
|
|
379
|
+
type InvokeImageUploadStepTemplateResponse,
|
|
380
|
+
type InvokeImageUploadStepTemplateResponses,
|
|
381
|
+
type InvokeImageUpscalerStepTemplateData,
|
|
382
|
+
type InvokeImageUpscalerStepTemplateError,
|
|
383
|
+
type InvokeImageUpscalerStepTemplateErrors,
|
|
384
|
+
type InvokeImageUpscalerStepTemplateResponse,
|
|
385
|
+
type InvokeImageUpscalerStepTemplateResponses,
|
|
386
|
+
type InvokeMediaCaptioningStepTemplateData,
|
|
387
|
+
type InvokeMediaCaptioningStepTemplateError,
|
|
388
|
+
type InvokeMediaCaptioningStepTemplateErrors,
|
|
389
|
+
type InvokeMediaCaptioningStepTemplateResponse,
|
|
390
|
+
type InvokeMediaCaptioningStepTemplateResponses,
|
|
391
|
+
type InvokeMediaHashStepTemplateData,
|
|
392
|
+
type InvokeMediaHashStepTemplateError,
|
|
393
|
+
type InvokeMediaHashStepTemplateErrors,
|
|
394
|
+
type InvokeMediaHashStepTemplateResponse,
|
|
395
|
+
type InvokeMediaHashStepTemplateResponses,
|
|
396
|
+
type InvokeMediaRatingStepTemplateData,
|
|
397
|
+
type InvokeMediaRatingStepTemplateError,
|
|
398
|
+
type InvokeMediaRatingStepTemplateErrors,
|
|
399
|
+
type InvokeMediaRatingStepTemplateResponse,
|
|
400
|
+
type InvokeMediaRatingStepTemplateResponses,
|
|
401
|
+
type InvokePreprocessImageStepTemplateData,
|
|
402
|
+
type InvokePreprocessImageStepTemplateError,
|
|
403
|
+
type InvokePreprocessImageStepTemplateErrors,
|
|
404
|
+
type InvokePreprocessImageStepTemplateResponse,
|
|
405
|
+
type InvokePreprocessImageStepTemplateResponses,
|
|
406
|
+
type InvokePromptEnhancementStepTemplateData,
|
|
407
|
+
type InvokePromptEnhancementStepTemplateError,
|
|
408
|
+
type InvokePromptEnhancementStepTemplateErrors,
|
|
409
|
+
type InvokePromptEnhancementStepTemplateResponse,
|
|
410
|
+
type InvokePromptEnhancementStepTemplateResponses,
|
|
411
|
+
type InvokeRepeatStepTemplateData,
|
|
412
|
+
type InvokeRepeatStepTemplateError,
|
|
413
|
+
type InvokeRepeatStepTemplateErrors,
|
|
414
|
+
type InvokeRepeatStepTemplateResponse,
|
|
415
|
+
type InvokeRepeatStepTemplateResponses,
|
|
416
|
+
type InvokeTextToImageStepTemplateData,
|
|
417
|
+
type InvokeTextToImageStepTemplateError,
|
|
418
|
+
type InvokeTextToImageStepTemplateErrors,
|
|
419
|
+
type InvokeTextToImageStepTemplateResponse,
|
|
420
|
+
type InvokeTextToImageStepTemplateResponses,
|
|
421
|
+
type InvokeTextToSpeechStepTemplateData,
|
|
422
|
+
type InvokeTextToSpeechStepTemplateError,
|
|
423
|
+
type InvokeTextToSpeechStepTemplateErrors,
|
|
424
|
+
type InvokeTextToSpeechStepTemplateResponse,
|
|
425
|
+
type InvokeTextToSpeechStepTemplateResponses,
|
|
426
|
+
type InvokeTrainingStepTemplateData,
|
|
427
|
+
type InvokeTrainingStepTemplateError,
|
|
428
|
+
type InvokeTrainingStepTemplateErrors,
|
|
429
|
+
type InvokeTrainingStepTemplateResponse,
|
|
430
|
+
type InvokeTrainingStepTemplateResponses,
|
|
431
|
+
type InvokeTranscodeStepTemplateData,
|
|
432
|
+
type InvokeTranscodeStepTemplateError,
|
|
433
|
+
type InvokeTranscodeStepTemplateErrors,
|
|
434
|
+
type InvokeTranscodeStepTemplateResponse,
|
|
435
|
+
type InvokeTranscodeStepTemplateResponses,
|
|
436
|
+
type InvokeTranscriptionStepTemplateData,
|
|
437
|
+
type InvokeTranscriptionStepTemplateError,
|
|
438
|
+
type InvokeTranscriptionStepTemplateErrors,
|
|
439
|
+
type InvokeTranscriptionStepTemplateResponse,
|
|
440
|
+
type InvokeTranscriptionStepTemplateResponses,
|
|
441
|
+
type InvokeTryOnUStepTemplateData,
|
|
442
|
+
type InvokeTryOnUStepTemplateError,
|
|
443
|
+
type InvokeTryOnUStepTemplateErrors,
|
|
444
|
+
type InvokeTryOnUStepTemplateResponse,
|
|
445
|
+
type InvokeTryOnUStepTemplateResponses,
|
|
446
|
+
type InvokeVideoEnhancementStepTemplateData,
|
|
447
|
+
type InvokeVideoEnhancementStepTemplateError,
|
|
448
|
+
type InvokeVideoEnhancementStepTemplateErrors,
|
|
449
|
+
type InvokeVideoEnhancementStepTemplateResponse,
|
|
450
|
+
type InvokeVideoEnhancementStepTemplateResponses,
|
|
451
|
+
type InvokeVideoFrameExtractionStepTemplateData,
|
|
452
|
+
type InvokeVideoFrameExtractionStepTemplateError,
|
|
453
|
+
type InvokeVideoFrameExtractionStepTemplateErrors,
|
|
454
|
+
type InvokeVideoFrameExtractionStepTemplateResponse,
|
|
455
|
+
type InvokeVideoFrameExtractionStepTemplateResponses,
|
|
456
|
+
type InvokeVideoGenStepTemplateData,
|
|
457
|
+
type InvokeVideoGenStepTemplateError,
|
|
458
|
+
type InvokeVideoGenStepTemplateErrors,
|
|
459
|
+
type InvokeVideoGenStepTemplateResponse,
|
|
460
|
+
type InvokeVideoGenStepTemplateResponses,
|
|
461
|
+
type InvokeVideoInterpolationStepTemplateData,
|
|
462
|
+
type InvokeVideoInterpolationStepTemplateError,
|
|
463
|
+
type InvokeVideoInterpolationStepTemplateErrors,
|
|
464
|
+
type InvokeVideoInterpolationStepTemplateResponse,
|
|
465
|
+
type InvokeVideoInterpolationStepTemplateResponses,
|
|
466
|
+
type InvokeVideoMetadataStepTemplateData,
|
|
467
|
+
type InvokeVideoMetadataStepTemplateError,
|
|
468
|
+
type InvokeVideoMetadataStepTemplateErrors,
|
|
469
|
+
type InvokeVideoMetadataStepTemplateResponse,
|
|
470
|
+
type InvokeVideoMetadataStepTemplateResponses,
|
|
471
|
+
type InvokeVideoUpscalerStepTemplateData,
|
|
472
|
+
type InvokeVideoUpscalerStepTemplateError,
|
|
473
|
+
type InvokeVideoUpscalerStepTemplateErrors,
|
|
474
|
+
type InvokeVideoUpscalerStepTemplateResponse,
|
|
475
|
+
type InvokeVideoUpscalerStepTemplateResponses,
|
|
476
|
+
type InvokeWdTaggingStepTemplateData,
|
|
477
|
+
type InvokeWdTaggingStepTemplateError,
|
|
478
|
+
type InvokeWdTaggingStepTemplateErrors,
|
|
479
|
+
type InvokeWdTaggingStepTemplateResponse,
|
|
480
|
+
type InvokeWdTaggingStepTemplateResponses,
|
|
481
|
+
type InvokeXGuardModerationStepTemplateData,
|
|
482
|
+
type InvokeXGuardModerationStepTemplateError,
|
|
483
|
+
type InvokeXGuardModerationStepTemplateErrors,
|
|
484
|
+
type InvokeXGuardModerationStepTemplateResponse,
|
|
485
|
+
type InvokeXGuardModerationStepTemplateResponses,
|
|
486
|
+
JobSupport,
|
|
487
|
+
type JpegOutputFormat,
|
|
488
|
+
type JsonPatchDocument,
|
|
489
|
+
type JsonPatchOperation,
|
|
490
|
+
type KlingCameraControl,
|
|
491
|
+
type KlingCameraControlConfig,
|
|
492
|
+
KlingMode,
|
|
493
|
+
KlingModel,
|
|
494
|
+
type KlingV3ElementInput,
|
|
495
|
+
type KlingV3MultiPrompt,
|
|
496
|
+
KlingV3Operation,
|
|
497
|
+
type KlingV3VideoGenInput,
|
|
498
|
+
KlingVideoGenAspectRatio,
|
|
499
|
+
KlingVideoGenDuration,
|
|
500
|
+
type KlingVideoGenInput,
|
|
501
|
+
type KohyaImageResourceTrainingInput,
|
|
502
|
+
type KohyaImageResourceTrainingInputWritable,
|
|
503
|
+
LeresBoost,
|
|
504
|
+
LightricksAspectRatio,
|
|
505
|
+
type LightricksVideoGenInput,
|
|
506
|
+
type Ltx23AiToolkitTrainingInput,
|
|
507
|
+
type Ltx2AiToolkitTrainingInput,
|
|
508
|
+
type MediaCaptioningInput,
|
|
509
|
+
type MediaCaptioningOutput,
|
|
510
|
+
type MediaCaptioningStep,
|
|
511
|
+
type MediaCaptioningStepTemplate,
|
|
512
|
+
type MediaCaptioningStepWritable,
|
|
513
|
+
type MediaHashInput,
|
|
514
|
+
type MediaHashOutput,
|
|
515
|
+
type MediaHashStep,
|
|
516
|
+
type MediaHashStepTemplate,
|
|
517
|
+
type MediaHashStepWritable,
|
|
518
|
+
MediaHashType,
|
|
519
|
+
type MediaRatingInput,
|
|
520
|
+
type MediaRatingOutput,
|
|
521
|
+
type MediaRatingStep,
|
|
522
|
+
type MediaRatingStepTemplate,
|
|
523
|
+
type MediaRatingStepWritable,
|
|
524
|
+
Metric3dBackbone,
|
|
525
|
+
type MiniMaxVideoGenInput,
|
|
526
|
+
MiniMaxVideoGenModel,
|
|
527
|
+
type MochiVideoGenInput,
|
|
528
|
+
type MusubiImageResourceTrainingInput,
|
|
529
|
+
type MusubiImageResourceTrainingInputWritable,
|
|
530
|
+
type NanoBanana2ImageGenInput,
|
|
531
|
+
type NanoBananaProImageGenInput,
|
|
532
|
+
NsfwLevel,
|
|
533
|
+
type OpenAiDallE2CreateImageGenInput,
|
|
534
|
+
type OpenAiDallE2EditImageInput,
|
|
535
|
+
type OpenAiDallE2ImageGenInput,
|
|
536
|
+
type OpenAiDallE3CreateImageGenInput,
|
|
537
|
+
type OpenAiDallE3ImageGenInput,
|
|
538
|
+
type OpenAiGpt15CreateImageInput,
|
|
539
|
+
type OpenAiGpt15EditImageInput,
|
|
540
|
+
type OpenAiGpt15ImageGenInput,
|
|
541
|
+
type OpenAiGpt1CreateImageInput,
|
|
542
|
+
type OpenAiGpt1EditImageInput,
|
|
543
|
+
type OpenAiGpt1ImageGenInput,
|
|
544
|
+
type OpenApiImageGenInput,
|
|
545
|
+
OutputFormat,
|
|
546
|
+
type PatchWorkflowData,
|
|
547
|
+
type PatchWorkflowError,
|
|
548
|
+
type PatchWorkflowErrors,
|
|
549
|
+
type PatchWorkflowResponse,
|
|
550
|
+
type PatchWorkflowResponses,
|
|
551
|
+
type PatchWorkflowStepData,
|
|
552
|
+
type PatchWorkflowStepError,
|
|
553
|
+
type PatchWorkflowStepErrors,
|
|
554
|
+
type PatchWorkflowStepResponse,
|
|
555
|
+
type PatchWorkflowStepResponses,
|
|
556
|
+
type PngOutputFormat,
|
|
557
|
+
type PreprocessImageAnimalPoseInput,
|
|
558
|
+
type PreprocessImageAnimalPoseInputWritable,
|
|
559
|
+
type PreprocessImageAnimeLineartInput,
|
|
560
|
+
type PreprocessImageAnimeLineartInputWritable,
|
|
561
|
+
type PreprocessImageAnylineInput,
|
|
562
|
+
type PreprocessImageAnylineInputWritable,
|
|
563
|
+
type PreprocessImageBaeNormalInput,
|
|
564
|
+
type PreprocessImageBaeNormalInputWritable,
|
|
565
|
+
type PreprocessImageBinaryInput,
|
|
566
|
+
type PreprocessImageBinaryInputWritable,
|
|
567
|
+
type PreprocessImageCannyInput,
|
|
568
|
+
type PreprocessImageCannyInputWritable,
|
|
569
|
+
type PreprocessImageColorInput,
|
|
570
|
+
type PreprocessImageColorInputWritable,
|
|
571
|
+
type PreprocessImageDensePoseInput,
|
|
572
|
+
type PreprocessImageDensePoseInputWritable,
|
|
573
|
+
type PreprocessImageDepthAnythingInput,
|
|
574
|
+
type PreprocessImageDepthAnythingInputWritable,
|
|
575
|
+
type PreprocessImageDepthAnythingV2Input,
|
|
576
|
+
type PreprocessImageDepthAnythingV2InputWritable,
|
|
577
|
+
type PreprocessImageDsineNormalInput,
|
|
578
|
+
type PreprocessImageDsineNormalInputWritable,
|
|
579
|
+
type PreprocessImageDwPoseInput,
|
|
580
|
+
type PreprocessImageDwPoseInputWritable,
|
|
581
|
+
type PreprocessImageFakeScribbleInput,
|
|
582
|
+
type PreprocessImageFakeScribbleInputWritable,
|
|
583
|
+
type PreprocessImageHedInput,
|
|
584
|
+
type PreprocessImageHedInputWritable,
|
|
585
|
+
type PreprocessImageInput,
|
|
586
|
+
type PreprocessImageInputWritable,
|
|
587
|
+
type PreprocessImageInputWritable2,
|
|
588
|
+
type PreprocessImageLeresDepthInput,
|
|
589
|
+
type PreprocessImageLeresDepthInputWritable,
|
|
590
|
+
type PreprocessImageMangaLineartInput,
|
|
591
|
+
type PreprocessImageMangaLineartInputWritable,
|
|
592
|
+
type PreprocessImageMediaPipeFaceInput,
|
|
593
|
+
type PreprocessImageMediaPipeFaceInputWritable,
|
|
594
|
+
type PreprocessImageMetric3dDepthInput,
|
|
595
|
+
type PreprocessImageMetric3dDepthInputWritable,
|
|
596
|
+
type PreprocessImageMetric3dNormalInput,
|
|
597
|
+
type PreprocessImageMetric3dNormalInputWritable,
|
|
598
|
+
type PreprocessImageMidasDepthInput,
|
|
599
|
+
type PreprocessImageMidasDepthInputWritable,
|
|
600
|
+
type PreprocessImageMidasNormalInput,
|
|
601
|
+
type PreprocessImageMidasNormalInputWritable,
|
|
602
|
+
type PreprocessImageMlsdInput,
|
|
603
|
+
type PreprocessImageMlsdInputWritable,
|
|
604
|
+
type PreprocessImageOneFormerAde20kInput,
|
|
605
|
+
type PreprocessImageOneFormerAde20kInputWritable,
|
|
606
|
+
type PreprocessImageOneFormerCocoInput,
|
|
607
|
+
type PreprocessImageOneFormerCocoInputWritable,
|
|
608
|
+
type PreprocessImageOpenPoseInput,
|
|
609
|
+
type PreprocessImageOpenPoseInputWritable,
|
|
610
|
+
type PreprocessImageOutput,
|
|
611
|
+
type PreprocessImagePidinetInput,
|
|
612
|
+
type PreprocessImagePidinetInputWritable,
|
|
613
|
+
type PreprocessImageRealisticLineartInput,
|
|
614
|
+
type PreprocessImageRealisticLineartInputWritable,
|
|
615
|
+
type PreprocessImageScribbleInput,
|
|
616
|
+
type PreprocessImageScribbleInputWritable,
|
|
617
|
+
type PreprocessImageScribblePidinetInput,
|
|
618
|
+
type PreprocessImageScribblePidinetInputWritable,
|
|
619
|
+
type PreprocessImageScribbleXdogInput,
|
|
620
|
+
type PreprocessImageScribbleXdogInputWritable,
|
|
621
|
+
type PreprocessImageShuffleInput,
|
|
622
|
+
type PreprocessImageShuffleInputWritable,
|
|
623
|
+
type PreprocessImageStandardLineartInput,
|
|
624
|
+
type PreprocessImageStandardLineartInputWritable,
|
|
625
|
+
type PreprocessImageStep,
|
|
626
|
+
type PreprocessImageStepTemplate,
|
|
627
|
+
type PreprocessImageStepTemplateWritable,
|
|
628
|
+
type PreprocessImageStepWritable,
|
|
629
|
+
type PreprocessImageTeedInput,
|
|
630
|
+
type PreprocessImageTeedInputWritable,
|
|
631
|
+
type PreprocessImageTileInput,
|
|
632
|
+
type PreprocessImageTileInputWritable,
|
|
633
|
+
type PreprocessImageUniFormerInput,
|
|
634
|
+
type PreprocessImageUniFormerInputWritable,
|
|
635
|
+
type PreprocessImageZoeDepthAnythingInput,
|
|
636
|
+
type PreprocessImageZoeDepthAnythingInputWritable,
|
|
637
|
+
type PreprocessImageZoeDepthInput,
|
|
638
|
+
type PreprocessImageZoeDepthInputWritable,
|
|
639
|
+
Priority,
|
|
640
|
+
type ProblemDetails,
|
|
641
|
+
type PromptEnhancementInput,
|
|
642
|
+
type PromptEnhancementOutput,
|
|
643
|
+
type PromptEnhancementStep,
|
|
644
|
+
type PromptEnhancementStepTemplate,
|
|
645
|
+
type PromptEnhancementStepWritable,
|
|
646
|
+
type PromptIssue,
|
|
647
|
+
type QueryWorkflowsData,
|
|
648
|
+
type QueryWorkflowsError,
|
|
649
|
+
type QueryWorkflowsErrors,
|
|
650
|
+
type QueryWorkflowsResponse,
|
|
651
|
+
type QueryWorkflowsResponses,
|
|
652
|
+
type Qwen20bCreateImageGenInput,
|
|
653
|
+
type Qwen20bEditImageGenInput,
|
|
654
|
+
type Qwen20bEditImageGenInputWritable,
|
|
655
|
+
type Qwen20bImageGenInput,
|
|
656
|
+
type Qwen20bVariantImageGenInput,
|
|
657
|
+
type Qwen20bVariantImageGenInputWritable,
|
|
658
|
+
type Qwen2CreateFalImageGenInput,
|
|
659
|
+
type Qwen2EditFalImageGenInput,
|
|
660
|
+
type Qwen2FalImageGenInput,
|
|
661
|
+
type Qwen2ProCreateFalImageGenInput,
|
|
662
|
+
type Qwen2ProEditFalImageGenInput,
|
|
663
|
+
type Qwen3BaseTtsInput,
|
|
664
|
+
type Qwen3CustomVoiceTtsInput,
|
|
665
|
+
type Qwen3TextToSpeechInput,
|
|
666
|
+
type QwenAiToolkitTrainingInput,
|
|
667
|
+
type QwenImageGenInput,
|
|
668
|
+
type RefreshBlobData,
|
|
669
|
+
type RefreshBlobError,
|
|
670
|
+
type RefreshBlobErrors,
|
|
671
|
+
type RefreshBlobResponse,
|
|
672
|
+
type RefreshBlobResponses,
|
|
673
|
+
type RemoveAllWorkflowTagsData,
|
|
674
|
+
type RemoveAllWorkflowTagsError,
|
|
675
|
+
type RemoveAllWorkflowTagsErrors,
|
|
676
|
+
type RemoveAllWorkflowTagsResponse,
|
|
677
|
+
type RemoveAllWorkflowTagsResponses,
|
|
678
|
+
type RemoveWorkflowTagData,
|
|
679
|
+
type RemoveWorkflowTagError,
|
|
680
|
+
type RemoveWorkflowTagErrors,
|
|
681
|
+
type RemoveWorkflowTagResponse,
|
|
682
|
+
type RemoveWorkflowTagResponses,
|
|
683
|
+
type RepeatForClause,
|
|
684
|
+
type RepeatInput,
|
|
685
|
+
type RepeatOutput,
|
|
686
|
+
type RepeatOutputWritable,
|
|
687
|
+
type ResizeTransform,
|
|
688
|
+
type ResourceInfo,
|
|
689
|
+
SafeMode,
|
|
690
|
+
Scheduler,
|
|
691
|
+
type Sd1AiToolkitTrainingInput,
|
|
692
|
+
type Sd1CreateImageGenInput,
|
|
693
|
+
type Sd1ImageGenInput,
|
|
694
|
+
type Sd1VariantImageGenInput,
|
|
695
|
+
type SdCppImageGenInput,
|
|
696
|
+
SdCppSampleMethod,
|
|
697
|
+
SdCppSchedule,
|
|
698
|
+
SdCppUCacheMode,
|
|
699
|
+
type SdxlAiToolkitTrainingInput,
|
|
700
|
+
type SdxlCreateImageGenInput,
|
|
701
|
+
type SdxlImageGenInput,
|
|
702
|
+
type SdxlVariantImageGenInput,
|
|
703
|
+
type SeedreamImageGenInput,
|
|
704
|
+
SeedreamVersion,
|
|
705
|
+
type Sora2ImageToVideoInput,
|
|
706
|
+
type Sora2TextToVideoInput,
|
|
707
|
+
type SoraVideoGenInput,
|
|
708
|
+
type SubmitWorkflowData,
|
|
709
|
+
type SubmitWorkflowError,
|
|
710
|
+
type SubmitWorkflowErrors,
|
|
711
|
+
type SubmitWorkflowResponse,
|
|
712
|
+
type SubmitWorkflowResponses,
|
|
713
|
+
type SystemMessage,
|
|
714
|
+
type TextToImageInput,
|
|
715
|
+
type TextToImageOutput,
|
|
716
|
+
type TextToImageStep,
|
|
717
|
+
type TextToImageStepTemplate,
|
|
718
|
+
type TextToImageStepWritable,
|
|
719
|
+
type TextToSpeechInput,
|
|
720
|
+
type TextToSpeechOutput,
|
|
721
|
+
type TextToSpeechStep,
|
|
722
|
+
type TextToSpeechStepTemplate,
|
|
723
|
+
type TextToSpeechStepWritable,
|
|
724
|
+
type ToolMessage,
|
|
725
|
+
type TrainingData,
|
|
726
|
+
type TrainingInput,
|
|
727
|
+
type TrainingInputSamples,
|
|
728
|
+
TrainingModerationStatus,
|
|
729
|
+
type TrainingOutput,
|
|
730
|
+
type TrainingOutputEpochResult,
|
|
731
|
+
type TrainingStep,
|
|
732
|
+
type TrainingStepTemplate,
|
|
733
|
+
type TrainingStepWritable,
|
|
734
|
+
type TransactionInfo,
|
|
735
|
+
type TransactionSummary,
|
|
736
|
+
TransactionType,
|
|
737
|
+
type TranscodeInput,
|
|
738
|
+
type TranscodeOutput,
|
|
739
|
+
type TranscodeStep,
|
|
740
|
+
type TranscodeStepTemplate,
|
|
741
|
+
type TranscodeStepWritable,
|
|
742
|
+
type TranscriptionInput,
|
|
743
|
+
type TranscriptionOutput,
|
|
744
|
+
type TranscriptionStep,
|
|
745
|
+
type TranscriptionStepTemplate,
|
|
746
|
+
type TranscriptionStepWritable,
|
|
747
|
+
type TranscriptionTimeStamp,
|
|
748
|
+
type TryOnUInput,
|
|
749
|
+
type TryOnUOutput,
|
|
750
|
+
type UpdateWorkflowData,
|
|
751
|
+
type UpdateWorkflowError,
|
|
752
|
+
type UpdateWorkflowErrors,
|
|
753
|
+
type UpdateWorkflowRequest,
|
|
754
|
+
type UpdateWorkflowResponse,
|
|
755
|
+
type UpdateWorkflowResponses,
|
|
756
|
+
UpdateWorkflowStatus,
|
|
757
|
+
type UpdateWorkflowStepData,
|
|
758
|
+
type UpdateWorkflowStepError,
|
|
759
|
+
type UpdateWorkflowStepErrors,
|
|
760
|
+
type UpdateWorkflowStepRequest,
|
|
761
|
+
type UpdateWorkflowStepResponse,
|
|
762
|
+
type UpdateWorkflowStepResponses,
|
|
763
|
+
type UploadConsumerBlobData,
|
|
764
|
+
type UploadConsumerBlobError,
|
|
765
|
+
type UploadConsumerBlobErrors,
|
|
766
|
+
type UploadConsumerBlobResponse,
|
|
767
|
+
type UploadConsumerBlobResponses,
|
|
768
|
+
type UserMessage,
|
|
769
|
+
type UserMessageWritable,
|
|
770
|
+
type ValidationProblemDetails,
|
|
771
|
+
type ValueTupleOfDoubleAndDouble,
|
|
772
|
+
type ValueTupleOfStringAndInt32,
|
|
773
|
+
Veo3AspectRatio,
|
|
774
|
+
Veo3GenerationMode,
|
|
775
|
+
Veo3Version,
|
|
776
|
+
type Veo3VideoGenInput,
|
|
777
|
+
type VideoBlob,
|
|
778
|
+
type VideoEnhancementInput,
|
|
779
|
+
type VideoEnhancementInputInterpolationOptions,
|
|
780
|
+
type VideoEnhancementInputUpscalerOptions,
|
|
781
|
+
type VideoEnhancementOutput,
|
|
782
|
+
type VideoEnhancementStep,
|
|
783
|
+
type VideoEnhancementStepTemplate,
|
|
784
|
+
type VideoEnhancementStepWritable,
|
|
785
|
+
type VideoFrameExtractionInput,
|
|
786
|
+
type VideoFrameExtractionOutput,
|
|
787
|
+
type VideoFrameExtractionStep,
|
|
788
|
+
type VideoFrameExtractionStepTemplate,
|
|
789
|
+
type VideoFrameExtractionStepWritable,
|
|
790
|
+
type VideoGenInput,
|
|
791
|
+
type VideoGenInputLora,
|
|
792
|
+
type VideoGenOutput,
|
|
793
|
+
type VideoGenStep,
|
|
794
|
+
type VideoGenStepTemplate,
|
|
795
|
+
type VideoGenStepWritable,
|
|
796
|
+
type VideoInterpolationInput,
|
|
797
|
+
type VideoInterpolationOutput,
|
|
798
|
+
type VideoInterpolationStep,
|
|
799
|
+
type VideoInterpolationStepTemplate,
|
|
800
|
+
type VideoInterpolationStepWritable,
|
|
801
|
+
type VideoMetadataInput,
|
|
802
|
+
type VideoMetadataOutput,
|
|
803
|
+
type VideoMetadataStep,
|
|
804
|
+
type VideoMetadataStepTemplate,
|
|
805
|
+
type VideoMetadataStepWritable,
|
|
806
|
+
type VideoUpscalerInput,
|
|
807
|
+
type VideoUpscalerOutput,
|
|
808
|
+
type VideoUpscalerStep,
|
|
809
|
+
type VideoUpscalerStepTemplate,
|
|
810
|
+
type VideoUpscalerStepWritable,
|
|
811
|
+
type ViduQ3VideoGenInput,
|
|
812
|
+
type ViduVideoGenInput,
|
|
813
|
+
ViduVideoGenModel,
|
|
814
|
+
ViduVideoGenStyle,
|
|
815
|
+
type VllmOmniTextToSpeechInput,
|
|
816
|
+
type Wan21CivitaiVideoGenInput,
|
|
817
|
+
type Wan21FalVideoGenInput,
|
|
818
|
+
type Wan21VideoGenInput,
|
|
819
|
+
type Wan225bFalImageGenInput,
|
|
820
|
+
type Wan225bFalImageToVideoInput,
|
|
821
|
+
type Wan225bFalTextToVideoInput,
|
|
822
|
+
type Wan225bFalVideoGenInput,
|
|
823
|
+
type Wan225bImageGenInput,
|
|
824
|
+
type Wan225bVideoGenInput,
|
|
825
|
+
type Wan22ComfyVideoGenInput,
|
|
826
|
+
type Wan22FalImageGenInput,
|
|
827
|
+
type Wan22FalImageToVideoInput,
|
|
828
|
+
type Wan22FalTextToVideoInput,
|
|
829
|
+
type Wan22FalVideoGenInput,
|
|
830
|
+
type Wan22ImageGenInput,
|
|
831
|
+
type Wan22VideoGenInput,
|
|
832
|
+
type Wan25FalImageGenInput,
|
|
833
|
+
type Wan25FalImageToImageInput,
|
|
834
|
+
type Wan25FalImageToVideoInput,
|
|
835
|
+
type Wan25FalTextToImageInput,
|
|
836
|
+
type Wan25FalTextToVideoInput,
|
|
837
|
+
type Wan25FalVideoGenInput,
|
|
838
|
+
type Wan25ImageGenInput,
|
|
839
|
+
type Wan25VideoGenInput,
|
|
840
|
+
type Wan26FalImageToVideoInput,
|
|
841
|
+
type Wan26FalReferenceToVideoInput,
|
|
842
|
+
type Wan26FalTextToVideoInput,
|
|
843
|
+
type Wan26FalVideoGenInput,
|
|
844
|
+
type Wan26VideoGenInput,
|
|
845
|
+
type Wan27FalEditInput,
|
|
846
|
+
type Wan27FalImageGenInput,
|
|
847
|
+
type Wan27FalTextToImageInput,
|
|
848
|
+
type Wan27ImageGenInput,
|
|
849
|
+
type WanImageGenInput,
|
|
850
|
+
type WanVideoGenInput,
|
|
851
|
+
type WdTaggingInput,
|
|
852
|
+
type WdTaggingOutput,
|
|
853
|
+
type WdTaggingStep,
|
|
854
|
+
type WdTaggingStepTemplate,
|
|
855
|
+
type WdTaggingStepWritable,
|
|
856
|
+
type WebpOutputFormat,
|
|
857
|
+
type Workflow,
|
|
858
|
+
type WorkflowCallback,
|
|
859
|
+
type WorkflowCost,
|
|
860
|
+
type WorkflowCostTips,
|
|
861
|
+
type WorkflowCostWritable,
|
|
862
|
+
type WorkflowEvent,
|
|
863
|
+
type WorkflowEventDetails,
|
|
864
|
+
type WorkflowEventStepDetails,
|
|
865
|
+
type WorkflowEventWritable,
|
|
866
|
+
WorkflowStatus,
|
|
867
|
+
type WorkflowStep,
|
|
868
|
+
type WorkflowStepEvent,
|
|
869
|
+
type WorkflowStepEventDetails,
|
|
870
|
+
type WorkflowStepEventWritable,
|
|
871
|
+
type WorkflowStepJob,
|
|
872
|
+
type WorkflowStepJobEvent,
|
|
873
|
+
type WorkflowStepJobEventWritable,
|
|
874
|
+
type WorkflowStepJobQueuePosition,
|
|
875
|
+
type WorkflowStepTemplate,
|
|
876
|
+
type WorkflowStepTemplateWritable,
|
|
877
|
+
type WorkflowStepWritable,
|
|
878
|
+
type WorkflowStepWritable2,
|
|
879
|
+
type WorkflowTemplate,
|
|
880
|
+
type WorkflowTips,
|
|
881
|
+
WorkflowUpgradeMode,
|
|
882
|
+
type WorkflowWritable,
|
|
883
|
+
type XGuardCustomSignalMetadata,
|
|
884
|
+
type XGuardCustomSignalMetadataWritable,
|
|
885
|
+
type XGuardLabelConfiguration,
|
|
886
|
+
type XGuardLabelResult,
|
|
887
|
+
type XGuardMatchedTerms,
|
|
888
|
+
type XGuardModerationInput,
|
|
889
|
+
XGuardModerationMode,
|
|
890
|
+
type XGuardModerationOutput,
|
|
891
|
+
type XGuardModerationOutputWritable,
|
|
892
|
+
type XGuardModerationStep,
|
|
893
|
+
type XGuardModerationStepTemplate,
|
|
894
|
+
type XGuardModerationStepWritable,
|
|
895
|
+
type XGuardSignalMetadata,
|
|
896
|
+
type XGuardSignalMetadataWritable,
|
|
897
|
+
type ZImageBaseAiToolkitTrainingInput,
|
|
898
|
+
type ZImageBaseCreateImageGenInput,
|
|
899
|
+
type ZImageBaseImageGenInput,
|
|
900
|
+
type ZImageImageGenInput,
|
|
901
|
+
type ZImageTurboAiToolkitTrainingInput,
|
|
902
|
+
type ZImageTurboCreateImageGenInput,
|
|
903
|
+
type ZImageTurboImageGenInput,
|
|
904
|
+
type ZipTrainingData,
|
|
905
|
+
ZoeDepthEnvironment,
|
|
906
|
+
} from './types.gen';
|