@hautechai/sdk 2.12.0 → 2.14.0

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.ts CHANGED
@@ -205,6 +205,177 @@ interface AddItemsToStackParamsDto {
205
205
  itemIds: string[];
206
206
  }
207
207
 
208
+ /**
209
+ * Generated by orval v7.10.0 🍺
210
+ * Do not edit manually.
211
+ * Hautech API
212
+ * OpenAPI spec version: 1.0
213
+ */
214
+ type AlphabakeVtonV1InputGarmentType = typeof AlphabakeVtonV1InputGarmentType[keyof typeof AlphabakeVtonV1InputGarmentType];
215
+ declare const AlphabakeVtonV1InputGarmentType: {
216
+ readonly top: "top";
217
+ readonly bottom: "bottom";
218
+ readonly full: "full";
219
+ };
220
+
221
+ /**
222
+ * Generated by orval v7.10.0 🍺
223
+ * Do not edit manually.
224
+ * Hautech API
225
+ * OpenAPI spec version: 1.0
226
+ */
227
+ type AlphabakeVtonV1InputMode = typeof AlphabakeVtonV1InputMode[keyof typeof AlphabakeVtonV1InputMode];
228
+ declare const AlphabakeVtonV1InputMode: {
229
+ readonly fast: "fast";
230
+ readonly quality: "quality";
231
+ };
232
+
233
+ /**
234
+ * Generated by orval v7.10.0 🍺
235
+ * Do not edit manually.
236
+ * Hautech API
237
+ * OpenAPI spec version: 1.0
238
+ */
239
+ type AlphabakeVtonV1InputProcessAsset = typeof AlphabakeVtonV1InputProcessAsset[keyof typeof AlphabakeVtonV1InputProcessAsset];
240
+ declare const AlphabakeVtonV1InputProcessAsset: {
241
+ readonly tryon: "tryon";
242
+ readonly garment: "garment";
243
+ readonly human: "human";
244
+ };
245
+
246
+ /**
247
+ * Generated by orval v7.10.0 🍺
248
+ * Do not edit manually.
249
+ * Hautech API
250
+ * OpenAPI spec version: 1.0
251
+ */
252
+
253
+ interface AlphabakeVtonV1Input {
254
+ humanImageId: string;
255
+ garmentImageId: string;
256
+ garmentType: AlphabakeVtonV1InputGarmentType;
257
+ mode: AlphabakeVtonV1InputMode;
258
+ garmentGuidance?: number;
259
+ processAsset?: AlphabakeVtonV1InputProcessAsset;
260
+ humanZoomIn?: boolean;
261
+ retainPose?: boolean;
262
+ isOffline?: boolean;
263
+ isDelete?: boolean;
264
+ depth?: number;
265
+ webhookUrl?: string;
266
+ }
267
+
268
+ /**
269
+ * Generated by orval v7.10.0 🍺
270
+ * Do not edit manually.
271
+ * Hautech API
272
+ * OpenAPI spec version: 1.0
273
+ */
274
+ type AlphabakeVtonV1RequestMetadata = {
275
+ [key: string]: unknown;
276
+ };
277
+
278
+ /**
279
+ * Generated by orval v7.10.0 🍺
280
+ * Do not edit manually.
281
+ * Hautech API
282
+ * OpenAPI spec version: 1.0
283
+ */
284
+
285
+ interface AlphabakeVtonV1Request {
286
+ input: AlphabakeVtonV1Input;
287
+ metadata?: AlphabakeVtonV1RequestMetadata;
288
+ }
289
+
290
+ /**
291
+ * Generated by orval v7.10.0 🍺
292
+ * Do not edit manually.
293
+ * Hautech API
294
+ * OpenAPI spec version: 1.0
295
+ */
296
+ type AlphabakeVtonV1ResponseKind = typeof AlphabakeVtonV1ResponseKind[keyof typeof AlphabakeVtonV1ResponseKind];
297
+ declare const AlphabakeVtonV1ResponseKind: {
298
+ readonly operation: "operation";
299
+ };
300
+
301
+ /**
302
+ * Generated by orval v7.10.0 🍺
303
+ * Do not edit manually.
304
+ * Hautech API
305
+ * OpenAPI spec version: 1.0
306
+ */
307
+ type OperationOutputImageSingleKind = typeof OperationOutputImageSingleKind[keyof typeof OperationOutputImageSingleKind];
308
+ declare const OperationOutputImageSingleKind: {
309
+ readonly 'image/single': "image/single";
310
+ };
311
+
312
+ /**
313
+ * Generated by orval v7.10.0 🍺
314
+ * Do not edit manually.
315
+ * Hautech API
316
+ * OpenAPI spec version: 1.0
317
+ */
318
+
319
+ interface OperationOutputImageSingle {
320
+ kind: OperationOutputImageSingleKind;
321
+ imageId: string;
322
+ }
323
+
324
+ /**
325
+ * Generated by orval v7.10.0 🍺
326
+ * Do not edit manually.
327
+ * Hautech API
328
+ * OpenAPI spec version: 1.0
329
+ */
330
+ type AlphabakeVtonV1ResponseInput = {
331
+ [key: string]: unknown;
332
+ };
333
+
334
+ /**
335
+ * Generated by orval v7.10.0 🍺
336
+ * Do not edit manually.
337
+ * Hautech API
338
+ * OpenAPI spec version: 1.0
339
+ */
340
+ type AlphabakeVtonV1ResponseStatus = typeof AlphabakeVtonV1ResponseStatus[keyof typeof AlphabakeVtonV1ResponseStatus];
341
+ declare const AlphabakeVtonV1ResponseStatus: {
342
+ readonly pending: "pending";
343
+ readonly finished: "finished";
344
+ readonly failed: "failed";
345
+ };
346
+
347
+ /**
348
+ * Generated by orval v7.10.0 🍺
349
+ * Do not edit manually.
350
+ * Hautech API
351
+ * OpenAPI spec version: 1.0
352
+ */
353
+ type AlphabakeVtonV1ResponseMetadata = {
354
+ [key: string]: unknown;
355
+ };
356
+
357
+ /**
358
+ * Generated by orval v7.10.0 🍺
359
+ * Do not edit manually.
360
+ * Hautech API
361
+ * OpenAPI spec version: 1.0
362
+ */
363
+
364
+ interface AlphabakeVtonV1Response {
365
+ kind: AlphabakeVtonV1ResponseKind;
366
+ output: OperationOutputImageSingle;
367
+ input: AlphabakeVtonV1ResponseInput;
368
+ status: AlphabakeVtonV1ResponseStatus;
369
+ type: string;
370
+ price?: string;
371
+ estimatedPrice?: string;
372
+ id: string;
373
+ creatorId: string;
374
+ metadata: AlphabakeVtonV1ResponseMetadata;
375
+ createdAt: string;
376
+ updatedAt: string;
377
+ }
378
+
208
379
  /**
209
380
  * Generated by orval v7.10.0 🍺
210
381
  * Do not edit manually.
@@ -922,6 +1093,7 @@ declare const CollectionEntityKind: {
922
1093
  readonly storage: "storage";
923
1094
  readonly pipeline: "pipeline";
924
1095
  readonly workflow: "workflow";
1096
+ readonly dataset: "dataset";
925
1097
  };
926
1098
 
927
1099
  /**
@@ -994,6 +1166,7 @@ declare const CollectionsControllerListItemsV1Kind: {
994
1166
  readonly storage: "storage";
995
1167
  readonly pipeline: "pipeline";
996
1168
  readonly workflow: "workflow";
1169
+ readonly dataset: "dataset";
997
1170
  };
998
1171
 
999
1172
  /**
@@ -1146,29 +1319,6 @@ declare const CompositeV1ResponseKind: {
1146
1319
  readonly operation: "operation";
1147
1320
  };
1148
1321
 
1149
- /**
1150
- * Generated by orval v7.10.0 🍺
1151
- * Do not edit manually.
1152
- * Hautech API
1153
- * OpenAPI spec version: 1.0
1154
- */
1155
- type OperationOutputImageSingleKind = typeof OperationOutputImageSingleKind[keyof typeof OperationOutputImageSingleKind];
1156
- declare const OperationOutputImageSingleKind: {
1157
- readonly 'image/single': "image/single";
1158
- };
1159
-
1160
- /**
1161
- * Generated by orval v7.10.0 🍺
1162
- * Do not edit manually.
1163
- * Hautech API
1164
- * OpenAPI spec version: 1.0
1165
- */
1166
-
1167
- interface OperationOutputImageSingle {
1168
- kind: OperationOutputImageSingleKind;
1169
- imageId: string;
1170
- }
1171
-
1172
1322
  /**
1173
1323
  * Generated by orval v7.10.0 🍺
1174
1324
  * Do not edit manually.
@@ -1790,6 +1940,19 @@ interface CutV1Response {
1790
1940
  updatedAt: string;
1791
1941
  }
1792
1942
 
1943
+ /**
1944
+ * Generated by orval v7.10.0 🍺
1945
+ * Do not edit manually.
1946
+ * Hautech API
1947
+ * OpenAPI spec version: 1.0
1948
+ */
1949
+ interface DatasetItemDto {
1950
+ garmentImageId: string;
1951
+ outputImageId: string;
1952
+ prompt: string;
1953
+ category: string;
1954
+ }
1955
+
1793
1956
  /**
1794
1957
  * Generated by orval v7.10.0 🍺
1795
1958
  * Do not edit manually.
@@ -2058,9 +2221,13 @@ interface EditFluxKontextDevV1Response {
2058
2221
  * Hautech API
2059
2222
  * OpenAPI spec version: 1.0
2060
2223
  */
2061
- interface Flux11ProUltraV1Input {
2062
- [key: string]: unknown;
2063
- }
2224
+ type FashnVtonV1InputCategory = typeof FashnVtonV1InputCategory[keyof typeof FashnVtonV1InputCategory];
2225
+ declare const FashnVtonV1InputCategory: {
2226
+ readonly tops: "tops";
2227
+ readonly bottoms: "bottoms";
2228
+ readonly 'one-pieces': "one-pieces";
2229
+ readonly auto: "auto";
2230
+ };
2064
2231
 
2065
2232
  /**
2066
2233
  * Generated by orval v7.10.0 🍺
@@ -2068,10 +2235,11 @@ interface Flux11ProUltraV1Input {
2068
2235
  * Hautech API
2069
2236
  * OpenAPI spec version: 1.0
2070
2237
  */
2071
- type GPTV1InputModel = typeof GPTV1InputModel[keyof typeof GPTV1InputModel];
2072
- declare const GPTV1InputModel: {
2073
- readonly 'gpt-4o': "gpt-4o";
2074
- readonly 'gpt-41-mini': "gpt-4.1-mini";
2238
+ type FashnVtonV1InputMode = typeof FashnVtonV1InputMode[keyof typeof FashnVtonV1InputMode];
2239
+ declare const FashnVtonV1InputMode: {
2240
+ readonly performance: "performance";
2241
+ readonly balanced: "balanced";
2242
+ readonly quality: "quality";
2075
2243
  };
2076
2244
 
2077
2245
  /**
@@ -2080,13 +2248,12 @@ declare const GPTV1InputModel: {
2080
2248
  * Hautech API
2081
2249
  * OpenAPI spec version: 1.0
2082
2250
  */
2083
-
2084
- interface GPTV1Input {
2085
- model?: GPTV1InputModel;
2086
- prompt: string;
2087
- additionalMessages?: string[];
2088
- imageId?: string;
2089
- }
2251
+ type FashnVtonV1InputGarmentPhotoType = typeof FashnVtonV1InputGarmentPhotoType[keyof typeof FashnVtonV1InputGarmentPhotoType];
2252
+ declare const FashnVtonV1InputGarmentPhotoType: {
2253
+ readonly auto: "auto";
2254
+ readonly model: "model";
2255
+ readonly 'flat-lay': "flat-lay";
2256
+ };
2090
2257
 
2091
2258
  /**
2092
2259
  * Generated by orval v7.10.0 🍺
@@ -2094,12 +2261,11 @@ interface GPTV1Input {
2094
2261
  * Hautech API
2095
2262
  * OpenAPI spec version: 1.0
2096
2263
  */
2097
- /**
2098
- * The role of the message sender.
2099
- */
2100
- type GPTV2AssistantMessageDtoRole = typeof GPTV2AssistantMessageDtoRole[keyof typeof GPTV2AssistantMessageDtoRole];
2101
- declare const GPTV2AssistantMessageDtoRole: {
2102
- readonly assistant: "assistant";
2264
+ type FashnVtonV1InputModerationLevel = typeof FashnVtonV1InputModerationLevel[keyof typeof FashnVtonV1InputModerationLevel];
2265
+ declare const FashnVtonV1InputModerationLevel: {
2266
+ readonly none: "none";
2267
+ readonly permissive: "permissive";
2268
+ readonly conservative: "conservative";
2103
2269
  };
2104
2270
 
2105
2271
  /**
@@ -2108,9 +2274,17 @@ declare const GPTV2AssistantMessageDtoRole: {
2108
2274
  * Hautech API
2109
2275
  * OpenAPI spec version: 1.0
2110
2276
  */
2111
- type GPTV2MessageToolCallDtoFunction = {
2112
- [key: string]: unknown;
2113
- };
2277
+
2278
+ interface FashnVtonV1Input {
2279
+ modelImageId: string;
2280
+ garmentImageId: string;
2281
+ category?: FashnVtonV1InputCategory;
2282
+ mode?: FashnVtonV1InputMode;
2283
+ garmentPhotoType?: FashnVtonV1InputGarmentPhotoType;
2284
+ moderationLevel?: FashnVtonV1InputModerationLevel;
2285
+ seed?: number;
2286
+ segmentationFree?: boolean;
2287
+ }
2114
2288
 
2115
2289
  /**
2116
2290
  * Generated by orval v7.10.0 🍺
@@ -2118,9 +2292,8 @@ type GPTV2MessageToolCallDtoFunction = {
2118
2292
  * Hautech API
2119
2293
  * OpenAPI spec version: 1.0
2120
2294
  */
2121
- type GPTV2MessageToolCallDtoType = typeof GPTV2MessageToolCallDtoType[keyof typeof GPTV2MessageToolCallDtoType];
2122
- declare const GPTV2MessageToolCallDtoType: {
2123
- readonly function: "function";
2295
+ type FashnVton16V1RequestMetadata = {
2296
+ [key: string]: unknown;
2124
2297
  };
2125
2298
 
2126
2299
  /**
@@ -2130,10 +2303,9 @@ declare const GPTV2MessageToolCallDtoType: {
2130
2303
  * OpenAPI spec version: 1.0
2131
2304
  */
2132
2305
 
2133
- interface GPTV2MessageToolCallDto {
2134
- id: string;
2135
- function: GPTV2MessageToolCallDtoFunction;
2136
- type: GPTV2MessageToolCallDtoType;
2306
+ interface FashnVton16V1Request {
2307
+ input: FashnVtonV1Input;
2308
+ metadata?: FashnVton16V1RequestMetadata;
2137
2309
  }
2138
2310
 
2139
2311
  /**
@@ -2142,19 +2314,10 @@ interface GPTV2MessageToolCallDto {
2142
2314
  * Hautech API
2143
2315
  * OpenAPI spec version: 1.0
2144
2316
  */
2145
-
2146
- interface GPTV2AssistantMessageDto {
2147
- /** The content of the assistant message. */
2148
- content?: string;
2149
- /** The role of the message sender. */
2150
- role: GPTV2AssistantMessageDtoRole;
2151
- /** The name of the sender, if applicable. */
2152
- name?: string;
2153
- /** The refusal message, if applicable. */
2154
- refusal?: string;
2155
- /** The tool calls made by the assistant, if any. */
2156
- tool_calls?: GPTV2MessageToolCallDto[];
2157
- }
2317
+ type FashnVton16V1ResponseKind = typeof FashnVton16V1ResponseKind[keyof typeof FashnVton16V1ResponseKind];
2318
+ declare const FashnVton16V1ResponseKind: {
2319
+ readonly operation: "operation";
2320
+ };
2158
2321
 
2159
2322
  /**
2160
2323
  * Generated by orval v7.10.0 🍺
@@ -2162,12 +2325,8 @@ interface GPTV2AssistantMessageDto {
2162
2325
  * Hautech API
2163
2326
  * OpenAPI spec version: 1.0
2164
2327
  */
2165
- /**
2166
- * The role of the message sender.
2167
- */
2168
- type GPTV2DeveloperMessageDtoRole = typeof GPTV2DeveloperMessageDtoRole[keyof typeof GPTV2DeveloperMessageDtoRole];
2169
- declare const GPTV2DeveloperMessageDtoRole: {
2170
- readonly developer: "developer";
2328
+ type FashnVton16V1ResponseInput = {
2329
+ [key: string]: unknown;
2171
2330
  };
2172
2331
 
2173
2332
  /**
@@ -2176,15 +2335,12 @@ declare const GPTV2DeveloperMessageDtoRole: {
2176
2335
  * Hautech API
2177
2336
  * OpenAPI spec version: 1.0
2178
2337
  */
2179
-
2180
- interface GPTV2DeveloperMessageDto {
2181
- /** The content of the developer message. */
2182
- content: string;
2183
- /** The role of the message sender. */
2184
- role: GPTV2DeveloperMessageDtoRole;
2185
- /** The name of the sender, if applicable. */
2186
- name?: string;
2187
- }
2338
+ type FashnVton16V1ResponseStatus = typeof FashnVton16V1ResponseStatus[keyof typeof FashnVton16V1ResponseStatus];
2339
+ declare const FashnVton16V1ResponseStatus: {
2340
+ readonly pending: "pending";
2341
+ readonly finished: "finished";
2342
+ readonly failed: "failed";
2343
+ };
2188
2344
 
2189
2345
  /**
2190
2346
  * Generated by orval v7.10.0 🍺
@@ -2192,17 +2348,8 @@ interface GPTV2DeveloperMessageDto {
2192
2348
  * Hautech API
2193
2349
  * OpenAPI spec version: 1.0
2194
2350
  */
2195
- /**
2196
- * ID of the model to use. See OpenAI docs for model endpoint compatibility.
2197
- */
2198
- type GPTV2InputModel = typeof GPTV2InputModel[keyof typeof GPTV2InputModel];
2199
- declare const GPTV2InputModel: {
2200
- readonly 'gpt-4o': "gpt-4o";
2201
- readonly o3: "o3";
2202
- readonly 'o3-mini': "o3-mini";
2203
- readonly 'gpt-41': "gpt-4.1";
2204
- readonly 'gpt-41-mini': "gpt-4.1-mini";
2205
- readonly 'gpt-41-nano': "gpt-4.1-nano";
2351
+ type FashnVton16V1ResponseMetadata = {
2352
+ [key: string]: unknown;
2206
2353
  };
2207
2354
 
2208
2355
  /**
@@ -2211,11 +2358,186 @@ declare const GPTV2InputModel: {
2211
2358
  * Hautech API
2212
2359
  * OpenAPI spec version: 1.0
2213
2360
  */
2214
- /**
2215
- * The role of the message sender.
2216
- */
2217
- type GPTV2SystemMessageDtoRole = typeof GPTV2SystemMessageDtoRole[keyof typeof GPTV2SystemMessageDtoRole];
2218
- declare const GPTV2SystemMessageDtoRole: {
2361
+
2362
+ interface FashnVton16V1Response {
2363
+ kind: FashnVton16V1ResponseKind;
2364
+ output: OperationOutputImageSingle;
2365
+ input: FashnVton16V1ResponseInput;
2366
+ status: FashnVton16V1ResponseStatus;
2367
+ type: string;
2368
+ price?: string;
2369
+ estimatedPrice?: string;
2370
+ id: string;
2371
+ creatorId: string;
2372
+ metadata: FashnVton16V1ResponseMetadata;
2373
+ createdAt: string;
2374
+ updatedAt: string;
2375
+ }
2376
+
2377
+ /**
2378
+ * Generated by orval v7.10.0 🍺
2379
+ * Do not edit manually.
2380
+ * Hautech API
2381
+ * OpenAPI spec version: 1.0
2382
+ */
2383
+ interface Flux11ProUltraV1Input {
2384
+ [key: string]: unknown;
2385
+ }
2386
+
2387
+ /**
2388
+ * Generated by orval v7.10.0 🍺
2389
+ * Do not edit manually.
2390
+ * Hautech API
2391
+ * OpenAPI spec version: 1.0
2392
+ */
2393
+ type GPTV1InputModel = typeof GPTV1InputModel[keyof typeof GPTV1InputModel];
2394
+ declare const GPTV1InputModel: {
2395
+ readonly 'gpt-4o': "gpt-4o";
2396
+ readonly 'gpt-41-mini': "gpt-4.1-mini";
2397
+ };
2398
+
2399
+ /**
2400
+ * Generated by orval v7.10.0 🍺
2401
+ * Do not edit manually.
2402
+ * Hautech API
2403
+ * OpenAPI spec version: 1.0
2404
+ */
2405
+
2406
+ interface GPTV1Input {
2407
+ model?: GPTV1InputModel;
2408
+ prompt: string;
2409
+ additionalMessages?: string[];
2410
+ imageId?: string;
2411
+ }
2412
+
2413
+ /**
2414
+ * Generated by orval v7.10.0 🍺
2415
+ * Do not edit manually.
2416
+ * Hautech API
2417
+ * OpenAPI spec version: 1.0
2418
+ */
2419
+ /**
2420
+ * The role of the message sender.
2421
+ */
2422
+ type GPTV2AssistantMessageDtoRole = typeof GPTV2AssistantMessageDtoRole[keyof typeof GPTV2AssistantMessageDtoRole];
2423
+ declare const GPTV2AssistantMessageDtoRole: {
2424
+ readonly assistant: "assistant";
2425
+ };
2426
+
2427
+ /**
2428
+ * Generated by orval v7.10.0 🍺
2429
+ * Do not edit manually.
2430
+ * Hautech API
2431
+ * OpenAPI spec version: 1.0
2432
+ */
2433
+ type GPTV2MessageToolCallDtoFunction = {
2434
+ [key: string]: unknown;
2435
+ };
2436
+
2437
+ /**
2438
+ * Generated by orval v7.10.0 🍺
2439
+ * Do not edit manually.
2440
+ * Hautech API
2441
+ * OpenAPI spec version: 1.0
2442
+ */
2443
+ type GPTV2MessageToolCallDtoType = typeof GPTV2MessageToolCallDtoType[keyof typeof GPTV2MessageToolCallDtoType];
2444
+ declare const GPTV2MessageToolCallDtoType: {
2445
+ readonly function: "function";
2446
+ };
2447
+
2448
+ /**
2449
+ * Generated by orval v7.10.0 🍺
2450
+ * Do not edit manually.
2451
+ * Hautech API
2452
+ * OpenAPI spec version: 1.0
2453
+ */
2454
+
2455
+ interface GPTV2MessageToolCallDto {
2456
+ id: string;
2457
+ function: GPTV2MessageToolCallDtoFunction;
2458
+ type: GPTV2MessageToolCallDtoType;
2459
+ }
2460
+
2461
+ /**
2462
+ * Generated by orval v7.10.0 🍺
2463
+ * Do not edit manually.
2464
+ * Hautech API
2465
+ * OpenAPI spec version: 1.0
2466
+ */
2467
+
2468
+ interface GPTV2AssistantMessageDto {
2469
+ /** The content of the assistant message. */
2470
+ content?: string;
2471
+ /** The role of the message sender. */
2472
+ role: GPTV2AssistantMessageDtoRole;
2473
+ /** The name of the sender, if applicable. */
2474
+ name?: string;
2475
+ /** The refusal message, if applicable. */
2476
+ refusal?: string;
2477
+ /** The tool calls made by the assistant, if any. */
2478
+ tool_calls?: GPTV2MessageToolCallDto[];
2479
+ }
2480
+
2481
+ /**
2482
+ * Generated by orval v7.10.0 🍺
2483
+ * Do not edit manually.
2484
+ * Hautech API
2485
+ * OpenAPI spec version: 1.0
2486
+ */
2487
+ /**
2488
+ * The role of the message sender.
2489
+ */
2490
+ type GPTV2DeveloperMessageDtoRole = typeof GPTV2DeveloperMessageDtoRole[keyof typeof GPTV2DeveloperMessageDtoRole];
2491
+ declare const GPTV2DeveloperMessageDtoRole: {
2492
+ readonly developer: "developer";
2493
+ };
2494
+
2495
+ /**
2496
+ * Generated by orval v7.10.0 🍺
2497
+ * Do not edit manually.
2498
+ * Hautech API
2499
+ * OpenAPI spec version: 1.0
2500
+ */
2501
+
2502
+ interface GPTV2DeveloperMessageDto {
2503
+ /** The content of the developer message. */
2504
+ content: string;
2505
+ /** The role of the message sender. */
2506
+ role: GPTV2DeveloperMessageDtoRole;
2507
+ /** The name of the sender, if applicable. */
2508
+ name?: string;
2509
+ }
2510
+
2511
+ /**
2512
+ * Generated by orval v7.10.0 🍺
2513
+ * Do not edit manually.
2514
+ * Hautech API
2515
+ * OpenAPI spec version: 1.0
2516
+ */
2517
+ /**
2518
+ * ID of the model to use. See OpenAI docs for model endpoint compatibility.
2519
+ */
2520
+ type GPTV2InputModel = typeof GPTV2InputModel[keyof typeof GPTV2InputModel];
2521
+ declare const GPTV2InputModel: {
2522
+ readonly 'gpt-4o': "gpt-4o";
2523
+ readonly o3: "o3";
2524
+ readonly 'o3-mini': "o3-mini";
2525
+ readonly 'gpt-41': "gpt-4.1";
2526
+ readonly 'gpt-41-mini': "gpt-4.1-mini";
2527
+ readonly 'gpt-41-nano': "gpt-4.1-nano";
2528
+ };
2529
+
2530
+ /**
2531
+ * Generated by orval v7.10.0 🍺
2532
+ * Do not edit manually.
2533
+ * Hautech API
2534
+ * OpenAPI spec version: 1.0
2535
+ */
2536
+ /**
2537
+ * The role of the message sender.
2538
+ */
2539
+ type GPTV2SystemMessageDtoRole = typeof GPTV2SystemMessageDtoRole[keyof typeof GPTV2SystemMessageDtoRole];
2540
+ declare const GPTV2SystemMessageDtoRole: {
2219
2541
  readonly system: "system";
2220
2542
  };
2221
2543
 
@@ -5472,12 +5794,299 @@ declare const GrantAccessControllerParamsAccess: {
5472
5794
  * Hautech API
5473
5795
  * OpenAPI spec version: 1.0
5474
5796
  */
5475
-
5476
- interface GrantAccessControllerParams {
5477
- principalType: GrantAccessControllerParamsPrincipalType;
5478
- principalId: string;
5479
- access: GrantAccessControllerParamsAccess;
5480
- }
5797
+
5798
+ interface GrantAccessControllerParams {
5799
+ principalType: GrantAccessControllerParamsPrincipalType;
5800
+ principalId: string;
5801
+ access: GrantAccessControllerParamsAccess;
5802
+ }
5803
+
5804
+ /**
5805
+ * Generated by orval v7.10.0 🍺
5806
+ * Do not edit manually.
5807
+ * Hautech API
5808
+ * OpenAPI spec version: 1.0
5809
+ */
5810
+ interface GroupEntity {
5811
+ id: string;
5812
+ createdAt: string;
5813
+ }
5814
+
5815
+ /**
5816
+ * Generated by orval v7.10.0 🍺
5817
+ * Do not edit manually.
5818
+ * Hautech API
5819
+ * OpenAPI spec version: 1.0
5820
+ */
5821
+ type LindaHauteV1InputAspectRatio = typeof LindaHauteV1InputAspectRatio[keyof typeof LindaHauteV1InputAspectRatio];
5822
+ declare const LindaHauteV1InputAspectRatio: {
5823
+ readonly '1:1': "1:1";
5824
+ readonly '9:7': "9:7";
5825
+ readonly '7:9': "7:9";
5826
+ readonly '19:13': "19:13";
5827
+ readonly '13:19': "13:19";
5828
+ readonly '7:4': "7:4";
5829
+ readonly '4:7': "4:7";
5830
+ readonly '12:5': "12:5";
5831
+ readonly '5:12': "5:12";
5832
+ };
5833
+
5834
+ /**
5835
+ * Generated by orval v7.10.0 🍺
5836
+ * Do not edit manually.
5837
+ * Hautech API
5838
+ * OpenAPI spec version: 1.0
5839
+ */
5840
+
5841
+ interface LindaHauteV1Input {
5842
+ aspectRatio: LindaHauteV1InputAspectRatio;
5843
+ productImageId: string;
5844
+ prompt: string;
5845
+ seed: number;
5846
+ /**
5847
+ * @minimum 0
5848
+ * @maximum 1
5849
+ */
5850
+ imageWeight?: number;
5851
+ negativePrompt?: string;
5852
+ /**
5853
+ * @minimum 1
5854
+ * @maximum 100
5855
+ */
5856
+ inferenceSteps?: number;
5857
+ /**
5858
+ * @minimum 0
5859
+ * @maximum 10
5860
+ */
5861
+ guidanceScale?: number;
5862
+ /**
5863
+ * @minimum 0
5864
+ * @maximum 1
5865
+ */
5866
+ strength?: number;
5867
+ }
5868
+
5869
+ /**
5870
+ * Generated by orval v7.10.0 🍺
5871
+ * Do not edit manually.
5872
+ * Hautech API
5873
+ * OpenAPI spec version: 1.0
5874
+ */
5875
+ type HauteLindaV1RequestMetadata = {
5876
+ [key: string]: unknown;
5877
+ };
5878
+
5879
+ /**
5880
+ * Generated by orval v7.10.0 🍺
5881
+ * Do not edit manually.
5882
+ * Hautech API
5883
+ * OpenAPI spec version: 1.0
5884
+ */
5885
+
5886
+ interface HauteLindaV1Request {
5887
+ input: LindaHauteV1Input;
5888
+ metadata?: HauteLindaV1RequestMetadata;
5889
+ }
5890
+
5891
+ /**
5892
+ * Generated by orval v7.10.0 🍺
5893
+ * Do not edit manually.
5894
+ * Hautech API
5895
+ * OpenAPI spec version: 1.0
5896
+ */
5897
+ type HauteLindaV1ResponseKind = typeof HauteLindaV1ResponseKind[keyof typeof HauteLindaV1ResponseKind];
5898
+ declare const HauteLindaV1ResponseKind: {
5899
+ readonly operation: "operation";
5900
+ };
5901
+
5902
+ /**
5903
+ * Generated by orval v7.10.0 🍺
5904
+ * Do not edit manually.
5905
+ * Hautech API
5906
+ * OpenAPI spec version: 1.0
5907
+ */
5908
+ type OperationOutputImageMultipleKind = typeof OperationOutputImageMultipleKind[keyof typeof OperationOutputImageMultipleKind];
5909
+ declare const OperationOutputImageMultipleKind: {
5910
+ readonly 'image/multiple': "image/multiple";
5911
+ };
5912
+
5913
+ /**
5914
+ * Generated by orval v7.10.0 🍺
5915
+ * Do not edit manually.
5916
+ * Hautech API
5917
+ * OpenAPI spec version: 1.0
5918
+ */
5919
+
5920
+ interface OperationOutputImageMultiple {
5921
+ kind: OperationOutputImageMultipleKind;
5922
+ imageIds: string[];
5923
+ }
5924
+
5925
+ /**
5926
+ * Generated by orval v7.10.0 🍺
5927
+ * Do not edit manually.
5928
+ * Hautech API
5929
+ * OpenAPI spec version: 1.0
5930
+ */
5931
+ type HauteLindaV1ResponseInput = {
5932
+ [key: string]: unknown;
5933
+ };
5934
+
5935
+ /**
5936
+ * Generated by orval v7.10.0 🍺
5937
+ * Do not edit manually.
5938
+ * Hautech API
5939
+ * OpenAPI spec version: 1.0
5940
+ */
5941
+ type HauteLindaV1ResponseStatus = typeof HauteLindaV1ResponseStatus[keyof typeof HauteLindaV1ResponseStatus];
5942
+ declare const HauteLindaV1ResponseStatus: {
5943
+ readonly pending: "pending";
5944
+ readonly finished: "finished";
5945
+ readonly failed: "failed";
5946
+ };
5947
+
5948
+ /**
5949
+ * Generated by orval v7.10.0 🍺
5950
+ * Do not edit manually.
5951
+ * Hautech API
5952
+ * OpenAPI spec version: 1.0
5953
+ */
5954
+ type HauteLindaV1ResponseMetadata = {
5955
+ [key: string]: unknown;
5956
+ };
5957
+
5958
+ /**
5959
+ * Generated by orval v7.10.0 🍺
5960
+ * Do not edit manually.
5961
+ * Hautech API
5962
+ * OpenAPI spec version: 1.0
5963
+ */
5964
+
5965
+ interface HauteLindaV1Response {
5966
+ kind: HauteLindaV1ResponseKind;
5967
+ output: OperationOutputImageMultiple;
5968
+ input: HauteLindaV1ResponseInput;
5969
+ status: HauteLindaV1ResponseStatus;
5970
+ type: string;
5971
+ price?: string;
5972
+ estimatedPrice?: string;
5973
+ id: string;
5974
+ creatorId: string;
5975
+ metadata: HauteLindaV1ResponseMetadata;
5976
+ createdAt: string;
5977
+ updatedAt: string;
5978
+ }
5979
+
5980
+ /**
5981
+ * Generated by orval v7.10.0 🍺
5982
+ * Do not edit manually.
5983
+ * Hautech API
5984
+ * OpenAPI spec version: 1.0
5985
+ */
5986
+
5987
+ interface NaomiPrepareDatasetInputDto {
5988
+ data: DatasetItemDto[];
5989
+ returnStream?: boolean;
5990
+ }
5991
+
5992
+ /**
5993
+ * Generated by orval v7.10.0 🍺
5994
+ * Do not edit manually.
5995
+ * Hautech API
5996
+ * OpenAPI spec version: 1.0
5997
+ */
5998
+ type HauteNaomiPrepareDatasetV1RequestMetadata = {
5999
+ [key: string]: unknown;
6000
+ };
6001
+
6002
+ /**
6003
+ * Generated by orval v7.10.0 🍺
6004
+ * Do not edit manually.
6005
+ * Hautech API
6006
+ * OpenAPI spec version: 1.0
6007
+ */
6008
+
6009
+ interface HauteNaomiPrepareDatasetV1Request {
6010
+ input: NaomiPrepareDatasetInputDto;
6011
+ metadata?: HauteNaomiPrepareDatasetV1RequestMetadata;
6012
+ }
6013
+
6014
+ /**
6015
+ * Generated by orval v7.10.0 🍺
6016
+ * Do not edit manually.
6017
+ * Hautech API
6018
+ * OpenAPI spec version: 1.0
6019
+ */
6020
+ type HauteNaomiPrepareDatasetV1ResponseKind = typeof HauteNaomiPrepareDatasetV1ResponseKind[keyof typeof HauteNaomiPrepareDatasetV1ResponseKind];
6021
+ declare const HauteNaomiPrepareDatasetV1ResponseKind: {
6022
+ readonly operation: "operation";
6023
+ };
6024
+
6025
+ /**
6026
+ * Generated by orval v7.10.0 🍺
6027
+ * Do not edit manually.
6028
+ * Hautech API
6029
+ * OpenAPI spec version: 1.0
6030
+ */
6031
+ type NaomiPrepareDatasetOutputDtoKind = typeof NaomiPrepareDatasetOutputDtoKind[keyof typeof NaomiPrepareDatasetOutputDtoKind];
6032
+ declare const NaomiPrepareDatasetOutputDtoKind: {
6033
+ readonly json: "json";
6034
+ };
6035
+
6036
+ /**
6037
+ * Generated by orval v7.10.0 🍺
6038
+ * Do not edit manually.
6039
+ * Hautech API
6040
+ * OpenAPI spec version: 1.0
6041
+ */
6042
+ interface NaomiPrepareDatasetResultDto {
6043
+ fileId: string;
6044
+ }
6045
+
6046
+ /**
6047
+ * Generated by orval v7.10.0 🍺
6048
+ * Do not edit manually.
6049
+ * Hautech API
6050
+ * OpenAPI spec version: 1.0
6051
+ */
6052
+
6053
+ interface NaomiPrepareDatasetOutputDto {
6054
+ kind: NaomiPrepareDatasetOutputDtoKind;
6055
+ data: NaomiPrepareDatasetResultDto;
6056
+ }
6057
+
6058
+ /**
6059
+ * Generated by orval v7.10.0 🍺
6060
+ * Do not edit manually.
6061
+ * Hautech API
6062
+ * OpenAPI spec version: 1.0
6063
+ */
6064
+ type HauteNaomiPrepareDatasetV1ResponseInput = {
6065
+ [key: string]: unknown;
6066
+ };
6067
+
6068
+ /**
6069
+ * Generated by orval v7.10.0 🍺
6070
+ * Do not edit manually.
6071
+ * Hautech API
6072
+ * OpenAPI spec version: 1.0
6073
+ */
6074
+ type HauteNaomiPrepareDatasetV1ResponseStatus = typeof HauteNaomiPrepareDatasetV1ResponseStatus[keyof typeof HauteNaomiPrepareDatasetV1ResponseStatus];
6075
+ declare const HauteNaomiPrepareDatasetV1ResponseStatus: {
6076
+ readonly pending: "pending";
6077
+ readonly finished: "finished";
6078
+ readonly failed: "failed";
6079
+ };
6080
+
6081
+ /**
6082
+ * Generated by orval v7.10.0 🍺
6083
+ * Do not edit manually.
6084
+ * Hautech API
6085
+ * OpenAPI spec version: 1.0
6086
+ */
6087
+ type HauteNaomiPrepareDatasetV1ResponseMetadata = {
6088
+ [key: string]: unknown;
6089
+ };
5481
6090
 
5482
6091
  /**
5483
6092
  * Generated by orval v7.10.0 🍺
@@ -5485,9 +6094,20 @@ interface GrantAccessControllerParams {
5485
6094
  * Hautech API
5486
6095
  * OpenAPI spec version: 1.0
5487
6096
  */
5488
- interface GroupEntity {
6097
+
6098
+ interface HauteNaomiPrepareDatasetV1Response {
6099
+ kind: HauteNaomiPrepareDatasetV1ResponseKind;
6100
+ output: NaomiPrepareDatasetOutputDto;
6101
+ input: HauteNaomiPrepareDatasetV1ResponseInput;
6102
+ status: HauteNaomiPrepareDatasetV1ResponseStatus;
6103
+ type: string;
6104
+ price?: string;
6105
+ estimatedPrice?: string;
5489
6106
  id: string;
6107
+ creatorId: string;
6108
+ metadata: HauteNaomiPrepareDatasetV1ResponseMetadata;
5490
6109
  createdAt: string;
6110
+ updatedAt: string;
5491
6111
  }
5492
6112
 
5493
6113
  /**
@@ -5496,52 +6116,9 @@ interface GroupEntity {
5496
6116
  * Hautech API
5497
6117
  * OpenAPI spec version: 1.0
5498
6118
  */
5499
- type LindaHauteV1InputAspectRatio = typeof LindaHauteV1InputAspectRatio[keyof typeof LindaHauteV1InputAspectRatio];
5500
- declare const LindaHauteV1InputAspectRatio: {
5501
- readonly '1:1': "1:1";
5502
- readonly '9:7': "9:7";
5503
- readonly '7:9': "7:9";
5504
- readonly '19:13': "19:13";
5505
- readonly '13:19': "13:19";
5506
- readonly '7:4': "7:4";
5507
- readonly '4:7': "4:7";
5508
- readonly '12:5': "12:5";
5509
- readonly '5:12': "5:12";
5510
- };
5511
-
5512
- /**
5513
- * Generated by orval v7.10.0 🍺
5514
- * Do not edit manually.
5515
- * Hautech API
5516
- * OpenAPI spec version: 1.0
5517
- */
5518
-
5519
- interface LindaHauteV1Input {
5520
- aspectRatio: LindaHauteV1InputAspectRatio;
5521
- productImageId: string;
5522
- prompt: string;
5523
- seed: number;
5524
- /**
5525
- * @minimum 0
5526
- * @maximum 1
5527
- */
5528
- imageWeight?: number;
5529
- negativePrompt?: string;
5530
- /**
5531
- * @minimum 1
5532
- * @maximum 100
5533
- */
5534
- inferenceSteps?: number;
5535
- /**
5536
- * @minimum 0
5537
- * @maximum 10
5538
- */
5539
- guidanceScale?: number;
5540
- /**
5541
- * @minimum 0
5542
- * @maximum 1
5543
- */
5544
- strength?: number;
6119
+ interface NaomiHauteTrainInputDto {
6120
+ datasetFileId: string;
6121
+ epochs?: number;
5545
6122
  }
5546
6123
 
5547
6124
  /**
@@ -5550,7 +6127,7 @@ interface LindaHauteV1Input {
5550
6127
  * Hautech API
5551
6128
  * OpenAPI spec version: 1.0
5552
6129
  */
5553
- type HauteLindaV1RequestMetadata = {
6130
+ type HauteNaomiTrainV1RequestMetadata = {
5554
6131
  [key: string]: unknown;
5555
6132
  };
5556
6133
 
@@ -5561,9 +6138,9 @@ type HauteLindaV1RequestMetadata = {
5561
6138
  * OpenAPI spec version: 1.0
5562
6139
  */
5563
6140
 
5564
- interface HauteLindaV1Request {
5565
- input: LindaHauteV1Input;
5566
- metadata?: HauteLindaV1RequestMetadata;
6141
+ interface HauteNaomiTrainV1Request {
6142
+ input: NaomiHauteTrainInputDto;
6143
+ metadata?: HauteNaomiTrainV1RequestMetadata;
5567
6144
  }
5568
6145
 
5569
6146
  /**
@@ -5572,8 +6149,8 @@ interface HauteLindaV1Request {
5572
6149
  * Hautech API
5573
6150
  * OpenAPI spec version: 1.0
5574
6151
  */
5575
- type HauteLindaV1ResponseKind = typeof HauteLindaV1ResponseKind[keyof typeof HauteLindaV1ResponseKind];
5576
- declare const HauteLindaV1ResponseKind: {
6152
+ type HauteNaomiTrainV1ResponseKind = typeof HauteNaomiTrainV1ResponseKind[keyof typeof HauteNaomiTrainV1ResponseKind];
6153
+ declare const HauteNaomiTrainV1ResponseKind: {
5577
6154
  readonly operation: "operation";
5578
6155
  };
5579
6156
 
@@ -5583,9 +6160,9 @@ declare const HauteLindaV1ResponseKind: {
5583
6160
  * Hautech API
5584
6161
  * OpenAPI spec version: 1.0
5585
6162
  */
5586
- type OperationOutputImageMultipleKind = typeof OperationOutputImageMultipleKind[keyof typeof OperationOutputImageMultipleKind];
5587
- declare const OperationOutputImageMultipleKind: {
5588
- readonly 'image/multiple': "image/multiple";
6163
+ type NaomiHauteTrainOutputDtoKind = typeof NaomiHauteTrainOutputDtoKind[keyof typeof NaomiHauteTrainOutputDtoKind];
6164
+ declare const NaomiHauteTrainOutputDtoKind: {
6165
+ readonly json: "json";
5589
6166
  };
5590
6167
 
5591
6168
  /**
@@ -5594,10 +6171,20 @@ declare const OperationOutputImageMultipleKind: {
5594
6171
  * Hautech API
5595
6172
  * OpenAPI spec version: 1.0
5596
6173
  */
6174
+ interface NaomiHauteTrainResultDto {
6175
+ loraId: string;
6176
+ }
5597
6177
 
5598
- interface OperationOutputImageMultiple {
5599
- kind: OperationOutputImageMultipleKind;
5600
- imageIds: string[];
6178
+ /**
6179
+ * Generated by orval v7.10.0 🍺
6180
+ * Do not edit manually.
6181
+ * Hautech API
6182
+ * OpenAPI spec version: 1.0
6183
+ */
6184
+
6185
+ interface NaomiHauteTrainOutputDto {
6186
+ kind: NaomiHauteTrainOutputDtoKind;
6187
+ data: NaomiHauteTrainResultDto;
5601
6188
  }
5602
6189
 
5603
6190
  /**
@@ -5606,7 +6193,7 @@ interface OperationOutputImageMultiple {
5606
6193
  * Hautech API
5607
6194
  * OpenAPI spec version: 1.0
5608
6195
  */
5609
- type HauteLindaV1ResponseInput = {
6196
+ type HauteNaomiTrainV1ResponseInput = {
5610
6197
  [key: string]: unknown;
5611
6198
  };
5612
6199
 
@@ -5616,8 +6203,8 @@ type HauteLindaV1ResponseInput = {
5616
6203
  * Hautech API
5617
6204
  * OpenAPI spec version: 1.0
5618
6205
  */
5619
- type HauteLindaV1ResponseStatus = typeof HauteLindaV1ResponseStatus[keyof typeof HauteLindaV1ResponseStatus];
5620
- declare const HauteLindaV1ResponseStatus: {
6206
+ type HauteNaomiTrainV1ResponseStatus = typeof HauteNaomiTrainV1ResponseStatus[keyof typeof HauteNaomiTrainV1ResponseStatus];
6207
+ declare const HauteNaomiTrainV1ResponseStatus: {
5621
6208
  readonly pending: "pending";
5622
6209
  readonly finished: "finished";
5623
6210
  readonly failed: "failed";
@@ -5629,7 +6216,7 @@ declare const HauteLindaV1ResponseStatus: {
5629
6216
  * Hautech API
5630
6217
  * OpenAPI spec version: 1.0
5631
6218
  */
5632
- type HauteLindaV1ResponseMetadata = {
6219
+ type HauteNaomiTrainV1ResponseMetadata = {
5633
6220
  [key: string]: unknown;
5634
6221
  };
5635
6222
 
@@ -5640,17 +6227,17 @@ type HauteLindaV1ResponseMetadata = {
5640
6227
  * OpenAPI spec version: 1.0
5641
6228
  */
5642
6229
 
5643
- interface HauteLindaV1Response {
5644
- kind: HauteLindaV1ResponseKind;
5645
- output: OperationOutputImageMultiple;
5646
- input: HauteLindaV1ResponseInput;
5647
- status: HauteLindaV1ResponseStatus;
6230
+ interface HauteNaomiTrainV1Response {
6231
+ kind: HauteNaomiTrainV1ResponseKind;
6232
+ output: NaomiHauteTrainOutputDto;
6233
+ input: HauteNaomiTrainV1ResponseInput;
6234
+ status: HauteNaomiTrainV1ResponseStatus;
5648
6235
  type: string;
5649
6236
  price?: string;
5650
6237
  estimatedPrice?: string;
5651
6238
  id: string;
5652
6239
  creatorId: string;
5653
- metadata: HauteLindaV1ResponseMetadata;
6240
+ metadata: HauteNaomiTrainV1ResponseMetadata;
5654
6241
  createdAt: string;
5655
6242
  updatedAt: string;
5656
6243
  }
@@ -5704,7 +6291,7 @@ interface NaomiHauteV1Input {
5704
6291
  */
5705
6292
  numInferenceSteps?: number;
5706
6293
  mode?: NaomiHauteV1InputMode;
5707
- extraLoraUrls?: string[];
6294
+ extraLoraIds?: string[];
5708
6295
  }
5709
6296
 
5710
6297
  /**
@@ -5914,6 +6501,7 @@ declare const ImageEntityKind: {
5914
6501
  readonly storage: "storage";
5915
6502
  readonly pipeline: "pipeline";
5916
6503
  readonly workflow: "workflow";
6504
+ readonly dataset: "dataset";
5917
6505
  };
5918
6506
 
5919
6507
  /**
@@ -6612,6 +7200,7 @@ declare const ResourceEntityKind: {
6612
7200
  readonly storage: "storage";
6613
7201
  readonly pipeline: "pipeline";
6614
7202
  readonly workflow: "workflow";
7203
+ readonly dataset: "dataset";
6615
7204
  };
6616
7205
 
6617
7206
  /**
@@ -6683,6 +7272,7 @@ declare const ListCollectionItemsParamsDtoKind: {
6683
7272
  readonly storage: "storage";
6684
7273
  readonly pipeline: "pipeline";
6685
7274
  readonly workflow: "workflow";
7275
+ readonly dataset: "dataset";
6686
7276
  };
6687
7277
 
6688
7278
  /**
@@ -7022,6 +7612,7 @@ declare const VideoEntityKind: {
7022
7612
  readonly storage: "storage";
7023
7613
  readonly pipeline: "pipeline";
7024
7614
  readonly workflow: "workflow";
7615
+ readonly dataset: "dataset";
7025
7616
  };
7026
7617
 
7027
7618
  /**
@@ -7191,215 +7782,6 @@ interface ListWorkflowsDto {
7191
7782
  pageInfo: PageInfoDto;
7192
7783
  }
7193
7784
 
7194
- /**
7195
- * Generated by orval v7.10.0 🍺
7196
- * Do not edit manually.
7197
- * Hautech API
7198
- * OpenAPI spec version: 1.0
7199
- */
7200
- type LoraDtoInput = {
7201
- [key: string]: unknown;
7202
- };
7203
-
7204
- /**
7205
- * Generated by orval v7.10.0 🍺
7206
- * Do not edit manually.
7207
- * Hautech API
7208
- * OpenAPI spec version: 1.0
7209
- */
7210
- type LoraDtoOutput = {
7211
- [key: string]: unknown;
7212
- };
7213
-
7214
- /**
7215
- * Generated by orval v7.10.0 🍺
7216
- * Do not edit manually.
7217
- * Hautech API
7218
- * OpenAPI spec version: 1.0
7219
- */
7220
- type LoraDtoStatus = typeof LoraDtoStatus[keyof typeof LoraDtoStatus];
7221
- declare const LoraDtoStatus: {
7222
- readonly starting: "starting";
7223
- readonly processing: "processing";
7224
- readonly succeeded: "succeeded";
7225
- readonly failed: "failed";
7226
- readonly canceled: "canceled";
7227
- };
7228
-
7229
- /**
7230
- * Generated by orval v7.10.0 🍺
7231
- * Do not edit manually.
7232
- * Hautech API
7233
- * OpenAPI spec version: 1.0
7234
- */
7235
-
7236
- interface LoraDto {
7237
- modelName: string;
7238
- modelOwner: string;
7239
- modelVersion: string;
7240
- trainingId: string;
7241
- connectedOperationId: string;
7242
- weightsUrl?: string;
7243
- destination: string;
7244
- input: LoraDtoInput;
7245
- error?: string;
7246
- output?: LoraDtoOutput;
7247
- status: LoraDtoStatus;
7248
- creatorId: string;
7249
- createdAt: string;
7250
- updatedAt: string;
7251
- completedAt?: string;
7252
- }
7253
-
7254
- /**
7255
- * Generated by orval v7.10.0 🍺
7256
- * Do not edit manually.
7257
- * Hautech API
7258
- * OpenAPI spec version: 1.0
7259
- */
7260
- type LoraTrainingOutputKind = typeof LoraTrainingOutputKind[keyof typeof LoraTrainingOutputKind];
7261
- declare const LoraTrainingOutputKind: {
7262
- readonly json: "json";
7263
- };
7264
-
7265
- /**
7266
- * Generated by orval v7.10.0 🍺
7267
- * Do not edit manually.
7268
- * Hautech API
7269
- * OpenAPI spec version: 1.0
7270
- */
7271
-
7272
- interface LoraTrainingOutput {
7273
- kind: LoraTrainingOutputKind;
7274
- data: LoraDto;
7275
- }
7276
-
7277
- /**
7278
- * Generated by orval v7.10.0 🍺
7279
- * Do not edit manually.
7280
- * Hautech API
7281
- * OpenAPI spec version: 1.0
7282
- */
7283
- type StartTrainingParamsDtoModelType = typeof StartTrainingParamsDtoModelType[keyof typeof StartTrainingParamsDtoModelType];
7284
- declare const StartTrainingParamsDtoModelType: {
7285
- readonly flux: "flux";
7286
- readonly naomi: "naomi";
7287
- readonly custom: "custom";
7288
- };
7289
-
7290
- /**
7291
- * Generated by orval v7.10.0 🍺
7292
- * Do not edit manually.
7293
- * Hautech API
7294
- * OpenAPI spec version: 1.0
7295
- */
7296
- type StartTrainingParamsDtoInput = {
7297
- [key: string]: unknown;
7298
- };
7299
-
7300
- /**
7301
- * Generated by orval v7.10.0 🍺
7302
- * Do not edit manually.
7303
- * Hautech API
7304
- * OpenAPI spec version: 1.0
7305
- */
7306
-
7307
- interface StartTrainingParamsDto {
7308
- modelType: StartTrainingParamsDtoModelType;
7309
- modelName?: string;
7310
- modelOwner?: string;
7311
- modelVersion?: string;
7312
- input: StartTrainingParamsDtoInput;
7313
- }
7314
-
7315
- /**
7316
- * Generated by orval v7.10.0 🍺
7317
- * Do not edit manually.
7318
- * Hautech API
7319
- * OpenAPI spec version: 1.0
7320
- */
7321
- type LoraTrainingRequestMetadata = {
7322
- [key: string]: unknown;
7323
- };
7324
-
7325
- /**
7326
- * Generated by orval v7.10.0 🍺
7327
- * Do not edit manually.
7328
- * Hautech API
7329
- * OpenAPI spec version: 1.0
7330
- */
7331
-
7332
- interface LoraTrainingRequest {
7333
- input: StartTrainingParamsDto;
7334
- metadata?: LoraTrainingRequestMetadata;
7335
- }
7336
-
7337
- /**
7338
- * Generated by orval v7.10.0 🍺
7339
- * Do not edit manually.
7340
- * Hautech API
7341
- * OpenAPI spec version: 1.0
7342
- */
7343
- type LoraTrainingResponseKind = typeof LoraTrainingResponseKind[keyof typeof LoraTrainingResponseKind];
7344
- declare const LoraTrainingResponseKind: {
7345
- readonly operation: "operation";
7346
- };
7347
-
7348
- /**
7349
- * Generated by orval v7.10.0 🍺
7350
- * Do not edit manually.
7351
- * Hautech API
7352
- * OpenAPI spec version: 1.0
7353
- */
7354
- type LoraTrainingResponseInput = {
7355
- [key: string]: unknown;
7356
- };
7357
-
7358
- /**
7359
- * Generated by orval v7.10.0 🍺
7360
- * Do not edit manually.
7361
- * Hautech API
7362
- * OpenAPI spec version: 1.0
7363
- */
7364
- type LoraTrainingResponseStatus = typeof LoraTrainingResponseStatus[keyof typeof LoraTrainingResponseStatus];
7365
- declare const LoraTrainingResponseStatus: {
7366
- readonly pending: "pending";
7367
- readonly finished: "finished";
7368
- readonly failed: "failed";
7369
- };
7370
-
7371
- /**
7372
- * Generated by orval v7.10.0 🍺
7373
- * Do not edit manually.
7374
- * Hautech API
7375
- * OpenAPI spec version: 1.0
7376
- */
7377
- type LoraTrainingResponseMetadata = {
7378
- [key: string]: unknown;
7379
- };
7380
-
7381
- /**
7382
- * Generated by orval v7.10.0 🍺
7383
- * Do not edit manually.
7384
- * Hautech API
7385
- * OpenAPI spec version: 1.0
7386
- */
7387
-
7388
- interface LoraTrainingResponse {
7389
- kind: LoraTrainingResponseKind;
7390
- output: LoraTrainingOutput;
7391
- input: LoraTrainingResponseInput;
7392
- status: LoraTrainingResponseStatus;
7393
- type: string;
7394
- price?: string;
7395
- estimatedPrice?: string;
7396
- id: string;
7397
- creatorId: string;
7398
- metadata: LoraTrainingResponseMetadata;
7399
- createdAt: string;
7400
- updatedAt: string;
7401
- }
7402
-
7403
7785
  /**
7404
7786
  * Generated by orval v7.10.0 🍺
7405
7787
  * Do not edit manually.
@@ -10799,6 +11181,8 @@ declare const apiDefinitions: {
10799
11181
  };
10800
11182
  naomi: {
10801
11183
  v1: (hauteNaomiV1Request: HauteNaomiV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<HauteNaomiV1Response, any>>;
11184
+ train: any;
11185
+ prepareDataset: any;
10802
11186
  };
10803
11187
  };
10804
11188
  ideogram: {
@@ -10906,9 +11290,6 @@ declare const apiDefinitions: {
10906
11290
  v1: (googleNanoBananaV1Request: GoogleNanoBananaV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GoogleNanoBananaV1Response, any>>;
10907
11291
  };
10908
11292
  };
10909
- lora: {
10910
- training: (loraTrainingRequest: LoraTrainingRequest, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<LoraTrainingResponse, any>>;
10911
- };
10912
11293
  };
10913
11294
  get: (id: string, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<OperationEntity | null, any>>;
10914
11295
  getMany: (getOperationsParamsDto: GetOperationsParamsDto, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<OperationEntity[], any>>;
@@ -11048,6 +11429,12 @@ declare const pipelineDefinitions: {
11048
11429
  };
11049
11430
  naomi: {
11050
11431
  v1: (hauteNaomiV1Request: HauteNaomiV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<HauteNaomiV1Response, any>>;
11432
+ train: {
11433
+ v1: (hauteNaomiTrainV1Request: HauteNaomiTrainV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<HauteNaomiTrainV1Response, any>>;
11434
+ };
11435
+ prepare_dataset: {
11436
+ v1: (hauteNaomiPrepareDatasetV1Request: HauteNaomiPrepareDatasetV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<HauteNaomiPrepareDatasetV1Response, any>>;
11437
+ };
11051
11438
  };
11052
11439
  };
11053
11440
  inpaint: {
@@ -11182,8 +11569,15 @@ declare const pipelineDefinitions: {
11182
11569
  v1: (googleNanoBananaV1Request: GoogleNanoBananaV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GoogleNanoBananaV1Response, any>>;
11183
11570
  };
11184
11571
  };
11185
- lora: {
11186
- training: (loraTrainingRequest: LoraTrainingRequest, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<LoraTrainingResponse, any>>;
11572
+ fashn: {
11573
+ vton_1_6: {
11574
+ v1: (fashnVton16V1Request: FashnVton16V1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<FashnVton16V1Response, any>>;
11575
+ };
11576
+ };
11577
+ alphabake: {
11578
+ vton: {
11579
+ v1: (alphabakeVtonV1Request: AlphabakeVtonV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<AlphabakeVtonV1Response, any>>;
11580
+ };
11187
11581
  };
11188
11582
  };
11189
11583
  };
@@ -11356,4 +11750,4 @@ declare const createTokenSigner: (options: {
11356
11750
  }) => Promise<string>;
11357
11751
  };
11358
11752
 
11359
- export { 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 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 Decimal, type DeepWrap, type DeleteParamsDto, type DeleteStorageParamsDto, type DetachAccessControllerParamsDto, 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 Flux11ProUltraV1Input, 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, 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 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 ImageEntity, ImageEntityKind, type ImageEntityMetadata, type ImageRepresentationResponseDto, type ImageUrlResponseDto, 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 KateImagineV1Input, KateImagineV1InputAspectRatio, type KateInpaintV1Input, KateInpaintV1InputBranch, 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 ListOperationsDto, type ListOperationsParamsDto, ListOperationsParamsDtoOrderBy, type ListPipelinesDto, type ListPosesDto, type ListPosesParamsDto, ListPosesParamsDtoOrderBy, type ListStacksDto, type ListStacksParamsDto, ListStacksParamsDtoOrderBy, type ListWorkflowsDto, type LoraDto, type LoraDtoInput, type LoraDtoOutput, LoraDtoStatus, type LoraTrainingOutput, LoraTrainingOutputKind, type LoraTrainingRequest, type LoraTrainingRequestMetadata, type LoraTrainingResponse, type LoraTrainingResponseInput, LoraTrainingResponseKind, type LoraTrainingResponseMetadata, LoraTrainingResponseStatus, 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 NaomiHauteV1Input, NaomiHauteV1InputMode, 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 RevokeAccessControllerParamsDto, RevokeAccessControllerParamsDtoAccess, RevokeAccessControllerParamsDtoPrincipalType, type RunWorkflowParamsDto, type RunWorkflowParamsDtoInput, type RunWorkflowParamsDtoMetadata, type RunWorkflowResponseDto, type SDK, type SDKOptions, type SeedV1Input, 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 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 StackEntity, type StackEntityItemsItem, StackEntityKind, type StackEntityMetadata, StacksControllerListStacksV1OrderBy, type StacksControllerListStacksV1Params, type StartTrainingParamsDto, type StartTrainingParamsDtoInput, StartTrainingParamsDtoModelType, 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 Veo3FastV1Request, type Veo3FastV1RequestMetadata, type Veo3FastV1Response, type Veo3FastV1ResponseInput, Veo3FastV1ResponseKind, type Veo3FastV1ResponseMetadata, Veo3FastV1ResponseStatus, type Veo3V1Input, Veo3V1InputResolution, type Veo3V1Request, type Veo3V1RequestMetadata, type Veo3V1Response, type Veo3V1ResponseInput, Veo3V1ResponseKind, type Veo3V1ResponseMetadata, Veo3V1ResponseStatus, 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, WorkflowsControllerListWorkflowsV1OrderBy, type WorkflowsControllerListWorkflowsV1Params, type WsEventEntity, type WsEventMap, createSDK, createTokenSigner };
11753
+ export { 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 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 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, 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 ImageEntity, ImageEntityKind, type ImageEntityMetadata, type ImageRepresentationResponseDto, type ImageUrlResponseDto, 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 KateImagineV1Input, KateImagineV1InputAspectRatio, type KateInpaintV1Input, KateInpaintV1InputBranch, 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 ListOperationsDto, type ListOperationsParamsDto, ListOperationsParamsDtoOrderBy, type ListPipelinesDto, type ListPosesDto, type ListPosesParamsDto, ListPosesParamsDtoOrderBy, type ListStacksDto, type ListStacksParamsDto, ListStacksParamsDtoOrderBy, type ListWorkflowsDto, 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 RevokeAccessControllerParamsDto, RevokeAccessControllerParamsDtoAccess, RevokeAccessControllerParamsDtoPrincipalType, type RunWorkflowParamsDto, type RunWorkflowParamsDtoInput, type RunWorkflowParamsDtoMetadata, type RunWorkflowResponseDto, type SDK, type SDKOptions, type SeedV1Input, 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 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 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 Veo3FastV1Request, type Veo3FastV1RequestMetadata, type Veo3FastV1Response, type Veo3FastV1ResponseInput, Veo3FastV1ResponseKind, type Veo3FastV1ResponseMetadata, Veo3FastV1ResponseStatus, type Veo3V1Input, Veo3V1InputResolution, type Veo3V1Request, type Veo3V1RequestMetadata, type Veo3V1Response, type Veo3V1ResponseInput, Veo3V1ResponseKind, type Veo3V1ResponseMetadata, Veo3V1ResponseStatus, 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, WorkflowsControllerListWorkflowsV1OrderBy, type WorkflowsControllerListWorkflowsV1Params, type WsEventEntity, type WsEventMap, createSDK, createTokenSigner };