@hautechai/sdk 2.2.3 → 2.2.4

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
@@ -1717,6 +1717,103 @@ interface EditFluxKontextDevV1Response {
1717
1717
  updatedAt: string;
1718
1718
  }
1719
1719
 
1720
+ /**
1721
+ * Generated by orval v7.10.0 🍺
1722
+ * Do not edit manually.
1723
+ * Hautech API
1724
+ * OpenAPI spec version: 1.0
1725
+ */
1726
+ interface Flux11ProUltraV1Input {
1727
+ [key: string]: unknown;
1728
+ }
1729
+
1730
+ /**
1731
+ * Generated by orval v7.10.0 🍺
1732
+ * Do not edit manually.
1733
+ * Hautech API
1734
+ * OpenAPI spec version: 1.0
1735
+ */
1736
+ type Flux11ProUltraV1RequestMetadata = {
1737
+ [key: string]: unknown;
1738
+ };
1739
+
1740
+ /**
1741
+ * Generated by orval v7.10.0 🍺
1742
+ * Do not edit manually.
1743
+ * Hautech API
1744
+ * OpenAPI spec version: 1.0
1745
+ */
1746
+
1747
+ interface Flux11ProUltraV1Request {
1748
+ input: Flux11ProUltraV1Input;
1749
+ metadata?: Flux11ProUltraV1RequestMetadata;
1750
+ }
1751
+
1752
+ /**
1753
+ * Generated by orval v7.10.0 🍺
1754
+ * Do not edit manually.
1755
+ * Hautech API
1756
+ * OpenAPI spec version: 1.0
1757
+ */
1758
+ type Flux11ProUltraV1ResponseKind = typeof Flux11ProUltraV1ResponseKind[keyof typeof Flux11ProUltraV1ResponseKind];
1759
+ declare const Flux11ProUltraV1ResponseKind: {
1760
+ readonly operation: "operation";
1761
+ };
1762
+
1763
+ /**
1764
+ * Generated by orval v7.10.0 🍺
1765
+ * Do not edit manually.
1766
+ * Hautech API
1767
+ * OpenAPI spec version: 1.0
1768
+ */
1769
+ type Flux11ProUltraV1ResponseInput = {
1770
+ [key: string]: unknown;
1771
+ };
1772
+
1773
+ /**
1774
+ * Generated by orval v7.10.0 🍺
1775
+ * Do not edit manually.
1776
+ * Hautech API
1777
+ * OpenAPI spec version: 1.0
1778
+ */
1779
+ type Flux11ProUltraV1ResponseStatus = typeof Flux11ProUltraV1ResponseStatus[keyof typeof Flux11ProUltraV1ResponseStatus];
1780
+ declare const Flux11ProUltraV1ResponseStatus: {
1781
+ readonly pending: "pending";
1782
+ readonly finished: "finished";
1783
+ readonly failed: "failed";
1784
+ };
1785
+
1786
+ /**
1787
+ * Generated by orval v7.10.0 🍺
1788
+ * Do not edit manually.
1789
+ * Hautech API
1790
+ * OpenAPI spec version: 1.0
1791
+ */
1792
+ type Flux11ProUltraV1ResponseMetadata = {
1793
+ [key: string]: unknown;
1794
+ };
1795
+
1796
+ /**
1797
+ * Generated by orval v7.10.0 🍺
1798
+ * Do not edit manually.
1799
+ * Hautech API
1800
+ * OpenAPI spec version: 1.0
1801
+ */
1802
+
1803
+ interface Flux11ProUltraV1Response {
1804
+ kind: Flux11ProUltraV1ResponseKind;
1805
+ output: OperationOutputImageSingle;
1806
+ input: Flux11ProUltraV1ResponseInput;
1807
+ status: Flux11ProUltraV1ResponseStatus;
1808
+ type: string;
1809
+ price?: string;
1810
+ id: string;
1811
+ creatorId: string;
1812
+ metadata: Flux11ProUltraV1ResponseMetadata;
1813
+ createdAt: string;
1814
+ updatedAt: string;
1815
+ }
1816
+
1720
1817
  /**
1721
1818
  * Generated by orval v7.10.0 🍺
1722
1819
  * Do not edit manually.
@@ -2194,10 +2291,14 @@ interface GPTV2Input {
2194
2291
  * Hautech API
2195
2292
  * OpenAPI spec version: 1.0
2196
2293
  */
2197
- interface GetAccountParamsDto {
2198
- id?: string;
2199
- alias?: string;
2200
- }
2294
+ /**
2295
+ * The type of annotation.
2296
+ */
2297
+ type GPTV3AnnotationDtoType = typeof GPTV3AnnotationDtoType[keyof typeof GPTV3AnnotationDtoType];
2298
+ declare const GPTV3AnnotationDtoType: {
2299
+ readonly file_citation: "file_citation";
2300
+ readonly url_citation: "url_citation";
2301
+ };
2201
2302
 
2202
2303
  /**
2203
2304
  * Generated by orval v7.10.0 🍺
@@ -2205,8 +2306,22 @@ interface GetAccountParamsDto {
2205
2306
  * Hautech API
2206
2307
  * OpenAPI spec version: 1.0
2207
2308
  */
2208
- interface GetBalanceParamsDto {
2209
- accountId: string;
2309
+
2310
+ interface GPTV3AnnotationDto {
2311
+ /** The type of annotation. */
2312
+ type: GPTV3AnnotationDtoType;
2313
+ /** The start index position of the annotation in the text. */
2314
+ start_index: number;
2315
+ /** The end index position of the annotation in the text. */
2316
+ end_index: number;
2317
+ /** The unique identifier for the cited file. */
2318
+ file_id?: string;
2319
+ /** The name of the cited file. */
2320
+ filename?: string;
2321
+ /** The URL of the cited source. */
2322
+ url?: string;
2323
+ /** The title of the cited source. */
2324
+ title?: string;
2210
2325
  }
2211
2326
 
2212
2327
  /**
@@ -2215,9 +2330,13 @@ interface GetBalanceParamsDto {
2215
2330
  * Hautech API
2216
2331
  * OpenAPI spec version: 1.0
2217
2332
  */
2218
- interface GetCollectionParamsDto {
2219
- collectionId: string;
2220
- }
2333
+ /**
2334
+ * The type of text input.
2335
+ */
2336
+ type GPTV3TextInputDtoType = typeof GPTV3TextInputDtoType[keyof typeof GPTV3TextInputDtoType];
2337
+ declare const GPTV3TextInputDtoType: {
2338
+ readonly input_text: "input_text";
2339
+ };
2221
2340
 
2222
2341
  /**
2223
2342
  * Generated by orval v7.10.0 🍺
@@ -2225,8 +2344,12 @@ interface GetCollectionParamsDto {
2225
2344
  * Hautech API
2226
2345
  * OpenAPI spec version: 1.0
2227
2346
  */
2228
- interface GetGroupParamsDto {
2229
- id: string;
2347
+
2348
+ interface GPTV3TextInputDto {
2349
+ /** The type of text input. */
2350
+ type: GPTV3TextInputDtoType;
2351
+ /** The text content. */
2352
+ text: string;
2230
2353
  }
2231
2354
 
2232
2355
  /**
@@ -2235,9 +2358,13 @@ interface GetGroupParamsDto {
2235
2358
  * Hautech API
2236
2359
  * OpenAPI spec version: 1.0
2237
2360
  */
2238
- interface GetImageParamsDto {
2239
- id: string;
2240
- }
2361
+ /**
2362
+ * The type of image input.
2363
+ */
2364
+ type GPTV3ImageInputDtoType = typeof GPTV3ImageInputDtoType[keyof typeof GPTV3ImageInputDtoType];
2365
+ declare const GPTV3ImageInputDtoType: {
2366
+ readonly input_image: "input_image";
2367
+ };
2241
2368
 
2242
2369
  /**
2243
2370
  * Generated by orval v7.10.0 🍺
@@ -2245,9 +2372,14 @@ interface GetImageParamsDto {
2245
2372
  * Hautech API
2246
2373
  * OpenAPI spec version: 1.0
2247
2374
  */
2248
- type GetImageRepresentationParamsDtoType = typeof GetImageRepresentationParamsDtoType[keyof typeof GetImageRepresentationParamsDtoType];
2249
- declare const GetImageRepresentationParamsDtoType: {
2250
- readonly samv1: "sam.v1";
2375
+ /**
2376
+ * The level of detail to use when processing the image.
2377
+ */
2378
+ type GPTV3ImageInputDtoDetail = typeof GPTV3ImageInputDtoDetail[keyof typeof GPTV3ImageInputDtoDetail];
2379
+ declare const GPTV3ImageInputDtoDetail: {
2380
+ readonly low: "low";
2381
+ readonly high: "high";
2382
+ readonly auto: "auto";
2251
2383
  };
2252
2384
 
2253
2385
  /**
@@ -2257,9 +2389,13 @@ declare const GetImageRepresentationParamsDtoType: {
2257
2389
  * OpenAPI spec version: 1.0
2258
2390
  */
2259
2391
 
2260
- interface GetImageRepresentationParamsDto {
2392
+ interface GPTV3ImageInputDto {
2393
+ /** The type of image input. */
2394
+ type: GPTV3ImageInputDtoType;
2395
+ /** The ID of the image to analyze. */
2261
2396
  imageId: string;
2262
- type: GetImageRepresentationParamsDtoType;
2397
+ /** The level of detail to use when processing the image. */
2398
+ detail?: GPTV3ImageInputDtoDetail;
2263
2399
  }
2264
2400
 
2265
2401
  /**
@@ -2268,9 +2404,8 @@ interface GetImageRepresentationParamsDto {
2268
2404
  * Hautech API
2269
2405
  * OpenAPI spec version: 1.0
2270
2406
  */
2271
- interface GetOperationParamsDto {
2272
- id: string;
2273
- }
2407
+
2408
+ type GPTV3AssistantMessageDtoContentOneOfItem = GPTV3TextInputDto | GPTV3ImageInputDto;
2274
2409
 
2275
2410
  /**
2276
2411
  * Generated by orval v7.10.0 🍺
@@ -2278,9 +2413,11 @@ interface GetOperationParamsDto {
2278
2413
  * Hautech API
2279
2414
  * OpenAPI spec version: 1.0
2280
2415
  */
2281
- interface GetOperationsParamsDto {
2282
- ids: string[];
2283
- }
2416
+
2417
+ /**
2418
+ * The content of the assistant message. Can be a string or an array of text and image inputs.
2419
+ */
2420
+ type GPTV3AssistantMessageDtoContent = string | GPTV3AssistantMessageDtoContentOneOfItem[];
2284
2421
 
2285
2422
  /**
2286
2423
  * Generated by orval v7.10.0 🍺
@@ -2288,9 +2425,13 @@ interface GetOperationsParamsDto {
2288
2425
  * Hautech API
2289
2426
  * OpenAPI spec version: 1.0
2290
2427
  */
2291
- interface GetPoseParamsDto {
2292
- id: string;
2293
- }
2428
+ /**
2429
+ * The role of the message sender.
2430
+ */
2431
+ type GPTV3AssistantMessageDtoRole = typeof GPTV3AssistantMessageDtoRole[keyof typeof GPTV3AssistantMessageDtoRole];
2432
+ declare const GPTV3AssistantMessageDtoRole: {
2433
+ readonly assistant: "assistant";
2434
+ };
2294
2435
 
2295
2436
  /**
2296
2437
  * Generated by orval v7.10.0 🍺
@@ -2298,9 +2439,13 @@ interface GetPoseParamsDto {
2298
2439
  * Hautech API
2299
2440
  * OpenAPI spec version: 1.0
2300
2441
  */
2301
- interface GetStackParamsDto {
2302
- id: string;
2303
- }
2442
+ /**
2443
+ * The type of the message input. Always message.
2444
+ */
2445
+ type GPTV3AssistantMessageDtoType = typeof GPTV3AssistantMessageDtoType[keyof typeof GPTV3AssistantMessageDtoType];
2446
+ declare const GPTV3AssistantMessageDtoType: {
2447
+ readonly message: "message";
2448
+ };
2304
2449
 
2305
2450
  /**
2306
2451
  * Generated by orval v7.10.0 🍺
@@ -2308,9 +2453,14 @@ interface GetStackParamsDto {
2308
2453
  * Hautech API
2309
2454
  * OpenAPI spec version: 1.0
2310
2455
  */
2311
- interface GetStorageRecordParamsDto {
2312
- /** @minItems 1 */
2313
- keys: string[];
2456
+
2457
+ interface GPTV3AssistantMessageDto {
2458
+ /** The content of the assistant message. Can be a string or an array of text and image inputs. */
2459
+ content: GPTV3AssistantMessageDtoContent;
2460
+ /** The role of the message sender. */
2461
+ role: GPTV3AssistantMessageDtoRole;
2462
+ /** The type of the message input. Always message. */
2463
+ type: GPTV3AssistantMessageDtoType;
2314
2464
  }
2315
2465
 
2316
2466
  /**
@@ -2319,9 +2469,13 @@ interface GetStorageRecordParamsDto {
2319
2469
  * Hautech API
2320
2470
  * OpenAPI spec version: 1.0
2321
2471
  */
2322
- interface GetUrlsForImagesParamsDto {
2323
- ids: string[];
2324
- }
2472
+ /**
2473
+ * The type of content.
2474
+ */
2475
+ type GPTV3ContentWithAnnotationsDtoType = typeof GPTV3ContentWithAnnotationsDtoType[keyof typeof GPTV3ContentWithAnnotationsDtoType];
2476
+ declare const GPTV3ContentWithAnnotationsDtoType: {
2477
+ readonly output_text: "output_text";
2478
+ };
2325
2479
 
2326
2480
  /**
2327
2481
  * Generated by orval v7.10.0 🍺
@@ -2329,8 +2483,14 @@ interface GetUrlsForImagesParamsDto {
2329
2483
  * Hautech API
2330
2484
  * OpenAPI spec version: 1.0
2331
2485
  */
2332
- interface GetVideoParamsDto {
2333
- id: string;
2486
+
2487
+ interface GPTV3ContentWithAnnotationsDto {
2488
+ /** The type of content. */
2489
+ type: GPTV3ContentWithAnnotationsDtoType;
2490
+ /** The text content. */
2491
+ text: string;
2492
+ /** Annotations for the content. */
2493
+ annotations?: GPTV3AnnotationDto[];
2334
2494
  }
2335
2495
 
2336
2496
  /**
@@ -2339,9 +2499,8 @@ interface GetVideoParamsDto {
2339
2499
  * Hautech API
2340
2500
  * OpenAPI spec version: 1.0
2341
2501
  */
2342
- interface GetVideosParamsDto {
2343
- ids: string[];
2344
- }
2502
+
2503
+ type GPTV3DeveloperMessageDtoContentOneOfItem = GPTV3TextInputDto | GPTV3ImageInputDto;
2345
2504
 
2346
2505
  /**
2347
2506
  * Generated by orval v7.10.0 🍺
@@ -2349,11 +2508,24 @@ interface GetVideosParamsDto {
2349
2508
  * Hautech API
2350
2509
  * OpenAPI spec version: 1.0
2351
2510
  */
2352
- type GiseleVtonV1InputCategory = typeof GiseleVtonV1InputCategory[keyof typeof GiseleVtonV1InputCategory];
2353
- declare const GiseleVtonV1InputCategory: {
2354
- readonly dresses: "dresses";
2355
- readonly lower_body: "lower_body";
2356
- readonly upper_body: "upper_body";
2511
+
2512
+ /**
2513
+ * The content of the developer message. Can be a string or an array of text and image inputs.
2514
+ */
2515
+ type GPTV3DeveloperMessageDtoContent = string | GPTV3DeveloperMessageDtoContentOneOfItem[];
2516
+
2517
+ /**
2518
+ * Generated by orval v7.10.0 🍺
2519
+ * Do not edit manually.
2520
+ * Hautech API
2521
+ * OpenAPI spec version: 1.0
2522
+ */
2523
+ /**
2524
+ * The role of the message sender.
2525
+ */
2526
+ type GPTV3DeveloperMessageDtoRole = typeof GPTV3DeveloperMessageDtoRole[keyof typeof GPTV3DeveloperMessageDtoRole];
2527
+ declare const GPTV3DeveloperMessageDtoRole: {
2528
+ readonly developer: "developer";
2357
2529
  };
2358
2530
 
2359
2531
  /**
@@ -2362,13 +2534,28 @@ declare const GiseleVtonV1InputCategory: {
2362
2534
  * Hautech API
2363
2535
  * OpenAPI spec version: 1.0
2364
2536
  */
2537
+ /**
2538
+ * The type of the message input. Always message.
2539
+ */
2540
+ type GPTV3DeveloperMessageDtoType = typeof GPTV3DeveloperMessageDtoType[keyof typeof GPTV3DeveloperMessageDtoType];
2541
+ declare const GPTV3DeveloperMessageDtoType: {
2542
+ readonly message: "message";
2543
+ };
2365
2544
 
2366
- interface GiseleVtonV1Input {
2367
- category: GiseleVtonV1InputCategory;
2368
- imageId: string;
2369
- productDescription: string;
2370
- productImageId: string;
2371
- seed: number;
2545
+ /**
2546
+ * Generated by orval v7.10.0 🍺
2547
+ * Do not edit manually.
2548
+ * Hautech API
2549
+ * OpenAPI spec version: 1.0
2550
+ */
2551
+
2552
+ interface GPTV3DeveloperMessageDto {
2553
+ /** The content of the developer message. Can be a string or an array of text and image inputs. */
2554
+ content: GPTV3DeveloperMessageDtoContent;
2555
+ /** The role of the message sender. */
2556
+ role: GPTV3DeveloperMessageDtoRole;
2557
+ /** The type of the message input. Always message. */
2558
+ type: GPTV3DeveloperMessageDtoType;
2372
2559
  }
2373
2560
 
2374
2561
  /**
@@ -2377,9 +2564,13 @@ interface GiseleVtonV1Input {
2377
2564
  * Hautech API
2378
2565
  * OpenAPI spec version: 1.0
2379
2566
  */
2380
- type GptV1RequestMetadata = {
2567
+ /**
2568
+ * A filter to apply to the search.
2569
+ * @nullable
2570
+ */
2571
+ type GPTV3FileSearchCallDetailsDtoFilters = {
2381
2572
  [key: string]: unknown;
2382
- };
2573
+ } | null;
2383
2574
 
2384
2575
  /**
2385
2576
  * Generated by orval v7.10.0 🍺
@@ -2387,10 +2578,38 @@ type GptV1RequestMetadata = {
2387
2578
  * Hautech API
2388
2579
  * OpenAPI spec version: 1.0
2389
2580
  */
2581
+ /**
2582
+ * Ranking options for the search.
2583
+ * @nullable
2584
+ */
2585
+ type GPTV3FileSearchCallDetailsDtoRanking = {
2586
+ [key: string]: unknown;
2587
+ } | null;
2390
2588
 
2391
- interface GptV1Request {
2392
- input: GPTV1Input;
2393
- metadata?: GptV1RequestMetadata;
2589
+ /**
2590
+ * Generated by orval v7.10.0 🍺
2591
+ * Do not edit manually.
2592
+ * Hautech API
2593
+ * OpenAPI spec version: 1.0
2594
+ */
2595
+
2596
+ interface GPTV3FileSearchCallDetailsDto {
2597
+ /** The IDs of the vector stores to search. */
2598
+ vector_store_ids: string[];
2599
+ /** The search query used for the file search. */
2600
+ query?: string;
2601
+ /**
2602
+ * A filter to apply to the search.
2603
+ * @nullable
2604
+ */
2605
+ filters?: GPTV3FileSearchCallDetailsDtoFilters;
2606
+ /** The maximum number of results to return. */
2607
+ max_num_results?: number;
2608
+ /**
2609
+ * Ranking options for the search.
2610
+ * @nullable
2611
+ */
2612
+ ranking?: GPTV3FileSearchCallDetailsDtoRanking;
2394
2613
  }
2395
2614
 
2396
2615
  /**
@@ -2399,9 +2618,12 @@ interface GptV1Request {
2399
2618
  * Hautech API
2400
2619
  * OpenAPI spec version: 1.0
2401
2620
  */
2402
- type GptV1ResponseKind = typeof GptV1ResponseKind[keyof typeof GptV1ResponseKind];
2403
- declare const GptV1ResponseKind: {
2404
- readonly operation: "operation";
2621
+ /**
2622
+ * The type of tool call: file_search.
2623
+ */
2624
+ type GPTV3FileSearchCallDtoType = typeof GPTV3FileSearchCallDtoType[keyof typeof GPTV3FileSearchCallDtoType];
2625
+ declare const GPTV3FileSearchCallDtoType: {
2626
+ readonly file_search: "file_search";
2405
2627
  };
2406
2628
 
2407
2629
  /**
@@ -2410,10 +2632,15 @@ declare const GptV1ResponseKind: {
2410
2632
  * Hautech API
2411
2633
  * OpenAPI spec version: 1.0
2412
2634
  */
2413
- type OperationOutputJSONKind = typeof OperationOutputJSONKind[keyof typeof OperationOutputJSONKind];
2414
- declare const OperationOutputJSONKind: {
2415
- readonly json: "json";
2416
- };
2635
+
2636
+ interface GPTV3FileSearchCallDto {
2637
+ /** The unique identifier for this tool call. */
2638
+ id: string;
2639
+ /** The type of tool call: file_search. */
2640
+ type: GPTV3FileSearchCallDtoType;
2641
+ /** The file search call details. */
2642
+ file_search: GPTV3FileSearchCallDetailsDto;
2643
+ }
2417
2644
 
2418
2645
  /**
2419
2646
  * Generated by orval v7.10.0 🍺
@@ -2421,9 +2648,18 @@ declare const OperationOutputJSONKind: {
2421
2648
  * Hautech API
2422
2649
  * OpenAPI spec version: 1.0
2423
2650
  */
2424
- type OperationOutputJSONDataOneOf = {
2425
- [key: string]: unknown;
2426
- };
2651
+ interface GPTV3FileSearchFileDto {
2652
+ /** The unique identifier for the file. */
2653
+ file_id: string;
2654
+ /** The name of the file. */
2655
+ filename: string;
2656
+ /** The size of the file in bytes. */
2657
+ size?: number;
2658
+ /** The MIME type of the file. */
2659
+ mime_type?: string;
2660
+ /** The content of the file. */
2661
+ content?: string;
2662
+ }
2427
2663
 
2428
2664
  /**
2429
2665
  * Generated by orval v7.10.0 🍺
@@ -2431,11 +2667,29 @@ type OperationOutputJSONDataOneOf = {
2431
2667
  * Hautech API
2432
2668
  * OpenAPI spec version: 1.0
2433
2669
  */
2670
+ /**
2671
+ * The type of the file search result. This is the FIRST output item when file_search tool is called.
2672
+ */
2673
+ type GPTV3FileSearchResultDtoType = typeof GPTV3FileSearchResultDtoType[keyof typeof GPTV3FileSearchResultDtoType];
2674
+ declare const GPTV3FileSearchResultDtoType: {
2675
+ readonly file_search_call: "file_search_call";
2676
+ };
2434
2677
 
2435
2678
  /**
2436
- * @nullable
2679
+ * Generated by orval v7.10.0 🍺
2680
+ * Do not edit manually.
2681
+ * Hautech API
2682
+ * OpenAPI spec version: 1.0
2437
2683
  */
2438
- type OperationOutputJSONData = OperationOutputJSONDataOneOf | boolean | number | string | null;
2684
+ /**
2685
+ * The status of the file search call.
2686
+ */
2687
+ type GPTV3FileSearchResultDtoStatus = typeof GPTV3FileSearchResultDtoStatus[keyof typeof GPTV3FileSearchResultDtoStatus];
2688
+ declare const GPTV3FileSearchResultDtoStatus: {
2689
+ readonly completed: "completed";
2690
+ readonly failed: "failed";
2691
+ readonly pending: "pending";
2692
+ };
2439
2693
 
2440
2694
  /**
2441
2695
  * Generated by orval v7.10.0 🍺
@@ -2444,10 +2698,9 @@ type OperationOutputJSONData = OperationOutputJSONDataOneOf | boolean | number |
2444
2698
  * OpenAPI spec version: 1.0
2445
2699
  */
2446
2700
 
2447
- interface OperationOutputJSON {
2448
- kind: OperationOutputJSONKind;
2449
- /** @nullable */
2450
- data: OperationOutputJSONData;
2701
+ interface GPTV3FileSearchResultsDto {
2702
+ /** The files found in the search. */
2703
+ files: GPTV3FileSearchFileDto[];
2451
2704
  }
2452
2705
 
2453
2706
  /**
@@ -2456,7 +2709,1320 @@ interface OperationOutputJSON {
2456
2709
  * Hautech API
2457
2710
  * OpenAPI spec version: 1.0
2458
2711
  */
2459
- type GptV1ResponseInput = {
2712
+
2713
+ /**
2714
+ * The search results from the file search. Can be null if no results found.
2715
+ * @nullable
2716
+ */
2717
+ type GPTV3FileSearchResultDtoSearchResults = GPTV3FileSearchResultsDto | null;
2718
+
2719
+ /**
2720
+ * Generated by orval v7.10.0 🍺
2721
+ * Do not edit manually.
2722
+ * Hautech API
2723
+ * OpenAPI spec version: 1.0
2724
+ */
2725
+
2726
+ interface GPTV3FileSearchResultDto {
2727
+ /** The type of the file search result. This is the FIRST output item when file_search tool is called. */
2728
+ type: GPTV3FileSearchResultDtoType;
2729
+ /** The unique identifier for this file search call. */
2730
+ id: string;
2731
+ /** The status of the file search call. */
2732
+ status: GPTV3FileSearchResultDtoStatus;
2733
+ /** The search queries used for the file search. */
2734
+ queries: string[];
2735
+ /**
2736
+ * The search results from the file search. Can be null if no results found.
2737
+ * @nullable
2738
+ */
2739
+ search_results?: GPTV3FileSearchResultDtoSearchResults;
2740
+ }
2741
+
2742
+ /**
2743
+ * Generated by orval v7.10.0 🍺
2744
+ * Do not edit manually.
2745
+ * Hautech API
2746
+ * OpenAPI spec version: 1.0
2747
+ */
2748
+ /**
2749
+ * The type of the tool.
2750
+ */
2751
+ type GPTV3FileSearchToolDtoType = typeof GPTV3FileSearchToolDtoType[keyof typeof GPTV3FileSearchToolDtoType];
2752
+ declare const GPTV3FileSearchToolDtoType: {
2753
+ readonly function: "function";
2754
+ readonly file_search: "file_search";
2755
+ readonly web_search_preview: "web_search_preview";
2756
+ readonly image_generation: "image_generation";
2757
+ };
2758
+
2759
+ /**
2760
+ * Generated by orval v7.10.0 🍺
2761
+ * Do not edit manually.
2762
+ * Hautech API
2763
+ * OpenAPI spec version: 1.0
2764
+ */
2765
+ /**
2766
+ * A filter to apply to the search.
2767
+ * @nullable
2768
+ */
2769
+ type GPTV3FileSearchToolDtoFilters = {
2770
+ [key: string]: unknown;
2771
+ } | null;
2772
+
2773
+ /**
2774
+ * Generated by orval v7.10.0 🍺
2775
+ * Do not edit manually.
2776
+ * Hautech API
2777
+ * OpenAPI spec version: 1.0
2778
+ */
2779
+ /**
2780
+ * Ranking options for the search.
2781
+ * @nullable
2782
+ */
2783
+ type GPTV3FileSearchToolDtoRanking = {
2784
+ [key: string]: unknown;
2785
+ } | null;
2786
+
2787
+ /**
2788
+ * Generated by orval v7.10.0 🍺
2789
+ * Do not edit manually.
2790
+ * Hautech API
2791
+ * OpenAPI spec version: 1.0
2792
+ */
2793
+
2794
+ interface GPTV3FileSearchToolDto {
2795
+ /** The type of the tool. */
2796
+ type: GPTV3FileSearchToolDtoType;
2797
+ /** The IDs of the vector stores to search. */
2798
+ vector_store_ids?: string[];
2799
+ /** The search query used for the file search. */
2800
+ query?: string;
2801
+ /**
2802
+ * A filter to apply to the search.
2803
+ * @nullable
2804
+ */
2805
+ filters?: GPTV3FileSearchToolDtoFilters;
2806
+ /** The maximum number of results to return. */
2807
+ max_num_results?: number;
2808
+ /**
2809
+ * Ranking options for the search.
2810
+ * @nullable
2811
+ */
2812
+ ranking?: GPTV3FileSearchToolDtoRanking;
2813
+ }
2814
+
2815
+ /**
2816
+ * Generated by orval v7.10.0 🍺
2817
+ * Do not edit manually.
2818
+ * Hautech API
2819
+ * OpenAPI spec version: 1.0
2820
+ */
2821
+ interface GPTV3FunctionCallDetailsDto {
2822
+ /** The name of the function to call. */
2823
+ name: string;
2824
+ /** The arguments to pass to the function. */
2825
+ arguments: string;
2826
+ }
2827
+
2828
+ /**
2829
+ * Generated by orval v7.10.0 🍺
2830
+ * Do not edit manually.
2831
+ * Hautech API
2832
+ * OpenAPI spec version: 1.0
2833
+ */
2834
+ /**
2835
+ * The type of tool call: function.
2836
+ */
2837
+ type GPTV3FunctionCallDtoType = typeof GPTV3FunctionCallDtoType[keyof typeof GPTV3FunctionCallDtoType];
2838
+ declare const GPTV3FunctionCallDtoType: {
2839
+ readonly function: "function";
2840
+ };
2841
+
2842
+ /**
2843
+ * Generated by orval v7.10.0 🍺
2844
+ * Do not edit manually.
2845
+ * Hautech API
2846
+ * OpenAPI spec version: 1.0
2847
+ */
2848
+
2849
+ interface GPTV3FunctionCallDto {
2850
+ /** The unique identifier for this tool call. */
2851
+ id: string;
2852
+ /** The type of tool call: function. */
2853
+ type: GPTV3FunctionCallDtoType;
2854
+ /** The function call details. */
2855
+ function: GPTV3FunctionCallDetailsDto;
2856
+ }
2857
+
2858
+ /**
2859
+ * Generated by orval v7.10.0 🍺
2860
+ * Do not edit manually.
2861
+ * Hautech API
2862
+ * OpenAPI spec version: 1.0
2863
+ */
2864
+ /**
2865
+ * The type of the tool.
2866
+ */
2867
+ type GPTV3FunctionToolDtoType = typeof GPTV3FunctionToolDtoType[keyof typeof GPTV3FunctionToolDtoType];
2868
+ declare const GPTV3FunctionToolDtoType: {
2869
+ readonly function: "function";
2870
+ readonly file_search: "file_search";
2871
+ readonly web_search_preview: "web_search_preview";
2872
+ readonly image_generation: "image_generation";
2873
+ };
2874
+
2875
+ /**
2876
+ * Generated by orval v7.10.0 🍺
2877
+ * Do not edit manually.
2878
+ * Hautech API
2879
+ * OpenAPI spec version: 1.0
2880
+ */
2881
+ /**
2882
+ * The parameters the functions accepts, described as a JSON Schema object.
2883
+ */
2884
+ type GPTV3FunctionToolDtoParameters = {
2885
+ [key: string]: unknown;
2886
+ };
2887
+
2888
+ /**
2889
+ * Generated by orval v7.10.0 🍺
2890
+ * Do not edit manually.
2891
+ * Hautech API
2892
+ * OpenAPI spec version: 1.0
2893
+ */
2894
+
2895
+ interface GPTV3FunctionToolDto {
2896
+ /** The type of the tool. */
2897
+ type: GPTV3FunctionToolDtoType;
2898
+ /** The name of the function to call. */
2899
+ name: string;
2900
+ /** A description of what the function does. */
2901
+ description?: string;
2902
+ /** The parameters the functions accepts, described as a JSON Schema object. */
2903
+ parameters?: GPTV3FunctionToolDtoParameters;
2904
+ /** Whether to enable strict schema adherence when generating the function call. */
2905
+ strict?: boolean;
2906
+ }
2907
+
2908
+ /**
2909
+ * Generated by orval v7.10.0 🍺
2910
+ * Do not edit manually.
2911
+ * Hautech API
2912
+ * OpenAPI spec version: 1.0
2913
+ */
2914
+ /**
2915
+ * The type of tool call: image_generation.
2916
+ */
2917
+ type GPTV3ImageGenerationCallDtoType = typeof GPTV3ImageGenerationCallDtoType[keyof typeof GPTV3ImageGenerationCallDtoType];
2918
+ declare const GPTV3ImageGenerationCallDtoType: {
2919
+ readonly image_generation: "image_generation";
2920
+ };
2921
+
2922
+ /**
2923
+ * Generated by orval v7.10.0 🍺
2924
+ * Do not edit manually.
2925
+ * Hautech API
2926
+ * OpenAPI spec version: 1.0
2927
+ */
2928
+
2929
+ interface GPTV3ImageGenerationCallDto {
2930
+ /** The unique identifier for this tool call. */
2931
+ id: string;
2932
+ /** The type of tool call: image_generation. */
2933
+ type: GPTV3ImageGenerationCallDtoType;
2934
+ }
2935
+
2936
+ /**
2937
+ * Generated by orval v7.10.0 🍺
2938
+ * Do not edit manually.
2939
+ * Hautech API
2940
+ * OpenAPI spec version: 1.0
2941
+ */
2942
+ /**
2943
+ * The type of the image generation result. This is the FIRST output item when image_generation tool is called.
2944
+ */
2945
+ type GPTV3ImageGenerationResultDtoType = typeof GPTV3ImageGenerationResultDtoType[keyof typeof GPTV3ImageGenerationResultDtoType];
2946
+ declare const GPTV3ImageGenerationResultDtoType: {
2947
+ readonly image_generation_call: "image_generation_call";
2948
+ };
2949
+
2950
+ /**
2951
+ * Generated by orval v7.10.0 🍺
2952
+ * Do not edit manually.
2953
+ * Hautech API
2954
+ * OpenAPI spec version: 1.0
2955
+ */
2956
+ /**
2957
+ * The status of the image generation call.
2958
+ */
2959
+ type GPTV3ImageGenerationResultDtoStatus = typeof GPTV3ImageGenerationResultDtoStatus[keyof typeof GPTV3ImageGenerationResultDtoStatus];
2960
+ declare const GPTV3ImageGenerationResultDtoStatus: {
2961
+ readonly completed: "completed";
2962
+ readonly failed: "failed";
2963
+ readonly pending: "pending";
2964
+ };
2965
+
2966
+ /**
2967
+ * Generated by orval v7.10.0 🍺
2968
+ * Do not edit manually.
2969
+ * Hautech API
2970
+ * OpenAPI spec version: 1.0
2971
+ */
2972
+ /**
2973
+ * Additional metadata about the image generation.
2974
+ */
2975
+ type GPTV3ImageGenerationResultDtoMetadata = {
2976
+ [key: string]: unknown;
2977
+ };
2978
+
2979
+ /**
2980
+ * Generated by orval v7.10.0 🍺
2981
+ * Do not edit manually.
2982
+ * Hautech API
2983
+ * OpenAPI spec version: 1.0
2984
+ */
2985
+
2986
+ interface GPTV3ImageGenerationResultDto {
2987
+ /** The type of the image generation result. This is the FIRST output item when image_generation tool is called. */
2988
+ type: GPTV3ImageGenerationResultDtoType;
2989
+ /** The unique identifier for this image generation call. */
2990
+ id: string;
2991
+ /** The status of the image generation call. */
2992
+ status: GPTV3ImageGenerationResultDtoStatus;
2993
+ /** The generated image ID (when conversion is successful). */
2994
+ imageId?: string;
2995
+ /** The format of the generated image (e.g., "png", "jpeg"). */
2996
+ format?: string;
2997
+ /** The size of the generated image in bytes. */
2998
+ size?: number;
2999
+ /** Error message if the image generation failed. */
3000
+ error?: string;
3001
+ /** Additional metadata about the image generation. */
3002
+ metadata?: GPTV3ImageGenerationResultDtoMetadata;
3003
+ }
3004
+
3005
+ /**
3006
+ * Generated by orval v7.10.0 🍺
3007
+ * Do not edit manually.
3008
+ * Hautech API
3009
+ * OpenAPI spec version: 1.0
3010
+ */
3011
+
3012
+ interface GPTV3ImageGenerationResultsDto {
3013
+ /** Array of image generation results. */
3014
+ results: GPTV3ImageGenerationResultDto[];
3015
+ }
3016
+
3017
+ /**
3018
+ * Generated by orval v7.10.0 🍺
3019
+ * Do not edit manually.
3020
+ * Hautech API
3021
+ * OpenAPI spec version: 1.0
3022
+ */
3023
+ /**
3024
+ * The type of the tool.
3025
+ */
3026
+ type GPTV3ImageGenerationToolDtoType = typeof GPTV3ImageGenerationToolDtoType[keyof typeof GPTV3ImageGenerationToolDtoType];
3027
+ declare const GPTV3ImageGenerationToolDtoType: {
3028
+ readonly function: "function";
3029
+ readonly file_search: "file_search";
3030
+ readonly web_search_preview: "web_search_preview";
3031
+ readonly image_generation: "image_generation";
3032
+ };
3033
+
3034
+ /**
3035
+ * Generated by orval v7.10.0 🍺
3036
+ * Do not edit manually.
3037
+ * Hautech API
3038
+ * OpenAPI spec version: 1.0
3039
+ */
3040
+ /**
3041
+ * The quality level for image generation.
3042
+ */
3043
+ type GPTV3ImageGenerationToolDtoQuality = typeof GPTV3ImageGenerationToolDtoQuality[keyof typeof GPTV3ImageGenerationToolDtoQuality];
3044
+ declare const GPTV3ImageGenerationToolDtoQuality: {
3045
+ readonly auto: "auto";
3046
+ readonly low: "low";
3047
+ readonly medium: "medium";
3048
+ readonly high: "high";
3049
+ };
3050
+
3051
+ /**
3052
+ * Generated by orval v7.10.0 🍺
3053
+ * Do not edit manually.
3054
+ * Hautech API
3055
+ * OpenAPI spec version: 1.0
3056
+ */
3057
+ /**
3058
+ * The size of the generated image.
3059
+ */
3060
+ type GPTV3ImageGenerationToolDtoSize = typeof GPTV3ImageGenerationToolDtoSize[keyof typeof GPTV3ImageGenerationToolDtoSize];
3061
+ declare const GPTV3ImageGenerationToolDtoSize: {
3062
+ readonly auto: "auto";
3063
+ readonly '1024x1024': "1024x1024";
3064
+ readonly '1536x1024': "1536x1024";
3065
+ readonly '1024x1536': "1024x1536";
3066
+ };
3067
+
3068
+ /**
3069
+ * Generated by orval v7.10.0 🍺
3070
+ * Do not edit manually.
3071
+ * Hautech API
3072
+ * OpenAPI spec version: 1.0
3073
+ */
3074
+
3075
+ interface GPTV3ImageGenerationToolDto {
3076
+ /** The type of the tool. */
3077
+ type: GPTV3ImageGenerationToolDtoType;
3078
+ /** The quality level for image generation. */
3079
+ quality?: GPTV3ImageGenerationToolDtoQuality;
3080
+ /** The size of the generated image. */
3081
+ size?: GPTV3ImageGenerationToolDtoSize;
3082
+ }
3083
+
3084
+ /**
3085
+ * Generated by orval v7.10.0 🍺
3086
+ * Do not edit manually.
3087
+ * Hautech API
3088
+ * OpenAPI spec version: 1.0
3089
+ */
3090
+ /**
3091
+ * ID of the model to use. See OpenAI docs for model endpoint compatibility.
3092
+ */
3093
+ type GPTV3InputModel = typeof GPTV3InputModel[keyof typeof GPTV3InputModel];
3094
+ declare const GPTV3InputModel: {
3095
+ readonly 'gpt-4o': "gpt-4o";
3096
+ readonly 'gpt-5': "gpt-5";
3097
+ readonly o3: "o3";
3098
+ readonly 'o3-mini': "o3-mini";
3099
+ readonly 'gpt-41': "gpt-4.1";
3100
+ readonly 'gpt-41-mini': "gpt-4.1-mini";
3101
+ readonly 'gpt-41-nano': "gpt-4.1-nano";
3102
+ };
3103
+
3104
+ /**
3105
+ * Generated by orval v7.10.0 🍺
3106
+ * Do not edit manually.
3107
+ * Hautech API
3108
+ * OpenAPI spec version: 1.0
3109
+ */
3110
+
3111
+ type GPTV3SystemMessageDtoContentOneOfItem = GPTV3TextInputDto | GPTV3ImageInputDto;
3112
+
3113
+ /**
3114
+ * Generated by orval v7.10.0 🍺
3115
+ * Do not edit manually.
3116
+ * Hautech API
3117
+ * OpenAPI spec version: 1.0
3118
+ */
3119
+
3120
+ /**
3121
+ * The content of the system message. Can be a string or an array of text and image inputs.
3122
+ */
3123
+ type GPTV3SystemMessageDtoContent = string | GPTV3SystemMessageDtoContentOneOfItem[];
3124
+
3125
+ /**
3126
+ * Generated by orval v7.10.0 🍺
3127
+ * Do not edit manually.
3128
+ * Hautech API
3129
+ * OpenAPI spec version: 1.0
3130
+ */
3131
+ /**
3132
+ * The role of the message sender.
3133
+ */
3134
+ type GPTV3SystemMessageDtoRole = typeof GPTV3SystemMessageDtoRole[keyof typeof GPTV3SystemMessageDtoRole];
3135
+ declare const GPTV3SystemMessageDtoRole: {
3136
+ readonly system: "system";
3137
+ };
3138
+
3139
+ /**
3140
+ * Generated by orval v7.10.0 🍺
3141
+ * Do not edit manually.
3142
+ * Hautech API
3143
+ * OpenAPI spec version: 1.0
3144
+ */
3145
+ /**
3146
+ * The type of the message input. Always message.
3147
+ */
3148
+ type GPTV3SystemMessageDtoType = typeof GPTV3SystemMessageDtoType[keyof typeof GPTV3SystemMessageDtoType];
3149
+ declare const GPTV3SystemMessageDtoType: {
3150
+ readonly message: "message";
3151
+ };
3152
+
3153
+ /**
3154
+ * Generated by orval v7.10.0 🍺
3155
+ * Do not edit manually.
3156
+ * Hautech API
3157
+ * OpenAPI spec version: 1.0
3158
+ */
3159
+
3160
+ interface GPTV3SystemMessageDto {
3161
+ /** The content of the system message. Can be a string or an array of text and image inputs. */
3162
+ content: GPTV3SystemMessageDtoContent;
3163
+ /** The role of the message sender. */
3164
+ role: GPTV3SystemMessageDtoRole;
3165
+ /** The type of the message input. Always message. */
3166
+ type: GPTV3SystemMessageDtoType;
3167
+ }
3168
+
3169
+ /**
3170
+ * Generated by orval v7.10.0 🍺
3171
+ * Do not edit manually.
3172
+ * Hautech API
3173
+ * OpenAPI spec version: 1.0
3174
+ */
3175
+
3176
+ type GPTV3UserMessageDtoContentOneOfItem = GPTV3TextInputDto | GPTV3ImageInputDto;
3177
+
3178
+ /**
3179
+ * Generated by orval v7.10.0 🍺
3180
+ * Do not edit manually.
3181
+ * Hautech API
3182
+ * OpenAPI spec version: 1.0
3183
+ */
3184
+
3185
+ /**
3186
+ * The content of the user message. Can be a string or an array of text and image inputs.
3187
+ */
3188
+ type GPTV3UserMessageDtoContent = string | GPTV3UserMessageDtoContentOneOfItem[];
3189
+
3190
+ /**
3191
+ * Generated by orval v7.10.0 🍺
3192
+ * Do not edit manually.
3193
+ * Hautech API
3194
+ * OpenAPI spec version: 1.0
3195
+ */
3196
+ /**
3197
+ * The role of the message sender.
3198
+ */
3199
+ type GPTV3UserMessageDtoRole = typeof GPTV3UserMessageDtoRole[keyof typeof GPTV3UserMessageDtoRole];
3200
+ declare const GPTV3UserMessageDtoRole: {
3201
+ readonly user: "user";
3202
+ };
3203
+
3204
+ /**
3205
+ * Generated by orval v7.10.0 🍺
3206
+ * Do not edit manually.
3207
+ * Hautech API
3208
+ * OpenAPI spec version: 1.0
3209
+ */
3210
+ /**
3211
+ * The type of the message input. Always message.
3212
+ */
3213
+ type GPTV3UserMessageDtoType = typeof GPTV3UserMessageDtoType[keyof typeof GPTV3UserMessageDtoType];
3214
+ declare const GPTV3UserMessageDtoType: {
3215
+ readonly message: "message";
3216
+ };
3217
+
3218
+ /**
3219
+ * Generated by orval v7.10.0 🍺
3220
+ * Do not edit manually.
3221
+ * Hautech API
3222
+ * OpenAPI spec version: 1.0
3223
+ */
3224
+
3225
+ interface GPTV3UserMessageDto {
3226
+ /** The content of the user message. Can be a string or an array of text and image inputs. */
3227
+ content: GPTV3UserMessageDtoContent;
3228
+ /** The role of the message sender. */
3229
+ role: GPTV3UserMessageDtoRole;
3230
+ /** The type of the message input. Always message. */
3231
+ type: GPTV3UserMessageDtoType;
3232
+ }
3233
+
3234
+ /**
3235
+ * Generated by orval v7.10.0 🍺
3236
+ * Do not edit manually.
3237
+ * Hautech API
3238
+ * OpenAPI spec version: 1.0
3239
+ */
3240
+
3241
+ /**
3242
+ * Text, image, or file inputs to the model, used to generate a response. Can be a simple string or an array of messages with different roles.
3243
+ */
3244
+ type GPTV3InputInput = string | GPTV3SystemMessageDto | GPTV3UserMessageDto | GPTV3AssistantMessageDto | GPTV3DeveloperMessageDto;
3245
+
3246
+ /**
3247
+ * Generated by orval v7.10.0 🍺
3248
+ * Do not edit manually.
3249
+ * Hautech API
3250
+ * OpenAPI spec version: 1.0
3251
+ */
3252
+ /**
3253
+ * The type of response format being defined: 'text'.
3254
+ */
3255
+ type GPTV3ResponseFormatTextDtoType = typeof GPTV3ResponseFormatTextDtoType[keyof typeof GPTV3ResponseFormatTextDtoType];
3256
+ declare const GPTV3ResponseFormatTextDtoType: {
3257
+ readonly text: "text";
3258
+ };
3259
+
3260
+ /**
3261
+ * Generated by orval v7.10.0 🍺
3262
+ * Do not edit manually.
3263
+ * Hautech API
3264
+ * OpenAPI spec version: 1.0
3265
+ */
3266
+
3267
+ interface GPTV3ResponseFormatTextDto {
3268
+ /** The type of response format being defined: 'text'. */
3269
+ type: GPTV3ResponseFormatTextDtoType;
3270
+ }
3271
+
3272
+ /**
3273
+ * Generated by orval v7.10.0 🍺
3274
+ * Do not edit manually.
3275
+ * Hautech API
3276
+ * OpenAPI spec version: 1.0
3277
+ */
3278
+ /**
3279
+ * The schema for the response format, described as a JSON Schema object.
3280
+ */
3281
+ type GPTV3ResponseFormatJsonSchemaDtoSchema = {
3282
+ [key: string]: unknown;
3283
+ };
3284
+
3285
+ /**
3286
+ * Generated by orval v7.10.0 🍺
3287
+ * Do not edit manually.
3288
+ * Hautech API
3289
+ * OpenAPI spec version: 1.0
3290
+ */
3291
+ /**
3292
+ * The type of response format being defined: json_schema.
3293
+ */
3294
+ type GPTV3ResponseFormatJsonSchemaDtoType = typeof GPTV3ResponseFormatJsonSchemaDtoType[keyof typeof GPTV3ResponseFormatJsonSchemaDtoType];
3295
+ declare const GPTV3ResponseFormatJsonSchemaDtoType: {
3296
+ readonly json_schema: "json_schema";
3297
+ };
3298
+
3299
+ /**
3300
+ * Generated by orval v7.10.0 🍺
3301
+ * Do not edit manually.
3302
+ * Hautech API
3303
+ * OpenAPI spec version: 1.0
3304
+ */
3305
+
3306
+ interface GPTV3ResponseFormatJsonSchemaDto {
3307
+ /** The name of the response format. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64. */
3308
+ name: string;
3309
+ /** The schema for the response format, described as a JSON Schema object. */
3310
+ schema: GPTV3ResponseFormatJsonSchemaDtoSchema;
3311
+ /** The type of response format being defined: json_schema. */
3312
+ type: GPTV3ResponseFormatJsonSchemaDtoType;
3313
+ /** A description of what the response format is for, used by the model to determine how to respond in the format. */
3314
+ description?: string;
3315
+ /** Whether to enable strict schema adherence when generating the output. If set to true, the model will always follow the exact schema defined in the schema field. */
3316
+ strict?: boolean;
3317
+ }
3318
+
3319
+ /**
3320
+ * Generated by orval v7.10.0 🍺
3321
+ * Do not edit manually.
3322
+ * Hautech API
3323
+ * OpenAPI spec version: 1.0
3324
+ */
3325
+
3326
+ /**
3327
+ * The format for the text response.
3328
+ */
3329
+ type GPTV3TextConfigDtoFormat = GPTV3ResponseFormatTextDto | GPTV3ResponseFormatJsonSchemaDto;
3330
+
3331
+ /**
3332
+ * Generated by orval v7.10.0 🍺
3333
+ * Do not edit manually.
3334
+ * Hautech API
3335
+ * OpenAPI spec version: 1.0
3336
+ */
3337
+
3338
+ interface GPTV3TextConfigDto {
3339
+ /** The format for the text response. */
3340
+ format?: GPTV3TextConfigDtoFormat;
3341
+ }
3342
+
3343
+ /**
3344
+ * Generated by orval v7.10.0 🍺
3345
+ * Do not edit manually.
3346
+ * Hautech API
3347
+ * OpenAPI spec version: 1.0
3348
+ */
3349
+ /**
3350
+ * Controls which (if any) tool is called by the model. 'none', 'auto', 'required', or a specific tool type.
3351
+ */
3352
+ type GPTV3ToolChoiceDtoType = typeof GPTV3ToolChoiceDtoType[keyof typeof GPTV3ToolChoiceDtoType];
3353
+ declare const GPTV3ToolChoiceDtoType: {
3354
+ readonly none: "none";
3355
+ readonly auto: "auto";
3356
+ readonly required: "required";
3357
+ readonly function: "function";
3358
+ readonly file_search: "file_search";
3359
+ readonly web_search_preview: "web_search_preview";
3360
+ readonly image_generation: "image_generation";
3361
+ };
3362
+
3363
+ /**
3364
+ * Generated by orval v7.10.0 🍺
3365
+ * Do not edit manually.
3366
+ * Hautech API
3367
+ * OpenAPI spec version: 1.0
3368
+ */
3369
+ interface GPTV3ToolChoiceFunctionDto {
3370
+ /** The name of the function to call. */
3371
+ name: string;
3372
+ }
3373
+
3374
+ /**
3375
+ * Generated by orval v7.10.0 🍺
3376
+ * Do not edit manually.
3377
+ * Hautech API
3378
+ * OpenAPI spec version: 1.0
3379
+ */
3380
+
3381
+ interface GPTV3ToolChoiceDto {
3382
+ /** Controls which (if any) tool is called by the model. 'none', 'auto', 'required', or a specific tool type. */
3383
+ type: GPTV3ToolChoiceDtoType;
3384
+ /** The function to call, if type is `function`. */
3385
+ function?: GPTV3ToolChoiceFunctionDto;
3386
+ }
3387
+
3388
+ /**
3389
+ * Generated by orval v7.10.0 🍺
3390
+ * Do not edit manually.
3391
+ * Hautech API
3392
+ * OpenAPI spec version: 1.0
3393
+ */
3394
+
3395
+ interface GPTV3Input {
3396
+ /** ID of the model to use. See OpenAI docs for model endpoint compatibility. */
3397
+ model?: GPTV3InputModel;
3398
+ /** Text, image, or file inputs to the model, used to generate a response. Can be a simple string or an array of messages with different roles. */
3399
+ input?: GPTV3InputInput;
3400
+ /** Configuration options for a text response from the model. Can be plain text or structured JSON data. */
3401
+ text?: GPTV3TextConfigDto;
3402
+ /** This feature is in Beta. If specified, OpenAI will make a best effort to sample deterministically, such that repeated requests with the same seed and parameters should return the same result. */
3403
+ seed?: number;
3404
+ /** A list of tools the model may call. Supports function, file_search, web_search_preview, and image_generation tools. */
3405
+ tools?: GPTV3FunctionToolDto[];
3406
+ /** Controls which (if any) tool is called by the model. 'none', 'auto', 'required', or a specific tool type. */
3407
+ tool_choice?: GPTV3ToolChoiceDto;
3408
+ /** Specifies which additional data to include in the response. For file search, use ["file_search_call.results"] to include search results. */
3409
+ include?: string[];
3410
+ max_output_tokens?: number;
3411
+ }
3412
+
3413
+ /**
3414
+ * Generated by orval v7.10.0 🍺
3415
+ * Do not edit manually.
3416
+ * Hautech API
3417
+ * OpenAPI spec version: 1.0
3418
+ */
3419
+ /**
3420
+ * The type of the message. This is the SECOND output item when file_search or web_search tool is called, containing the model response with citations.
3421
+ */
3422
+ type GPTV3MessageContentDtoType = typeof GPTV3MessageContentDtoType[keyof typeof GPTV3MessageContentDtoType];
3423
+ declare const GPTV3MessageContentDtoType: {
3424
+ readonly message: "message";
3425
+ };
3426
+
3427
+ /**
3428
+ * Generated by orval v7.10.0 🍺
3429
+ * Do not edit manually.
3430
+ * Hautech API
3431
+ * OpenAPI spec version: 1.0
3432
+ */
3433
+ /**
3434
+ * The role of the message sender.
3435
+ */
3436
+ type GPTV3MessageContentDtoRole = typeof GPTV3MessageContentDtoRole[keyof typeof GPTV3MessageContentDtoRole];
3437
+ declare const GPTV3MessageContentDtoRole: {
3438
+ readonly assistant: "assistant";
3439
+ };
3440
+
3441
+ /**
3442
+ * Generated by orval v7.10.0 🍺
3443
+ * Do not edit manually.
3444
+ * Hautech API
3445
+ * OpenAPI spec version: 1.0
3446
+ */
3447
+
3448
+ interface GPTV3MessageContentDto {
3449
+ /** The unique identifier for the message. */
3450
+ id: string;
3451
+ /** The type of the message. This is the SECOND output item when file_search or web_search tool is called, containing the model response with citations. */
3452
+ type: GPTV3MessageContentDtoType;
3453
+ /** The role of the message sender. */
3454
+ role: GPTV3MessageContentDtoRole;
3455
+ /** The content of the message with annotations and citations. */
3456
+ content: GPTV3ContentWithAnnotationsDto[];
3457
+ }
3458
+
3459
+ /**
3460
+ * Generated by orval v7.10.0 🍺
3461
+ * Do not edit manually.
3462
+ * Hautech API
3463
+ * OpenAPI spec version: 1.0
3464
+ */
3465
+ /**
3466
+ * The finish reason for the response.
3467
+ */
3468
+ type GPTV3ResponseDtoFinishReason = typeof GPTV3ResponseDtoFinishReason[keyof typeof GPTV3ResponseDtoFinishReason];
3469
+ declare const GPTV3ResponseDtoFinishReason: {
3470
+ readonly stop: "stop";
3471
+ readonly tool_calls: "tool_calls";
3472
+ };
3473
+
3474
+ /**
3475
+ * Generated by orval v7.10.0 🍺
3476
+ * Do not edit manually.
3477
+ * Hautech API
3478
+ * OpenAPI spec version: 1.0
3479
+ */
3480
+ /**
3481
+ * The role of the assistant.
3482
+ */
3483
+ type GPTV3ResponseDtoRole = typeof GPTV3ResponseDtoRole[keyof typeof GPTV3ResponseDtoRole];
3484
+ declare const GPTV3ResponseDtoRole: {
3485
+ readonly assistant: "assistant";
3486
+ };
3487
+
3488
+ /**
3489
+ * Generated by orval v7.10.0 🍺
3490
+ * Do not edit manually.
3491
+ * Hautech API
3492
+ * OpenAPI spec version: 1.0
3493
+ */
3494
+
3495
+ /**
3496
+ * The content of the response. Can be a string for simple text responses or an array of content with annotations for responses with citations.
3497
+ */
3498
+ type GPTV3ResponseDtoContent = string | GPTV3ContentWithAnnotationsDto[];
3499
+
3500
+ /**
3501
+ * Generated by orval v7.10.0 🍺
3502
+ * Do not edit manually.
3503
+ * Hautech API
3504
+ * OpenAPI spec version: 1.0
3505
+ */
3506
+
3507
+ interface GPTV3ResponseDto {
3508
+ /** The finish reason for the response. */
3509
+ finish_reason: GPTV3ResponseDtoFinishReason;
3510
+ /** The role of the assistant. */
3511
+ role: GPTV3ResponseDtoRole;
3512
+ /** The tool calls made by the assistant, if any. */
3513
+ tool_calls?: GPTV3FileSearchCallDto[];
3514
+ /** The content of the response. Can be a string for simple text responses or an array of content with annotations for responses with citations. */
3515
+ content?: GPTV3ResponseDtoContent;
3516
+ /** The search results from file search operations. */
3517
+ search_results?: GPTV3FileSearchResultsDto;
3518
+ }
3519
+
3520
+ /**
3521
+ * Generated by orval v7.10.0 🍺
3522
+ * Do not edit manually.
3523
+ * Hautech API
3524
+ * OpenAPI spec version: 1.0
3525
+ */
3526
+ /**
3527
+ * The type of the tool.
3528
+ */
3529
+ type GPTV3ToolDtoType = typeof GPTV3ToolDtoType[keyof typeof GPTV3ToolDtoType];
3530
+ declare const GPTV3ToolDtoType: {
3531
+ readonly function: "function";
3532
+ readonly file_search: "file_search";
3533
+ readonly web_search_preview: "web_search_preview";
3534
+ readonly image_generation: "image_generation";
3535
+ };
3536
+
3537
+ /**
3538
+ * Generated by orval v7.10.0 🍺
3539
+ * Do not edit manually.
3540
+ * Hautech API
3541
+ * OpenAPI spec version: 1.0
3542
+ */
3543
+
3544
+ interface GPTV3ToolDto {
3545
+ /** The type of the tool. */
3546
+ type: GPTV3ToolDtoType;
3547
+ }
3548
+
3549
+ /**
3550
+ * Generated by orval v7.10.0 🍺
3551
+ * Do not edit manually.
3552
+ * Hautech API
3553
+ * OpenAPI spec version: 1.0
3554
+ */
3555
+ /**
3556
+ * The type of tool call: web_search_preview.
3557
+ */
3558
+ type GPTV3WebSearchCallDtoType = typeof GPTV3WebSearchCallDtoType[keyof typeof GPTV3WebSearchCallDtoType];
3559
+ declare const GPTV3WebSearchCallDtoType: {
3560
+ readonly web_search_preview: "web_search_preview";
3561
+ };
3562
+
3563
+ /**
3564
+ * Generated by orval v7.10.0 🍺
3565
+ * Do not edit manually.
3566
+ * Hautech API
3567
+ * OpenAPI spec version: 1.0
3568
+ */
3569
+
3570
+ interface GPTV3WebSearchCallDto {
3571
+ /** The unique identifier for this tool call. */
3572
+ id: string;
3573
+ /** The type of tool call: web_search_preview. */
3574
+ type: GPTV3WebSearchCallDtoType;
3575
+ }
3576
+
3577
+ /**
3578
+ * Generated by orval v7.10.0 🍺
3579
+ * Do not edit manually.
3580
+ * Hautech API
3581
+ * OpenAPI spec version: 1.0
3582
+ */
3583
+ /**
3584
+ * The type of the web search result. This is the FIRST output item when web_search tool is called.
3585
+ */
3586
+ type GPTV3WebSearchResultDtoType = typeof GPTV3WebSearchResultDtoType[keyof typeof GPTV3WebSearchResultDtoType];
3587
+ declare const GPTV3WebSearchResultDtoType: {
3588
+ readonly web_search_call: "web_search_call";
3589
+ };
3590
+
3591
+ /**
3592
+ * Generated by orval v7.10.0 🍺
3593
+ * Do not edit manually.
3594
+ * Hautech API
3595
+ * OpenAPI spec version: 1.0
3596
+ */
3597
+ /**
3598
+ * The status of the web search call.
3599
+ */
3600
+ type GPTV3WebSearchResultDtoStatus = typeof GPTV3WebSearchResultDtoStatus[keyof typeof GPTV3WebSearchResultDtoStatus];
3601
+ declare const GPTV3WebSearchResultDtoStatus: {
3602
+ readonly completed: "completed";
3603
+ readonly failed: "failed";
3604
+ readonly pending: "pending";
3605
+ };
3606
+
3607
+ /**
3608
+ * Generated by orval v7.10.0 🍺
3609
+ * Do not edit manually.
3610
+ * Hautech API
3611
+ * OpenAPI spec version: 1.0
3612
+ */
3613
+
3614
+ interface GPTV3WebSearchResultDto {
3615
+ /** The type of the web search result. This is the FIRST output item when web_search tool is called. */
3616
+ type: GPTV3WebSearchResultDtoType;
3617
+ /** The unique identifier for this web search call. */
3618
+ id: string;
3619
+ /** The status of the web search call. */
3620
+ status: GPTV3WebSearchResultDtoStatus;
3621
+ }
3622
+
3623
+ /**
3624
+ * Generated by orval v7.10.0 🍺
3625
+ * Do not edit manually.
3626
+ * Hautech API
3627
+ * OpenAPI spec version: 1.0
3628
+ */
3629
+ /**
3630
+ * The type of the tool.
3631
+ */
3632
+ type GPTV3WebSearchToolDtoType = typeof GPTV3WebSearchToolDtoType[keyof typeof GPTV3WebSearchToolDtoType];
3633
+ declare const GPTV3WebSearchToolDtoType: {
3634
+ readonly function: "function";
3635
+ readonly file_search: "file_search";
3636
+ readonly web_search_preview: "web_search_preview";
3637
+ readonly image_generation: "image_generation";
3638
+ };
3639
+
3640
+ /**
3641
+ * Generated by orval v7.10.0 🍺
3642
+ * Do not edit manually.
3643
+ * Hautech API
3644
+ * OpenAPI spec version: 1.0
3645
+ */
3646
+ /**
3647
+ * High level guidance for the amount of context window space to use for the search.
3648
+ */
3649
+ type GPTV3WebSearchToolDtoSearchContextSize = typeof GPTV3WebSearchToolDtoSearchContextSize[keyof typeof GPTV3WebSearchToolDtoSearchContextSize];
3650
+ declare const GPTV3WebSearchToolDtoSearchContextSize: {
3651
+ readonly low: "low";
3652
+ readonly medium: "medium";
3653
+ readonly high: "high";
3654
+ };
3655
+
3656
+ /**
3657
+ * Generated by orval v7.10.0 🍺
3658
+ * Do not edit manually.
3659
+ * Hautech API
3660
+ * OpenAPI spec version: 1.0
3661
+ */
3662
+
3663
+ interface GPTV3WebSearchToolDto {
3664
+ /** The type of the tool. */
3665
+ type: GPTV3WebSearchToolDtoType;
3666
+ /** High level guidance for the amount of context window space to use for the search. */
3667
+ search_context_size?: GPTV3WebSearchToolDtoSearchContextSize;
3668
+ }
3669
+
3670
+ /**
3671
+ * Generated by orval v7.10.0 🍺
3672
+ * Do not edit manually.
3673
+ * Hautech API
3674
+ * OpenAPI spec version: 1.0
3675
+ */
3676
+ interface GetAccountParamsDto {
3677
+ id?: string;
3678
+ alias?: string;
3679
+ }
3680
+
3681
+ /**
3682
+ * Generated by orval v7.10.0 🍺
3683
+ * Do not edit manually.
3684
+ * Hautech API
3685
+ * OpenAPI spec version: 1.0
3686
+ */
3687
+ interface GetBalanceParamsDto {
3688
+ accountId: string;
3689
+ }
3690
+
3691
+ /**
3692
+ * Generated by orval v7.10.0 🍺
3693
+ * Do not edit manually.
3694
+ * Hautech API
3695
+ * OpenAPI spec version: 1.0
3696
+ */
3697
+ interface GetCollectionParamsDto {
3698
+ collectionId: string;
3699
+ }
3700
+
3701
+ /**
3702
+ * Generated by orval v7.10.0 🍺
3703
+ * Do not edit manually.
3704
+ * Hautech API
3705
+ * OpenAPI spec version: 1.0
3706
+ */
3707
+ interface GetGroupParamsDto {
3708
+ id: string;
3709
+ }
3710
+
3711
+ /**
3712
+ * Generated by orval v7.10.0 🍺
3713
+ * Do not edit manually.
3714
+ * Hautech API
3715
+ * OpenAPI spec version: 1.0
3716
+ */
3717
+ interface GetImageParamsDto {
3718
+ id: string;
3719
+ }
3720
+
3721
+ /**
3722
+ * Generated by orval v7.10.0 🍺
3723
+ * Do not edit manually.
3724
+ * Hautech API
3725
+ * OpenAPI spec version: 1.0
3726
+ */
3727
+ type GetImageRepresentationParamsDtoType = typeof GetImageRepresentationParamsDtoType[keyof typeof GetImageRepresentationParamsDtoType];
3728
+ declare const GetImageRepresentationParamsDtoType: {
3729
+ readonly samv1: "sam.v1";
3730
+ };
3731
+
3732
+ /**
3733
+ * Generated by orval v7.10.0 🍺
3734
+ * Do not edit manually.
3735
+ * Hautech API
3736
+ * OpenAPI spec version: 1.0
3737
+ */
3738
+
3739
+ interface GetImageRepresentationParamsDto {
3740
+ imageId: string;
3741
+ type: GetImageRepresentationParamsDtoType;
3742
+ }
3743
+
3744
+ /**
3745
+ * Generated by orval v7.10.0 🍺
3746
+ * Do not edit manually.
3747
+ * Hautech API
3748
+ * OpenAPI spec version: 1.0
3749
+ */
3750
+ interface GetOperationParamsDto {
3751
+ id: string;
3752
+ }
3753
+
3754
+ /**
3755
+ * Generated by orval v7.10.0 🍺
3756
+ * Do not edit manually.
3757
+ * Hautech API
3758
+ * OpenAPI spec version: 1.0
3759
+ */
3760
+ interface GetOperationsParamsDto {
3761
+ ids: string[];
3762
+ }
3763
+
3764
+ /**
3765
+ * Generated by orval v7.10.0 🍺
3766
+ * Do not edit manually.
3767
+ * Hautech API
3768
+ * OpenAPI spec version: 1.0
3769
+ */
3770
+ interface GetPoseParamsDto {
3771
+ id: string;
3772
+ }
3773
+
3774
+ /**
3775
+ * Generated by orval v7.10.0 🍺
3776
+ * Do not edit manually.
3777
+ * Hautech API
3778
+ * OpenAPI spec version: 1.0
3779
+ */
3780
+ interface GetStackParamsDto {
3781
+ id: string;
3782
+ }
3783
+
3784
+ /**
3785
+ * Generated by orval v7.10.0 🍺
3786
+ * Do not edit manually.
3787
+ * Hautech API
3788
+ * OpenAPI spec version: 1.0
3789
+ */
3790
+ interface GetStorageRecordParamsDto {
3791
+ /** @minItems 1 */
3792
+ keys: string[];
3793
+ }
3794
+
3795
+ /**
3796
+ * Generated by orval v7.10.0 🍺
3797
+ * Do not edit manually.
3798
+ * Hautech API
3799
+ * OpenAPI spec version: 1.0
3800
+ */
3801
+ interface GetUrlsForImagesParamsDto {
3802
+ ids: string[];
3803
+ }
3804
+
3805
+ /**
3806
+ * Generated by orval v7.10.0 🍺
3807
+ * Do not edit manually.
3808
+ * Hautech API
3809
+ * OpenAPI spec version: 1.0
3810
+ */
3811
+ interface GetVideoParamsDto {
3812
+ id: string;
3813
+ }
3814
+
3815
+ /**
3816
+ * Generated by orval v7.10.0 🍺
3817
+ * Do not edit manually.
3818
+ * Hautech API
3819
+ * OpenAPI spec version: 1.0
3820
+ */
3821
+ interface GetVideosParamsDto {
3822
+ ids: string[];
3823
+ }
3824
+
3825
+ /**
3826
+ * Generated by orval v7.10.0 🍺
3827
+ * Do not edit manually.
3828
+ * Hautech API
3829
+ * OpenAPI spec version: 1.0
3830
+ */
3831
+ type GiseleVtonV1InputCategory = typeof GiseleVtonV1InputCategory[keyof typeof GiseleVtonV1InputCategory];
3832
+ declare const GiseleVtonV1InputCategory: {
3833
+ readonly dresses: "dresses";
3834
+ readonly lower_body: "lower_body";
3835
+ readonly upper_body: "upper_body";
3836
+ };
3837
+
3838
+ /**
3839
+ * Generated by orval v7.10.0 🍺
3840
+ * Do not edit manually.
3841
+ * Hautech API
3842
+ * OpenAPI spec version: 1.0
3843
+ */
3844
+
3845
+ interface GiseleVtonV1Input {
3846
+ category: GiseleVtonV1InputCategory;
3847
+ imageId: string;
3848
+ productDescription: string;
3849
+ productImageId: string;
3850
+ seed: number;
3851
+ }
3852
+
3853
+ /**
3854
+ * Generated by orval v7.10.0 🍺
3855
+ * Do not edit manually.
3856
+ * Hautech API
3857
+ * OpenAPI spec version: 1.0
3858
+ */
3859
+ type GptV1RequestMetadata = {
3860
+ [key: string]: unknown;
3861
+ };
3862
+
3863
+ /**
3864
+ * Generated by orval v7.10.0 🍺
3865
+ * Do not edit manually.
3866
+ * Hautech API
3867
+ * OpenAPI spec version: 1.0
3868
+ */
3869
+
3870
+ interface GptV1Request {
3871
+ input: GPTV1Input;
3872
+ metadata?: GptV1RequestMetadata;
3873
+ }
3874
+
3875
+ /**
3876
+ * Generated by orval v7.10.0 🍺
3877
+ * Do not edit manually.
3878
+ * Hautech API
3879
+ * OpenAPI spec version: 1.0
3880
+ */
3881
+ type GptV1ResponseKind = typeof GptV1ResponseKind[keyof typeof GptV1ResponseKind];
3882
+ declare const GptV1ResponseKind: {
3883
+ readonly operation: "operation";
3884
+ };
3885
+
3886
+ /**
3887
+ * Generated by orval v7.10.0 🍺
3888
+ * Do not edit manually.
3889
+ * Hautech API
3890
+ * OpenAPI spec version: 1.0
3891
+ */
3892
+ type OperationOutputJSONKind = typeof OperationOutputJSONKind[keyof typeof OperationOutputJSONKind];
3893
+ declare const OperationOutputJSONKind: {
3894
+ readonly json: "json";
3895
+ };
3896
+
3897
+ /**
3898
+ * Generated by orval v7.10.0 🍺
3899
+ * Do not edit manually.
3900
+ * Hautech API
3901
+ * OpenAPI spec version: 1.0
3902
+ */
3903
+ type OperationOutputJSONDataOneOf = {
3904
+ [key: string]: unknown;
3905
+ };
3906
+
3907
+ /**
3908
+ * Generated by orval v7.10.0 🍺
3909
+ * Do not edit manually.
3910
+ * Hautech API
3911
+ * OpenAPI spec version: 1.0
3912
+ */
3913
+
3914
+ /**
3915
+ * @nullable
3916
+ */
3917
+ type OperationOutputJSONData = OperationOutputJSONDataOneOf | boolean | number | string | null;
3918
+
3919
+ /**
3920
+ * Generated by orval v7.10.0 🍺
3921
+ * Do not edit manually.
3922
+ * Hautech API
3923
+ * OpenAPI spec version: 1.0
3924
+ */
3925
+
3926
+ interface OperationOutputJSON {
3927
+ kind: OperationOutputJSONKind;
3928
+ /** @nullable */
3929
+ data: OperationOutputJSONData;
3930
+ }
3931
+
3932
+ /**
3933
+ * Generated by orval v7.10.0 🍺
3934
+ * Do not edit manually.
3935
+ * Hautech API
3936
+ * OpenAPI spec version: 1.0
3937
+ */
3938
+ type GptV1ResponseInput = {
3939
+ [key: string]: unknown;
3940
+ };
3941
+
3942
+ /**
3943
+ * Generated by orval v7.10.0 🍺
3944
+ * Do not edit manually.
3945
+ * Hautech API
3946
+ * OpenAPI spec version: 1.0
3947
+ */
3948
+ type GptV1ResponseStatus = typeof GptV1ResponseStatus[keyof typeof GptV1ResponseStatus];
3949
+ declare const GptV1ResponseStatus: {
3950
+ readonly pending: "pending";
3951
+ readonly finished: "finished";
3952
+ readonly failed: "failed";
3953
+ };
3954
+
3955
+ /**
3956
+ * Generated by orval v7.10.0 🍺
3957
+ * Do not edit manually.
3958
+ * Hautech API
3959
+ * OpenAPI spec version: 1.0
3960
+ */
3961
+ type GptV1ResponseMetadata = {
3962
+ [key: string]: unknown;
3963
+ };
3964
+
3965
+ /**
3966
+ * Generated by orval v7.10.0 🍺
3967
+ * Do not edit manually.
3968
+ * Hautech API
3969
+ * OpenAPI spec version: 1.0
3970
+ */
3971
+
3972
+ interface GptV1Response {
3973
+ kind: GptV1ResponseKind;
3974
+ output: OperationOutputJSON;
3975
+ input: GptV1ResponseInput;
3976
+ status: GptV1ResponseStatus;
3977
+ type: string;
3978
+ price?: string;
3979
+ id: string;
3980
+ creatorId: string;
3981
+ metadata: GptV1ResponseMetadata;
3982
+ createdAt: string;
3983
+ updatedAt: string;
3984
+ }
3985
+
3986
+ /**
3987
+ * Generated by orval v7.10.0 🍺
3988
+ * Do not edit manually.
3989
+ * Hautech API
3990
+ * OpenAPI spec version: 1.0
3991
+ */
3992
+ type GptV2RequestMetadata = {
3993
+ [key: string]: unknown;
3994
+ };
3995
+
3996
+ /**
3997
+ * Generated by orval v7.10.0 🍺
3998
+ * Do not edit manually.
3999
+ * Hautech API
4000
+ * OpenAPI spec version: 1.0
4001
+ */
4002
+
4003
+ interface GptV2Request {
4004
+ input: GPTV2Input;
4005
+ metadata?: GptV2RequestMetadata;
4006
+ }
4007
+
4008
+ /**
4009
+ * Generated by orval v7.10.0 🍺
4010
+ * Do not edit manually.
4011
+ * Hautech API
4012
+ * OpenAPI spec version: 1.0
4013
+ */
4014
+ type GptV2ResponseKind = typeof GptV2ResponseKind[keyof typeof GptV2ResponseKind];
4015
+ declare const GptV2ResponseKind: {
4016
+ readonly operation: "operation";
4017
+ };
4018
+
4019
+ /**
4020
+ * Generated by orval v7.10.0 🍺
4021
+ * Do not edit manually.
4022
+ * Hautech API
4023
+ * OpenAPI spec version: 1.0
4024
+ */
4025
+ type GptV2ResponseInput = {
2460
4026
  [key: string]: unknown;
2461
4027
  };
2462
4028
 
@@ -2466,8 +4032,8 @@ type GptV1ResponseInput = {
2466
4032
  * Hautech API
2467
4033
  * OpenAPI spec version: 1.0
2468
4034
  */
2469
- type GptV1ResponseStatus = typeof GptV1ResponseStatus[keyof typeof GptV1ResponseStatus];
2470
- declare const GptV1ResponseStatus: {
4035
+ type GptV2ResponseStatus = typeof GptV2ResponseStatus[keyof typeof GptV2ResponseStatus];
4036
+ declare const GptV2ResponseStatus: {
2471
4037
  readonly pending: "pending";
2472
4038
  readonly finished: "finished";
2473
4039
  readonly failed: "failed";
@@ -2479,7 +4045,7 @@ declare const GptV1ResponseStatus: {
2479
4045
  * Hautech API
2480
4046
  * OpenAPI spec version: 1.0
2481
4047
  */
2482
- type GptV1ResponseMetadata = {
4048
+ type GptV2ResponseMetadata = {
2483
4049
  [key: string]: unknown;
2484
4050
  };
2485
4051
 
@@ -2490,16 +4056,16 @@ type GptV1ResponseMetadata = {
2490
4056
  * OpenAPI spec version: 1.0
2491
4057
  */
2492
4058
 
2493
- interface GptV1Response {
2494
- kind: GptV1ResponseKind;
4059
+ interface GptV2Response {
4060
+ kind: GptV2ResponseKind;
2495
4061
  output: OperationOutputJSON;
2496
- input: GptV1ResponseInput;
2497
- status: GptV1ResponseStatus;
4062
+ input: GptV2ResponseInput;
4063
+ status: GptV2ResponseStatus;
2498
4064
  type: string;
2499
4065
  price?: string;
2500
4066
  id: string;
2501
4067
  creatorId: string;
2502
- metadata: GptV1ResponseMetadata;
4068
+ metadata: GptV2ResponseMetadata;
2503
4069
  createdAt: string;
2504
4070
  updatedAt: string;
2505
4071
  }
@@ -2510,7 +4076,7 @@ interface GptV1Response {
2510
4076
  * Hautech API
2511
4077
  * OpenAPI spec version: 1.0
2512
4078
  */
2513
- type GptV2RequestMetadata = {
4079
+ type GptV3RequestMetadata = {
2514
4080
  [key: string]: unknown;
2515
4081
  };
2516
4082
 
@@ -2521,9 +4087,9 @@ type GptV2RequestMetadata = {
2521
4087
  * OpenAPI spec version: 1.0
2522
4088
  */
2523
4089
 
2524
- interface GptV2Request {
2525
- input: GPTV2Input;
2526
- metadata?: GptV2RequestMetadata;
4090
+ interface GptV3Request {
4091
+ input: GPTV3Input;
4092
+ metadata?: GptV3RequestMetadata;
2527
4093
  }
2528
4094
 
2529
4095
  /**
@@ -2532,8 +4098,8 @@ interface GptV2Request {
2532
4098
  * Hautech API
2533
4099
  * OpenAPI spec version: 1.0
2534
4100
  */
2535
- type GptV2ResponseKind = typeof GptV2ResponseKind[keyof typeof GptV2ResponseKind];
2536
- declare const GptV2ResponseKind: {
4101
+ type GptV3ResponseKind = typeof GptV3ResponseKind[keyof typeof GptV3ResponseKind];
4102
+ declare const GptV3ResponseKind: {
2537
4103
  readonly operation: "operation";
2538
4104
  };
2539
4105
 
@@ -2543,7 +4109,7 @@ declare const GptV2ResponseKind: {
2543
4109
  * Hautech API
2544
4110
  * OpenAPI spec version: 1.0
2545
4111
  */
2546
- type GptV2ResponseInput = {
4112
+ type GptV3ResponseInput = {
2547
4113
  [key: string]: unknown;
2548
4114
  };
2549
4115
 
@@ -2553,8 +4119,8 @@ type GptV2ResponseInput = {
2553
4119
  * Hautech API
2554
4120
  * OpenAPI spec version: 1.0
2555
4121
  */
2556
- type GptV2ResponseStatus = typeof GptV2ResponseStatus[keyof typeof GptV2ResponseStatus];
2557
- declare const GptV2ResponseStatus: {
4122
+ type GptV3ResponseStatus = typeof GptV3ResponseStatus[keyof typeof GptV3ResponseStatus];
4123
+ declare const GptV3ResponseStatus: {
2558
4124
  readonly pending: "pending";
2559
4125
  readonly finished: "finished";
2560
4126
  readonly failed: "failed";
@@ -2566,7 +4132,7 @@ declare const GptV2ResponseStatus: {
2566
4132
  * Hautech API
2567
4133
  * OpenAPI spec version: 1.0
2568
4134
  */
2569
- type GptV2ResponseMetadata = {
4135
+ type GptV3ResponseMetadata = {
2570
4136
  [key: string]: unknown;
2571
4137
  };
2572
4138
 
@@ -2577,16 +4143,16 @@ type GptV2ResponseMetadata = {
2577
4143
  * OpenAPI spec version: 1.0
2578
4144
  */
2579
4145
 
2580
- interface GptV2Response {
2581
- kind: GptV2ResponseKind;
4146
+ interface GptV3Response {
4147
+ kind: GptV3ResponseKind;
2582
4148
  output: OperationOutputJSON;
2583
- input: GptV2ResponseInput;
2584
- status: GptV2ResponseStatus;
4149
+ input: GptV3ResponseInput;
4150
+ status: GptV3ResponseStatus;
2585
4151
  type: string;
2586
4152
  price?: string;
2587
4153
  id: string;
2588
4154
  creatorId: string;
2589
- metadata: GptV2ResponseMetadata;
4155
+ metadata: GptV3ResponseMetadata;
2590
4156
  createdAt: string;
2591
4157
  updatedAt: string;
2592
4158
  }
@@ -3257,6 +4823,93 @@ interface Imagen4V1Response {
3257
4823
  updatedAt: string;
3258
4824
  }
3259
4825
 
4826
+ /**
4827
+ * Generated by orval v7.10.0 🍺
4828
+ * Do not edit manually.
4829
+ * Hautech API
4830
+ * OpenAPI spec version: 1.0
4831
+ */
4832
+ type ImagineFlux11ProUltraV1RequestMetadata = {
4833
+ [key: string]: unknown;
4834
+ };
4835
+
4836
+ /**
4837
+ * Generated by orval v7.10.0 🍺
4838
+ * Do not edit manually.
4839
+ * Hautech API
4840
+ * OpenAPI spec version: 1.0
4841
+ */
4842
+
4843
+ interface ImagineFlux11ProUltraV1Request {
4844
+ input: Flux11ProUltraV1Input;
4845
+ metadata?: ImagineFlux11ProUltraV1RequestMetadata;
4846
+ }
4847
+
4848
+ /**
4849
+ * Generated by orval v7.10.0 🍺
4850
+ * Do not edit manually.
4851
+ * Hautech API
4852
+ * OpenAPI spec version: 1.0
4853
+ */
4854
+ type ImagineFlux11ProUltraV1ResponseKind = typeof ImagineFlux11ProUltraV1ResponseKind[keyof typeof ImagineFlux11ProUltraV1ResponseKind];
4855
+ declare const ImagineFlux11ProUltraV1ResponseKind: {
4856
+ readonly operation: "operation";
4857
+ };
4858
+
4859
+ /**
4860
+ * Generated by orval v7.10.0 🍺
4861
+ * Do not edit manually.
4862
+ * Hautech API
4863
+ * OpenAPI spec version: 1.0
4864
+ */
4865
+ type ImagineFlux11ProUltraV1ResponseInput = {
4866
+ [key: string]: unknown;
4867
+ };
4868
+
4869
+ /**
4870
+ * Generated by orval v7.10.0 🍺
4871
+ * Do not edit manually.
4872
+ * Hautech API
4873
+ * OpenAPI spec version: 1.0
4874
+ */
4875
+ type ImagineFlux11ProUltraV1ResponseStatus = typeof ImagineFlux11ProUltraV1ResponseStatus[keyof typeof ImagineFlux11ProUltraV1ResponseStatus];
4876
+ declare const ImagineFlux11ProUltraV1ResponseStatus: {
4877
+ readonly pending: "pending";
4878
+ readonly finished: "finished";
4879
+ readonly failed: "failed";
4880
+ };
4881
+
4882
+ /**
4883
+ * Generated by orval v7.10.0 🍺
4884
+ * Do not edit manually.
4885
+ * Hautech API
4886
+ * OpenAPI spec version: 1.0
4887
+ */
4888
+ type ImagineFlux11ProUltraV1ResponseMetadata = {
4889
+ [key: string]: unknown;
4890
+ };
4891
+
4892
+ /**
4893
+ * Generated by orval v7.10.0 🍺
4894
+ * Do not edit manually.
4895
+ * Hautech API
4896
+ * OpenAPI spec version: 1.0
4897
+ */
4898
+
4899
+ interface ImagineFlux11ProUltraV1Response {
4900
+ kind: ImagineFlux11ProUltraV1ResponseKind;
4901
+ output: OperationOutputImageSingle;
4902
+ input: ImagineFlux11ProUltraV1ResponseInput;
4903
+ status: ImagineFlux11ProUltraV1ResponseStatus;
4904
+ type: string;
4905
+ price?: string;
4906
+ id: string;
4907
+ creatorId: string;
4908
+ metadata: ImagineFlux11ProUltraV1ResponseMetadata;
4909
+ createdAt: string;
4910
+ updatedAt: string;
4911
+ }
4912
+
3260
4913
  /**
3261
4914
  * Generated by orval v7.10.0 🍺
3262
4915
  * Do not edit manually.
@@ -4106,7 +5759,165 @@ type StackEntityItemsItem = OperationEntity | ImageEntity | VideoEntity;
4106
5759
  * Hautech API
4107
5760
  * OpenAPI spec version: 1.0
4108
5761
  */
4109
- type StackEntityMetadata = {
5762
+ type StackEntityMetadata = {
5763
+ [key: string]: unknown;
5764
+ };
5765
+
5766
+ /**
5767
+ * Generated by orval v7.10.0 🍺
5768
+ * Do not edit manually.
5769
+ * Hautech API
5770
+ * OpenAPI spec version: 1.0
5771
+ */
5772
+
5773
+ interface StackEntity {
5774
+ kind: StackEntityKind;
5775
+ items: StackEntityItemsItem[];
5776
+ id: string;
5777
+ creatorId: string;
5778
+ metadata: StackEntityMetadata;
5779
+ createdAt: string;
5780
+ updatedAt: string;
5781
+ }
5782
+
5783
+ /**
5784
+ * Generated by orval v7.10.0 🍺
5785
+ * Do not edit manually.
5786
+ * Hautech API
5787
+ * OpenAPI spec version: 1.0
5788
+ */
5789
+
5790
+ interface ListStacksDto {
5791
+ data: StackEntity[];
5792
+ pageInfo: PageInfoDto;
5793
+ }
5794
+
5795
+ /**
5796
+ * Generated by orval v7.10.0 🍺
5797
+ * Do not edit manually.
5798
+ * Hautech API
5799
+ * OpenAPI spec version: 1.0
5800
+ */
5801
+ type ListStacksParamsDtoOrderBy = typeof ListStacksParamsDtoOrderBy[keyof typeof ListStacksParamsDtoOrderBy];
5802
+ declare const ListStacksParamsDtoOrderBy: {
5803
+ readonly createdAt_ASC: "createdAt_ASC";
5804
+ readonly createdAt_DESC: "createdAt_DESC";
5805
+ readonly updatedAt_ASC: "updatedAt_ASC";
5806
+ readonly updatedAt_DESC: "updatedAt_DESC";
5807
+ };
5808
+
5809
+ /**
5810
+ * Generated by orval v7.10.0 🍺
5811
+ * Do not edit manually.
5812
+ * Hautech API
5813
+ * OpenAPI spec version: 1.0
5814
+ */
5815
+
5816
+ interface ListStacksParamsDto {
5817
+ orderBy?: ListStacksParamsDtoOrderBy;
5818
+ limit?: number;
5819
+ cursor?: string;
5820
+ }
5821
+
5822
+ /**
5823
+ * Generated by orval v7.10.0 🍺
5824
+ * Do not edit manually.
5825
+ * Hautech API
5826
+ * OpenAPI spec version: 1.0
5827
+ */
5828
+ type WorkflowDtoData = {
5829
+ [key: string]: unknown;
5830
+ };
5831
+
5832
+ /**
5833
+ * Generated by orval v7.10.0 🍺
5834
+ * Do not edit manually.
5835
+ * Hautech API
5836
+ * OpenAPI spec version: 1.0
5837
+ */
5838
+ type WorkflowDtoMetadata = {
5839
+ [key: string]: unknown;
5840
+ };
5841
+
5842
+ /**
5843
+ * Generated by orval v7.10.0 🍺
5844
+ * Do not edit manually.
5845
+ * Hautech API
5846
+ * OpenAPI spec version: 1.0
5847
+ */
5848
+
5849
+ interface WorkflowDto {
5850
+ id: string;
5851
+ creatorId: string;
5852
+ data: WorkflowDtoData;
5853
+ version: string;
5854
+ metadata: WorkflowDtoMetadata;
5855
+ createdAt: string;
5856
+ updatedAt: string;
5857
+ }
5858
+
5859
+ /**
5860
+ * Generated by orval v7.10.0 🍺
5861
+ * Do not edit manually.
5862
+ * Hautech API
5863
+ * OpenAPI spec version: 1.0
5864
+ */
5865
+
5866
+ interface ListWorkflowsDto {
5867
+ data: WorkflowDto[];
5868
+ pageInfo: PageInfoDto;
5869
+ }
5870
+
5871
+ /**
5872
+ * Generated by orval v7.10.0 🍺
5873
+ * Do not edit manually.
5874
+ * Hautech API
5875
+ * OpenAPI spec version: 1.0
5876
+ */
5877
+ type LumaPhotonV1InputAspectRatio = typeof LumaPhotonV1InputAspectRatio[keyof typeof LumaPhotonV1InputAspectRatio];
5878
+ declare const LumaPhotonV1InputAspectRatio: {
5879
+ readonly '1:1': "1:1";
5880
+ readonly '3:4': "3:4";
5881
+ readonly '4:3': "4:3";
5882
+ readonly '16:9': "16:9";
5883
+ readonly '9:16': "9:16";
5884
+ readonly '21:9': "21:9";
5885
+ readonly '9:21': "9:21";
5886
+ };
5887
+
5888
+ /**
5889
+ * Generated by orval v7.10.0 🍺
5890
+ * Do not edit manually.
5891
+ * Hautech API
5892
+ * OpenAPI spec version: 1.0
5893
+ */
5894
+
5895
+ interface LumaPhotonV1Input {
5896
+ prompt: string;
5897
+ seed?: number;
5898
+ aspectRatio: LumaPhotonV1InputAspectRatio;
5899
+ referenceImageId?: string;
5900
+ /**
5901
+ * @minimum 0
5902
+ * @maximum 1
5903
+ */
5904
+ imageReferenceWeight?: number;
5905
+ styleReferenceImageId?: string;
5906
+ /**
5907
+ * @minimum 0
5908
+ * @maximum 1
5909
+ */
5910
+ styleReferenceWeight?: number;
5911
+ characterReferenceImageId?: string;
5912
+ }
5913
+
5914
+ /**
5915
+ * Generated by orval v7.10.0 🍺
5916
+ * Do not edit manually.
5917
+ * Hautech API
5918
+ * OpenAPI spec version: 1.0
5919
+ */
5920
+ type LumaPhotonV1RequestMetadata = {
4110
5921
  [key: string]: unknown;
4111
5922
  };
4112
5923
 
@@ -4117,26 +5928,9 @@ type StackEntityMetadata = {
4117
5928
  * OpenAPI spec version: 1.0
4118
5929
  */
4119
5930
 
4120
- interface StackEntity {
4121
- kind: StackEntityKind;
4122
- items: StackEntityItemsItem[];
4123
- id: string;
4124
- creatorId: string;
4125
- metadata: StackEntityMetadata;
4126
- createdAt: string;
4127
- updatedAt: string;
4128
- }
4129
-
4130
- /**
4131
- * Generated by orval v7.10.0 🍺
4132
- * Do not edit manually.
4133
- * Hautech API
4134
- * OpenAPI spec version: 1.0
4135
- */
4136
-
4137
- interface ListStacksDto {
4138
- data: StackEntity[];
4139
- pageInfo: PageInfoDto;
5931
+ interface LumaPhotonV1Request {
5932
+ input: LumaPhotonV1Input;
5933
+ metadata?: LumaPhotonV1RequestMetadata;
4140
5934
  }
4141
5935
 
4142
5936
  /**
@@ -4145,12 +5939,9 @@ interface ListStacksDto {
4145
5939
  * Hautech API
4146
5940
  * OpenAPI spec version: 1.0
4147
5941
  */
4148
- type ListStacksParamsDtoOrderBy = typeof ListStacksParamsDtoOrderBy[keyof typeof ListStacksParamsDtoOrderBy];
4149
- declare const ListStacksParamsDtoOrderBy: {
4150
- readonly createdAt_ASC: "createdAt_ASC";
4151
- readonly createdAt_DESC: "createdAt_DESC";
4152
- readonly updatedAt_ASC: "updatedAt_ASC";
4153
- readonly updatedAt_DESC: "updatedAt_DESC";
5942
+ type LumaPhotonV1ResponseKind = typeof LumaPhotonV1ResponseKind[keyof typeof LumaPhotonV1ResponseKind];
5943
+ declare const LumaPhotonV1ResponseKind: {
5944
+ readonly operation: "operation";
4154
5945
  };
4155
5946
 
4156
5947
  /**
@@ -4159,12 +5950,9 @@ declare const ListStacksParamsDtoOrderBy: {
4159
5950
  * Hautech API
4160
5951
  * OpenAPI spec version: 1.0
4161
5952
  */
4162
-
4163
- interface ListStacksParamsDto {
4164
- orderBy?: ListStacksParamsDtoOrderBy;
4165
- limit?: number;
4166
- cursor?: string;
4167
- }
5953
+ type LumaPhotonV1ResponseInput = {
5954
+ [key: string]: unknown;
5955
+ };
4168
5956
 
4169
5957
  /**
4170
5958
  * Generated by orval v7.10.0 🍺
@@ -4172,8 +5960,11 @@ interface ListStacksParamsDto {
4172
5960
  * Hautech API
4173
5961
  * OpenAPI spec version: 1.0
4174
5962
  */
4175
- type WorkflowDtoData = {
4176
- [key: string]: unknown;
5963
+ type LumaPhotonV1ResponseStatus = typeof LumaPhotonV1ResponseStatus[keyof typeof LumaPhotonV1ResponseStatus];
5964
+ declare const LumaPhotonV1ResponseStatus: {
5965
+ readonly pending: "pending";
5966
+ readonly finished: "finished";
5967
+ readonly failed: "failed";
4177
5968
  };
4178
5969
 
4179
5970
  /**
@@ -4182,7 +5973,7 @@ type WorkflowDtoData = {
4182
5973
  * Hautech API
4183
5974
  * OpenAPI spec version: 1.0
4184
5975
  */
4185
- type WorkflowDtoMetadata = {
5976
+ type LumaPhotonV1ResponseMetadata = {
4186
5977
  [key: string]: unknown;
4187
5978
  };
4188
5979
 
@@ -4193,28 +5984,20 @@ type WorkflowDtoMetadata = {
4193
5984
  * OpenAPI spec version: 1.0
4194
5985
  */
4195
5986
 
4196
- interface WorkflowDto {
5987
+ interface LumaPhotonV1Response {
5988
+ kind: LumaPhotonV1ResponseKind;
5989
+ output: OperationOutputImageSingle;
5990
+ input: LumaPhotonV1ResponseInput;
5991
+ status: LumaPhotonV1ResponseStatus;
5992
+ type: string;
5993
+ price?: string;
4197
5994
  id: string;
4198
5995
  creatorId: string;
4199
- data: WorkflowDtoData;
4200
- version: string;
4201
- metadata: WorkflowDtoMetadata;
5996
+ metadata: LumaPhotonV1ResponseMetadata;
4202
5997
  createdAt: string;
4203
5998
  updatedAt: string;
4204
5999
  }
4205
6000
 
4206
- /**
4207
- * Generated by orval v7.10.0 🍺
4208
- * Do not edit manually.
4209
- * Hautech API
4210
- * OpenAPI spec version: 1.0
4211
- */
4212
-
4213
- interface ListWorkflowsDto {
4214
- data: WorkflowDto[];
4215
- pageInfo: PageInfoDto;
4216
- }
4217
-
4218
6001
  /**
4219
6002
  * Generated by orval v7.10.0 🍺
4220
6003
  * Do not edit manually.
@@ -5688,6 +7471,154 @@ interface RunWorkflowResponseDto {
5688
7471
  pipelineId: string;
5689
7472
  }
5690
7473
 
7474
+ /**
7475
+ * Generated by orval v7.10.0 🍺
7476
+ * Do not edit manually.
7477
+ * Hautech API
7478
+ * OpenAPI spec version: 1.0
7479
+ */
7480
+ type Seedream3V1InputAspectRatio = typeof Seedream3V1InputAspectRatio[keyof typeof Seedream3V1InputAspectRatio];
7481
+ declare const Seedream3V1InputAspectRatio: {
7482
+ readonly custom: "custom";
7483
+ readonly '1:1': "1:1";
7484
+ readonly '3:4': "3:4";
7485
+ readonly '4:3': "4:3";
7486
+ readonly '16:9': "16:9";
7487
+ readonly '9:16': "9:16";
7488
+ readonly '2:3': "2:3";
7489
+ readonly '3:2': "3:2";
7490
+ readonly '21:9': "21:9";
7491
+ };
7492
+
7493
+ /**
7494
+ * Generated by orval v7.10.0 🍺
7495
+ * Do not edit manually.
7496
+ * Hautech API
7497
+ * OpenAPI spec version: 1.0
7498
+ */
7499
+ type Seedream3V1InputSize = typeof Seedream3V1InputSize[keyof typeof Seedream3V1InputSize];
7500
+ declare const Seedream3V1InputSize: {
7501
+ readonly small: "small";
7502
+ readonly regular: "regular";
7503
+ readonly big: "big";
7504
+ };
7505
+
7506
+ /**
7507
+ * Generated by orval v7.10.0 🍺
7508
+ * Do not edit manually.
7509
+ * Hautech API
7510
+ * OpenAPI spec version: 1.0
7511
+ */
7512
+
7513
+ interface Seedream3V1Input {
7514
+ prompt: string;
7515
+ seed?: number;
7516
+ aspectRatio: Seedream3V1InputAspectRatio;
7517
+ size: Seedream3V1InputSize;
7518
+ /**
7519
+ * @minimum 512
7520
+ * @maximum 2048
7521
+ */
7522
+ width: number;
7523
+ /**
7524
+ * @minimum 512
7525
+ * @maximum 2048
7526
+ */
7527
+ height: number;
7528
+ /**
7529
+ * @minimum 1
7530
+ * @maximum 10
7531
+ */
7532
+ guidanceScale: number;
7533
+ }
7534
+
7535
+ /**
7536
+ * Generated by orval v7.10.0 🍺
7537
+ * Do not edit manually.
7538
+ * Hautech API
7539
+ * OpenAPI spec version: 1.0
7540
+ */
7541
+ type Seedream3V1RequestMetadata = {
7542
+ [key: string]: unknown;
7543
+ };
7544
+
7545
+ /**
7546
+ * Generated by orval v7.10.0 🍺
7547
+ * Do not edit manually.
7548
+ * Hautech API
7549
+ * OpenAPI spec version: 1.0
7550
+ */
7551
+
7552
+ interface Seedream3V1Request {
7553
+ input: Seedream3V1Input;
7554
+ metadata?: Seedream3V1RequestMetadata;
7555
+ }
7556
+
7557
+ /**
7558
+ * Generated by orval v7.10.0 🍺
7559
+ * Do not edit manually.
7560
+ * Hautech API
7561
+ * OpenAPI spec version: 1.0
7562
+ */
7563
+ type Seedream3V1ResponseKind = typeof Seedream3V1ResponseKind[keyof typeof Seedream3V1ResponseKind];
7564
+ declare const Seedream3V1ResponseKind: {
7565
+ readonly operation: "operation";
7566
+ };
7567
+
7568
+ /**
7569
+ * Generated by orval v7.10.0 🍺
7570
+ * Do not edit manually.
7571
+ * Hautech API
7572
+ * OpenAPI spec version: 1.0
7573
+ */
7574
+ type Seedream3V1ResponseInput = {
7575
+ [key: string]: unknown;
7576
+ };
7577
+
7578
+ /**
7579
+ * Generated by orval v7.10.0 🍺
7580
+ * Do not edit manually.
7581
+ * Hautech API
7582
+ * OpenAPI spec version: 1.0
7583
+ */
7584
+ type Seedream3V1ResponseStatus = typeof Seedream3V1ResponseStatus[keyof typeof Seedream3V1ResponseStatus];
7585
+ declare const Seedream3V1ResponseStatus: {
7586
+ readonly pending: "pending";
7587
+ readonly finished: "finished";
7588
+ readonly failed: "failed";
7589
+ };
7590
+
7591
+ /**
7592
+ * Generated by orval v7.10.0 🍺
7593
+ * Do not edit manually.
7594
+ * Hautech API
7595
+ * OpenAPI spec version: 1.0
7596
+ */
7597
+ type Seedream3V1ResponseMetadata = {
7598
+ [key: string]: unknown;
7599
+ };
7600
+
7601
+ /**
7602
+ * Generated by orval v7.10.0 🍺
7603
+ * Do not edit manually.
7604
+ * Hautech API
7605
+ * OpenAPI spec version: 1.0
7606
+ */
7607
+
7608
+ interface Seedream3V1Response {
7609
+ kind: Seedream3V1ResponseKind;
7610
+ output: OperationOutputImageSingle;
7611
+ input: Seedream3V1ResponseInput;
7612
+ status: Seedream3V1ResponseStatus;
7613
+ type: string;
7614
+ price?: string;
7615
+ id: string;
7616
+ creatorId: string;
7617
+ metadata: Seedream3V1ResponseMetadata;
7618
+ createdAt: string;
7619
+ updatedAt: string;
7620
+ }
7621
+
5691
7622
  /**
5692
7623
  * Generated by orval v7.10.0 🍺
5693
7624
  * Do not edit manually.
@@ -6699,6 +8630,93 @@ interface Veo3V1Input {
6699
8630
  seed?: number;
6700
8631
  }
6701
8632
 
8633
+ /**
8634
+ * Generated by orval v7.10.0 🍺
8635
+ * Do not edit manually.
8636
+ * Hautech API
8637
+ * OpenAPI spec version: 1.0
8638
+ */
8639
+ type Veo3FastV1RequestMetadata = {
8640
+ [key: string]: unknown;
8641
+ };
8642
+
8643
+ /**
8644
+ * Generated by orval v7.10.0 🍺
8645
+ * Do not edit manually.
8646
+ * Hautech API
8647
+ * OpenAPI spec version: 1.0
8648
+ */
8649
+
8650
+ interface Veo3FastV1Request {
8651
+ input: Veo3V1Input;
8652
+ metadata?: Veo3FastV1RequestMetadata;
8653
+ }
8654
+
8655
+ /**
8656
+ * Generated by orval v7.10.0 🍺
8657
+ * Do not edit manually.
8658
+ * Hautech API
8659
+ * OpenAPI spec version: 1.0
8660
+ */
8661
+ type Veo3FastV1ResponseKind = typeof Veo3FastV1ResponseKind[keyof typeof Veo3FastV1ResponseKind];
8662
+ declare const Veo3FastV1ResponseKind: {
8663
+ readonly operation: "operation";
8664
+ };
8665
+
8666
+ /**
8667
+ * Generated by orval v7.10.0 🍺
8668
+ * Do not edit manually.
8669
+ * Hautech API
8670
+ * OpenAPI spec version: 1.0
8671
+ */
8672
+ type Veo3FastV1ResponseInput = {
8673
+ [key: string]: unknown;
8674
+ };
8675
+
8676
+ /**
8677
+ * Generated by orval v7.10.0 🍺
8678
+ * Do not edit manually.
8679
+ * Hautech API
8680
+ * OpenAPI spec version: 1.0
8681
+ */
8682
+ type Veo3FastV1ResponseStatus = typeof Veo3FastV1ResponseStatus[keyof typeof Veo3FastV1ResponseStatus];
8683
+ declare const Veo3FastV1ResponseStatus: {
8684
+ readonly pending: "pending";
8685
+ readonly finished: "finished";
8686
+ readonly failed: "failed";
8687
+ };
8688
+
8689
+ /**
8690
+ * Generated by orval v7.10.0 🍺
8691
+ * Do not edit manually.
8692
+ * Hautech API
8693
+ * OpenAPI spec version: 1.0
8694
+ */
8695
+ type Veo3FastV1ResponseMetadata = {
8696
+ [key: string]: unknown;
8697
+ };
8698
+
8699
+ /**
8700
+ * Generated by orval v7.10.0 🍺
8701
+ * Do not edit manually.
8702
+ * Hautech API
8703
+ * OpenAPI spec version: 1.0
8704
+ */
8705
+
8706
+ interface Veo3FastV1Response {
8707
+ kind: Veo3FastV1ResponseKind;
8708
+ output: OperationOutputVideoSingle;
8709
+ input: Veo3FastV1ResponseInput;
8710
+ status: Veo3FastV1ResponseStatus;
8711
+ type: string;
8712
+ price?: string;
8713
+ id: string;
8714
+ creatorId: string;
8715
+ metadata: Veo3FastV1ResponseMetadata;
8716
+ createdAt: string;
8717
+ updatedAt: string;
8718
+ }
8719
+
6702
8720
  /**
6703
8721
  * Generated by orval v7.10.0 🍺
6704
8722
  * Do not edit manually.
@@ -7067,6 +9085,7 @@ declare const apiDefinitions: {
7067
9085
  gpt: {
7068
9086
  v1: (gptV1Request: GptV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV1Response, any>>;
7069
9087
  v2: (gptV2Request: GptV2Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV2Response, any>>;
9088
+ v3: (gptV3Request: GptV3Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV3Response, any>>;
7070
9089
  };
7071
9090
  math: {
7072
9091
  v1: (mathV1Request: MathV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<MathV1Response, any>>;
@@ -7274,6 +9293,7 @@ declare const pipelineDefinitions: {
7274
9293
  gpt: {
7275
9294
  v1: (gptV1Request: GptV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV1Response, any>>;
7276
9295
  v2: (gptV2Request: GptV2Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV2Response, any>>;
9296
+ v3: (gptV3Request: GptV3Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV3Response, any>>;
7277
9297
  };
7278
9298
  translate: {
7279
9299
  v1: (translateV1Request: TranslateV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<TranslateV1Response, any>>;
@@ -7287,6 +9307,9 @@ declare const pipelineDefinitions: {
7287
9307
  kate: {
7288
9308
  v1: (imagineKateV1Request: ImagineKateV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<ImagineKateV1Response, any>>;
7289
9309
  };
9310
+ flux_1_1_pro_ultra: {
9311
+ v1: (imagineFlux11ProUltraV1Request: ImagineFlux11ProUltraV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<ImagineFlux11ProUltraV1Response, any>>;
9312
+ };
7290
9313
  };
7291
9314
  upscale: {
7292
9315
  v1: (upscaleV1Request: UpscaleV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<UpscaleV1Response, any>>;
@@ -7358,6 +9381,9 @@ declare const pipelineDefinitions: {
7358
9381
  };
7359
9382
  veo3: {
7360
9383
  v1: (veo3V1Request: Veo3V1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Veo3V1Response, any>>;
9384
+ fast: {
9385
+ v1: (veo3FastV1Request: Veo3FastV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Veo3FastV1Response, any>>;
9386
+ };
7361
9387
  };
7362
9388
  pipelineMap: {
7363
9389
  v1: (pipelineMapV1Request: PipelineMapV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<PipelineMapV1Response, any>>;
@@ -7375,6 +9401,14 @@ declare const pipelineDefinitions: {
7375
9401
  v1: (ideogramCharacterV1Request: IdeogramCharacterV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<IdeogramCharacterV1Response, any>>;
7376
9402
  };
7377
9403
  };
9404
+ seedream3: {
9405
+ v1: (seedream3V1Request: Seedream3V1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Seedream3V1Response, any>>;
9406
+ };
9407
+ luma: {
9408
+ photon: {
9409
+ v1: (lumaPhotonV1Request: LumaPhotonV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<LumaPhotonV1Response, any>>;
9410
+ };
9411
+ };
7378
9412
  };
7379
9413
  };
7380
9414
  poses: {
@@ -7545,4 +9579,4 @@ declare const createTokenSigner: (options: {
7545
9579
  }) => Promise<string>;
7546
9580
  };
7547
9581
 
7548
- export { type AccountEntity, AccountEntityType, AccountsControllerListAccountsV1OrderBy, type AccountsControllerListAccountsV1Params, type AddAccountToGroupControllerParamsDto, AddAccountToGroupControllerParamsDtoRole, type AddAccountToGroupParamsDto, AddAccountToGroupParamsDtoRole, type AddBalanceControllerParamsDto, type AddBalanceParamsDto, 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 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 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 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 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 GetAccountParamsDto, type GetBalanceParamsDto, type GetCollectionParamsDto, type GetGroupParamsDto, type GetImageParamsDto, type GetImageRepresentationParamsDto, GetImageRepresentationParamsDtoType, type GetOperationParamsDto, type GetOperationsParamsDto, type GetPoseParamsDto, type GetStackParamsDto, type GetStorageRecordParamsDto, type GetUrlsForImagesParamsDto, type GetVideoParamsDto, type GetVideosParamsDto, type GiseleVtonV1Input, GiseleVtonV1InputCategory, 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 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 ImagineKateV1Request, type ImagineKateV1RequestMetadata, type ImagineKateV1Response, type ImagineKateV1ResponseInput, ImagineKateV1ResponseKind, type ImagineKateV1ResponseMetadata, ImagineKateV1ResponseStatus, 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 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 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 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 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 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 UpscaleV1Input, type UpscaleV1Request, type UpscaleV1RequestMetadata, type UpscaleV1Response, type UpscaleV1ResponseInput, UpscaleV1ResponseKind, type UpscaleV1ResponseMetadata, UpscaleV1ResponseStatus, type VariableDto, 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, WorkflowsControllerListWorkflowsV1OrderBy, type WorkflowsControllerListWorkflowsV1Params, type WsEventMap, createSDK, createTokenSigner };
9582
+ export { type AccountEntity, AccountEntityType, AccountsControllerListAccountsV1OrderBy, type AccountsControllerListAccountsV1Params, type AddAccountToGroupControllerParamsDto, AddAccountToGroupControllerParamsDtoRole, type AddAccountToGroupParamsDto, AddAccountToGroupParamsDtoRole, type AddBalanceControllerParamsDto, type AddBalanceParamsDto, 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 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 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 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 Flux11ProUltraV1Input, type Flux11ProUltraV1Request, type Flux11ProUltraV1RequestMetadata, type Flux11ProUltraV1Response, type Flux11ProUltraV1ResponseInput, Flux11ProUltraV1ResponseKind, type Flux11ProUltraV1ResponseMetadata, Flux11ProUltraV1ResponseStatus, 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 GPTV3AnnotationDto, GPTV3AnnotationDtoType, type GPTV3AssistantMessageDto, type GPTV3AssistantMessageDtoContent, type GPTV3AssistantMessageDtoContentOneOfItem, GPTV3AssistantMessageDtoRole, GPTV3AssistantMessageDtoType, type GPTV3ContentWithAnnotationsDto, GPTV3ContentWithAnnotationsDtoType, type GPTV3DeveloperMessageDto, type GPTV3DeveloperMessageDtoContent, type GPTV3DeveloperMessageDtoContentOneOfItem, GPTV3DeveloperMessageDtoRole, GPTV3DeveloperMessageDtoType, type GPTV3FileSearchCallDetailsDto, type GPTV3FileSearchCallDetailsDtoFilters, type GPTV3FileSearchCallDetailsDtoRanking, type GPTV3FileSearchCallDto, GPTV3FileSearchCallDtoType, type GPTV3FileSearchFileDto, type GPTV3FileSearchResultDto, type GPTV3FileSearchResultDtoSearchResults, GPTV3FileSearchResultDtoStatus, GPTV3FileSearchResultDtoType, type GPTV3FileSearchResultsDto, type GPTV3FileSearchToolDto, type GPTV3FileSearchToolDtoFilters, type GPTV3FileSearchToolDtoRanking, GPTV3FileSearchToolDtoType, type GPTV3FunctionCallDetailsDto, type GPTV3FunctionCallDto, GPTV3FunctionCallDtoType, type GPTV3FunctionToolDto, type GPTV3FunctionToolDtoParameters, GPTV3FunctionToolDtoType, type GPTV3ImageGenerationCallDto, GPTV3ImageGenerationCallDtoType, type GPTV3ImageGenerationResultDto, type GPTV3ImageGenerationResultDtoMetadata, GPTV3ImageGenerationResultDtoStatus, GPTV3ImageGenerationResultDtoType, type GPTV3ImageGenerationResultsDto, type GPTV3ImageGenerationToolDto, GPTV3ImageGenerationToolDtoQuality, GPTV3ImageGenerationToolDtoSize, GPTV3ImageGenerationToolDtoType, type GPTV3ImageInputDto, GPTV3ImageInputDtoDetail, GPTV3ImageInputDtoType, type GPTV3Input, type GPTV3InputInput, GPTV3InputModel, type GPTV3MessageContentDto, GPTV3MessageContentDtoRole, GPTV3MessageContentDtoType, type GPTV3ResponseDto, type GPTV3ResponseDtoContent, GPTV3ResponseDtoFinishReason, GPTV3ResponseDtoRole, type GPTV3ResponseFormatJsonSchemaDto, type GPTV3ResponseFormatJsonSchemaDtoSchema, GPTV3ResponseFormatJsonSchemaDtoType, type GPTV3ResponseFormatTextDto, GPTV3ResponseFormatTextDtoType, type GPTV3SystemMessageDto, type GPTV3SystemMessageDtoContent, type GPTV3SystemMessageDtoContentOneOfItem, GPTV3SystemMessageDtoRole, GPTV3SystemMessageDtoType, type GPTV3TextConfigDto, type GPTV3TextConfigDtoFormat, type GPTV3TextInputDto, GPTV3TextInputDtoType, type GPTV3ToolChoiceDto, GPTV3ToolChoiceDtoType, type GPTV3ToolChoiceFunctionDto, type GPTV3ToolDto, GPTV3ToolDtoType, type GPTV3UserMessageDto, type GPTV3UserMessageDtoContent, type GPTV3UserMessageDtoContentOneOfItem, GPTV3UserMessageDtoRole, GPTV3UserMessageDtoType, type GPTV3WebSearchCallDto, GPTV3WebSearchCallDtoType, type GPTV3WebSearchResultDto, GPTV3WebSearchResultDtoStatus, GPTV3WebSearchResultDtoType, 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 GetUrlsForImagesParamsDto, type GetVideoParamsDto, type GetVideosParamsDto, type GiseleVtonV1Input, GiseleVtonV1InputCategory, 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 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 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 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 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 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 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 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, WorkflowsControllerListWorkflowsV1OrderBy, type WorkflowsControllerListWorkflowsV1Params, type WsEventMap, createSDK, createTokenSigner };