@hautechai/sdk 2.2.3 → 2.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +2191 -151
- package/dist/index.d.ts +2191 -151
- package/dist/index.js +570 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +516 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
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
|
-
|
|
2209
|
-
|
|
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
|
-
|
|
2219
|
-
|
|
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
|
-
|
|
2229
|
-
|
|
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
|
-
|
|
2239
|
-
|
|
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
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
2272
|
-
|
|
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
|
-
|
|
2282
|
-
|
|
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
|
-
|
|
2292
|
-
|
|
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
|
-
|
|
2302
|
-
|
|
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
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
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
|
-
|
|
2323
|
-
|
|
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
|
-
|
|
2333
|
-
|
|
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
|
-
|
|
2343
|
-
|
|
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
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
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
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
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
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
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
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
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
|
-
|
|
2425
|
-
|
|
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
|
-
*
|
|
2679
|
+
* Generated by orval v7.10.0 🍺
|
|
2680
|
+
* Do not edit manually.
|
|
2681
|
+
* Hautech API
|
|
2682
|
+
* OpenAPI spec version: 1.0
|
|
2437
2683
|
*/
|
|
2438
|
-
|
|
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
|
|
2448
|
-
|
|
2449
|
-
|
|
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,1326 @@ interface OperationOutputJSON {
|
|
|
2456
2709
|
* Hautech API
|
|
2457
2710
|
* OpenAPI spec version: 1.0
|
|
2458
2711
|
*/
|
|
2459
|
-
|
|
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 file_search: "file_search";
|
|
2754
|
+
};
|
|
2755
|
+
|
|
2756
|
+
/**
|
|
2757
|
+
* Generated by orval v7.10.0 🍺
|
|
2758
|
+
* Do not edit manually.
|
|
2759
|
+
* Hautech API
|
|
2760
|
+
* OpenAPI spec version: 1.0
|
|
2761
|
+
*/
|
|
2762
|
+
/**
|
|
2763
|
+
* A filter to apply to the search.
|
|
2764
|
+
* @nullable
|
|
2765
|
+
*/
|
|
2766
|
+
type GPTV3FileSearchToolDtoFilters = {
|
|
2767
|
+
[key: string]: unknown;
|
|
2768
|
+
} | null;
|
|
2769
|
+
|
|
2770
|
+
/**
|
|
2771
|
+
* Generated by orval v7.10.0 🍺
|
|
2772
|
+
* Do not edit manually.
|
|
2773
|
+
* Hautech API
|
|
2774
|
+
* OpenAPI spec version: 1.0
|
|
2775
|
+
*/
|
|
2776
|
+
/**
|
|
2777
|
+
* Ranking options for the search.
|
|
2778
|
+
* @nullable
|
|
2779
|
+
*/
|
|
2780
|
+
type GPTV3FileSearchToolDtoRanking = {
|
|
2781
|
+
[key: string]: unknown;
|
|
2782
|
+
} | null;
|
|
2783
|
+
|
|
2784
|
+
/**
|
|
2785
|
+
* Generated by orval v7.10.0 🍺
|
|
2786
|
+
* Do not edit manually.
|
|
2787
|
+
* Hautech API
|
|
2788
|
+
* OpenAPI spec version: 1.0
|
|
2789
|
+
*/
|
|
2790
|
+
|
|
2791
|
+
interface GPTV3FileSearchToolDto {
|
|
2792
|
+
/** The type of the tool. */
|
|
2793
|
+
type: GPTV3FileSearchToolDtoType;
|
|
2794
|
+
/** The IDs of the vector stores to search. */
|
|
2795
|
+
vector_store_ids?: string[];
|
|
2796
|
+
/** The search query used for the file search. */
|
|
2797
|
+
query?: string;
|
|
2798
|
+
/**
|
|
2799
|
+
* A filter to apply to the search.
|
|
2800
|
+
* @nullable
|
|
2801
|
+
*/
|
|
2802
|
+
filters?: GPTV3FileSearchToolDtoFilters;
|
|
2803
|
+
/** The maximum number of results to return. */
|
|
2804
|
+
max_num_results?: number;
|
|
2805
|
+
/**
|
|
2806
|
+
* Ranking options for the search.
|
|
2807
|
+
* @nullable
|
|
2808
|
+
*/
|
|
2809
|
+
ranking?: GPTV3FileSearchToolDtoRanking;
|
|
2810
|
+
}
|
|
2811
|
+
|
|
2812
|
+
/**
|
|
2813
|
+
* Generated by orval v7.10.0 🍺
|
|
2814
|
+
* Do not edit manually.
|
|
2815
|
+
* Hautech API
|
|
2816
|
+
* OpenAPI spec version: 1.0
|
|
2817
|
+
*/
|
|
2818
|
+
interface GPTV3FunctionCallDetailsDto {
|
|
2819
|
+
/** The name of the function to call. */
|
|
2820
|
+
name: string;
|
|
2821
|
+
/** The arguments to pass to the function. */
|
|
2822
|
+
arguments: string;
|
|
2823
|
+
}
|
|
2824
|
+
|
|
2825
|
+
/**
|
|
2826
|
+
* Generated by orval v7.10.0 🍺
|
|
2827
|
+
* Do not edit manually.
|
|
2828
|
+
* Hautech API
|
|
2829
|
+
* OpenAPI spec version: 1.0
|
|
2830
|
+
*/
|
|
2831
|
+
/**
|
|
2832
|
+
* The type of tool call: function.
|
|
2833
|
+
*/
|
|
2834
|
+
type GPTV3FunctionCallDtoType = typeof GPTV3FunctionCallDtoType[keyof typeof GPTV3FunctionCallDtoType];
|
|
2835
|
+
declare const GPTV3FunctionCallDtoType: {
|
|
2836
|
+
readonly function: "function";
|
|
2837
|
+
};
|
|
2838
|
+
|
|
2839
|
+
/**
|
|
2840
|
+
* Generated by orval v7.10.0 🍺
|
|
2841
|
+
* Do not edit manually.
|
|
2842
|
+
* Hautech API
|
|
2843
|
+
* OpenAPI spec version: 1.0
|
|
2844
|
+
*/
|
|
2845
|
+
|
|
2846
|
+
interface GPTV3FunctionCallDto {
|
|
2847
|
+
/** The unique identifier for this tool call. */
|
|
2848
|
+
id: string;
|
|
2849
|
+
/** The type of tool call: function. */
|
|
2850
|
+
type: GPTV3FunctionCallDtoType;
|
|
2851
|
+
/** The function call details. */
|
|
2852
|
+
function: GPTV3FunctionCallDetailsDto;
|
|
2853
|
+
}
|
|
2854
|
+
|
|
2855
|
+
/**
|
|
2856
|
+
* Generated by orval v7.10.0 🍺
|
|
2857
|
+
* Do not edit manually.
|
|
2858
|
+
* Hautech API
|
|
2859
|
+
* OpenAPI spec version: 1.0
|
|
2860
|
+
*/
|
|
2861
|
+
/**
|
|
2862
|
+
* The type of the tool.
|
|
2863
|
+
*/
|
|
2864
|
+
type GPTV3FunctionToolDtoType = typeof GPTV3FunctionToolDtoType[keyof typeof GPTV3FunctionToolDtoType];
|
|
2865
|
+
declare const GPTV3FunctionToolDtoType: {
|
|
2866
|
+
readonly function: "function";
|
|
2867
|
+
};
|
|
2868
|
+
|
|
2869
|
+
/**
|
|
2870
|
+
* Generated by orval v7.10.0 🍺
|
|
2871
|
+
* Do not edit manually.
|
|
2872
|
+
* Hautech API
|
|
2873
|
+
* OpenAPI spec version: 1.0
|
|
2874
|
+
*/
|
|
2875
|
+
/**
|
|
2876
|
+
* The parameters the functions accepts, described as a JSON Schema object.
|
|
2877
|
+
*/
|
|
2878
|
+
type GPTV3FunctionToolDtoParameters = {
|
|
2879
|
+
[key: string]: unknown;
|
|
2880
|
+
};
|
|
2881
|
+
|
|
2882
|
+
/**
|
|
2883
|
+
* Generated by orval v7.10.0 🍺
|
|
2884
|
+
* Do not edit manually.
|
|
2885
|
+
* Hautech API
|
|
2886
|
+
* OpenAPI spec version: 1.0
|
|
2887
|
+
*/
|
|
2888
|
+
|
|
2889
|
+
interface GPTV3FunctionToolDto {
|
|
2890
|
+
/** The type of the tool. */
|
|
2891
|
+
type: GPTV3FunctionToolDtoType;
|
|
2892
|
+
/** The name of the function to call. */
|
|
2893
|
+
name: string;
|
|
2894
|
+
/** A description of what the function does. */
|
|
2895
|
+
description?: string;
|
|
2896
|
+
/** The parameters the functions accepts, described as a JSON Schema object. */
|
|
2897
|
+
parameters?: GPTV3FunctionToolDtoParameters;
|
|
2898
|
+
/** Whether to enable strict schema adherence when generating the function call. */
|
|
2899
|
+
strict?: boolean;
|
|
2900
|
+
}
|
|
2901
|
+
|
|
2902
|
+
/**
|
|
2903
|
+
* Generated by orval v7.10.0 🍺
|
|
2904
|
+
* Do not edit manually.
|
|
2905
|
+
* Hautech API
|
|
2906
|
+
* OpenAPI spec version: 1.0
|
|
2907
|
+
*/
|
|
2908
|
+
/**
|
|
2909
|
+
* The type of tool call: image_generation.
|
|
2910
|
+
*/
|
|
2911
|
+
type GPTV3ImageGenerationCallDtoType = typeof GPTV3ImageGenerationCallDtoType[keyof typeof GPTV3ImageGenerationCallDtoType];
|
|
2912
|
+
declare const GPTV3ImageGenerationCallDtoType: {
|
|
2913
|
+
readonly image_generation: "image_generation";
|
|
2914
|
+
};
|
|
2915
|
+
|
|
2916
|
+
/**
|
|
2917
|
+
* Generated by orval v7.10.0 🍺
|
|
2918
|
+
* Do not edit manually.
|
|
2919
|
+
* Hautech API
|
|
2920
|
+
* OpenAPI spec version: 1.0
|
|
2921
|
+
*/
|
|
2922
|
+
|
|
2923
|
+
interface GPTV3ImageGenerationCallDto {
|
|
2924
|
+
/** The unique identifier for this tool call. */
|
|
2925
|
+
id: string;
|
|
2926
|
+
/** The type of tool call: image_generation. */
|
|
2927
|
+
type: GPTV3ImageGenerationCallDtoType;
|
|
2928
|
+
}
|
|
2929
|
+
|
|
2930
|
+
/**
|
|
2931
|
+
* Generated by orval v7.10.0 🍺
|
|
2932
|
+
* Do not edit manually.
|
|
2933
|
+
* Hautech API
|
|
2934
|
+
* OpenAPI spec version: 1.0
|
|
2935
|
+
*/
|
|
2936
|
+
/**
|
|
2937
|
+
* The type of the image generation result. This is the FIRST output item when image_generation tool is called.
|
|
2938
|
+
*/
|
|
2939
|
+
type GPTV3ImageGenerationResultDtoType = typeof GPTV3ImageGenerationResultDtoType[keyof typeof GPTV3ImageGenerationResultDtoType];
|
|
2940
|
+
declare const GPTV3ImageGenerationResultDtoType: {
|
|
2941
|
+
readonly image_generation_call: "image_generation_call";
|
|
2942
|
+
};
|
|
2943
|
+
|
|
2944
|
+
/**
|
|
2945
|
+
* Generated by orval v7.10.0 🍺
|
|
2946
|
+
* Do not edit manually.
|
|
2947
|
+
* Hautech API
|
|
2948
|
+
* OpenAPI spec version: 1.0
|
|
2949
|
+
*/
|
|
2950
|
+
/**
|
|
2951
|
+
* The status of the image generation call.
|
|
2952
|
+
*/
|
|
2953
|
+
type GPTV3ImageGenerationResultDtoStatus = typeof GPTV3ImageGenerationResultDtoStatus[keyof typeof GPTV3ImageGenerationResultDtoStatus];
|
|
2954
|
+
declare const GPTV3ImageGenerationResultDtoStatus: {
|
|
2955
|
+
readonly completed: "completed";
|
|
2956
|
+
readonly failed: "failed";
|
|
2957
|
+
readonly pending: "pending";
|
|
2958
|
+
};
|
|
2959
|
+
|
|
2960
|
+
/**
|
|
2961
|
+
* Generated by orval v7.10.0 🍺
|
|
2962
|
+
* Do not edit manually.
|
|
2963
|
+
* Hautech API
|
|
2964
|
+
* OpenAPI spec version: 1.0
|
|
2965
|
+
*/
|
|
2966
|
+
/**
|
|
2967
|
+
* Additional metadata about the image generation.
|
|
2968
|
+
*/
|
|
2969
|
+
type GPTV3ImageGenerationResultDtoMetadata = {
|
|
2970
|
+
[key: string]: unknown;
|
|
2971
|
+
};
|
|
2972
|
+
|
|
2973
|
+
/**
|
|
2974
|
+
* Generated by orval v7.10.0 🍺
|
|
2975
|
+
* Do not edit manually.
|
|
2976
|
+
* Hautech API
|
|
2977
|
+
* OpenAPI spec version: 1.0
|
|
2978
|
+
*/
|
|
2979
|
+
|
|
2980
|
+
interface GPTV3ImageGenerationResultDto {
|
|
2981
|
+
/** The type of the image generation result. This is the FIRST output item when image_generation tool is called. */
|
|
2982
|
+
type: GPTV3ImageGenerationResultDtoType;
|
|
2983
|
+
/** The unique identifier for this image generation call. */
|
|
2984
|
+
id: string;
|
|
2985
|
+
/** The status of the image generation call. */
|
|
2986
|
+
status: GPTV3ImageGenerationResultDtoStatus;
|
|
2987
|
+
/** The generated image ID (when conversion is successful). */
|
|
2988
|
+
imageId?: string;
|
|
2989
|
+
/** The format of the generated image (e.g., "png", "jpeg"). */
|
|
2990
|
+
format?: string;
|
|
2991
|
+
/** The size of the generated image in bytes. */
|
|
2992
|
+
size?: number;
|
|
2993
|
+
/** Error message if the image generation failed. */
|
|
2994
|
+
error?: string;
|
|
2995
|
+
/** Additional metadata about the image generation. */
|
|
2996
|
+
metadata?: GPTV3ImageGenerationResultDtoMetadata;
|
|
2997
|
+
}
|
|
2998
|
+
|
|
2999
|
+
/**
|
|
3000
|
+
* Generated by orval v7.10.0 🍺
|
|
3001
|
+
* Do not edit manually.
|
|
3002
|
+
* Hautech API
|
|
3003
|
+
* OpenAPI spec version: 1.0
|
|
3004
|
+
*/
|
|
3005
|
+
|
|
3006
|
+
interface GPTV3ImageGenerationResultsDto {
|
|
3007
|
+
/** Array of image generation results. */
|
|
3008
|
+
results: GPTV3ImageGenerationResultDto[];
|
|
3009
|
+
}
|
|
3010
|
+
|
|
3011
|
+
/**
|
|
3012
|
+
* Generated by orval v7.10.0 🍺
|
|
3013
|
+
* Do not edit manually.
|
|
3014
|
+
* Hautech API
|
|
3015
|
+
* OpenAPI spec version: 1.0
|
|
3016
|
+
*/
|
|
3017
|
+
/**
|
|
3018
|
+
* The type of the tool.
|
|
3019
|
+
*/
|
|
3020
|
+
type GPTV3ImageGenerationToolDtoType = typeof GPTV3ImageGenerationToolDtoType[keyof typeof GPTV3ImageGenerationToolDtoType];
|
|
3021
|
+
declare const GPTV3ImageGenerationToolDtoType: {
|
|
3022
|
+
readonly image_generation: "image_generation";
|
|
3023
|
+
};
|
|
3024
|
+
|
|
3025
|
+
/**
|
|
3026
|
+
* Generated by orval v7.10.0 🍺
|
|
3027
|
+
* Do not edit manually.
|
|
3028
|
+
* Hautech API
|
|
3029
|
+
* OpenAPI spec version: 1.0
|
|
3030
|
+
*/
|
|
3031
|
+
/**
|
|
3032
|
+
* The quality level for image generation.
|
|
3033
|
+
*/
|
|
3034
|
+
type GPTV3ImageGenerationToolDtoQuality = typeof GPTV3ImageGenerationToolDtoQuality[keyof typeof GPTV3ImageGenerationToolDtoQuality];
|
|
3035
|
+
declare const GPTV3ImageGenerationToolDtoQuality: {
|
|
3036
|
+
readonly auto: "auto";
|
|
3037
|
+
readonly low: "low";
|
|
3038
|
+
readonly medium: "medium";
|
|
3039
|
+
readonly high: "high";
|
|
3040
|
+
};
|
|
3041
|
+
|
|
3042
|
+
/**
|
|
3043
|
+
* Generated by orval v7.10.0 🍺
|
|
3044
|
+
* Do not edit manually.
|
|
3045
|
+
* Hautech API
|
|
3046
|
+
* OpenAPI spec version: 1.0
|
|
3047
|
+
*/
|
|
3048
|
+
/**
|
|
3049
|
+
* The size of the generated image.
|
|
3050
|
+
*/
|
|
3051
|
+
type GPTV3ImageGenerationToolDtoSize = typeof GPTV3ImageGenerationToolDtoSize[keyof typeof GPTV3ImageGenerationToolDtoSize];
|
|
3052
|
+
declare const GPTV3ImageGenerationToolDtoSize: {
|
|
3053
|
+
readonly auto: "auto";
|
|
3054
|
+
readonly '1024x1024': "1024x1024";
|
|
3055
|
+
readonly '1536x1024': "1536x1024";
|
|
3056
|
+
readonly '1024x1536': "1024x1536";
|
|
3057
|
+
};
|
|
3058
|
+
|
|
3059
|
+
/**
|
|
3060
|
+
* Generated by orval v7.10.0 🍺
|
|
3061
|
+
* Do not edit manually.
|
|
3062
|
+
* Hautech API
|
|
3063
|
+
* OpenAPI spec version: 1.0
|
|
3064
|
+
*/
|
|
3065
|
+
|
|
3066
|
+
interface GPTV3ImageGenerationToolDto {
|
|
3067
|
+
/** The type of the tool. */
|
|
3068
|
+
type: GPTV3ImageGenerationToolDtoType;
|
|
3069
|
+
/** The quality level for image generation. */
|
|
3070
|
+
quality?: GPTV3ImageGenerationToolDtoQuality;
|
|
3071
|
+
/** The size of the generated image. */
|
|
3072
|
+
size?: GPTV3ImageGenerationToolDtoSize;
|
|
3073
|
+
}
|
|
3074
|
+
|
|
3075
|
+
/**
|
|
3076
|
+
* Generated by orval v7.10.0 🍺
|
|
3077
|
+
* Do not edit manually.
|
|
3078
|
+
* Hautech API
|
|
3079
|
+
* OpenAPI spec version: 1.0
|
|
3080
|
+
*/
|
|
3081
|
+
/**
|
|
3082
|
+
* ID of the model to use. See OpenAI docs for model endpoint compatibility.
|
|
3083
|
+
*/
|
|
3084
|
+
type GPTV3InputModel = typeof GPTV3InputModel[keyof typeof GPTV3InputModel];
|
|
3085
|
+
declare const GPTV3InputModel: {
|
|
3086
|
+
readonly 'gpt-4o': "gpt-4o";
|
|
3087
|
+
readonly 'gpt-5': "gpt-5";
|
|
3088
|
+
readonly o3: "o3";
|
|
3089
|
+
readonly 'o3-mini': "o3-mini";
|
|
3090
|
+
readonly 'gpt-41': "gpt-4.1";
|
|
3091
|
+
readonly 'gpt-41-mini': "gpt-4.1-mini";
|
|
3092
|
+
readonly 'gpt-41-nano': "gpt-4.1-nano";
|
|
3093
|
+
};
|
|
3094
|
+
|
|
3095
|
+
/**
|
|
3096
|
+
* Generated by orval v7.10.0 🍺
|
|
3097
|
+
* Do not edit manually.
|
|
3098
|
+
* Hautech API
|
|
3099
|
+
* OpenAPI spec version: 1.0
|
|
3100
|
+
*/
|
|
3101
|
+
|
|
3102
|
+
type GPTV3SystemMessageDtoContentOneOfItem = GPTV3TextInputDto | GPTV3ImageInputDto;
|
|
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
|
+
/**
|
|
3112
|
+
* The content of the system message. Can be a string or an array of text and image inputs.
|
|
3113
|
+
*/
|
|
3114
|
+
type GPTV3SystemMessageDtoContent = string | GPTV3SystemMessageDtoContentOneOfItem[];
|
|
3115
|
+
|
|
3116
|
+
/**
|
|
3117
|
+
* Generated by orval v7.10.0 🍺
|
|
3118
|
+
* Do not edit manually.
|
|
3119
|
+
* Hautech API
|
|
3120
|
+
* OpenAPI spec version: 1.0
|
|
3121
|
+
*/
|
|
3122
|
+
/**
|
|
3123
|
+
* The role of the message sender.
|
|
3124
|
+
*/
|
|
3125
|
+
type GPTV3SystemMessageDtoRole = typeof GPTV3SystemMessageDtoRole[keyof typeof GPTV3SystemMessageDtoRole];
|
|
3126
|
+
declare const GPTV3SystemMessageDtoRole: {
|
|
3127
|
+
readonly system: "system";
|
|
3128
|
+
};
|
|
3129
|
+
|
|
3130
|
+
/**
|
|
3131
|
+
* Generated by orval v7.10.0 🍺
|
|
3132
|
+
* Do not edit manually.
|
|
3133
|
+
* Hautech API
|
|
3134
|
+
* OpenAPI spec version: 1.0
|
|
3135
|
+
*/
|
|
3136
|
+
/**
|
|
3137
|
+
* The type of the message input. Always message.
|
|
3138
|
+
*/
|
|
3139
|
+
type GPTV3SystemMessageDtoType = typeof GPTV3SystemMessageDtoType[keyof typeof GPTV3SystemMessageDtoType];
|
|
3140
|
+
declare const GPTV3SystemMessageDtoType: {
|
|
3141
|
+
readonly message: "message";
|
|
3142
|
+
};
|
|
3143
|
+
|
|
3144
|
+
/**
|
|
3145
|
+
* Generated by orval v7.10.0 🍺
|
|
3146
|
+
* Do not edit manually.
|
|
3147
|
+
* Hautech API
|
|
3148
|
+
* OpenAPI spec version: 1.0
|
|
3149
|
+
*/
|
|
3150
|
+
|
|
3151
|
+
interface GPTV3SystemMessageDto {
|
|
3152
|
+
/** The content of the system message. Can be a string or an array of text and image inputs. */
|
|
3153
|
+
content: GPTV3SystemMessageDtoContent;
|
|
3154
|
+
/** The role of the message sender. */
|
|
3155
|
+
role: GPTV3SystemMessageDtoRole;
|
|
3156
|
+
/** The type of the message input. Always message. */
|
|
3157
|
+
type: GPTV3SystemMessageDtoType;
|
|
3158
|
+
}
|
|
3159
|
+
|
|
3160
|
+
/**
|
|
3161
|
+
* Generated by orval v7.10.0 🍺
|
|
3162
|
+
* Do not edit manually.
|
|
3163
|
+
* Hautech API
|
|
3164
|
+
* OpenAPI spec version: 1.0
|
|
3165
|
+
*/
|
|
3166
|
+
|
|
3167
|
+
type GPTV3UserMessageDtoContentOneOfItem = GPTV3TextInputDto | GPTV3ImageInputDto;
|
|
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
|
+
/**
|
|
3177
|
+
* The content of the user message. Can be a string or an array of text and image inputs.
|
|
3178
|
+
*/
|
|
3179
|
+
type GPTV3UserMessageDtoContent = string | GPTV3UserMessageDtoContentOneOfItem[];
|
|
3180
|
+
|
|
3181
|
+
/**
|
|
3182
|
+
* Generated by orval v7.10.0 🍺
|
|
3183
|
+
* Do not edit manually.
|
|
3184
|
+
* Hautech API
|
|
3185
|
+
* OpenAPI spec version: 1.0
|
|
3186
|
+
*/
|
|
3187
|
+
/**
|
|
3188
|
+
* The role of the message sender.
|
|
3189
|
+
*/
|
|
3190
|
+
type GPTV3UserMessageDtoRole = typeof GPTV3UserMessageDtoRole[keyof typeof GPTV3UserMessageDtoRole];
|
|
3191
|
+
declare const GPTV3UserMessageDtoRole: {
|
|
3192
|
+
readonly user: "user";
|
|
3193
|
+
};
|
|
3194
|
+
|
|
3195
|
+
/**
|
|
3196
|
+
* Generated by orval v7.10.0 🍺
|
|
3197
|
+
* Do not edit manually.
|
|
3198
|
+
* Hautech API
|
|
3199
|
+
* OpenAPI spec version: 1.0
|
|
3200
|
+
*/
|
|
3201
|
+
/**
|
|
3202
|
+
* The type of the message input. Always message.
|
|
3203
|
+
*/
|
|
3204
|
+
type GPTV3UserMessageDtoType = typeof GPTV3UserMessageDtoType[keyof typeof GPTV3UserMessageDtoType];
|
|
3205
|
+
declare const GPTV3UserMessageDtoType: {
|
|
3206
|
+
readonly message: "message";
|
|
3207
|
+
};
|
|
3208
|
+
|
|
3209
|
+
/**
|
|
3210
|
+
* Generated by orval v7.10.0 🍺
|
|
3211
|
+
* Do not edit manually.
|
|
3212
|
+
* Hautech API
|
|
3213
|
+
* OpenAPI spec version: 1.0
|
|
3214
|
+
*/
|
|
3215
|
+
|
|
3216
|
+
interface GPTV3UserMessageDto {
|
|
3217
|
+
/** The content of the user message. Can be a string or an array of text and image inputs. */
|
|
3218
|
+
content: GPTV3UserMessageDtoContent;
|
|
3219
|
+
/** The role of the message sender. */
|
|
3220
|
+
role: GPTV3UserMessageDtoRole;
|
|
3221
|
+
/** The type of the message input. Always message. */
|
|
3222
|
+
type: GPTV3UserMessageDtoType;
|
|
3223
|
+
}
|
|
3224
|
+
|
|
3225
|
+
/**
|
|
3226
|
+
* Generated by orval v7.10.0 🍺
|
|
3227
|
+
* Do not edit manually.
|
|
3228
|
+
* Hautech API
|
|
3229
|
+
* OpenAPI spec version: 1.0
|
|
3230
|
+
*/
|
|
3231
|
+
|
|
3232
|
+
/**
|
|
3233
|
+
* 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.
|
|
3234
|
+
*/
|
|
3235
|
+
type GPTV3InputInput = string | GPTV3SystemMessageDto | GPTV3UserMessageDto | GPTV3AssistantMessageDto | GPTV3DeveloperMessageDto;
|
|
3236
|
+
|
|
3237
|
+
/**
|
|
3238
|
+
* Generated by orval v7.10.0 🍺
|
|
3239
|
+
* Do not edit manually.
|
|
3240
|
+
* Hautech API
|
|
3241
|
+
* OpenAPI spec version: 1.0
|
|
3242
|
+
*/
|
|
3243
|
+
/**
|
|
3244
|
+
* The type of response format being defined: 'text'.
|
|
3245
|
+
*/
|
|
3246
|
+
type GPTV3ResponseFormatTextDtoType = typeof GPTV3ResponseFormatTextDtoType[keyof typeof GPTV3ResponseFormatTextDtoType];
|
|
3247
|
+
declare const GPTV3ResponseFormatTextDtoType: {
|
|
3248
|
+
readonly text: "text";
|
|
3249
|
+
};
|
|
3250
|
+
|
|
3251
|
+
/**
|
|
3252
|
+
* Generated by orval v7.10.0 🍺
|
|
3253
|
+
* Do not edit manually.
|
|
3254
|
+
* Hautech API
|
|
3255
|
+
* OpenAPI spec version: 1.0
|
|
3256
|
+
*/
|
|
3257
|
+
|
|
3258
|
+
interface GPTV3ResponseFormatTextDto {
|
|
3259
|
+
/** The type of response format being defined: 'text'. */
|
|
3260
|
+
type: GPTV3ResponseFormatTextDtoType;
|
|
3261
|
+
}
|
|
3262
|
+
|
|
3263
|
+
/**
|
|
3264
|
+
* Generated by orval v7.10.0 🍺
|
|
3265
|
+
* Do not edit manually.
|
|
3266
|
+
* Hautech API
|
|
3267
|
+
* OpenAPI spec version: 1.0
|
|
3268
|
+
*/
|
|
3269
|
+
/**
|
|
3270
|
+
* The schema for the response format, described as a JSON Schema object.
|
|
3271
|
+
*/
|
|
3272
|
+
type GPTV3ResponseFormatJsonSchemaDtoSchema = {
|
|
3273
|
+
[key: string]: unknown;
|
|
3274
|
+
};
|
|
3275
|
+
|
|
3276
|
+
/**
|
|
3277
|
+
* Generated by orval v7.10.0 🍺
|
|
3278
|
+
* Do not edit manually.
|
|
3279
|
+
* Hautech API
|
|
3280
|
+
* OpenAPI spec version: 1.0
|
|
3281
|
+
*/
|
|
3282
|
+
/**
|
|
3283
|
+
* The type of response format being defined: json_schema.
|
|
3284
|
+
*/
|
|
3285
|
+
type GPTV3ResponseFormatJsonSchemaDtoType = typeof GPTV3ResponseFormatJsonSchemaDtoType[keyof typeof GPTV3ResponseFormatJsonSchemaDtoType];
|
|
3286
|
+
declare const GPTV3ResponseFormatJsonSchemaDtoType: {
|
|
3287
|
+
readonly json_schema: "json_schema";
|
|
3288
|
+
};
|
|
3289
|
+
|
|
3290
|
+
/**
|
|
3291
|
+
* Generated by orval v7.10.0 🍺
|
|
3292
|
+
* Do not edit manually.
|
|
3293
|
+
* Hautech API
|
|
3294
|
+
* OpenAPI spec version: 1.0
|
|
3295
|
+
*/
|
|
3296
|
+
|
|
3297
|
+
interface GPTV3ResponseFormatJsonSchemaDto {
|
|
3298
|
+
/** 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. */
|
|
3299
|
+
name: string;
|
|
3300
|
+
/** The schema for the response format, described as a JSON Schema object. */
|
|
3301
|
+
schema: GPTV3ResponseFormatJsonSchemaDtoSchema;
|
|
3302
|
+
/** The type of response format being defined: json_schema. */
|
|
3303
|
+
type: GPTV3ResponseFormatJsonSchemaDtoType;
|
|
3304
|
+
/** A description of what the response format is for, used by the model to determine how to respond in the format. */
|
|
3305
|
+
description?: string;
|
|
3306
|
+
/** 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. */
|
|
3307
|
+
strict?: boolean;
|
|
3308
|
+
}
|
|
3309
|
+
|
|
3310
|
+
/**
|
|
3311
|
+
* Generated by orval v7.10.0 🍺
|
|
3312
|
+
* Do not edit manually.
|
|
3313
|
+
* Hautech API
|
|
3314
|
+
* OpenAPI spec version: 1.0
|
|
3315
|
+
*/
|
|
3316
|
+
|
|
3317
|
+
/**
|
|
3318
|
+
* The format for the text response.
|
|
3319
|
+
*/
|
|
3320
|
+
type GPTV3TextConfigDtoFormat = GPTV3ResponseFormatTextDto | GPTV3ResponseFormatJsonSchemaDto;
|
|
3321
|
+
|
|
3322
|
+
/**
|
|
3323
|
+
* Generated by orval v7.10.0 🍺
|
|
3324
|
+
* Do not edit manually.
|
|
3325
|
+
* Hautech API
|
|
3326
|
+
* OpenAPI spec version: 1.0
|
|
3327
|
+
*/
|
|
3328
|
+
|
|
3329
|
+
interface GPTV3TextConfigDto {
|
|
3330
|
+
/** The format for the text response. */
|
|
3331
|
+
format?: GPTV3TextConfigDtoFormat;
|
|
3332
|
+
}
|
|
3333
|
+
|
|
3334
|
+
/**
|
|
3335
|
+
* Generated by orval v7.10.0 🍺
|
|
3336
|
+
* Do not edit manually.
|
|
3337
|
+
* Hautech API
|
|
3338
|
+
* OpenAPI spec version: 1.0
|
|
3339
|
+
*/
|
|
3340
|
+
/**
|
|
3341
|
+
* The type of the tool.
|
|
3342
|
+
*/
|
|
3343
|
+
type GPTV3WebSearchToolDtoType = typeof GPTV3WebSearchToolDtoType[keyof typeof GPTV3WebSearchToolDtoType];
|
|
3344
|
+
declare const GPTV3WebSearchToolDtoType: {
|
|
3345
|
+
readonly web_search_preview: "web_search_preview";
|
|
3346
|
+
};
|
|
3347
|
+
|
|
3348
|
+
/**
|
|
3349
|
+
* Generated by orval v7.10.0 🍺
|
|
3350
|
+
* Do not edit manually.
|
|
3351
|
+
* Hautech API
|
|
3352
|
+
* OpenAPI spec version: 1.0
|
|
3353
|
+
*/
|
|
3354
|
+
/**
|
|
3355
|
+
* High level guidance for the amount of context window space to use for the search.
|
|
3356
|
+
*/
|
|
3357
|
+
type GPTV3WebSearchToolDtoSearchContextSize = typeof GPTV3WebSearchToolDtoSearchContextSize[keyof typeof GPTV3WebSearchToolDtoSearchContextSize];
|
|
3358
|
+
declare const GPTV3WebSearchToolDtoSearchContextSize: {
|
|
3359
|
+
readonly low: "low";
|
|
3360
|
+
readonly medium: "medium";
|
|
3361
|
+
readonly high: "high";
|
|
3362
|
+
};
|
|
3363
|
+
|
|
3364
|
+
/**
|
|
3365
|
+
* Generated by orval v7.10.0 🍺
|
|
3366
|
+
* Do not edit manually.
|
|
3367
|
+
* Hautech API
|
|
3368
|
+
* OpenAPI spec version: 1.0
|
|
3369
|
+
*/
|
|
3370
|
+
|
|
3371
|
+
interface GPTV3WebSearchToolDto {
|
|
3372
|
+
/** The type of the tool. */
|
|
3373
|
+
type: GPTV3WebSearchToolDtoType;
|
|
3374
|
+
/** High level guidance for the amount of context window space to use for the search. */
|
|
3375
|
+
search_context_size?: GPTV3WebSearchToolDtoSearchContextSize;
|
|
3376
|
+
}
|
|
3377
|
+
|
|
3378
|
+
/**
|
|
3379
|
+
* Generated by orval v7.10.0 🍺
|
|
3380
|
+
* Do not edit manually.
|
|
3381
|
+
* Hautech API
|
|
3382
|
+
* OpenAPI spec version: 1.0
|
|
3383
|
+
*/
|
|
3384
|
+
|
|
3385
|
+
type GPTV3InputToolsItem = GPTV3FunctionToolDto | GPTV3FileSearchToolDto | GPTV3WebSearchToolDto | GPTV3ImageGenerationToolDto;
|
|
3386
|
+
|
|
3387
|
+
/**
|
|
3388
|
+
* Generated by orval v7.10.0 🍺
|
|
3389
|
+
* Do not edit manually.
|
|
3390
|
+
* Hautech API
|
|
3391
|
+
* OpenAPI spec version: 1.0
|
|
3392
|
+
*/
|
|
3393
|
+
/**
|
|
3394
|
+
* Controls which (if any) tool is called by the model. 'none', 'auto', 'required', or a specific tool type.
|
|
3395
|
+
*/
|
|
3396
|
+
type GPTV3ToolChoiceDtoType = typeof GPTV3ToolChoiceDtoType[keyof typeof GPTV3ToolChoiceDtoType];
|
|
3397
|
+
declare const GPTV3ToolChoiceDtoType: {
|
|
3398
|
+
readonly none: "none";
|
|
3399
|
+
readonly auto: "auto";
|
|
3400
|
+
readonly required: "required";
|
|
3401
|
+
readonly function: "function";
|
|
3402
|
+
readonly file_search: "file_search";
|
|
3403
|
+
readonly web_search_preview: "web_search_preview";
|
|
3404
|
+
readonly image_generation: "image_generation";
|
|
3405
|
+
};
|
|
3406
|
+
|
|
3407
|
+
/**
|
|
3408
|
+
* Generated by orval v7.10.0 🍺
|
|
3409
|
+
* Do not edit manually.
|
|
3410
|
+
* Hautech API
|
|
3411
|
+
* OpenAPI spec version: 1.0
|
|
3412
|
+
*/
|
|
3413
|
+
interface GPTV3ToolChoiceFunctionDto {
|
|
3414
|
+
/** The name of the function to call. */
|
|
3415
|
+
name: string;
|
|
3416
|
+
}
|
|
3417
|
+
|
|
3418
|
+
/**
|
|
3419
|
+
* Generated by orval v7.10.0 🍺
|
|
3420
|
+
* Do not edit manually.
|
|
3421
|
+
* Hautech API
|
|
3422
|
+
* OpenAPI spec version: 1.0
|
|
3423
|
+
*/
|
|
3424
|
+
|
|
3425
|
+
interface GPTV3ToolChoiceDto {
|
|
3426
|
+
/** Controls which (if any) tool is called by the model. 'none', 'auto', 'required', or a specific tool type. */
|
|
3427
|
+
type: GPTV3ToolChoiceDtoType;
|
|
3428
|
+
/** The function to call, if type is `function`. */
|
|
3429
|
+
function?: GPTV3ToolChoiceFunctionDto;
|
|
3430
|
+
}
|
|
3431
|
+
|
|
3432
|
+
/**
|
|
3433
|
+
* Generated by orval v7.10.0 🍺
|
|
3434
|
+
* Do not edit manually.
|
|
3435
|
+
* Hautech API
|
|
3436
|
+
* OpenAPI spec version: 1.0
|
|
3437
|
+
*/
|
|
3438
|
+
|
|
3439
|
+
interface GPTV3Input {
|
|
3440
|
+
/** ID of the model to use. See OpenAI docs for model endpoint compatibility. */
|
|
3441
|
+
model?: GPTV3InputModel;
|
|
3442
|
+
/** 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. */
|
|
3443
|
+
input?: GPTV3InputInput;
|
|
3444
|
+
/** Configuration options for a text response from the model. Can be plain text or structured JSON data. */
|
|
3445
|
+
text?: GPTV3TextConfigDto;
|
|
3446
|
+
/** 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. */
|
|
3447
|
+
seed?: number;
|
|
3448
|
+
/** A list of tools the model may call. Supports function, file_search, web_search_preview, and image_generation tools. */
|
|
3449
|
+
tools?: GPTV3InputToolsItem[];
|
|
3450
|
+
/** Controls which (if any) tool is called by the model. 'none', 'auto', 'required', or a specific tool type. */
|
|
3451
|
+
tool_choice?: GPTV3ToolChoiceDto;
|
|
3452
|
+
/** Specifies which additional data to include in the response. For file search, use ["file_search_call.results"] to include search results. */
|
|
3453
|
+
include?: string[];
|
|
3454
|
+
max_output_tokens?: number;
|
|
3455
|
+
}
|
|
3456
|
+
|
|
3457
|
+
/**
|
|
3458
|
+
* Generated by orval v7.10.0 🍺
|
|
3459
|
+
* Do not edit manually.
|
|
3460
|
+
* Hautech API
|
|
3461
|
+
* OpenAPI spec version: 1.0
|
|
3462
|
+
*/
|
|
3463
|
+
/**
|
|
3464
|
+
* 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.
|
|
3465
|
+
*/
|
|
3466
|
+
type GPTV3MessageContentDtoType = typeof GPTV3MessageContentDtoType[keyof typeof GPTV3MessageContentDtoType];
|
|
3467
|
+
declare const GPTV3MessageContentDtoType: {
|
|
3468
|
+
readonly message: "message";
|
|
3469
|
+
};
|
|
3470
|
+
|
|
3471
|
+
/**
|
|
3472
|
+
* Generated by orval v7.10.0 🍺
|
|
3473
|
+
* Do not edit manually.
|
|
3474
|
+
* Hautech API
|
|
3475
|
+
* OpenAPI spec version: 1.0
|
|
3476
|
+
*/
|
|
3477
|
+
/**
|
|
3478
|
+
* The role of the message sender.
|
|
3479
|
+
*/
|
|
3480
|
+
type GPTV3MessageContentDtoRole = typeof GPTV3MessageContentDtoRole[keyof typeof GPTV3MessageContentDtoRole];
|
|
3481
|
+
declare const GPTV3MessageContentDtoRole: {
|
|
3482
|
+
readonly assistant: "assistant";
|
|
3483
|
+
};
|
|
3484
|
+
|
|
3485
|
+
/**
|
|
3486
|
+
* Generated by orval v7.10.0 🍺
|
|
3487
|
+
* Do not edit manually.
|
|
3488
|
+
* Hautech API
|
|
3489
|
+
* OpenAPI spec version: 1.0
|
|
3490
|
+
*/
|
|
3491
|
+
|
|
3492
|
+
interface GPTV3MessageContentDto {
|
|
3493
|
+
/** The unique identifier for the message. */
|
|
3494
|
+
id: string;
|
|
3495
|
+
/** 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. */
|
|
3496
|
+
type: GPTV3MessageContentDtoType;
|
|
3497
|
+
/** The role of the message sender. */
|
|
3498
|
+
role: GPTV3MessageContentDtoRole;
|
|
3499
|
+
/** The content of the message with annotations and citations. */
|
|
3500
|
+
content: GPTV3ContentWithAnnotationsDto[];
|
|
3501
|
+
}
|
|
3502
|
+
|
|
3503
|
+
/**
|
|
3504
|
+
* Generated by orval v7.10.0 🍺
|
|
3505
|
+
* Do not edit manually.
|
|
3506
|
+
* Hautech API
|
|
3507
|
+
* OpenAPI spec version: 1.0
|
|
3508
|
+
*/
|
|
3509
|
+
/**
|
|
3510
|
+
* The finish reason for the response.
|
|
3511
|
+
*/
|
|
3512
|
+
type GPTV3ResponseDtoFinishReason = typeof GPTV3ResponseDtoFinishReason[keyof typeof GPTV3ResponseDtoFinishReason];
|
|
3513
|
+
declare const GPTV3ResponseDtoFinishReason: {
|
|
3514
|
+
readonly stop: "stop";
|
|
3515
|
+
readonly tool_calls: "tool_calls";
|
|
3516
|
+
};
|
|
3517
|
+
|
|
3518
|
+
/**
|
|
3519
|
+
* Generated by orval v7.10.0 🍺
|
|
3520
|
+
* Do not edit manually.
|
|
3521
|
+
* Hautech API
|
|
3522
|
+
* OpenAPI spec version: 1.0
|
|
3523
|
+
*/
|
|
3524
|
+
/**
|
|
3525
|
+
* The role of the assistant.
|
|
3526
|
+
*/
|
|
3527
|
+
type GPTV3ResponseDtoRole = typeof GPTV3ResponseDtoRole[keyof typeof GPTV3ResponseDtoRole];
|
|
3528
|
+
declare const GPTV3ResponseDtoRole: {
|
|
3529
|
+
readonly assistant: "assistant";
|
|
3530
|
+
};
|
|
3531
|
+
|
|
3532
|
+
/**
|
|
3533
|
+
* Generated by orval v7.10.0 🍺
|
|
3534
|
+
* Do not edit manually.
|
|
3535
|
+
* Hautech API
|
|
3536
|
+
* OpenAPI spec version: 1.0
|
|
3537
|
+
*/
|
|
3538
|
+
/**
|
|
3539
|
+
* The type of tool call: web_search_preview.
|
|
3540
|
+
*/
|
|
3541
|
+
type GPTV3WebSearchCallDtoType = typeof GPTV3WebSearchCallDtoType[keyof typeof GPTV3WebSearchCallDtoType];
|
|
3542
|
+
declare const GPTV3WebSearchCallDtoType: {
|
|
3543
|
+
readonly web_search_preview: "web_search_preview";
|
|
3544
|
+
};
|
|
3545
|
+
|
|
3546
|
+
/**
|
|
3547
|
+
* Generated by orval v7.10.0 🍺
|
|
3548
|
+
* Do not edit manually.
|
|
3549
|
+
* Hautech API
|
|
3550
|
+
* OpenAPI spec version: 1.0
|
|
3551
|
+
*/
|
|
3552
|
+
|
|
3553
|
+
interface GPTV3WebSearchCallDto {
|
|
3554
|
+
/** The unique identifier for this tool call. */
|
|
3555
|
+
id: string;
|
|
3556
|
+
/** The type of tool call: web_search_preview. */
|
|
3557
|
+
type: GPTV3WebSearchCallDtoType;
|
|
3558
|
+
}
|
|
3559
|
+
|
|
3560
|
+
/**
|
|
3561
|
+
* Generated by orval v7.10.0 🍺
|
|
3562
|
+
* Do not edit manually.
|
|
3563
|
+
* Hautech API
|
|
3564
|
+
* OpenAPI spec version: 1.0
|
|
3565
|
+
*/
|
|
3566
|
+
|
|
3567
|
+
type GPTV3ResponseDtoToolCallsItem = GPTV3FileSearchCallDto | GPTV3WebSearchCallDto | GPTV3ImageGenerationCallDto | GPTV3FunctionCallDto;
|
|
3568
|
+
|
|
3569
|
+
/**
|
|
3570
|
+
* Generated by orval v7.10.0 🍺
|
|
3571
|
+
* Do not edit manually.
|
|
3572
|
+
* Hautech API
|
|
3573
|
+
* OpenAPI spec version: 1.0
|
|
3574
|
+
*/
|
|
3575
|
+
|
|
3576
|
+
/**
|
|
3577
|
+
* The content of the response. Can be a string for simple text responses or an array of content with annotations for responses with citations.
|
|
3578
|
+
*/
|
|
3579
|
+
type GPTV3ResponseDtoContent = string | GPTV3ContentWithAnnotationsDto[];
|
|
3580
|
+
|
|
3581
|
+
/**
|
|
3582
|
+
* Generated by orval v7.10.0 🍺
|
|
3583
|
+
* Do not edit manually.
|
|
3584
|
+
* Hautech API
|
|
3585
|
+
* OpenAPI spec version: 1.0
|
|
3586
|
+
*/
|
|
3587
|
+
|
|
3588
|
+
interface GPTV3ResponseDto {
|
|
3589
|
+
/** The finish reason for the response. */
|
|
3590
|
+
finish_reason: GPTV3ResponseDtoFinishReason;
|
|
3591
|
+
/** The role of the assistant. */
|
|
3592
|
+
role: GPTV3ResponseDtoRole;
|
|
3593
|
+
/** The tool calls made by the assistant, if any. */
|
|
3594
|
+
tool_calls?: GPTV3ResponseDtoToolCallsItem[];
|
|
3595
|
+
/** The content of the response. Can be a string for simple text responses or an array of content with annotations for responses with citations. */
|
|
3596
|
+
content?: GPTV3ResponseDtoContent;
|
|
3597
|
+
/** The search results from file search operations. */
|
|
3598
|
+
search_results?: GPTV3FileSearchResultsDto;
|
|
3599
|
+
}
|
|
3600
|
+
|
|
3601
|
+
/**
|
|
3602
|
+
* Generated by orval v7.10.0 🍺
|
|
3603
|
+
* Do not edit manually.
|
|
3604
|
+
* Hautech API
|
|
3605
|
+
* OpenAPI spec version: 1.0
|
|
3606
|
+
*/
|
|
3607
|
+
/**
|
|
3608
|
+
* The type of the tool.
|
|
3609
|
+
*/
|
|
3610
|
+
type GPTV3ToolDtoType = typeof GPTV3ToolDtoType[keyof typeof GPTV3ToolDtoType];
|
|
3611
|
+
declare const GPTV3ToolDtoType: {
|
|
3612
|
+
readonly function: "function";
|
|
3613
|
+
readonly file_search: "file_search";
|
|
3614
|
+
readonly web_search_preview: "web_search_preview";
|
|
3615
|
+
readonly image_generation: "image_generation";
|
|
3616
|
+
};
|
|
3617
|
+
|
|
3618
|
+
/**
|
|
3619
|
+
* Generated by orval v7.10.0 🍺
|
|
3620
|
+
* Do not edit manually.
|
|
3621
|
+
* Hautech API
|
|
3622
|
+
* OpenAPI spec version: 1.0
|
|
3623
|
+
*/
|
|
3624
|
+
|
|
3625
|
+
interface GPTV3ToolDto {
|
|
3626
|
+
/** The type of the tool. */
|
|
3627
|
+
type: GPTV3ToolDtoType;
|
|
3628
|
+
}
|
|
3629
|
+
|
|
3630
|
+
/**
|
|
3631
|
+
* Generated by orval v7.10.0 🍺
|
|
3632
|
+
* Do not edit manually.
|
|
3633
|
+
* Hautech API
|
|
3634
|
+
* OpenAPI spec version: 1.0
|
|
3635
|
+
*/
|
|
3636
|
+
/**
|
|
3637
|
+
* The type of the web search result. This is the FIRST output item when web_search tool is called.
|
|
3638
|
+
*/
|
|
3639
|
+
type GPTV3WebSearchResultDtoType = typeof GPTV3WebSearchResultDtoType[keyof typeof GPTV3WebSearchResultDtoType];
|
|
3640
|
+
declare const GPTV3WebSearchResultDtoType: {
|
|
3641
|
+
readonly web_search_call: "web_search_call";
|
|
3642
|
+
};
|
|
3643
|
+
|
|
3644
|
+
/**
|
|
3645
|
+
* Generated by orval v7.10.0 🍺
|
|
3646
|
+
* Do not edit manually.
|
|
3647
|
+
* Hautech API
|
|
3648
|
+
* OpenAPI spec version: 1.0
|
|
3649
|
+
*/
|
|
3650
|
+
/**
|
|
3651
|
+
* The status of the web search call.
|
|
3652
|
+
*/
|
|
3653
|
+
type GPTV3WebSearchResultDtoStatus = typeof GPTV3WebSearchResultDtoStatus[keyof typeof GPTV3WebSearchResultDtoStatus];
|
|
3654
|
+
declare const GPTV3WebSearchResultDtoStatus: {
|
|
3655
|
+
readonly completed: "completed";
|
|
3656
|
+
readonly failed: "failed";
|
|
3657
|
+
readonly pending: "pending";
|
|
3658
|
+
};
|
|
3659
|
+
|
|
3660
|
+
/**
|
|
3661
|
+
* Generated by orval v7.10.0 🍺
|
|
3662
|
+
* Do not edit manually.
|
|
3663
|
+
* Hautech API
|
|
3664
|
+
* OpenAPI spec version: 1.0
|
|
3665
|
+
*/
|
|
3666
|
+
|
|
3667
|
+
interface GPTV3WebSearchResultDto {
|
|
3668
|
+
/** The type of the web search result. This is the FIRST output item when web_search tool is called. */
|
|
3669
|
+
type: GPTV3WebSearchResultDtoType;
|
|
3670
|
+
/** The unique identifier for this web search call. */
|
|
3671
|
+
id: string;
|
|
3672
|
+
/** The status of the web search call. */
|
|
3673
|
+
status: GPTV3WebSearchResultDtoStatus;
|
|
3674
|
+
}
|
|
3675
|
+
|
|
3676
|
+
/**
|
|
3677
|
+
* Generated by orval v7.10.0 🍺
|
|
3678
|
+
* Do not edit manually.
|
|
3679
|
+
* Hautech API
|
|
3680
|
+
* OpenAPI spec version: 1.0
|
|
3681
|
+
*/
|
|
3682
|
+
interface GetAccountParamsDto {
|
|
3683
|
+
id?: string;
|
|
3684
|
+
alias?: string;
|
|
3685
|
+
}
|
|
3686
|
+
|
|
3687
|
+
/**
|
|
3688
|
+
* Generated by orval v7.10.0 🍺
|
|
3689
|
+
* Do not edit manually.
|
|
3690
|
+
* Hautech API
|
|
3691
|
+
* OpenAPI spec version: 1.0
|
|
3692
|
+
*/
|
|
3693
|
+
interface GetBalanceParamsDto {
|
|
3694
|
+
accountId: string;
|
|
3695
|
+
}
|
|
3696
|
+
|
|
3697
|
+
/**
|
|
3698
|
+
* Generated by orval v7.10.0 🍺
|
|
3699
|
+
* Do not edit manually.
|
|
3700
|
+
* Hautech API
|
|
3701
|
+
* OpenAPI spec version: 1.0
|
|
3702
|
+
*/
|
|
3703
|
+
interface GetCollectionParamsDto {
|
|
3704
|
+
collectionId: string;
|
|
3705
|
+
}
|
|
3706
|
+
|
|
3707
|
+
/**
|
|
3708
|
+
* Generated by orval v7.10.0 🍺
|
|
3709
|
+
* Do not edit manually.
|
|
3710
|
+
* Hautech API
|
|
3711
|
+
* OpenAPI spec version: 1.0
|
|
3712
|
+
*/
|
|
3713
|
+
interface GetGroupParamsDto {
|
|
3714
|
+
id: string;
|
|
3715
|
+
}
|
|
3716
|
+
|
|
3717
|
+
/**
|
|
3718
|
+
* Generated by orval v7.10.0 🍺
|
|
3719
|
+
* Do not edit manually.
|
|
3720
|
+
* Hautech API
|
|
3721
|
+
* OpenAPI spec version: 1.0
|
|
3722
|
+
*/
|
|
3723
|
+
interface GetImageParamsDto {
|
|
3724
|
+
id: string;
|
|
3725
|
+
}
|
|
3726
|
+
|
|
3727
|
+
/**
|
|
3728
|
+
* Generated by orval v7.10.0 🍺
|
|
3729
|
+
* Do not edit manually.
|
|
3730
|
+
* Hautech API
|
|
3731
|
+
* OpenAPI spec version: 1.0
|
|
3732
|
+
*/
|
|
3733
|
+
type GetImageRepresentationParamsDtoType = typeof GetImageRepresentationParamsDtoType[keyof typeof GetImageRepresentationParamsDtoType];
|
|
3734
|
+
declare const GetImageRepresentationParamsDtoType: {
|
|
3735
|
+
readonly samv1: "sam.v1";
|
|
3736
|
+
};
|
|
3737
|
+
|
|
3738
|
+
/**
|
|
3739
|
+
* Generated by orval v7.10.0 🍺
|
|
3740
|
+
* Do not edit manually.
|
|
3741
|
+
* Hautech API
|
|
3742
|
+
* OpenAPI spec version: 1.0
|
|
3743
|
+
*/
|
|
3744
|
+
|
|
3745
|
+
interface GetImageRepresentationParamsDto {
|
|
3746
|
+
imageId: string;
|
|
3747
|
+
type: GetImageRepresentationParamsDtoType;
|
|
3748
|
+
}
|
|
3749
|
+
|
|
3750
|
+
/**
|
|
3751
|
+
* Generated by orval v7.10.0 🍺
|
|
3752
|
+
* Do not edit manually.
|
|
3753
|
+
* Hautech API
|
|
3754
|
+
* OpenAPI spec version: 1.0
|
|
3755
|
+
*/
|
|
3756
|
+
interface GetOperationParamsDto {
|
|
3757
|
+
id: string;
|
|
3758
|
+
}
|
|
3759
|
+
|
|
3760
|
+
/**
|
|
3761
|
+
* Generated by orval v7.10.0 🍺
|
|
3762
|
+
* Do not edit manually.
|
|
3763
|
+
* Hautech API
|
|
3764
|
+
* OpenAPI spec version: 1.0
|
|
3765
|
+
*/
|
|
3766
|
+
interface GetOperationsParamsDto {
|
|
3767
|
+
ids: string[];
|
|
3768
|
+
}
|
|
3769
|
+
|
|
3770
|
+
/**
|
|
3771
|
+
* Generated by orval v7.10.0 🍺
|
|
3772
|
+
* Do not edit manually.
|
|
3773
|
+
* Hautech API
|
|
3774
|
+
* OpenAPI spec version: 1.0
|
|
3775
|
+
*/
|
|
3776
|
+
interface GetPoseParamsDto {
|
|
3777
|
+
id: string;
|
|
3778
|
+
}
|
|
3779
|
+
|
|
3780
|
+
/**
|
|
3781
|
+
* Generated by orval v7.10.0 🍺
|
|
3782
|
+
* Do not edit manually.
|
|
3783
|
+
* Hautech API
|
|
3784
|
+
* OpenAPI spec version: 1.0
|
|
3785
|
+
*/
|
|
3786
|
+
interface GetStackParamsDto {
|
|
3787
|
+
id: string;
|
|
3788
|
+
}
|
|
3789
|
+
|
|
3790
|
+
/**
|
|
3791
|
+
* Generated by orval v7.10.0 🍺
|
|
3792
|
+
* Do not edit manually.
|
|
3793
|
+
* Hautech API
|
|
3794
|
+
* OpenAPI spec version: 1.0
|
|
3795
|
+
*/
|
|
3796
|
+
interface GetStorageRecordParamsDto {
|
|
3797
|
+
/** @minItems 1 */
|
|
3798
|
+
keys: string[];
|
|
3799
|
+
}
|
|
3800
|
+
|
|
3801
|
+
/**
|
|
3802
|
+
* Generated by orval v7.10.0 🍺
|
|
3803
|
+
* Do not edit manually.
|
|
3804
|
+
* Hautech API
|
|
3805
|
+
* OpenAPI spec version: 1.0
|
|
3806
|
+
*/
|
|
3807
|
+
interface GetUrlsForImagesParamsDto {
|
|
3808
|
+
ids: string[];
|
|
3809
|
+
}
|
|
3810
|
+
|
|
3811
|
+
/**
|
|
3812
|
+
* Generated by orval v7.10.0 🍺
|
|
3813
|
+
* Do not edit manually.
|
|
3814
|
+
* Hautech API
|
|
3815
|
+
* OpenAPI spec version: 1.0
|
|
3816
|
+
*/
|
|
3817
|
+
interface GetVideoParamsDto {
|
|
3818
|
+
id: string;
|
|
3819
|
+
}
|
|
3820
|
+
|
|
3821
|
+
/**
|
|
3822
|
+
* Generated by orval v7.10.0 🍺
|
|
3823
|
+
* Do not edit manually.
|
|
3824
|
+
* Hautech API
|
|
3825
|
+
* OpenAPI spec version: 1.0
|
|
3826
|
+
*/
|
|
3827
|
+
interface GetVideosParamsDto {
|
|
3828
|
+
ids: string[];
|
|
3829
|
+
}
|
|
3830
|
+
|
|
3831
|
+
/**
|
|
3832
|
+
* Generated by orval v7.10.0 🍺
|
|
3833
|
+
* Do not edit manually.
|
|
3834
|
+
* Hautech API
|
|
3835
|
+
* OpenAPI spec version: 1.0
|
|
3836
|
+
*/
|
|
3837
|
+
type GiseleVtonV1InputCategory = typeof GiseleVtonV1InputCategory[keyof typeof GiseleVtonV1InputCategory];
|
|
3838
|
+
declare const GiseleVtonV1InputCategory: {
|
|
3839
|
+
readonly dresses: "dresses";
|
|
3840
|
+
readonly lower_body: "lower_body";
|
|
3841
|
+
readonly upper_body: "upper_body";
|
|
3842
|
+
};
|
|
3843
|
+
|
|
3844
|
+
/**
|
|
3845
|
+
* Generated by orval v7.10.0 🍺
|
|
3846
|
+
* Do not edit manually.
|
|
3847
|
+
* Hautech API
|
|
3848
|
+
* OpenAPI spec version: 1.0
|
|
3849
|
+
*/
|
|
3850
|
+
|
|
3851
|
+
interface GiseleVtonV1Input {
|
|
3852
|
+
category: GiseleVtonV1InputCategory;
|
|
3853
|
+
imageId: string;
|
|
3854
|
+
productDescription: string;
|
|
3855
|
+
productImageId: string;
|
|
3856
|
+
seed: number;
|
|
3857
|
+
}
|
|
3858
|
+
|
|
3859
|
+
/**
|
|
3860
|
+
* Generated by orval v7.10.0 🍺
|
|
3861
|
+
* Do not edit manually.
|
|
3862
|
+
* Hautech API
|
|
3863
|
+
* OpenAPI spec version: 1.0
|
|
3864
|
+
*/
|
|
3865
|
+
type GptV1RequestMetadata = {
|
|
3866
|
+
[key: string]: unknown;
|
|
3867
|
+
};
|
|
3868
|
+
|
|
3869
|
+
/**
|
|
3870
|
+
* Generated by orval v7.10.0 🍺
|
|
3871
|
+
* Do not edit manually.
|
|
3872
|
+
* Hautech API
|
|
3873
|
+
* OpenAPI spec version: 1.0
|
|
3874
|
+
*/
|
|
3875
|
+
|
|
3876
|
+
interface GptV1Request {
|
|
3877
|
+
input: GPTV1Input;
|
|
3878
|
+
metadata?: GptV1RequestMetadata;
|
|
3879
|
+
}
|
|
3880
|
+
|
|
3881
|
+
/**
|
|
3882
|
+
* Generated by orval v7.10.0 🍺
|
|
3883
|
+
* Do not edit manually.
|
|
3884
|
+
* Hautech API
|
|
3885
|
+
* OpenAPI spec version: 1.0
|
|
3886
|
+
*/
|
|
3887
|
+
type GptV1ResponseKind = typeof GptV1ResponseKind[keyof typeof GptV1ResponseKind];
|
|
3888
|
+
declare const GptV1ResponseKind: {
|
|
3889
|
+
readonly operation: "operation";
|
|
3890
|
+
};
|
|
3891
|
+
|
|
3892
|
+
/**
|
|
3893
|
+
* Generated by orval v7.10.0 🍺
|
|
3894
|
+
* Do not edit manually.
|
|
3895
|
+
* Hautech API
|
|
3896
|
+
* OpenAPI spec version: 1.0
|
|
3897
|
+
*/
|
|
3898
|
+
type OperationOutputJSONKind = typeof OperationOutputJSONKind[keyof typeof OperationOutputJSONKind];
|
|
3899
|
+
declare const OperationOutputJSONKind: {
|
|
3900
|
+
readonly json: "json";
|
|
3901
|
+
};
|
|
3902
|
+
|
|
3903
|
+
/**
|
|
3904
|
+
* Generated by orval v7.10.0 🍺
|
|
3905
|
+
* Do not edit manually.
|
|
3906
|
+
* Hautech API
|
|
3907
|
+
* OpenAPI spec version: 1.0
|
|
3908
|
+
*/
|
|
3909
|
+
type OperationOutputJSONDataOneOf = {
|
|
3910
|
+
[key: string]: unknown;
|
|
3911
|
+
};
|
|
3912
|
+
|
|
3913
|
+
/**
|
|
3914
|
+
* Generated by orval v7.10.0 🍺
|
|
3915
|
+
* Do not edit manually.
|
|
3916
|
+
* Hautech API
|
|
3917
|
+
* OpenAPI spec version: 1.0
|
|
3918
|
+
*/
|
|
3919
|
+
|
|
3920
|
+
/**
|
|
3921
|
+
* @nullable
|
|
3922
|
+
*/
|
|
3923
|
+
type OperationOutputJSONData = OperationOutputJSONDataOneOf | boolean | number | string | null;
|
|
3924
|
+
|
|
3925
|
+
/**
|
|
3926
|
+
* Generated by orval v7.10.0 🍺
|
|
3927
|
+
* Do not edit manually.
|
|
3928
|
+
* Hautech API
|
|
3929
|
+
* OpenAPI spec version: 1.0
|
|
3930
|
+
*/
|
|
3931
|
+
|
|
3932
|
+
interface OperationOutputJSON {
|
|
3933
|
+
kind: OperationOutputJSONKind;
|
|
3934
|
+
/** @nullable */
|
|
3935
|
+
data: OperationOutputJSONData;
|
|
3936
|
+
}
|
|
3937
|
+
|
|
3938
|
+
/**
|
|
3939
|
+
* Generated by orval v7.10.0 🍺
|
|
3940
|
+
* Do not edit manually.
|
|
3941
|
+
* Hautech API
|
|
3942
|
+
* OpenAPI spec version: 1.0
|
|
3943
|
+
*/
|
|
3944
|
+
type GptV1ResponseInput = {
|
|
3945
|
+
[key: string]: unknown;
|
|
3946
|
+
};
|
|
3947
|
+
|
|
3948
|
+
/**
|
|
3949
|
+
* Generated by orval v7.10.0 🍺
|
|
3950
|
+
* Do not edit manually.
|
|
3951
|
+
* Hautech API
|
|
3952
|
+
* OpenAPI spec version: 1.0
|
|
3953
|
+
*/
|
|
3954
|
+
type GptV1ResponseStatus = typeof GptV1ResponseStatus[keyof typeof GptV1ResponseStatus];
|
|
3955
|
+
declare const GptV1ResponseStatus: {
|
|
3956
|
+
readonly pending: "pending";
|
|
3957
|
+
readonly finished: "finished";
|
|
3958
|
+
readonly failed: "failed";
|
|
3959
|
+
};
|
|
3960
|
+
|
|
3961
|
+
/**
|
|
3962
|
+
* Generated by orval v7.10.0 🍺
|
|
3963
|
+
* Do not edit manually.
|
|
3964
|
+
* Hautech API
|
|
3965
|
+
* OpenAPI spec version: 1.0
|
|
3966
|
+
*/
|
|
3967
|
+
type GptV1ResponseMetadata = {
|
|
3968
|
+
[key: string]: unknown;
|
|
3969
|
+
};
|
|
3970
|
+
|
|
3971
|
+
/**
|
|
3972
|
+
* Generated by orval v7.10.0 🍺
|
|
3973
|
+
* Do not edit manually.
|
|
3974
|
+
* Hautech API
|
|
3975
|
+
* OpenAPI spec version: 1.0
|
|
3976
|
+
*/
|
|
3977
|
+
|
|
3978
|
+
interface GptV1Response {
|
|
3979
|
+
kind: GptV1ResponseKind;
|
|
3980
|
+
output: OperationOutputJSON;
|
|
3981
|
+
input: GptV1ResponseInput;
|
|
3982
|
+
status: GptV1ResponseStatus;
|
|
3983
|
+
type: string;
|
|
3984
|
+
price?: string;
|
|
3985
|
+
id: string;
|
|
3986
|
+
creatorId: string;
|
|
3987
|
+
metadata: GptV1ResponseMetadata;
|
|
3988
|
+
createdAt: string;
|
|
3989
|
+
updatedAt: string;
|
|
3990
|
+
}
|
|
3991
|
+
|
|
3992
|
+
/**
|
|
3993
|
+
* Generated by orval v7.10.0 🍺
|
|
3994
|
+
* Do not edit manually.
|
|
3995
|
+
* Hautech API
|
|
3996
|
+
* OpenAPI spec version: 1.0
|
|
3997
|
+
*/
|
|
3998
|
+
type GptV2RequestMetadata = {
|
|
3999
|
+
[key: string]: unknown;
|
|
4000
|
+
};
|
|
4001
|
+
|
|
4002
|
+
/**
|
|
4003
|
+
* Generated by orval v7.10.0 🍺
|
|
4004
|
+
* Do not edit manually.
|
|
4005
|
+
* Hautech API
|
|
4006
|
+
* OpenAPI spec version: 1.0
|
|
4007
|
+
*/
|
|
4008
|
+
|
|
4009
|
+
interface GptV2Request {
|
|
4010
|
+
input: GPTV2Input;
|
|
4011
|
+
metadata?: GptV2RequestMetadata;
|
|
4012
|
+
}
|
|
4013
|
+
|
|
4014
|
+
/**
|
|
4015
|
+
* Generated by orval v7.10.0 🍺
|
|
4016
|
+
* Do not edit manually.
|
|
4017
|
+
* Hautech API
|
|
4018
|
+
* OpenAPI spec version: 1.0
|
|
4019
|
+
*/
|
|
4020
|
+
type GptV2ResponseKind = typeof GptV2ResponseKind[keyof typeof GptV2ResponseKind];
|
|
4021
|
+
declare const GptV2ResponseKind: {
|
|
4022
|
+
readonly operation: "operation";
|
|
4023
|
+
};
|
|
4024
|
+
|
|
4025
|
+
/**
|
|
4026
|
+
* Generated by orval v7.10.0 🍺
|
|
4027
|
+
* Do not edit manually.
|
|
4028
|
+
* Hautech API
|
|
4029
|
+
* OpenAPI spec version: 1.0
|
|
4030
|
+
*/
|
|
4031
|
+
type GptV2ResponseInput = {
|
|
2460
4032
|
[key: string]: unknown;
|
|
2461
4033
|
};
|
|
2462
4034
|
|
|
@@ -2466,8 +4038,8 @@ type GptV1ResponseInput = {
|
|
|
2466
4038
|
* Hautech API
|
|
2467
4039
|
* OpenAPI spec version: 1.0
|
|
2468
4040
|
*/
|
|
2469
|
-
type
|
|
2470
|
-
declare const
|
|
4041
|
+
type GptV2ResponseStatus = typeof GptV2ResponseStatus[keyof typeof GptV2ResponseStatus];
|
|
4042
|
+
declare const GptV2ResponseStatus: {
|
|
2471
4043
|
readonly pending: "pending";
|
|
2472
4044
|
readonly finished: "finished";
|
|
2473
4045
|
readonly failed: "failed";
|
|
@@ -2479,7 +4051,7 @@ declare const GptV1ResponseStatus: {
|
|
|
2479
4051
|
* Hautech API
|
|
2480
4052
|
* OpenAPI spec version: 1.0
|
|
2481
4053
|
*/
|
|
2482
|
-
type
|
|
4054
|
+
type GptV2ResponseMetadata = {
|
|
2483
4055
|
[key: string]: unknown;
|
|
2484
4056
|
};
|
|
2485
4057
|
|
|
@@ -2490,16 +4062,16 @@ type GptV1ResponseMetadata = {
|
|
|
2490
4062
|
* OpenAPI spec version: 1.0
|
|
2491
4063
|
*/
|
|
2492
4064
|
|
|
2493
|
-
interface
|
|
2494
|
-
kind:
|
|
4065
|
+
interface GptV2Response {
|
|
4066
|
+
kind: GptV2ResponseKind;
|
|
2495
4067
|
output: OperationOutputJSON;
|
|
2496
|
-
input:
|
|
2497
|
-
status:
|
|
4068
|
+
input: GptV2ResponseInput;
|
|
4069
|
+
status: GptV2ResponseStatus;
|
|
2498
4070
|
type: string;
|
|
2499
4071
|
price?: string;
|
|
2500
4072
|
id: string;
|
|
2501
4073
|
creatorId: string;
|
|
2502
|
-
metadata:
|
|
4074
|
+
metadata: GptV2ResponseMetadata;
|
|
2503
4075
|
createdAt: string;
|
|
2504
4076
|
updatedAt: string;
|
|
2505
4077
|
}
|
|
@@ -2510,7 +4082,7 @@ interface GptV1Response {
|
|
|
2510
4082
|
* Hautech API
|
|
2511
4083
|
* OpenAPI spec version: 1.0
|
|
2512
4084
|
*/
|
|
2513
|
-
type
|
|
4085
|
+
type GptV3RequestMetadata = {
|
|
2514
4086
|
[key: string]: unknown;
|
|
2515
4087
|
};
|
|
2516
4088
|
|
|
@@ -2521,9 +4093,9 @@ type GptV2RequestMetadata = {
|
|
|
2521
4093
|
* OpenAPI spec version: 1.0
|
|
2522
4094
|
*/
|
|
2523
4095
|
|
|
2524
|
-
interface
|
|
2525
|
-
input:
|
|
2526
|
-
metadata?:
|
|
4096
|
+
interface GptV3Request {
|
|
4097
|
+
input: GPTV3Input;
|
|
4098
|
+
metadata?: GptV3RequestMetadata;
|
|
2527
4099
|
}
|
|
2528
4100
|
|
|
2529
4101
|
/**
|
|
@@ -2532,8 +4104,8 @@ interface GptV2Request {
|
|
|
2532
4104
|
* Hautech API
|
|
2533
4105
|
* OpenAPI spec version: 1.0
|
|
2534
4106
|
*/
|
|
2535
|
-
type
|
|
2536
|
-
declare const
|
|
4107
|
+
type GptV3ResponseKind = typeof GptV3ResponseKind[keyof typeof GptV3ResponseKind];
|
|
4108
|
+
declare const GptV3ResponseKind: {
|
|
2537
4109
|
readonly operation: "operation";
|
|
2538
4110
|
};
|
|
2539
4111
|
|
|
@@ -2543,7 +4115,7 @@ declare const GptV2ResponseKind: {
|
|
|
2543
4115
|
* Hautech API
|
|
2544
4116
|
* OpenAPI spec version: 1.0
|
|
2545
4117
|
*/
|
|
2546
|
-
type
|
|
4118
|
+
type GptV3ResponseInput = {
|
|
2547
4119
|
[key: string]: unknown;
|
|
2548
4120
|
};
|
|
2549
4121
|
|
|
@@ -2553,8 +4125,8 @@ type GptV2ResponseInput = {
|
|
|
2553
4125
|
* Hautech API
|
|
2554
4126
|
* OpenAPI spec version: 1.0
|
|
2555
4127
|
*/
|
|
2556
|
-
type
|
|
2557
|
-
declare const
|
|
4128
|
+
type GptV3ResponseStatus = typeof GptV3ResponseStatus[keyof typeof GptV3ResponseStatus];
|
|
4129
|
+
declare const GptV3ResponseStatus: {
|
|
2558
4130
|
readonly pending: "pending";
|
|
2559
4131
|
readonly finished: "finished";
|
|
2560
4132
|
readonly failed: "failed";
|
|
@@ -2566,7 +4138,7 @@ declare const GptV2ResponseStatus: {
|
|
|
2566
4138
|
* Hautech API
|
|
2567
4139
|
* OpenAPI spec version: 1.0
|
|
2568
4140
|
*/
|
|
2569
|
-
type
|
|
4141
|
+
type GptV3ResponseMetadata = {
|
|
2570
4142
|
[key: string]: unknown;
|
|
2571
4143
|
};
|
|
2572
4144
|
|
|
@@ -2577,16 +4149,16 @@ type GptV2ResponseMetadata = {
|
|
|
2577
4149
|
* OpenAPI spec version: 1.0
|
|
2578
4150
|
*/
|
|
2579
4151
|
|
|
2580
|
-
interface
|
|
2581
|
-
kind:
|
|
4152
|
+
interface GptV3Response {
|
|
4153
|
+
kind: GptV3ResponseKind;
|
|
2582
4154
|
output: OperationOutputJSON;
|
|
2583
|
-
input:
|
|
2584
|
-
status:
|
|
4155
|
+
input: GptV3ResponseInput;
|
|
4156
|
+
status: GptV3ResponseStatus;
|
|
2585
4157
|
type: string;
|
|
2586
4158
|
price?: string;
|
|
2587
4159
|
id: string;
|
|
2588
4160
|
creatorId: string;
|
|
2589
|
-
metadata:
|
|
4161
|
+
metadata: GptV3ResponseMetadata;
|
|
2590
4162
|
createdAt: string;
|
|
2591
4163
|
updatedAt: string;
|
|
2592
4164
|
}
|
|
@@ -3257,6 +4829,93 @@ interface Imagen4V1Response {
|
|
|
3257
4829
|
updatedAt: string;
|
|
3258
4830
|
}
|
|
3259
4831
|
|
|
4832
|
+
/**
|
|
4833
|
+
* Generated by orval v7.10.0 🍺
|
|
4834
|
+
* Do not edit manually.
|
|
4835
|
+
* Hautech API
|
|
4836
|
+
* OpenAPI spec version: 1.0
|
|
4837
|
+
*/
|
|
4838
|
+
type ImagineFlux11ProUltraV1RequestMetadata = {
|
|
4839
|
+
[key: string]: unknown;
|
|
4840
|
+
};
|
|
4841
|
+
|
|
4842
|
+
/**
|
|
4843
|
+
* Generated by orval v7.10.0 🍺
|
|
4844
|
+
* Do not edit manually.
|
|
4845
|
+
* Hautech API
|
|
4846
|
+
* OpenAPI spec version: 1.0
|
|
4847
|
+
*/
|
|
4848
|
+
|
|
4849
|
+
interface ImagineFlux11ProUltraV1Request {
|
|
4850
|
+
input: Flux11ProUltraV1Input;
|
|
4851
|
+
metadata?: ImagineFlux11ProUltraV1RequestMetadata;
|
|
4852
|
+
}
|
|
4853
|
+
|
|
4854
|
+
/**
|
|
4855
|
+
* Generated by orval v7.10.0 🍺
|
|
4856
|
+
* Do not edit manually.
|
|
4857
|
+
* Hautech API
|
|
4858
|
+
* OpenAPI spec version: 1.0
|
|
4859
|
+
*/
|
|
4860
|
+
type ImagineFlux11ProUltraV1ResponseKind = typeof ImagineFlux11ProUltraV1ResponseKind[keyof typeof ImagineFlux11ProUltraV1ResponseKind];
|
|
4861
|
+
declare const ImagineFlux11ProUltraV1ResponseKind: {
|
|
4862
|
+
readonly operation: "operation";
|
|
4863
|
+
};
|
|
4864
|
+
|
|
4865
|
+
/**
|
|
4866
|
+
* Generated by orval v7.10.0 🍺
|
|
4867
|
+
* Do not edit manually.
|
|
4868
|
+
* Hautech API
|
|
4869
|
+
* OpenAPI spec version: 1.0
|
|
4870
|
+
*/
|
|
4871
|
+
type ImagineFlux11ProUltraV1ResponseInput = {
|
|
4872
|
+
[key: string]: unknown;
|
|
4873
|
+
};
|
|
4874
|
+
|
|
4875
|
+
/**
|
|
4876
|
+
* Generated by orval v7.10.0 🍺
|
|
4877
|
+
* Do not edit manually.
|
|
4878
|
+
* Hautech API
|
|
4879
|
+
* OpenAPI spec version: 1.0
|
|
4880
|
+
*/
|
|
4881
|
+
type ImagineFlux11ProUltraV1ResponseStatus = typeof ImagineFlux11ProUltraV1ResponseStatus[keyof typeof ImagineFlux11ProUltraV1ResponseStatus];
|
|
4882
|
+
declare const ImagineFlux11ProUltraV1ResponseStatus: {
|
|
4883
|
+
readonly pending: "pending";
|
|
4884
|
+
readonly finished: "finished";
|
|
4885
|
+
readonly failed: "failed";
|
|
4886
|
+
};
|
|
4887
|
+
|
|
4888
|
+
/**
|
|
4889
|
+
* Generated by orval v7.10.0 🍺
|
|
4890
|
+
* Do not edit manually.
|
|
4891
|
+
* Hautech API
|
|
4892
|
+
* OpenAPI spec version: 1.0
|
|
4893
|
+
*/
|
|
4894
|
+
type ImagineFlux11ProUltraV1ResponseMetadata = {
|
|
4895
|
+
[key: string]: unknown;
|
|
4896
|
+
};
|
|
4897
|
+
|
|
4898
|
+
/**
|
|
4899
|
+
* Generated by orval v7.10.0 🍺
|
|
4900
|
+
* Do not edit manually.
|
|
4901
|
+
* Hautech API
|
|
4902
|
+
* OpenAPI spec version: 1.0
|
|
4903
|
+
*/
|
|
4904
|
+
|
|
4905
|
+
interface ImagineFlux11ProUltraV1Response {
|
|
4906
|
+
kind: ImagineFlux11ProUltraV1ResponseKind;
|
|
4907
|
+
output: OperationOutputImageSingle;
|
|
4908
|
+
input: ImagineFlux11ProUltraV1ResponseInput;
|
|
4909
|
+
status: ImagineFlux11ProUltraV1ResponseStatus;
|
|
4910
|
+
type: string;
|
|
4911
|
+
price?: string;
|
|
4912
|
+
id: string;
|
|
4913
|
+
creatorId: string;
|
|
4914
|
+
metadata: ImagineFlux11ProUltraV1ResponseMetadata;
|
|
4915
|
+
createdAt: string;
|
|
4916
|
+
updatedAt: string;
|
|
4917
|
+
}
|
|
4918
|
+
|
|
3260
4919
|
/**
|
|
3261
4920
|
* Generated by orval v7.10.0 🍺
|
|
3262
4921
|
* Do not edit manually.
|
|
@@ -4106,7 +5765,165 @@ type StackEntityItemsItem = OperationEntity | ImageEntity | VideoEntity;
|
|
|
4106
5765
|
* Hautech API
|
|
4107
5766
|
* OpenAPI spec version: 1.0
|
|
4108
5767
|
*/
|
|
4109
|
-
type StackEntityMetadata = {
|
|
5768
|
+
type StackEntityMetadata = {
|
|
5769
|
+
[key: string]: unknown;
|
|
5770
|
+
};
|
|
5771
|
+
|
|
5772
|
+
/**
|
|
5773
|
+
* Generated by orval v7.10.0 🍺
|
|
5774
|
+
* Do not edit manually.
|
|
5775
|
+
* Hautech API
|
|
5776
|
+
* OpenAPI spec version: 1.0
|
|
5777
|
+
*/
|
|
5778
|
+
|
|
5779
|
+
interface StackEntity {
|
|
5780
|
+
kind: StackEntityKind;
|
|
5781
|
+
items: StackEntityItemsItem[];
|
|
5782
|
+
id: string;
|
|
5783
|
+
creatorId: string;
|
|
5784
|
+
metadata: StackEntityMetadata;
|
|
5785
|
+
createdAt: string;
|
|
5786
|
+
updatedAt: string;
|
|
5787
|
+
}
|
|
5788
|
+
|
|
5789
|
+
/**
|
|
5790
|
+
* Generated by orval v7.10.0 🍺
|
|
5791
|
+
* Do not edit manually.
|
|
5792
|
+
* Hautech API
|
|
5793
|
+
* OpenAPI spec version: 1.0
|
|
5794
|
+
*/
|
|
5795
|
+
|
|
5796
|
+
interface ListStacksDto {
|
|
5797
|
+
data: StackEntity[];
|
|
5798
|
+
pageInfo: PageInfoDto;
|
|
5799
|
+
}
|
|
5800
|
+
|
|
5801
|
+
/**
|
|
5802
|
+
* Generated by orval v7.10.0 🍺
|
|
5803
|
+
* Do not edit manually.
|
|
5804
|
+
* Hautech API
|
|
5805
|
+
* OpenAPI spec version: 1.0
|
|
5806
|
+
*/
|
|
5807
|
+
type ListStacksParamsDtoOrderBy = typeof ListStacksParamsDtoOrderBy[keyof typeof ListStacksParamsDtoOrderBy];
|
|
5808
|
+
declare const ListStacksParamsDtoOrderBy: {
|
|
5809
|
+
readonly createdAt_ASC: "createdAt_ASC";
|
|
5810
|
+
readonly createdAt_DESC: "createdAt_DESC";
|
|
5811
|
+
readonly updatedAt_ASC: "updatedAt_ASC";
|
|
5812
|
+
readonly updatedAt_DESC: "updatedAt_DESC";
|
|
5813
|
+
};
|
|
5814
|
+
|
|
5815
|
+
/**
|
|
5816
|
+
* Generated by orval v7.10.0 🍺
|
|
5817
|
+
* Do not edit manually.
|
|
5818
|
+
* Hautech API
|
|
5819
|
+
* OpenAPI spec version: 1.0
|
|
5820
|
+
*/
|
|
5821
|
+
|
|
5822
|
+
interface ListStacksParamsDto {
|
|
5823
|
+
orderBy?: ListStacksParamsDtoOrderBy;
|
|
5824
|
+
limit?: number;
|
|
5825
|
+
cursor?: string;
|
|
5826
|
+
}
|
|
5827
|
+
|
|
5828
|
+
/**
|
|
5829
|
+
* Generated by orval v7.10.0 🍺
|
|
5830
|
+
* Do not edit manually.
|
|
5831
|
+
* Hautech API
|
|
5832
|
+
* OpenAPI spec version: 1.0
|
|
5833
|
+
*/
|
|
5834
|
+
type WorkflowDtoData = {
|
|
5835
|
+
[key: string]: unknown;
|
|
5836
|
+
};
|
|
5837
|
+
|
|
5838
|
+
/**
|
|
5839
|
+
* Generated by orval v7.10.0 🍺
|
|
5840
|
+
* Do not edit manually.
|
|
5841
|
+
* Hautech API
|
|
5842
|
+
* OpenAPI spec version: 1.0
|
|
5843
|
+
*/
|
|
5844
|
+
type WorkflowDtoMetadata = {
|
|
5845
|
+
[key: string]: unknown;
|
|
5846
|
+
};
|
|
5847
|
+
|
|
5848
|
+
/**
|
|
5849
|
+
* Generated by orval v7.10.0 🍺
|
|
5850
|
+
* Do not edit manually.
|
|
5851
|
+
* Hautech API
|
|
5852
|
+
* OpenAPI spec version: 1.0
|
|
5853
|
+
*/
|
|
5854
|
+
|
|
5855
|
+
interface WorkflowDto {
|
|
5856
|
+
id: string;
|
|
5857
|
+
creatorId: string;
|
|
5858
|
+
data: WorkflowDtoData;
|
|
5859
|
+
version: string;
|
|
5860
|
+
metadata: WorkflowDtoMetadata;
|
|
5861
|
+
createdAt: string;
|
|
5862
|
+
updatedAt: string;
|
|
5863
|
+
}
|
|
5864
|
+
|
|
5865
|
+
/**
|
|
5866
|
+
* Generated by orval v7.10.0 🍺
|
|
5867
|
+
* Do not edit manually.
|
|
5868
|
+
* Hautech API
|
|
5869
|
+
* OpenAPI spec version: 1.0
|
|
5870
|
+
*/
|
|
5871
|
+
|
|
5872
|
+
interface ListWorkflowsDto {
|
|
5873
|
+
data: WorkflowDto[];
|
|
5874
|
+
pageInfo: PageInfoDto;
|
|
5875
|
+
}
|
|
5876
|
+
|
|
5877
|
+
/**
|
|
5878
|
+
* Generated by orval v7.10.0 🍺
|
|
5879
|
+
* Do not edit manually.
|
|
5880
|
+
* Hautech API
|
|
5881
|
+
* OpenAPI spec version: 1.0
|
|
5882
|
+
*/
|
|
5883
|
+
type LumaPhotonV1InputAspectRatio = typeof LumaPhotonV1InputAspectRatio[keyof typeof LumaPhotonV1InputAspectRatio];
|
|
5884
|
+
declare const LumaPhotonV1InputAspectRatio: {
|
|
5885
|
+
readonly '1:1': "1:1";
|
|
5886
|
+
readonly '3:4': "3:4";
|
|
5887
|
+
readonly '4:3': "4:3";
|
|
5888
|
+
readonly '16:9': "16:9";
|
|
5889
|
+
readonly '9:16': "9:16";
|
|
5890
|
+
readonly '21:9': "21:9";
|
|
5891
|
+
readonly '9:21': "9:21";
|
|
5892
|
+
};
|
|
5893
|
+
|
|
5894
|
+
/**
|
|
5895
|
+
* Generated by orval v7.10.0 🍺
|
|
5896
|
+
* Do not edit manually.
|
|
5897
|
+
* Hautech API
|
|
5898
|
+
* OpenAPI spec version: 1.0
|
|
5899
|
+
*/
|
|
5900
|
+
|
|
5901
|
+
interface LumaPhotonV1Input {
|
|
5902
|
+
prompt: string;
|
|
5903
|
+
seed?: number;
|
|
5904
|
+
aspectRatio: LumaPhotonV1InputAspectRatio;
|
|
5905
|
+
referenceImageId?: string;
|
|
5906
|
+
/**
|
|
5907
|
+
* @minimum 0
|
|
5908
|
+
* @maximum 1
|
|
5909
|
+
*/
|
|
5910
|
+
imageReferenceWeight?: number;
|
|
5911
|
+
styleReferenceImageId?: string;
|
|
5912
|
+
/**
|
|
5913
|
+
* @minimum 0
|
|
5914
|
+
* @maximum 1
|
|
5915
|
+
*/
|
|
5916
|
+
styleReferenceWeight?: number;
|
|
5917
|
+
characterReferenceImageId?: string;
|
|
5918
|
+
}
|
|
5919
|
+
|
|
5920
|
+
/**
|
|
5921
|
+
* Generated by orval v7.10.0 🍺
|
|
5922
|
+
* Do not edit manually.
|
|
5923
|
+
* Hautech API
|
|
5924
|
+
* OpenAPI spec version: 1.0
|
|
5925
|
+
*/
|
|
5926
|
+
type LumaPhotonV1RequestMetadata = {
|
|
4110
5927
|
[key: string]: unknown;
|
|
4111
5928
|
};
|
|
4112
5929
|
|
|
@@ -4117,26 +5934,9 @@ type StackEntityMetadata = {
|
|
|
4117
5934
|
* OpenAPI spec version: 1.0
|
|
4118
5935
|
*/
|
|
4119
5936
|
|
|
4120
|
-
interface
|
|
4121
|
-
|
|
4122
|
-
|
|
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;
|
|
5937
|
+
interface LumaPhotonV1Request {
|
|
5938
|
+
input: LumaPhotonV1Input;
|
|
5939
|
+
metadata?: LumaPhotonV1RequestMetadata;
|
|
4140
5940
|
}
|
|
4141
5941
|
|
|
4142
5942
|
/**
|
|
@@ -4145,12 +5945,9 @@ interface ListStacksDto {
|
|
|
4145
5945
|
* Hautech API
|
|
4146
5946
|
* OpenAPI spec version: 1.0
|
|
4147
5947
|
*/
|
|
4148
|
-
type
|
|
4149
|
-
declare const
|
|
4150
|
-
readonly
|
|
4151
|
-
readonly createdAt_DESC: "createdAt_DESC";
|
|
4152
|
-
readonly updatedAt_ASC: "updatedAt_ASC";
|
|
4153
|
-
readonly updatedAt_DESC: "updatedAt_DESC";
|
|
5948
|
+
type LumaPhotonV1ResponseKind = typeof LumaPhotonV1ResponseKind[keyof typeof LumaPhotonV1ResponseKind];
|
|
5949
|
+
declare const LumaPhotonV1ResponseKind: {
|
|
5950
|
+
readonly operation: "operation";
|
|
4154
5951
|
};
|
|
4155
5952
|
|
|
4156
5953
|
/**
|
|
@@ -4159,12 +5956,9 @@ declare const ListStacksParamsDtoOrderBy: {
|
|
|
4159
5956
|
* Hautech API
|
|
4160
5957
|
* OpenAPI spec version: 1.0
|
|
4161
5958
|
*/
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
limit?: number;
|
|
4166
|
-
cursor?: string;
|
|
4167
|
-
}
|
|
5959
|
+
type LumaPhotonV1ResponseInput = {
|
|
5960
|
+
[key: string]: unknown;
|
|
5961
|
+
};
|
|
4168
5962
|
|
|
4169
5963
|
/**
|
|
4170
5964
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4172,8 +5966,11 @@ interface ListStacksParamsDto {
|
|
|
4172
5966
|
* Hautech API
|
|
4173
5967
|
* OpenAPI spec version: 1.0
|
|
4174
5968
|
*/
|
|
4175
|
-
type
|
|
4176
|
-
|
|
5969
|
+
type LumaPhotonV1ResponseStatus = typeof LumaPhotonV1ResponseStatus[keyof typeof LumaPhotonV1ResponseStatus];
|
|
5970
|
+
declare const LumaPhotonV1ResponseStatus: {
|
|
5971
|
+
readonly pending: "pending";
|
|
5972
|
+
readonly finished: "finished";
|
|
5973
|
+
readonly failed: "failed";
|
|
4177
5974
|
};
|
|
4178
5975
|
|
|
4179
5976
|
/**
|
|
@@ -4182,7 +5979,7 @@ type WorkflowDtoData = {
|
|
|
4182
5979
|
* Hautech API
|
|
4183
5980
|
* OpenAPI spec version: 1.0
|
|
4184
5981
|
*/
|
|
4185
|
-
type
|
|
5982
|
+
type LumaPhotonV1ResponseMetadata = {
|
|
4186
5983
|
[key: string]: unknown;
|
|
4187
5984
|
};
|
|
4188
5985
|
|
|
@@ -4193,28 +5990,20 @@ type WorkflowDtoMetadata = {
|
|
|
4193
5990
|
* OpenAPI spec version: 1.0
|
|
4194
5991
|
*/
|
|
4195
5992
|
|
|
4196
|
-
interface
|
|
5993
|
+
interface LumaPhotonV1Response {
|
|
5994
|
+
kind: LumaPhotonV1ResponseKind;
|
|
5995
|
+
output: OperationOutputImageSingle;
|
|
5996
|
+
input: LumaPhotonV1ResponseInput;
|
|
5997
|
+
status: LumaPhotonV1ResponseStatus;
|
|
5998
|
+
type: string;
|
|
5999
|
+
price?: string;
|
|
4197
6000
|
id: string;
|
|
4198
6001
|
creatorId: string;
|
|
4199
|
-
|
|
4200
|
-
version: string;
|
|
4201
|
-
metadata: WorkflowDtoMetadata;
|
|
6002
|
+
metadata: LumaPhotonV1ResponseMetadata;
|
|
4202
6003
|
createdAt: string;
|
|
4203
6004
|
updatedAt: string;
|
|
4204
6005
|
}
|
|
4205
6006
|
|
|
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
6007
|
/**
|
|
4219
6008
|
* Generated by orval v7.10.0 🍺
|
|
4220
6009
|
* Do not edit manually.
|
|
@@ -5688,6 +7477,154 @@ interface RunWorkflowResponseDto {
|
|
|
5688
7477
|
pipelineId: string;
|
|
5689
7478
|
}
|
|
5690
7479
|
|
|
7480
|
+
/**
|
|
7481
|
+
* Generated by orval v7.10.0 🍺
|
|
7482
|
+
* Do not edit manually.
|
|
7483
|
+
* Hautech API
|
|
7484
|
+
* OpenAPI spec version: 1.0
|
|
7485
|
+
*/
|
|
7486
|
+
type Seedream3V1InputAspectRatio = typeof Seedream3V1InputAspectRatio[keyof typeof Seedream3V1InputAspectRatio];
|
|
7487
|
+
declare const Seedream3V1InputAspectRatio: {
|
|
7488
|
+
readonly custom: "custom";
|
|
7489
|
+
readonly '1:1': "1:1";
|
|
7490
|
+
readonly '3:4': "3:4";
|
|
7491
|
+
readonly '4:3': "4:3";
|
|
7492
|
+
readonly '16:9': "16:9";
|
|
7493
|
+
readonly '9:16': "9:16";
|
|
7494
|
+
readonly '2:3': "2:3";
|
|
7495
|
+
readonly '3:2': "3:2";
|
|
7496
|
+
readonly '21:9': "21:9";
|
|
7497
|
+
};
|
|
7498
|
+
|
|
7499
|
+
/**
|
|
7500
|
+
* Generated by orval v7.10.0 🍺
|
|
7501
|
+
* Do not edit manually.
|
|
7502
|
+
* Hautech API
|
|
7503
|
+
* OpenAPI spec version: 1.0
|
|
7504
|
+
*/
|
|
7505
|
+
type Seedream3V1InputSize = typeof Seedream3V1InputSize[keyof typeof Seedream3V1InputSize];
|
|
7506
|
+
declare const Seedream3V1InputSize: {
|
|
7507
|
+
readonly small: "small";
|
|
7508
|
+
readonly regular: "regular";
|
|
7509
|
+
readonly big: "big";
|
|
7510
|
+
};
|
|
7511
|
+
|
|
7512
|
+
/**
|
|
7513
|
+
* Generated by orval v7.10.0 🍺
|
|
7514
|
+
* Do not edit manually.
|
|
7515
|
+
* Hautech API
|
|
7516
|
+
* OpenAPI spec version: 1.0
|
|
7517
|
+
*/
|
|
7518
|
+
|
|
7519
|
+
interface Seedream3V1Input {
|
|
7520
|
+
prompt: string;
|
|
7521
|
+
seed?: number;
|
|
7522
|
+
aspectRatio: Seedream3V1InputAspectRatio;
|
|
7523
|
+
size: Seedream3V1InputSize;
|
|
7524
|
+
/**
|
|
7525
|
+
* @minimum 512
|
|
7526
|
+
* @maximum 2048
|
|
7527
|
+
*/
|
|
7528
|
+
width: number;
|
|
7529
|
+
/**
|
|
7530
|
+
* @minimum 512
|
|
7531
|
+
* @maximum 2048
|
|
7532
|
+
*/
|
|
7533
|
+
height: number;
|
|
7534
|
+
/**
|
|
7535
|
+
* @minimum 1
|
|
7536
|
+
* @maximum 10
|
|
7537
|
+
*/
|
|
7538
|
+
guidanceScale: number;
|
|
7539
|
+
}
|
|
7540
|
+
|
|
7541
|
+
/**
|
|
7542
|
+
* Generated by orval v7.10.0 🍺
|
|
7543
|
+
* Do not edit manually.
|
|
7544
|
+
* Hautech API
|
|
7545
|
+
* OpenAPI spec version: 1.0
|
|
7546
|
+
*/
|
|
7547
|
+
type Seedream3V1RequestMetadata = {
|
|
7548
|
+
[key: string]: unknown;
|
|
7549
|
+
};
|
|
7550
|
+
|
|
7551
|
+
/**
|
|
7552
|
+
* Generated by orval v7.10.0 🍺
|
|
7553
|
+
* Do not edit manually.
|
|
7554
|
+
* Hautech API
|
|
7555
|
+
* OpenAPI spec version: 1.0
|
|
7556
|
+
*/
|
|
7557
|
+
|
|
7558
|
+
interface Seedream3V1Request {
|
|
7559
|
+
input: Seedream3V1Input;
|
|
7560
|
+
metadata?: Seedream3V1RequestMetadata;
|
|
7561
|
+
}
|
|
7562
|
+
|
|
7563
|
+
/**
|
|
7564
|
+
* Generated by orval v7.10.0 🍺
|
|
7565
|
+
* Do not edit manually.
|
|
7566
|
+
* Hautech API
|
|
7567
|
+
* OpenAPI spec version: 1.0
|
|
7568
|
+
*/
|
|
7569
|
+
type Seedream3V1ResponseKind = typeof Seedream3V1ResponseKind[keyof typeof Seedream3V1ResponseKind];
|
|
7570
|
+
declare const Seedream3V1ResponseKind: {
|
|
7571
|
+
readonly operation: "operation";
|
|
7572
|
+
};
|
|
7573
|
+
|
|
7574
|
+
/**
|
|
7575
|
+
* Generated by orval v7.10.0 🍺
|
|
7576
|
+
* Do not edit manually.
|
|
7577
|
+
* Hautech API
|
|
7578
|
+
* OpenAPI spec version: 1.0
|
|
7579
|
+
*/
|
|
7580
|
+
type Seedream3V1ResponseInput = {
|
|
7581
|
+
[key: string]: unknown;
|
|
7582
|
+
};
|
|
7583
|
+
|
|
7584
|
+
/**
|
|
7585
|
+
* Generated by orval v7.10.0 🍺
|
|
7586
|
+
* Do not edit manually.
|
|
7587
|
+
* Hautech API
|
|
7588
|
+
* OpenAPI spec version: 1.0
|
|
7589
|
+
*/
|
|
7590
|
+
type Seedream3V1ResponseStatus = typeof Seedream3V1ResponseStatus[keyof typeof Seedream3V1ResponseStatus];
|
|
7591
|
+
declare const Seedream3V1ResponseStatus: {
|
|
7592
|
+
readonly pending: "pending";
|
|
7593
|
+
readonly finished: "finished";
|
|
7594
|
+
readonly failed: "failed";
|
|
7595
|
+
};
|
|
7596
|
+
|
|
7597
|
+
/**
|
|
7598
|
+
* Generated by orval v7.10.0 🍺
|
|
7599
|
+
* Do not edit manually.
|
|
7600
|
+
* Hautech API
|
|
7601
|
+
* OpenAPI spec version: 1.0
|
|
7602
|
+
*/
|
|
7603
|
+
type Seedream3V1ResponseMetadata = {
|
|
7604
|
+
[key: string]: unknown;
|
|
7605
|
+
};
|
|
7606
|
+
|
|
7607
|
+
/**
|
|
7608
|
+
* Generated by orval v7.10.0 🍺
|
|
7609
|
+
* Do not edit manually.
|
|
7610
|
+
* Hautech API
|
|
7611
|
+
* OpenAPI spec version: 1.0
|
|
7612
|
+
*/
|
|
7613
|
+
|
|
7614
|
+
interface Seedream3V1Response {
|
|
7615
|
+
kind: Seedream3V1ResponseKind;
|
|
7616
|
+
output: OperationOutputImageSingle;
|
|
7617
|
+
input: Seedream3V1ResponseInput;
|
|
7618
|
+
status: Seedream3V1ResponseStatus;
|
|
7619
|
+
type: string;
|
|
7620
|
+
price?: string;
|
|
7621
|
+
id: string;
|
|
7622
|
+
creatorId: string;
|
|
7623
|
+
metadata: Seedream3V1ResponseMetadata;
|
|
7624
|
+
createdAt: string;
|
|
7625
|
+
updatedAt: string;
|
|
7626
|
+
}
|
|
7627
|
+
|
|
5691
7628
|
/**
|
|
5692
7629
|
* Generated by orval v7.10.0 🍺
|
|
5693
7630
|
* Do not edit manually.
|
|
@@ -6699,6 +8636,93 @@ interface Veo3V1Input {
|
|
|
6699
8636
|
seed?: number;
|
|
6700
8637
|
}
|
|
6701
8638
|
|
|
8639
|
+
/**
|
|
8640
|
+
* Generated by orval v7.10.0 🍺
|
|
8641
|
+
* Do not edit manually.
|
|
8642
|
+
* Hautech API
|
|
8643
|
+
* OpenAPI spec version: 1.0
|
|
8644
|
+
*/
|
|
8645
|
+
type Veo3FastV1RequestMetadata = {
|
|
8646
|
+
[key: string]: unknown;
|
|
8647
|
+
};
|
|
8648
|
+
|
|
8649
|
+
/**
|
|
8650
|
+
* Generated by orval v7.10.0 🍺
|
|
8651
|
+
* Do not edit manually.
|
|
8652
|
+
* Hautech API
|
|
8653
|
+
* OpenAPI spec version: 1.0
|
|
8654
|
+
*/
|
|
8655
|
+
|
|
8656
|
+
interface Veo3FastV1Request {
|
|
8657
|
+
input: Veo3V1Input;
|
|
8658
|
+
metadata?: Veo3FastV1RequestMetadata;
|
|
8659
|
+
}
|
|
8660
|
+
|
|
8661
|
+
/**
|
|
8662
|
+
* Generated by orval v7.10.0 🍺
|
|
8663
|
+
* Do not edit manually.
|
|
8664
|
+
* Hautech API
|
|
8665
|
+
* OpenAPI spec version: 1.0
|
|
8666
|
+
*/
|
|
8667
|
+
type Veo3FastV1ResponseKind = typeof Veo3FastV1ResponseKind[keyof typeof Veo3FastV1ResponseKind];
|
|
8668
|
+
declare const Veo3FastV1ResponseKind: {
|
|
8669
|
+
readonly operation: "operation";
|
|
8670
|
+
};
|
|
8671
|
+
|
|
8672
|
+
/**
|
|
8673
|
+
* Generated by orval v7.10.0 🍺
|
|
8674
|
+
* Do not edit manually.
|
|
8675
|
+
* Hautech API
|
|
8676
|
+
* OpenAPI spec version: 1.0
|
|
8677
|
+
*/
|
|
8678
|
+
type Veo3FastV1ResponseInput = {
|
|
8679
|
+
[key: string]: unknown;
|
|
8680
|
+
};
|
|
8681
|
+
|
|
8682
|
+
/**
|
|
8683
|
+
* Generated by orval v7.10.0 🍺
|
|
8684
|
+
* Do not edit manually.
|
|
8685
|
+
* Hautech API
|
|
8686
|
+
* OpenAPI spec version: 1.0
|
|
8687
|
+
*/
|
|
8688
|
+
type Veo3FastV1ResponseStatus = typeof Veo3FastV1ResponseStatus[keyof typeof Veo3FastV1ResponseStatus];
|
|
8689
|
+
declare const Veo3FastV1ResponseStatus: {
|
|
8690
|
+
readonly pending: "pending";
|
|
8691
|
+
readonly finished: "finished";
|
|
8692
|
+
readonly failed: "failed";
|
|
8693
|
+
};
|
|
8694
|
+
|
|
8695
|
+
/**
|
|
8696
|
+
* Generated by orval v7.10.0 🍺
|
|
8697
|
+
* Do not edit manually.
|
|
8698
|
+
* Hautech API
|
|
8699
|
+
* OpenAPI spec version: 1.0
|
|
8700
|
+
*/
|
|
8701
|
+
type Veo3FastV1ResponseMetadata = {
|
|
8702
|
+
[key: string]: unknown;
|
|
8703
|
+
};
|
|
8704
|
+
|
|
8705
|
+
/**
|
|
8706
|
+
* Generated by orval v7.10.0 🍺
|
|
8707
|
+
* Do not edit manually.
|
|
8708
|
+
* Hautech API
|
|
8709
|
+
* OpenAPI spec version: 1.0
|
|
8710
|
+
*/
|
|
8711
|
+
|
|
8712
|
+
interface Veo3FastV1Response {
|
|
8713
|
+
kind: Veo3FastV1ResponseKind;
|
|
8714
|
+
output: OperationOutputVideoSingle;
|
|
8715
|
+
input: Veo3FastV1ResponseInput;
|
|
8716
|
+
status: Veo3FastV1ResponseStatus;
|
|
8717
|
+
type: string;
|
|
8718
|
+
price?: string;
|
|
8719
|
+
id: string;
|
|
8720
|
+
creatorId: string;
|
|
8721
|
+
metadata: Veo3FastV1ResponseMetadata;
|
|
8722
|
+
createdAt: string;
|
|
8723
|
+
updatedAt: string;
|
|
8724
|
+
}
|
|
8725
|
+
|
|
6702
8726
|
/**
|
|
6703
8727
|
* Generated by orval v7.10.0 🍺
|
|
6704
8728
|
* Do not edit manually.
|
|
@@ -7067,6 +9091,7 @@ declare const apiDefinitions: {
|
|
|
7067
9091
|
gpt: {
|
|
7068
9092
|
v1: (gptV1Request: GptV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV1Response, any>>;
|
|
7069
9093
|
v2: (gptV2Request: GptV2Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV2Response, any>>;
|
|
9094
|
+
v3: (gptV3Request: GptV3Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV3Response, any>>;
|
|
7070
9095
|
};
|
|
7071
9096
|
math: {
|
|
7072
9097
|
v1: (mathV1Request: MathV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<MathV1Response, any>>;
|
|
@@ -7274,6 +9299,7 @@ declare const pipelineDefinitions: {
|
|
|
7274
9299
|
gpt: {
|
|
7275
9300
|
v1: (gptV1Request: GptV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV1Response, any>>;
|
|
7276
9301
|
v2: (gptV2Request: GptV2Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV2Response, any>>;
|
|
9302
|
+
v3: (gptV3Request: GptV3Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV3Response, any>>;
|
|
7277
9303
|
};
|
|
7278
9304
|
translate: {
|
|
7279
9305
|
v1: (translateV1Request: TranslateV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<TranslateV1Response, any>>;
|
|
@@ -7287,6 +9313,9 @@ declare const pipelineDefinitions: {
|
|
|
7287
9313
|
kate: {
|
|
7288
9314
|
v1: (imagineKateV1Request: ImagineKateV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<ImagineKateV1Response, any>>;
|
|
7289
9315
|
};
|
|
9316
|
+
flux_1_1_pro_ultra: {
|
|
9317
|
+
v1: (imagineFlux11ProUltraV1Request: ImagineFlux11ProUltraV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<ImagineFlux11ProUltraV1Response, any>>;
|
|
9318
|
+
};
|
|
7290
9319
|
};
|
|
7291
9320
|
upscale: {
|
|
7292
9321
|
v1: (upscaleV1Request: UpscaleV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<UpscaleV1Response, any>>;
|
|
@@ -7358,6 +9387,9 @@ declare const pipelineDefinitions: {
|
|
|
7358
9387
|
};
|
|
7359
9388
|
veo3: {
|
|
7360
9389
|
v1: (veo3V1Request: Veo3V1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Veo3V1Response, any>>;
|
|
9390
|
+
fast: {
|
|
9391
|
+
v1: (veo3FastV1Request: Veo3FastV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Veo3FastV1Response, any>>;
|
|
9392
|
+
};
|
|
7361
9393
|
};
|
|
7362
9394
|
pipelineMap: {
|
|
7363
9395
|
v1: (pipelineMapV1Request: PipelineMapV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<PipelineMapV1Response, any>>;
|
|
@@ -7375,6 +9407,14 @@ declare const pipelineDefinitions: {
|
|
|
7375
9407
|
v1: (ideogramCharacterV1Request: IdeogramCharacterV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<IdeogramCharacterV1Response, any>>;
|
|
7376
9408
|
};
|
|
7377
9409
|
};
|
|
9410
|
+
seedream3: {
|
|
9411
|
+
v1: (seedream3V1Request: Seedream3V1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Seedream3V1Response, any>>;
|
|
9412
|
+
};
|
|
9413
|
+
luma: {
|
|
9414
|
+
photon: {
|
|
9415
|
+
v1: (lumaPhotonV1Request: LumaPhotonV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<LumaPhotonV1Response, any>>;
|
|
9416
|
+
};
|
|
9417
|
+
};
|
|
7378
9418
|
};
|
|
7379
9419
|
};
|
|
7380
9420
|
poses: {
|
|
@@ -7545,4 +9585,4 @@ declare const createTokenSigner: (options: {
|
|
|
7545
9585
|
}) => Promise<string>;
|
|
7546
9586
|
};
|
|
7547
9587
|
|
|
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 };
|
|
9588
|
+
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 GPTV3InputToolsItem, type GPTV3MessageContentDto, GPTV3MessageContentDtoRole, GPTV3MessageContentDtoType, type GPTV3ResponseDto, type GPTV3ResponseDtoContent, GPTV3ResponseDtoFinishReason, GPTV3ResponseDtoRole, type GPTV3ResponseDtoToolCallsItem, 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 };
|