@hautechai/sdk 2.11.1 → 2.11.2
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 +1040 -2168
- package/dist/index.d.ts +1040 -2168
- package/dist/index.js +2 -246
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -216
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2062,93 +2062,6 @@ interface Flux11ProUltraV1Input {
|
|
|
2062
2062
|
[key: string]: unknown;
|
|
2063
2063
|
}
|
|
2064
2064
|
|
|
2065
|
-
/**
|
|
2066
|
-
* Generated by orval v7.10.0 🍺
|
|
2067
|
-
* Do not edit manually.
|
|
2068
|
-
* Hautech API
|
|
2069
|
-
* OpenAPI spec version: 1.0
|
|
2070
|
-
*/
|
|
2071
|
-
type Flux11ProUltraV1RequestMetadata = {
|
|
2072
|
-
[key: string]: unknown;
|
|
2073
|
-
};
|
|
2074
|
-
|
|
2075
|
-
/**
|
|
2076
|
-
* Generated by orval v7.10.0 🍺
|
|
2077
|
-
* Do not edit manually.
|
|
2078
|
-
* Hautech API
|
|
2079
|
-
* OpenAPI spec version: 1.0
|
|
2080
|
-
*/
|
|
2081
|
-
|
|
2082
|
-
interface Flux11ProUltraV1Request {
|
|
2083
|
-
input: Flux11ProUltraV1Input;
|
|
2084
|
-
metadata?: Flux11ProUltraV1RequestMetadata;
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
|
-
/**
|
|
2088
|
-
* Generated by orval v7.10.0 🍺
|
|
2089
|
-
* Do not edit manually.
|
|
2090
|
-
* Hautech API
|
|
2091
|
-
* OpenAPI spec version: 1.0
|
|
2092
|
-
*/
|
|
2093
|
-
type Flux11ProUltraV1ResponseKind = typeof Flux11ProUltraV1ResponseKind[keyof typeof Flux11ProUltraV1ResponseKind];
|
|
2094
|
-
declare const Flux11ProUltraV1ResponseKind: {
|
|
2095
|
-
readonly operation: "operation";
|
|
2096
|
-
};
|
|
2097
|
-
|
|
2098
|
-
/**
|
|
2099
|
-
* Generated by orval v7.10.0 🍺
|
|
2100
|
-
* Do not edit manually.
|
|
2101
|
-
* Hautech API
|
|
2102
|
-
* OpenAPI spec version: 1.0
|
|
2103
|
-
*/
|
|
2104
|
-
type Flux11ProUltraV1ResponseInput = {
|
|
2105
|
-
[key: string]: unknown;
|
|
2106
|
-
};
|
|
2107
|
-
|
|
2108
|
-
/**
|
|
2109
|
-
* Generated by orval v7.10.0 🍺
|
|
2110
|
-
* Do not edit manually.
|
|
2111
|
-
* Hautech API
|
|
2112
|
-
* OpenAPI spec version: 1.0
|
|
2113
|
-
*/
|
|
2114
|
-
type Flux11ProUltraV1ResponseStatus = typeof Flux11ProUltraV1ResponseStatus[keyof typeof Flux11ProUltraV1ResponseStatus];
|
|
2115
|
-
declare const Flux11ProUltraV1ResponseStatus: {
|
|
2116
|
-
readonly pending: "pending";
|
|
2117
|
-
readonly finished: "finished";
|
|
2118
|
-
readonly failed: "failed";
|
|
2119
|
-
};
|
|
2120
|
-
|
|
2121
|
-
/**
|
|
2122
|
-
* Generated by orval v7.10.0 🍺
|
|
2123
|
-
* Do not edit manually.
|
|
2124
|
-
* Hautech API
|
|
2125
|
-
* OpenAPI spec version: 1.0
|
|
2126
|
-
*/
|
|
2127
|
-
type Flux11ProUltraV1ResponseMetadata = {
|
|
2128
|
-
[key: string]: unknown;
|
|
2129
|
-
};
|
|
2130
|
-
|
|
2131
|
-
/**
|
|
2132
|
-
* Generated by orval v7.10.0 🍺
|
|
2133
|
-
* Do not edit manually.
|
|
2134
|
-
* Hautech API
|
|
2135
|
-
* OpenAPI spec version: 1.0
|
|
2136
|
-
*/
|
|
2137
|
-
|
|
2138
|
-
interface Flux11ProUltraV1Response {
|
|
2139
|
-
kind: Flux11ProUltraV1ResponseKind;
|
|
2140
|
-
output: OperationOutputImageSingle;
|
|
2141
|
-
input: Flux11ProUltraV1ResponseInput;
|
|
2142
|
-
status: Flux11ProUltraV1ResponseStatus;
|
|
2143
|
-
type: string;
|
|
2144
|
-
price?: string;
|
|
2145
|
-
id: string;
|
|
2146
|
-
creatorId: string;
|
|
2147
|
-
metadata: Flux11ProUltraV1ResponseMetadata;
|
|
2148
|
-
createdAt: string;
|
|
2149
|
-
updatedAt: string;
|
|
2150
|
-
}
|
|
2151
|
-
|
|
2152
2065
|
/**
|
|
2153
2066
|
* Generated by orval v7.10.0 🍺
|
|
2154
2067
|
* Do not edit manually.
|
|
@@ -2434,37 +2347,12 @@ interface GPTV2Input {
|
|
|
2434
2347
|
* OpenAPI spec version: 1.0
|
|
2435
2348
|
*/
|
|
2436
2349
|
/**
|
|
2437
|
-
*
|
|
2438
|
-
|
|
2439
|
-
type GPTV3AnnotationDtoType = typeof GPTV3AnnotationDtoType[keyof typeof GPTV3AnnotationDtoType];
|
|
2440
|
-
declare const GPTV3AnnotationDtoType: {
|
|
2441
|
-
readonly file_citation: "file_citation";
|
|
2442
|
-
readonly url_citation: "url_citation";
|
|
2443
|
-
};
|
|
2444
|
-
|
|
2445
|
-
/**
|
|
2446
|
-
* Generated by orval v7.10.0 🍺
|
|
2447
|
-
* Do not edit manually.
|
|
2448
|
-
* Hautech API
|
|
2449
|
-
* OpenAPI spec version: 1.0
|
|
2350
|
+
* A filter to apply to the search.
|
|
2351
|
+
* @nullable
|
|
2450
2352
|
*/
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
type: GPTV3AnnotationDtoType;
|
|
2455
|
-
/** The start index position of the annotation in the text. */
|
|
2456
|
-
start_index: number;
|
|
2457
|
-
/** The end index position of the annotation in the text. */
|
|
2458
|
-
end_index: number;
|
|
2459
|
-
/** The unique identifier for the cited file. */
|
|
2460
|
-
file_id?: string;
|
|
2461
|
-
/** The name of the cited file. */
|
|
2462
|
-
filename?: string;
|
|
2463
|
-
/** The URL of the cited source. */
|
|
2464
|
-
url?: string;
|
|
2465
|
-
/** The title of the cited source. */
|
|
2466
|
-
title?: string;
|
|
2467
|
-
}
|
|
2353
|
+
type GPTV3FileSearchCallDetailsDtoFilters = {
|
|
2354
|
+
[key: string]: unknown;
|
|
2355
|
+
} | null;
|
|
2468
2356
|
|
|
2469
2357
|
/**
|
|
2470
2358
|
* Generated by orval v7.10.0 🍺
|
|
@@ -2473,12 +2361,12 @@ interface GPTV3AnnotationDto {
|
|
|
2473
2361
|
* OpenAPI spec version: 1.0
|
|
2474
2362
|
*/
|
|
2475
2363
|
/**
|
|
2476
|
-
*
|
|
2364
|
+
* Ranking options for the search.
|
|
2365
|
+
* @nullable
|
|
2477
2366
|
*/
|
|
2478
|
-
type
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
};
|
|
2367
|
+
type GPTV3FileSearchCallDetailsDtoRanking = {
|
|
2368
|
+
[key: string]: unknown;
|
|
2369
|
+
} | null;
|
|
2482
2370
|
|
|
2483
2371
|
/**
|
|
2484
2372
|
* Generated by orval v7.10.0 🍺
|
|
@@ -2487,11 +2375,23 @@ declare const GPTV3TextInputDtoType: {
|
|
|
2487
2375
|
* OpenAPI spec version: 1.0
|
|
2488
2376
|
*/
|
|
2489
2377
|
|
|
2490
|
-
interface
|
|
2491
|
-
/** The
|
|
2492
|
-
|
|
2493
|
-
/** The
|
|
2494
|
-
|
|
2378
|
+
interface GPTV3FileSearchCallDetailsDto {
|
|
2379
|
+
/** The IDs of the vector stores to search. */
|
|
2380
|
+
vector_store_ids: string[];
|
|
2381
|
+
/** The search query used for the file search. */
|
|
2382
|
+
query?: string;
|
|
2383
|
+
/**
|
|
2384
|
+
* A filter to apply to the search.
|
|
2385
|
+
* @nullable
|
|
2386
|
+
*/
|
|
2387
|
+
filters?: GPTV3FileSearchCallDetailsDtoFilters;
|
|
2388
|
+
/** The maximum number of results to return. */
|
|
2389
|
+
max_num_results?: number;
|
|
2390
|
+
/**
|
|
2391
|
+
* Ranking options for the search.
|
|
2392
|
+
* @nullable
|
|
2393
|
+
*/
|
|
2394
|
+
ranking?: GPTV3FileSearchCallDetailsDtoRanking;
|
|
2495
2395
|
}
|
|
2496
2396
|
|
|
2497
2397
|
/**
|
|
@@ -2501,11 +2401,11 @@ interface GPTV3TextInputDto {
|
|
|
2501
2401
|
* OpenAPI spec version: 1.0
|
|
2502
2402
|
*/
|
|
2503
2403
|
/**
|
|
2504
|
-
* The type of
|
|
2404
|
+
* The type of tool call: file_search.
|
|
2505
2405
|
*/
|
|
2506
|
-
type
|
|
2507
|
-
declare const
|
|
2508
|
-
readonly
|
|
2406
|
+
type GPTV3FileSearchCallDtoType = typeof GPTV3FileSearchCallDtoType[keyof typeof GPTV3FileSearchCallDtoType];
|
|
2407
|
+
declare const GPTV3FileSearchCallDtoType: {
|
|
2408
|
+
readonly file_search: "file_search";
|
|
2509
2409
|
};
|
|
2510
2410
|
|
|
2511
2411
|
/**
|
|
@@ -2514,15 +2414,15 @@ declare const GPTV3ImageInputDtoType: {
|
|
|
2514
2414
|
* Hautech API
|
|
2515
2415
|
* OpenAPI spec version: 1.0
|
|
2516
2416
|
*/
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
*/
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
}
|
|
2417
|
+
|
|
2418
|
+
interface GPTV3FileSearchCallDto {
|
|
2419
|
+
/** The unique identifier for this tool call. */
|
|
2420
|
+
id: string;
|
|
2421
|
+
/** The type of tool call: file_search. */
|
|
2422
|
+
type: GPTV3FileSearchCallDtoType;
|
|
2423
|
+
/** The file search call details. */
|
|
2424
|
+
file_search: GPTV3FileSearchCallDetailsDto;
|
|
2425
|
+
}
|
|
2526
2426
|
|
|
2527
2427
|
/**
|
|
2528
2428
|
* Generated by orval v7.10.0 🍺
|
|
@@ -2530,15 +2430,13 @@ declare const GPTV3ImageInputDtoDetail: {
|
|
|
2530
2430
|
* Hautech API
|
|
2531
2431
|
* OpenAPI spec version: 1.0
|
|
2532
2432
|
*/
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
detail: GPTV3ImageInputDtoDetail;
|
|
2541
|
-
}
|
|
2433
|
+
/**
|
|
2434
|
+
* The type of the tool.
|
|
2435
|
+
*/
|
|
2436
|
+
type GPTV3FileSearchToolDtoType = typeof GPTV3FileSearchToolDtoType[keyof typeof GPTV3FileSearchToolDtoType];
|
|
2437
|
+
declare const GPTV3FileSearchToolDtoType: {
|
|
2438
|
+
readonly file_search: "file_search";
|
|
2439
|
+
};
|
|
2542
2440
|
|
|
2543
2441
|
/**
|
|
2544
2442
|
* Generated by orval v7.10.0 🍺
|
|
@@ -2547,7 +2445,14 @@ interface GPTV3ImageInputDto {
|
|
|
2547
2445
|
* OpenAPI spec version: 1.0
|
|
2548
2446
|
*/
|
|
2549
2447
|
|
|
2550
|
-
|
|
2448
|
+
interface GPTV3FileSearchToolDto {
|
|
2449
|
+
/** The type of the tool. */
|
|
2450
|
+
type: GPTV3FileSearchToolDtoType;
|
|
2451
|
+
/** The IDs of the vector stores to search. */
|
|
2452
|
+
vector_store_ids: string[];
|
|
2453
|
+
/** The maximum number of results to return. */
|
|
2454
|
+
max_num_results?: number;
|
|
2455
|
+
}
|
|
2551
2456
|
|
|
2552
2457
|
/**
|
|
2553
2458
|
* Generated by orval v7.10.0 🍺
|
|
@@ -2555,11 +2460,12 @@ type GPTV3AssistantMessageDtoContentOneOfItem = GPTV3TextInputDto | GPTV3ImageIn
|
|
|
2555
2460
|
* Hautech API
|
|
2556
2461
|
* OpenAPI spec version: 1.0
|
|
2557
2462
|
*/
|
|
2558
|
-
|
|
2559
|
-
/**
|
|
2560
|
-
|
|
2561
|
-
*/
|
|
2562
|
-
|
|
2463
|
+
interface GPTV3FunctionCallDetailsDto {
|
|
2464
|
+
/** The name of the function to call. */
|
|
2465
|
+
name: string;
|
|
2466
|
+
/** The arguments to pass to the function. */
|
|
2467
|
+
arguments: string;
|
|
2468
|
+
}
|
|
2563
2469
|
|
|
2564
2470
|
/**
|
|
2565
2471
|
* Generated by orval v7.10.0 🍺
|
|
@@ -2568,11 +2474,11 @@ type GPTV3AssistantMessageDtoContent = string | GPTV3AssistantMessageDtoContentO
|
|
|
2568
2474
|
* OpenAPI spec version: 1.0
|
|
2569
2475
|
*/
|
|
2570
2476
|
/**
|
|
2571
|
-
* The
|
|
2477
|
+
* The type of the tool.
|
|
2572
2478
|
*/
|
|
2573
|
-
type
|
|
2574
|
-
declare const
|
|
2575
|
-
readonly
|
|
2479
|
+
type GPTV3FunctionToolDtoType = typeof GPTV3FunctionToolDtoType[keyof typeof GPTV3FunctionToolDtoType];
|
|
2480
|
+
declare const GPTV3FunctionToolDtoType: {
|
|
2481
|
+
readonly function: "function";
|
|
2576
2482
|
};
|
|
2577
2483
|
|
|
2578
2484
|
/**
|
|
@@ -2582,11 +2488,10 @@ declare const GPTV3AssistantMessageDtoRole: {
|
|
|
2582
2488
|
* OpenAPI spec version: 1.0
|
|
2583
2489
|
*/
|
|
2584
2490
|
/**
|
|
2585
|
-
* The
|
|
2491
|
+
* The parameters the functions accepts, described satisfies a JSON Schema object.
|
|
2586
2492
|
*/
|
|
2587
|
-
type
|
|
2588
|
-
|
|
2589
|
-
readonly message: "message";
|
|
2493
|
+
type GPTV3FunctionToolDtoParameters = {
|
|
2494
|
+
[key: string]: unknown;
|
|
2590
2495
|
};
|
|
2591
2496
|
|
|
2592
2497
|
/**
|
|
@@ -2596,13 +2501,17 @@ declare const GPTV3AssistantMessageDtoType: {
|
|
|
2596
2501
|
* OpenAPI spec version: 1.0
|
|
2597
2502
|
*/
|
|
2598
2503
|
|
|
2599
|
-
interface
|
|
2600
|
-
/** The
|
|
2601
|
-
|
|
2602
|
-
/** The
|
|
2603
|
-
|
|
2604
|
-
/**
|
|
2605
|
-
|
|
2504
|
+
interface GPTV3FunctionToolDto {
|
|
2505
|
+
/** The type of the tool. */
|
|
2506
|
+
type: GPTV3FunctionToolDtoType;
|
|
2507
|
+
/** The name of the function to call. */
|
|
2508
|
+
name: string;
|
|
2509
|
+
/** A description of what the function does. */
|
|
2510
|
+
description?: string;
|
|
2511
|
+
/** The parameters the functions accepts, described satisfies a JSON Schema object. */
|
|
2512
|
+
parameters: GPTV3FunctionToolDtoParameters;
|
|
2513
|
+
/** Whether to enable strict schema adherence when generating the function call. */
|
|
2514
|
+
strict: boolean;
|
|
2606
2515
|
}
|
|
2607
2516
|
|
|
2608
2517
|
/**
|
|
@@ -2612,11 +2521,11 @@ interface GPTV3AssistantMessageDto {
|
|
|
2612
2521
|
* OpenAPI spec version: 1.0
|
|
2613
2522
|
*/
|
|
2614
2523
|
/**
|
|
2615
|
-
* The type of
|
|
2524
|
+
* The type of tool call: image_generation.
|
|
2616
2525
|
*/
|
|
2617
|
-
type
|
|
2618
|
-
declare const
|
|
2619
|
-
readonly
|
|
2526
|
+
type GPTV3ImageGenerationCallDtoType = typeof GPTV3ImageGenerationCallDtoType[keyof typeof GPTV3ImageGenerationCallDtoType];
|
|
2527
|
+
declare const GPTV3ImageGenerationCallDtoType: {
|
|
2528
|
+
readonly image_generation: "image_generation";
|
|
2620
2529
|
};
|
|
2621
2530
|
|
|
2622
2531
|
/**
|
|
@@ -2626,13 +2535,11 @@ declare const GPTV3ContentWithAnnotationsDtoType: {
|
|
|
2626
2535
|
* OpenAPI spec version: 1.0
|
|
2627
2536
|
*/
|
|
2628
2537
|
|
|
2629
|
-
interface
|
|
2630
|
-
/** The
|
|
2631
|
-
|
|
2632
|
-
/** The
|
|
2633
|
-
|
|
2634
|
-
/** Annotations for the content. */
|
|
2635
|
-
annotations?: GPTV3AnnotationDto[];
|
|
2538
|
+
interface GPTV3ImageGenerationCallDto {
|
|
2539
|
+
/** The unique identifier for this tool call. */
|
|
2540
|
+
id: string;
|
|
2541
|
+
/** The type of tool call: image_generation. */
|
|
2542
|
+
type: GPTV3ImageGenerationCallDtoType;
|
|
2636
2543
|
}
|
|
2637
2544
|
|
|
2638
2545
|
/**
|
|
@@ -2641,20 +2548,13 @@ interface GPTV3ContentWithAnnotationsDto {
|
|
|
2641
2548
|
* Hautech API
|
|
2642
2549
|
* OpenAPI spec version: 1.0
|
|
2643
2550
|
*/
|
|
2644
|
-
|
|
2645
|
-
type GPTV3DeveloperMessageDtoContentOneOfItem = GPTV3TextInputDto | GPTV3ImageInputDto;
|
|
2646
|
-
|
|
2647
|
-
/**
|
|
2648
|
-
* Generated by orval v7.10.0 🍺
|
|
2649
|
-
* Do not edit manually.
|
|
2650
|
-
* Hautech API
|
|
2651
|
-
* OpenAPI spec version: 1.0
|
|
2652
|
-
*/
|
|
2653
|
-
|
|
2654
2551
|
/**
|
|
2655
|
-
* The
|
|
2552
|
+
* The type of the tool.
|
|
2656
2553
|
*/
|
|
2657
|
-
type
|
|
2554
|
+
type GPTV3ImageGenerationToolDtoType = typeof GPTV3ImageGenerationToolDtoType[keyof typeof GPTV3ImageGenerationToolDtoType];
|
|
2555
|
+
declare const GPTV3ImageGenerationToolDtoType: {
|
|
2556
|
+
readonly image_generation: "image_generation";
|
|
2557
|
+
};
|
|
2658
2558
|
|
|
2659
2559
|
/**
|
|
2660
2560
|
* Generated by orval v7.10.0 🍺
|
|
@@ -2663,11 +2563,14 @@ type GPTV3DeveloperMessageDtoContent = string | GPTV3DeveloperMessageDtoContentO
|
|
|
2663
2563
|
* OpenAPI spec version: 1.0
|
|
2664
2564
|
*/
|
|
2665
2565
|
/**
|
|
2666
|
-
* The
|
|
2566
|
+
* The quality level for image generation.
|
|
2667
2567
|
*/
|
|
2668
|
-
type
|
|
2669
|
-
declare const
|
|
2670
|
-
readonly
|
|
2568
|
+
type GPTV3ImageGenerationToolDtoQuality = typeof GPTV3ImageGenerationToolDtoQuality[keyof typeof GPTV3ImageGenerationToolDtoQuality];
|
|
2569
|
+
declare const GPTV3ImageGenerationToolDtoQuality: {
|
|
2570
|
+
readonly auto: "auto";
|
|
2571
|
+
readonly low: "low";
|
|
2572
|
+
readonly medium: "medium";
|
|
2573
|
+
readonly high: "high";
|
|
2671
2574
|
};
|
|
2672
2575
|
|
|
2673
2576
|
/**
|
|
@@ -2677,11 +2580,14 @@ declare const GPTV3DeveloperMessageDtoRole: {
|
|
|
2677
2580
|
* OpenAPI spec version: 1.0
|
|
2678
2581
|
*/
|
|
2679
2582
|
/**
|
|
2680
|
-
* The
|
|
2583
|
+
* The size of the generated image.
|
|
2681
2584
|
*/
|
|
2682
|
-
type
|
|
2683
|
-
declare const
|
|
2684
|
-
readonly
|
|
2585
|
+
type GPTV3ImageGenerationToolDtoSize = typeof GPTV3ImageGenerationToolDtoSize[keyof typeof GPTV3ImageGenerationToolDtoSize];
|
|
2586
|
+
declare const GPTV3ImageGenerationToolDtoSize: {
|
|
2587
|
+
readonly auto: "auto";
|
|
2588
|
+
readonly '1024x1024': "1024x1024";
|
|
2589
|
+
readonly '1536x1024': "1536x1024";
|
|
2590
|
+
readonly '1024x1536': "1024x1536";
|
|
2685
2591
|
};
|
|
2686
2592
|
|
|
2687
2593
|
/**
|
|
@@ -2691,13 +2597,13 @@ declare const GPTV3DeveloperMessageDtoType: {
|
|
|
2691
2597
|
* OpenAPI spec version: 1.0
|
|
2692
2598
|
*/
|
|
2693
2599
|
|
|
2694
|
-
interface
|
|
2695
|
-
/** The
|
|
2696
|
-
|
|
2697
|
-
/** The
|
|
2698
|
-
|
|
2699
|
-
/** The
|
|
2700
|
-
|
|
2600
|
+
interface GPTV3ImageGenerationToolDto {
|
|
2601
|
+
/** The type of the tool. */
|
|
2602
|
+
type: GPTV3ImageGenerationToolDtoType;
|
|
2603
|
+
/** The quality level for image generation. */
|
|
2604
|
+
quality?: GPTV3ImageGenerationToolDtoQuality;
|
|
2605
|
+
/** The size of the generated image. */
|
|
2606
|
+
size?: GPTV3ImageGenerationToolDtoSize;
|
|
2701
2607
|
}
|
|
2702
2608
|
|
|
2703
2609
|
/**
|
|
@@ -2707,12 +2613,12 @@ interface GPTV3DeveloperMessageDto {
|
|
|
2707
2613
|
* OpenAPI spec version: 1.0
|
|
2708
2614
|
*/
|
|
2709
2615
|
/**
|
|
2710
|
-
*
|
|
2711
|
-
* @nullable
|
|
2616
|
+
* The type of image input.
|
|
2712
2617
|
*/
|
|
2713
|
-
type
|
|
2714
|
-
|
|
2715
|
-
|
|
2618
|
+
type GPTV3ImageInputDtoType = typeof GPTV3ImageInputDtoType[keyof typeof GPTV3ImageInputDtoType];
|
|
2619
|
+
declare const GPTV3ImageInputDtoType: {
|
|
2620
|
+
readonly input_image: "input_image";
|
|
2621
|
+
};
|
|
2716
2622
|
|
|
2717
2623
|
/**
|
|
2718
2624
|
* Generated by orval v7.10.0 🍺
|
|
@@ -2721,12 +2627,14 @@ type GPTV3FileSearchCallDetailsDtoFilters = {
|
|
|
2721
2627
|
* OpenAPI spec version: 1.0
|
|
2722
2628
|
*/
|
|
2723
2629
|
/**
|
|
2724
|
-
*
|
|
2725
|
-
* @nullable
|
|
2630
|
+
* The level of detail to use when processing the image.
|
|
2726
2631
|
*/
|
|
2727
|
-
type
|
|
2728
|
-
|
|
2729
|
-
|
|
2632
|
+
type GPTV3ImageInputDtoDetail = typeof GPTV3ImageInputDtoDetail[keyof typeof GPTV3ImageInputDtoDetail];
|
|
2633
|
+
declare const GPTV3ImageInputDtoDetail: {
|
|
2634
|
+
readonly low: "low";
|
|
2635
|
+
readonly high: "high";
|
|
2636
|
+
readonly auto: "auto";
|
|
2637
|
+
};
|
|
2730
2638
|
|
|
2731
2639
|
/**
|
|
2732
2640
|
* Generated by orval v7.10.0 🍺
|
|
@@ -2735,23 +2643,13 @@ type GPTV3FileSearchCallDetailsDtoRanking = {
|
|
|
2735
2643
|
* OpenAPI spec version: 1.0
|
|
2736
2644
|
*/
|
|
2737
2645
|
|
|
2738
|
-
interface
|
|
2739
|
-
/** The
|
|
2740
|
-
|
|
2741
|
-
/** The
|
|
2742
|
-
|
|
2743
|
-
/**
|
|
2744
|
-
|
|
2745
|
-
* @nullable
|
|
2746
|
-
*/
|
|
2747
|
-
filters?: GPTV3FileSearchCallDetailsDtoFilters;
|
|
2748
|
-
/** The maximum number of results to return. */
|
|
2749
|
-
max_num_results?: number;
|
|
2750
|
-
/**
|
|
2751
|
-
* Ranking options for the search.
|
|
2752
|
-
* @nullable
|
|
2753
|
-
*/
|
|
2754
|
-
ranking?: GPTV3FileSearchCallDetailsDtoRanking;
|
|
2646
|
+
interface GPTV3ImageInputDto {
|
|
2647
|
+
/** The type of image input. */
|
|
2648
|
+
type: GPTV3ImageInputDtoType;
|
|
2649
|
+
/** The ID of the image to analyze. */
|
|
2650
|
+
imageId: string;
|
|
2651
|
+
/** The level of detail to use when processing the image. */
|
|
2652
|
+
detail: GPTV3ImageInputDtoDetail;
|
|
2755
2653
|
}
|
|
2756
2654
|
|
|
2757
2655
|
/**
|
|
@@ -2761,11 +2659,17 @@ interface GPTV3FileSearchCallDetailsDto {
|
|
|
2761
2659
|
* OpenAPI spec version: 1.0
|
|
2762
2660
|
*/
|
|
2763
2661
|
/**
|
|
2764
|
-
*
|
|
2662
|
+
* ID of the model to use. See OpenAI docs for model endpoint compatibility.
|
|
2765
2663
|
*/
|
|
2766
|
-
type
|
|
2767
|
-
declare const
|
|
2768
|
-
readonly
|
|
2664
|
+
type GPTV3InputModel = typeof GPTV3InputModel[keyof typeof GPTV3InputModel];
|
|
2665
|
+
declare const GPTV3InputModel: {
|
|
2666
|
+
readonly 'gpt-4o': "gpt-4o";
|
|
2667
|
+
readonly 'gpt-5': "gpt-5";
|
|
2668
|
+
readonly o3: "o3";
|
|
2669
|
+
readonly 'o3-mini': "o3-mini";
|
|
2670
|
+
readonly 'gpt-41': "gpt-4.1";
|
|
2671
|
+
readonly 'gpt-41-mini': "gpt-4.1-mini";
|
|
2672
|
+
readonly 'gpt-41-nano': "gpt-4.1-nano";
|
|
2769
2673
|
};
|
|
2770
2674
|
|
|
2771
2675
|
/**
|
|
@@ -2774,15 +2678,13 @@ declare const GPTV3FileSearchCallDtoType: {
|
|
|
2774
2678
|
* Hautech API
|
|
2775
2679
|
* OpenAPI spec version: 1.0
|
|
2776
2680
|
*/
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
file_search: GPTV3FileSearchCallDetailsDto;
|
|
2785
|
-
}
|
|
2681
|
+
/**
|
|
2682
|
+
* The type of text input.
|
|
2683
|
+
*/
|
|
2684
|
+
type GPTV3TextInputDtoType = typeof GPTV3TextInputDtoType[keyof typeof GPTV3TextInputDtoType];
|
|
2685
|
+
declare const GPTV3TextInputDtoType: {
|
|
2686
|
+
readonly input_text: "input_text";
|
|
2687
|
+
};
|
|
2786
2688
|
|
|
2787
2689
|
/**
|
|
2788
2690
|
* Generated by orval v7.10.0 🍺
|
|
@@ -2790,17 +2692,12 @@ interface GPTV3FileSearchCallDto {
|
|
|
2790
2692
|
* Hautech API
|
|
2791
2693
|
* OpenAPI spec version: 1.0
|
|
2792
2694
|
*/
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
size?: number;
|
|
2800
|
-
/** The MIME type of the file. */
|
|
2801
|
-
mime_type?: string;
|
|
2802
|
-
/** The content of the file. */
|
|
2803
|
-
content?: string;
|
|
2695
|
+
|
|
2696
|
+
interface GPTV3TextInputDto {
|
|
2697
|
+
/** The type of text input. */
|
|
2698
|
+
type: GPTV3TextInputDtoType;
|
|
2699
|
+
/** The text content. */
|
|
2700
|
+
text: string;
|
|
2804
2701
|
}
|
|
2805
2702
|
|
|
2806
2703
|
/**
|
|
@@ -2809,13 +2706,8 @@ interface GPTV3FileSearchFileDto {
|
|
|
2809
2706
|
* Hautech API
|
|
2810
2707
|
* OpenAPI spec version: 1.0
|
|
2811
2708
|
*/
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
*/
|
|
2815
|
-
type GPTV3FileSearchResultDtoType = typeof GPTV3FileSearchResultDtoType[keyof typeof GPTV3FileSearchResultDtoType];
|
|
2816
|
-
declare const GPTV3FileSearchResultDtoType: {
|
|
2817
|
-
readonly file_search_call: "file_search_call";
|
|
2818
|
-
};
|
|
2709
|
+
|
|
2710
|
+
type GPTV3ResponseInputItemMessageContentItem = GPTV3TextInputDto | GPTV3ImageInputDto;
|
|
2819
2711
|
|
|
2820
2712
|
/**
|
|
2821
2713
|
* Generated by orval v7.10.0 🍺
|
|
@@ -2824,13 +2716,13 @@ declare const GPTV3FileSearchResultDtoType: {
|
|
|
2824
2716
|
* OpenAPI spec version: 1.0
|
|
2825
2717
|
*/
|
|
2826
2718
|
/**
|
|
2827
|
-
* The
|
|
2719
|
+
* The role of the message sender.
|
|
2828
2720
|
*/
|
|
2829
|
-
type
|
|
2830
|
-
declare const
|
|
2831
|
-
readonly
|
|
2832
|
-
readonly
|
|
2833
|
-
readonly
|
|
2721
|
+
type GPTV3ResponseInputItemMessageRole = typeof GPTV3ResponseInputItemMessageRole[keyof typeof GPTV3ResponseInputItemMessageRole];
|
|
2722
|
+
declare const GPTV3ResponseInputItemMessageRole: {
|
|
2723
|
+
readonly user: "user";
|
|
2724
|
+
readonly system: "system";
|
|
2725
|
+
readonly developer: "developer";
|
|
2834
2726
|
};
|
|
2835
2727
|
|
|
2836
2728
|
/**
|
|
@@ -2839,11 +2731,13 @@ declare const GPTV3FileSearchResultDtoStatus: {
|
|
|
2839
2731
|
* Hautech API
|
|
2840
2732
|
* OpenAPI spec version: 1.0
|
|
2841
2733
|
*/
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2734
|
+
/**
|
|
2735
|
+
* The type of the message input. Always message.
|
|
2736
|
+
*/
|
|
2737
|
+
type GPTV3ResponseInputItemMessageType = typeof GPTV3ResponseInputItemMessageType[keyof typeof GPTV3ResponseInputItemMessageType];
|
|
2738
|
+
declare const GPTV3ResponseInputItemMessageType: {
|
|
2739
|
+
readonly message: "message";
|
|
2740
|
+
};
|
|
2847
2741
|
|
|
2848
2742
|
/**
|
|
2849
2743
|
* Generated by orval v7.10.0 🍺
|
|
@@ -2851,12 +2745,12 @@ interface GPTV3FileSearchResultsDto {
|
|
|
2851
2745
|
* Hautech API
|
|
2852
2746
|
* OpenAPI spec version: 1.0
|
|
2853
2747
|
*/
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2748
|
+
type GPTV3ResponseInputItemMessageStatus = typeof GPTV3ResponseInputItemMessageStatus[keyof typeof GPTV3ResponseInputItemMessageStatus];
|
|
2749
|
+
declare const GPTV3ResponseInputItemMessageStatus: {
|
|
2750
|
+
readonly in_progress: "in_progress";
|
|
2751
|
+
readonly completed: "completed";
|
|
2752
|
+
readonly incomplete: "incomplete";
|
|
2753
|
+
};
|
|
2860
2754
|
|
|
2861
2755
|
/**
|
|
2862
2756
|
* Generated by orval v7.10.0 🍺
|
|
@@ -2865,20 +2759,14 @@ type GPTV3FileSearchResultDtoSearchResults = GPTV3FileSearchResultsDto | null;
|
|
|
2865
2759
|
* OpenAPI spec version: 1.0
|
|
2866
2760
|
*/
|
|
2867
2761
|
|
|
2868
|
-
interface
|
|
2869
|
-
/**
|
|
2870
|
-
|
|
2871
|
-
/** The
|
|
2872
|
-
|
|
2873
|
-
/** The
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
queries: string[];
|
|
2877
|
-
/**
|
|
2878
|
-
* The search results from the file search. Can be null if no results found.
|
|
2879
|
-
* @nullable
|
|
2880
|
-
*/
|
|
2881
|
-
search_results?: GPTV3FileSearchResultDtoSearchResults;
|
|
2762
|
+
interface GPTV3ResponseInputItemMessage {
|
|
2763
|
+
/** A list of input items (text, image, file). */
|
|
2764
|
+
content: GPTV3ResponseInputItemMessageContentItem[];
|
|
2765
|
+
/** The role of the message sender. */
|
|
2766
|
+
role: GPTV3ResponseInputItemMessageRole;
|
|
2767
|
+
/** The type of the message input. Always message. */
|
|
2768
|
+
type?: GPTV3ResponseInputItemMessageType;
|
|
2769
|
+
status?: GPTV3ResponseInputItemMessageStatus;
|
|
2882
2770
|
}
|
|
2883
2771
|
|
|
2884
2772
|
/**
|
|
@@ -2888,11 +2776,11 @@ interface GPTV3FileSearchResultDto {
|
|
|
2888
2776
|
* OpenAPI spec version: 1.0
|
|
2889
2777
|
*/
|
|
2890
2778
|
/**
|
|
2891
|
-
* The type of the tool.
|
|
2779
|
+
* 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.
|
|
2892
2780
|
*/
|
|
2893
|
-
type
|
|
2894
|
-
declare const
|
|
2895
|
-
readonly
|
|
2781
|
+
type GPTV3ResponseOutputMessageDtoType = typeof GPTV3ResponseOutputMessageDtoType[keyof typeof GPTV3ResponseOutputMessageDtoType];
|
|
2782
|
+
declare const GPTV3ResponseOutputMessageDtoType: {
|
|
2783
|
+
readonly message: "message";
|
|
2896
2784
|
};
|
|
2897
2785
|
|
|
2898
2786
|
/**
|
|
@@ -2901,15 +2789,13 @@ declare const GPTV3FileSearchToolDtoType: {
|
|
|
2901
2789
|
* Hautech API
|
|
2902
2790
|
* OpenAPI spec version: 1.0
|
|
2903
2791
|
*/
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
max_num_results?: number;
|
|
2912
|
-
}
|
|
2792
|
+
/**
|
|
2793
|
+
* The role of the message sender.
|
|
2794
|
+
*/
|
|
2795
|
+
type GPTV3ResponseOutputMessageDtoRole = typeof GPTV3ResponseOutputMessageDtoRole[keyof typeof GPTV3ResponseOutputMessageDtoRole];
|
|
2796
|
+
declare const GPTV3ResponseOutputMessageDtoRole: {
|
|
2797
|
+
readonly assistant: "assistant";
|
|
2798
|
+
};
|
|
2913
2799
|
|
|
2914
2800
|
/**
|
|
2915
2801
|
* Generated by orval v7.10.0 🍺
|
|
@@ -2918,12 +2804,12 @@ interface GPTV3FileSearchToolDto {
|
|
|
2918
2804
|
* OpenAPI spec version: 1.0
|
|
2919
2805
|
*/
|
|
2920
2806
|
/**
|
|
2921
|
-
*
|
|
2922
|
-
* @nullable
|
|
2807
|
+
* The type of content.
|
|
2923
2808
|
*/
|
|
2924
|
-
type
|
|
2925
|
-
|
|
2926
|
-
|
|
2809
|
+
type GPTV3ResponseOutputTextDtoType = typeof GPTV3ResponseOutputTextDtoType[keyof typeof GPTV3ResponseOutputTextDtoType];
|
|
2810
|
+
declare const GPTV3ResponseOutputTextDtoType: {
|
|
2811
|
+
readonly output_text: "output_text";
|
|
2812
|
+
};
|
|
2927
2813
|
|
|
2928
2814
|
/**
|
|
2929
2815
|
* Generated by orval v7.10.0 🍺
|
|
@@ -2931,13 +2817,10 @@ type GPTV3FileSearchToolDtoFilters = {
|
|
|
2931
2817
|
* Hautech API
|
|
2932
2818
|
* OpenAPI spec version: 1.0
|
|
2933
2819
|
*/
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
type GPTV3FileSearchToolDtoRanking = {
|
|
2939
|
-
[key: string]: unknown;
|
|
2940
|
-
} | null;
|
|
2820
|
+
type GPTV3ResponseOutputTextFileCitationDtoType = typeof GPTV3ResponseOutputTextFileCitationDtoType[keyof typeof GPTV3ResponseOutputTextFileCitationDtoType];
|
|
2821
|
+
declare const GPTV3ResponseOutputTextFileCitationDtoType: {
|
|
2822
|
+
readonly file_citation: "file_citation";
|
|
2823
|
+
};
|
|
2941
2824
|
|
|
2942
2825
|
/**
|
|
2943
2826
|
* Generated by orval v7.10.0 🍺
|
|
@@ -2945,11 +2828,15 @@ type GPTV3FileSearchToolDtoRanking = {
|
|
|
2945
2828
|
* Hautech API
|
|
2946
2829
|
* OpenAPI spec version: 1.0
|
|
2947
2830
|
*/
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2831
|
+
|
|
2832
|
+
interface GPTV3ResponseOutputTextFileCitationDto {
|
|
2833
|
+
/** The ID of the file. */
|
|
2834
|
+
file_id: string;
|
|
2835
|
+
/** The filename of the file cited. */
|
|
2836
|
+
filename: string;
|
|
2837
|
+
/** The index of the file in the list of files. */
|
|
2838
|
+
index: number;
|
|
2839
|
+
type: GPTV3ResponseOutputTextFileCitationDtoType;
|
|
2953
2840
|
}
|
|
2954
2841
|
|
|
2955
2842
|
/**
|
|
@@ -2958,12 +2845,9 @@ interface GPTV3FunctionCallDetailsDto {
|
|
|
2958
2845
|
* Hautech API
|
|
2959
2846
|
* OpenAPI spec version: 1.0
|
|
2960
2847
|
*/
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
type GPTV3FunctionCallDtoType = typeof GPTV3FunctionCallDtoType[keyof typeof GPTV3FunctionCallDtoType];
|
|
2965
|
-
declare const GPTV3FunctionCallDtoType: {
|
|
2966
|
-
readonly function: "function";
|
|
2848
|
+
type GPTV3ResponseOutputTextURLCitationDtoType = typeof GPTV3ResponseOutputTextURLCitationDtoType[keyof typeof GPTV3ResponseOutputTextURLCitationDtoType];
|
|
2849
|
+
declare const GPTV3ResponseOutputTextURLCitationDtoType: {
|
|
2850
|
+
readonly url_citation: "url_citation";
|
|
2967
2851
|
};
|
|
2968
2852
|
|
|
2969
2853
|
/**
|
|
@@ -2973,13 +2857,16 @@ declare const GPTV3FunctionCallDtoType: {
|
|
|
2973
2857
|
* OpenAPI spec version: 1.0
|
|
2974
2858
|
*/
|
|
2975
2859
|
|
|
2976
|
-
interface
|
|
2977
|
-
/** The
|
|
2978
|
-
|
|
2979
|
-
/** The
|
|
2980
|
-
|
|
2981
|
-
/** The
|
|
2982
|
-
|
|
2860
|
+
interface GPTV3ResponseOutputTextURLCitationDto {
|
|
2861
|
+
/** The index of the last character of the URL citation in the message. */
|
|
2862
|
+
end_index: number;
|
|
2863
|
+
/** The index of the first character of the URL citation in the message. */
|
|
2864
|
+
start_index: number;
|
|
2865
|
+
/** The title of the web resource. */
|
|
2866
|
+
title: string;
|
|
2867
|
+
type: GPTV3ResponseOutputTextURLCitationDtoType;
|
|
2868
|
+
/** The URL of the web resource. */
|
|
2869
|
+
url: string;
|
|
2983
2870
|
}
|
|
2984
2871
|
|
|
2985
2872
|
/**
|
|
@@ -2988,12 +2875,9 @@ interface GPTV3FunctionCallDto {
|
|
|
2988
2875
|
* Hautech API
|
|
2989
2876
|
* OpenAPI spec version: 1.0
|
|
2990
2877
|
*/
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
type GPTV3FunctionToolDtoType = typeof GPTV3FunctionToolDtoType[keyof typeof GPTV3FunctionToolDtoType];
|
|
2995
|
-
declare const GPTV3FunctionToolDtoType: {
|
|
2996
|
-
readonly function: "function";
|
|
2878
|
+
type GPTV3ResponseOutputTextContainerFileCitationDtoType = typeof GPTV3ResponseOutputTextContainerFileCitationDtoType[keyof typeof GPTV3ResponseOutputTextContainerFileCitationDtoType];
|
|
2879
|
+
declare const GPTV3ResponseOutputTextContainerFileCitationDtoType: {
|
|
2880
|
+
readonly container_file_citation: "container_file_citation";
|
|
2997
2881
|
};
|
|
2998
2882
|
|
|
2999
2883
|
/**
|
|
@@ -3002,12 +2886,20 @@ declare const GPTV3FunctionToolDtoType: {
|
|
|
3002
2886
|
* Hautech API
|
|
3003
2887
|
* OpenAPI spec version: 1.0
|
|
3004
2888
|
*/
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
*/
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
2889
|
+
|
|
2890
|
+
interface GPTV3ResponseOutputTextContainerFileCitationDto {
|
|
2891
|
+
/** The ID of the container file. */
|
|
2892
|
+
container_id: string;
|
|
2893
|
+
/** The index of the last character of the container file citation. */
|
|
2894
|
+
end_index: number;
|
|
2895
|
+
/** The ID of the file. */
|
|
2896
|
+
file_id: string;
|
|
2897
|
+
/** The filename of the container file cited. */
|
|
2898
|
+
filename: string;
|
|
2899
|
+
/** The index of the first character of the container file citation. */
|
|
2900
|
+
start_index: number;
|
|
2901
|
+
type: GPTV3ResponseOutputTextContainerFileCitationDtoType;
|
|
2902
|
+
}
|
|
3011
2903
|
|
|
3012
2904
|
/**
|
|
3013
2905
|
* Generated by orval v7.10.0 🍺
|
|
@@ -3015,696 +2907,9 @@ type GPTV3FunctionToolDtoParameters = {
|
|
|
3015
2907
|
* Hautech API
|
|
3016
2908
|
* OpenAPI spec version: 1.0
|
|
3017
2909
|
*/
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
type: GPTV3FunctionToolDtoType;
|
|
3022
|
-
/** The name of the function to call. */
|
|
3023
|
-
name: string;
|
|
3024
|
-
/** A description of what the function does. */
|
|
3025
|
-
description?: string;
|
|
3026
|
-
/** The parameters the functions accepts, described satisfies a JSON Schema object. */
|
|
3027
|
-
parameters: GPTV3FunctionToolDtoParameters;
|
|
3028
|
-
/** Whether to enable strict schema adherence when generating the function call. */
|
|
3029
|
-
strict: boolean;
|
|
3030
|
-
}
|
|
3031
|
-
|
|
3032
|
-
/**
|
|
3033
|
-
* Generated by orval v7.10.0 🍺
|
|
3034
|
-
* Do not edit manually.
|
|
3035
|
-
* Hautech API
|
|
3036
|
-
* OpenAPI spec version: 1.0
|
|
3037
|
-
*/
|
|
3038
|
-
/**
|
|
3039
|
-
* The type of tool call: image_generation.
|
|
3040
|
-
*/
|
|
3041
|
-
type GPTV3ImageGenerationCallDtoType = typeof GPTV3ImageGenerationCallDtoType[keyof typeof GPTV3ImageGenerationCallDtoType];
|
|
3042
|
-
declare const GPTV3ImageGenerationCallDtoType: {
|
|
3043
|
-
readonly image_generation: "image_generation";
|
|
3044
|
-
};
|
|
3045
|
-
|
|
3046
|
-
/**
|
|
3047
|
-
* Generated by orval v7.10.0 🍺
|
|
3048
|
-
* Do not edit manually.
|
|
3049
|
-
* Hautech API
|
|
3050
|
-
* OpenAPI spec version: 1.0
|
|
3051
|
-
*/
|
|
3052
|
-
|
|
3053
|
-
interface GPTV3ImageGenerationCallDto {
|
|
3054
|
-
/** The unique identifier for this tool call. */
|
|
3055
|
-
id: string;
|
|
3056
|
-
/** The type of tool call: image_generation. */
|
|
3057
|
-
type: GPTV3ImageGenerationCallDtoType;
|
|
3058
|
-
}
|
|
3059
|
-
|
|
3060
|
-
/**
|
|
3061
|
-
* Generated by orval v7.10.0 🍺
|
|
3062
|
-
* Do not edit manually.
|
|
3063
|
-
* Hautech API
|
|
3064
|
-
* OpenAPI spec version: 1.0
|
|
3065
|
-
*/
|
|
3066
|
-
/**
|
|
3067
|
-
* The type of the image generation result. This is the FIRST output item when image_generation tool is called.
|
|
3068
|
-
*/
|
|
3069
|
-
type GPTV3ImageGenerationResultDtoType = typeof GPTV3ImageGenerationResultDtoType[keyof typeof GPTV3ImageGenerationResultDtoType];
|
|
3070
|
-
declare const GPTV3ImageGenerationResultDtoType: {
|
|
3071
|
-
readonly image_generation_call: "image_generation_call";
|
|
3072
|
-
};
|
|
3073
|
-
|
|
3074
|
-
/**
|
|
3075
|
-
* Generated by orval v7.10.0 🍺
|
|
3076
|
-
* Do not edit manually.
|
|
3077
|
-
* Hautech API
|
|
3078
|
-
* OpenAPI spec version: 1.0
|
|
3079
|
-
*/
|
|
3080
|
-
/**
|
|
3081
|
-
* The status of the image generation call.
|
|
3082
|
-
*/
|
|
3083
|
-
type GPTV3ImageGenerationResultDtoStatus = typeof GPTV3ImageGenerationResultDtoStatus[keyof typeof GPTV3ImageGenerationResultDtoStatus];
|
|
3084
|
-
declare const GPTV3ImageGenerationResultDtoStatus: {
|
|
3085
|
-
readonly completed: "completed";
|
|
3086
|
-
readonly failed: "failed";
|
|
3087
|
-
readonly pending: "pending";
|
|
3088
|
-
};
|
|
3089
|
-
|
|
3090
|
-
/**
|
|
3091
|
-
* Generated by orval v7.10.0 🍺
|
|
3092
|
-
* Do not edit manually.
|
|
3093
|
-
* Hautech API
|
|
3094
|
-
* OpenAPI spec version: 1.0
|
|
3095
|
-
*/
|
|
3096
|
-
/**
|
|
3097
|
-
* Additional metadata about the image generation.
|
|
3098
|
-
*/
|
|
3099
|
-
type GPTV3ImageGenerationResultDtoMetadata = {
|
|
3100
|
-
[key: string]: unknown;
|
|
3101
|
-
};
|
|
3102
|
-
|
|
3103
|
-
/**
|
|
3104
|
-
* Generated by orval v7.10.0 🍺
|
|
3105
|
-
* Do not edit manually.
|
|
3106
|
-
* Hautech API
|
|
3107
|
-
* OpenAPI spec version: 1.0
|
|
3108
|
-
*/
|
|
3109
|
-
|
|
3110
|
-
interface GPTV3ImageGenerationResultDto {
|
|
3111
|
-
/** The type of the image generation result. This is the FIRST output item when image_generation tool is called. */
|
|
3112
|
-
type: GPTV3ImageGenerationResultDtoType;
|
|
3113
|
-
/** The unique identifier for this image generation call. */
|
|
3114
|
-
id: string;
|
|
3115
|
-
/** The status of the image generation call. */
|
|
3116
|
-
status: GPTV3ImageGenerationResultDtoStatus;
|
|
3117
|
-
/** The generated image ID (when conversion is successful). */
|
|
3118
|
-
imageId?: string;
|
|
3119
|
-
/** The format of the generated image (e.g., "png", "jpeg"). */
|
|
3120
|
-
format?: string;
|
|
3121
|
-
/** The size of the generated image in bytes. */
|
|
3122
|
-
size?: number;
|
|
3123
|
-
/** Error message if the image generation failed. */
|
|
3124
|
-
error?: string;
|
|
3125
|
-
/** Additional metadata about the image generation. */
|
|
3126
|
-
metadata?: GPTV3ImageGenerationResultDtoMetadata;
|
|
3127
|
-
}
|
|
3128
|
-
|
|
3129
|
-
/**
|
|
3130
|
-
* Generated by orval v7.10.0 🍺
|
|
3131
|
-
* Do not edit manually.
|
|
3132
|
-
* Hautech API
|
|
3133
|
-
* OpenAPI spec version: 1.0
|
|
3134
|
-
*/
|
|
3135
|
-
|
|
3136
|
-
interface GPTV3ImageGenerationResultsDto {
|
|
3137
|
-
/** Array of image generation results. */
|
|
3138
|
-
results: GPTV3ImageGenerationResultDto[];
|
|
3139
|
-
}
|
|
3140
|
-
|
|
3141
|
-
/**
|
|
3142
|
-
* Generated by orval v7.10.0 🍺
|
|
3143
|
-
* Do not edit manually.
|
|
3144
|
-
* Hautech API
|
|
3145
|
-
* OpenAPI spec version: 1.0
|
|
3146
|
-
*/
|
|
3147
|
-
/**
|
|
3148
|
-
* The type of the tool.
|
|
3149
|
-
*/
|
|
3150
|
-
type GPTV3ImageGenerationToolDtoType = typeof GPTV3ImageGenerationToolDtoType[keyof typeof GPTV3ImageGenerationToolDtoType];
|
|
3151
|
-
declare const GPTV3ImageGenerationToolDtoType: {
|
|
3152
|
-
readonly image_generation: "image_generation";
|
|
3153
|
-
};
|
|
3154
|
-
|
|
3155
|
-
/**
|
|
3156
|
-
* Generated by orval v7.10.0 🍺
|
|
3157
|
-
* Do not edit manually.
|
|
3158
|
-
* Hautech API
|
|
3159
|
-
* OpenAPI spec version: 1.0
|
|
3160
|
-
*/
|
|
3161
|
-
/**
|
|
3162
|
-
* The quality level for image generation.
|
|
3163
|
-
*/
|
|
3164
|
-
type GPTV3ImageGenerationToolDtoQuality = typeof GPTV3ImageGenerationToolDtoQuality[keyof typeof GPTV3ImageGenerationToolDtoQuality];
|
|
3165
|
-
declare const GPTV3ImageGenerationToolDtoQuality: {
|
|
3166
|
-
readonly auto: "auto";
|
|
3167
|
-
readonly low: "low";
|
|
3168
|
-
readonly medium: "medium";
|
|
3169
|
-
readonly high: "high";
|
|
3170
|
-
};
|
|
3171
|
-
|
|
3172
|
-
/**
|
|
3173
|
-
* Generated by orval v7.10.0 🍺
|
|
3174
|
-
* Do not edit manually.
|
|
3175
|
-
* Hautech API
|
|
3176
|
-
* OpenAPI spec version: 1.0
|
|
3177
|
-
*/
|
|
3178
|
-
/**
|
|
3179
|
-
* The size of the generated image.
|
|
3180
|
-
*/
|
|
3181
|
-
type GPTV3ImageGenerationToolDtoSize = typeof GPTV3ImageGenerationToolDtoSize[keyof typeof GPTV3ImageGenerationToolDtoSize];
|
|
3182
|
-
declare const GPTV3ImageGenerationToolDtoSize: {
|
|
3183
|
-
readonly auto: "auto";
|
|
3184
|
-
readonly '1024x1024': "1024x1024";
|
|
3185
|
-
readonly '1536x1024': "1536x1024";
|
|
3186
|
-
readonly '1024x1536': "1024x1536";
|
|
3187
|
-
};
|
|
3188
|
-
|
|
3189
|
-
/**
|
|
3190
|
-
* Generated by orval v7.10.0 🍺
|
|
3191
|
-
* Do not edit manually.
|
|
3192
|
-
* Hautech API
|
|
3193
|
-
* OpenAPI spec version: 1.0
|
|
3194
|
-
*/
|
|
3195
|
-
|
|
3196
|
-
interface GPTV3ImageGenerationToolDto {
|
|
3197
|
-
/** The type of the tool. */
|
|
3198
|
-
type: GPTV3ImageGenerationToolDtoType;
|
|
3199
|
-
/** The quality level for image generation. */
|
|
3200
|
-
quality?: GPTV3ImageGenerationToolDtoQuality;
|
|
3201
|
-
/** The size of the generated image. */
|
|
3202
|
-
size?: GPTV3ImageGenerationToolDtoSize;
|
|
3203
|
-
}
|
|
3204
|
-
|
|
3205
|
-
/**
|
|
3206
|
-
* Generated by orval v7.10.0 🍺
|
|
3207
|
-
* Do not edit manually.
|
|
3208
|
-
* Hautech API
|
|
3209
|
-
* OpenAPI spec version: 1.0
|
|
3210
|
-
*/
|
|
3211
|
-
/**
|
|
3212
|
-
* ID of the model to use. See OpenAI docs for model endpoint compatibility.
|
|
3213
|
-
*/
|
|
3214
|
-
type GPTV3InputModel = typeof GPTV3InputModel[keyof typeof GPTV3InputModel];
|
|
3215
|
-
declare const GPTV3InputModel: {
|
|
3216
|
-
readonly 'gpt-4o': "gpt-4o";
|
|
3217
|
-
readonly 'gpt-5': "gpt-5";
|
|
3218
|
-
readonly o3: "o3";
|
|
3219
|
-
readonly 'o3-mini': "o3-mini";
|
|
3220
|
-
readonly 'gpt-41': "gpt-4.1";
|
|
3221
|
-
readonly 'gpt-41-mini': "gpt-4.1-mini";
|
|
3222
|
-
readonly 'gpt-41-nano': "gpt-4.1-nano";
|
|
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
|
-
type GPTV3ResponseInputItemMessageContentItem = GPTV3TextInputDto | GPTV3ImageInputDto;
|
|
3233
|
-
|
|
3234
|
-
/**
|
|
3235
|
-
* Generated by orval v7.10.0 🍺
|
|
3236
|
-
* Do not edit manually.
|
|
3237
|
-
* Hautech API
|
|
3238
|
-
* OpenAPI spec version: 1.0
|
|
3239
|
-
*/
|
|
3240
|
-
/**
|
|
3241
|
-
* The role of the message sender.
|
|
3242
|
-
*/
|
|
3243
|
-
type GPTV3ResponseInputItemMessageRole = typeof GPTV3ResponseInputItemMessageRole[keyof typeof GPTV3ResponseInputItemMessageRole];
|
|
3244
|
-
declare const GPTV3ResponseInputItemMessageRole: {
|
|
3245
|
-
readonly user: "user";
|
|
3246
|
-
readonly system: "system";
|
|
3247
|
-
readonly developer: "developer";
|
|
3248
|
-
};
|
|
3249
|
-
|
|
3250
|
-
/**
|
|
3251
|
-
* Generated by orval v7.10.0 🍺
|
|
3252
|
-
* Do not edit manually.
|
|
3253
|
-
* Hautech API
|
|
3254
|
-
* OpenAPI spec version: 1.0
|
|
3255
|
-
*/
|
|
3256
|
-
/**
|
|
3257
|
-
* The type of the message input. Always message.
|
|
3258
|
-
*/
|
|
3259
|
-
type GPTV3ResponseInputItemMessageType = typeof GPTV3ResponseInputItemMessageType[keyof typeof GPTV3ResponseInputItemMessageType];
|
|
3260
|
-
declare const GPTV3ResponseInputItemMessageType: {
|
|
3261
|
-
readonly message: "message";
|
|
3262
|
-
};
|
|
3263
|
-
|
|
3264
|
-
/**
|
|
3265
|
-
* Generated by orval v7.10.0 🍺
|
|
3266
|
-
* Do not edit manually.
|
|
3267
|
-
* Hautech API
|
|
3268
|
-
* OpenAPI spec version: 1.0
|
|
3269
|
-
*/
|
|
3270
|
-
type GPTV3ResponseInputItemMessageStatus = typeof GPTV3ResponseInputItemMessageStatus[keyof typeof GPTV3ResponseInputItemMessageStatus];
|
|
3271
|
-
declare const GPTV3ResponseInputItemMessageStatus: {
|
|
3272
|
-
readonly in_progress: "in_progress";
|
|
3273
|
-
readonly completed: "completed";
|
|
3274
|
-
readonly incomplete: "incomplete";
|
|
3275
|
-
};
|
|
3276
|
-
|
|
3277
|
-
/**
|
|
3278
|
-
* Generated by orval v7.10.0 🍺
|
|
3279
|
-
* Do not edit manually.
|
|
3280
|
-
* Hautech API
|
|
3281
|
-
* OpenAPI spec version: 1.0
|
|
3282
|
-
*/
|
|
3283
|
-
|
|
3284
|
-
interface GPTV3ResponseInputItemMessage {
|
|
3285
|
-
/** A list of input items (text, image, file). */
|
|
3286
|
-
content: GPTV3ResponseInputItemMessageContentItem[];
|
|
3287
|
-
/** The role of the message sender. */
|
|
3288
|
-
role: GPTV3ResponseInputItemMessageRole;
|
|
3289
|
-
/** The type of the message input. Always message. */
|
|
3290
|
-
type?: GPTV3ResponseInputItemMessageType;
|
|
3291
|
-
status?: GPTV3ResponseInputItemMessageStatus;
|
|
3292
|
-
}
|
|
3293
|
-
|
|
3294
|
-
/**
|
|
3295
|
-
* Generated by orval v7.10.0 🍺
|
|
3296
|
-
* Do not edit manually.
|
|
3297
|
-
* Hautech API
|
|
3298
|
-
* OpenAPI spec version: 1.0
|
|
3299
|
-
*/
|
|
3300
|
-
/**
|
|
3301
|
-
* 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.
|
|
3302
|
-
*/
|
|
3303
|
-
type GPTV3ResponseOutputMessageDtoType = typeof GPTV3ResponseOutputMessageDtoType[keyof typeof GPTV3ResponseOutputMessageDtoType];
|
|
3304
|
-
declare const GPTV3ResponseOutputMessageDtoType: {
|
|
3305
|
-
readonly message: "message";
|
|
3306
|
-
};
|
|
3307
|
-
|
|
3308
|
-
/**
|
|
3309
|
-
* Generated by orval v7.10.0 🍺
|
|
3310
|
-
* Do not edit manually.
|
|
3311
|
-
* Hautech API
|
|
3312
|
-
* OpenAPI spec version: 1.0
|
|
3313
|
-
*/
|
|
3314
|
-
/**
|
|
3315
|
-
* The role of the message sender.
|
|
3316
|
-
*/
|
|
3317
|
-
type GPTV3ResponseOutputMessageDtoRole = typeof GPTV3ResponseOutputMessageDtoRole[keyof typeof GPTV3ResponseOutputMessageDtoRole];
|
|
3318
|
-
declare const GPTV3ResponseOutputMessageDtoRole: {
|
|
3319
|
-
readonly assistant: "assistant";
|
|
3320
|
-
};
|
|
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
|
-
* The type of content.
|
|
3330
|
-
*/
|
|
3331
|
-
type GPTV3ResponseOutputTextDtoType = typeof GPTV3ResponseOutputTextDtoType[keyof typeof GPTV3ResponseOutputTextDtoType];
|
|
3332
|
-
declare const GPTV3ResponseOutputTextDtoType: {
|
|
3333
|
-
readonly output_text: "output_text";
|
|
3334
|
-
};
|
|
3335
|
-
|
|
3336
|
-
/**
|
|
3337
|
-
* Generated by orval v7.10.0 🍺
|
|
3338
|
-
* Do not edit manually.
|
|
3339
|
-
* Hautech API
|
|
3340
|
-
* OpenAPI spec version: 1.0
|
|
3341
|
-
*/
|
|
3342
|
-
type GPTV3ResponseOutputTextFileCitationDtoType = typeof GPTV3ResponseOutputTextFileCitationDtoType[keyof typeof GPTV3ResponseOutputTextFileCitationDtoType];
|
|
3343
|
-
declare const GPTV3ResponseOutputTextFileCitationDtoType: {
|
|
3344
|
-
readonly file_citation: "file_citation";
|
|
3345
|
-
};
|
|
3346
|
-
|
|
3347
|
-
/**
|
|
3348
|
-
* Generated by orval v7.10.0 🍺
|
|
3349
|
-
* Do not edit manually.
|
|
3350
|
-
* Hautech API
|
|
3351
|
-
* OpenAPI spec version: 1.0
|
|
3352
|
-
*/
|
|
3353
|
-
|
|
3354
|
-
interface GPTV3ResponseOutputTextFileCitationDto {
|
|
3355
|
-
/** The ID of the file. */
|
|
3356
|
-
file_id: string;
|
|
3357
|
-
/** The filename of the file cited. */
|
|
3358
|
-
filename: string;
|
|
3359
|
-
/** The index of the file in the list of files. */
|
|
3360
|
-
index: number;
|
|
3361
|
-
type: GPTV3ResponseOutputTextFileCitationDtoType;
|
|
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
|
-
type GPTV3ResponseOutputTextURLCitationDtoType = typeof GPTV3ResponseOutputTextURLCitationDtoType[keyof typeof GPTV3ResponseOutputTextURLCitationDtoType];
|
|
3371
|
-
declare const GPTV3ResponseOutputTextURLCitationDtoType: {
|
|
3372
|
-
readonly url_citation: "url_citation";
|
|
3373
|
-
};
|
|
3374
|
-
|
|
3375
|
-
/**
|
|
3376
|
-
* Generated by orval v7.10.0 🍺
|
|
3377
|
-
* Do not edit manually.
|
|
3378
|
-
* Hautech API
|
|
3379
|
-
* OpenAPI spec version: 1.0
|
|
3380
|
-
*/
|
|
3381
|
-
|
|
3382
|
-
interface GPTV3ResponseOutputTextURLCitationDto {
|
|
3383
|
-
/** The index of the last character of the URL citation in the message. */
|
|
3384
|
-
end_index: number;
|
|
3385
|
-
/** The index of the first character of the URL citation in the message. */
|
|
3386
|
-
start_index: number;
|
|
3387
|
-
/** The title of the web resource. */
|
|
3388
|
-
title: string;
|
|
3389
|
-
type: GPTV3ResponseOutputTextURLCitationDtoType;
|
|
3390
|
-
/** The URL of the web resource. */
|
|
3391
|
-
url: string;
|
|
3392
|
-
}
|
|
3393
|
-
|
|
3394
|
-
/**
|
|
3395
|
-
* Generated by orval v7.10.0 🍺
|
|
3396
|
-
* Do not edit manually.
|
|
3397
|
-
* Hautech API
|
|
3398
|
-
* OpenAPI spec version: 1.0
|
|
3399
|
-
*/
|
|
3400
|
-
type GPTV3ResponseOutputTextContainerFileCitationDtoType = typeof GPTV3ResponseOutputTextContainerFileCitationDtoType[keyof typeof GPTV3ResponseOutputTextContainerFileCitationDtoType];
|
|
3401
|
-
declare const GPTV3ResponseOutputTextContainerFileCitationDtoType: {
|
|
3402
|
-
readonly container_file_citation: "container_file_citation";
|
|
3403
|
-
};
|
|
3404
|
-
|
|
3405
|
-
/**
|
|
3406
|
-
* Generated by orval v7.10.0 🍺
|
|
3407
|
-
* Do not edit manually.
|
|
3408
|
-
* Hautech API
|
|
3409
|
-
* OpenAPI spec version: 1.0
|
|
3410
|
-
*/
|
|
3411
|
-
|
|
3412
|
-
interface GPTV3ResponseOutputTextContainerFileCitationDto {
|
|
3413
|
-
/** The ID of the container file. */
|
|
3414
|
-
container_id: string;
|
|
3415
|
-
/** The index of the last character of the container file citation. */
|
|
3416
|
-
end_index: number;
|
|
3417
|
-
/** The ID of the file. */
|
|
3418
|
-
file_id: string;
|
|
3419
|
-
/** The filename of the container file cited. */
|
|
3420
|
-
filename: string;
|
|
3421
|
-
/** The index of the first character of the container file citation. */
|
|
3422
|
-
start_index: number;
|
|
3423
|
-
type: GPTV3ResponseOutputTextContainerFileCitationDtoType;
|
|
3424
|
-
}
|
|
3425
|
-
|
|
3426
|
-
/**
|
|
3427
|
-
* Generated by orval v7.10.0 🍺
|
|
3428
|
-
* Do not edit manually.
|
|
3429
|
-
* Hautech API
|
|
3430
|
-
* OpenAPI spec version: 1.0
|
|
3431
|
-
*/
|
|
3432
|
-
type GPTV3ResponseOutputTextFilePathDtoType = typeof GPTV3ResponseOutputTextFilePathDtoType[keyof typeof GPTV3ResponseOutputTextFilePathDtoType];
|
|
3433
|
-
declare const GPTV3ResponseOutputTextFilePathDtoType: {
|
|
3434
|
-
readonly file_path: "file_path";
|
|
3435
|
-
};
|
|
3436
|
-
|
|
3437
|
-
/**
|
|
3438
|
-
* Generated by orval v7.10.0 🍺
|
|
3439
|
-
* Do not edit manually.
|
|
3440
|
-
* Hautech API
|
|
3441
|
-
* OpenAPI spec version: 1.0
|
|
3442
|
-
*/
|
|
3443
|
-
|
|
3444
|
-
interface GPTV3ResponseOutputTextFilePathDto {
|
|
3445
|
-
/** The ID of the file. */
|
|
3446
|
-
file_id: string;
|
|
3447
|
-
/** The index of the file in the list of files. */
|
|
3448
|
-
index: number;
|
|
3449
|
-
type: GPTV3ResponseOutputTextFilePathDtoType;
|
|
3450
|
-
}
|
|
3451
|
-
|
|
3452
|
-
/**
|
|
3453
|
-
* Generated by orval v7.10.0 🍺
|
|
3454
|
-
* Do not edit manually.
|
|
3455
|
-
* Hautech API
|
|
3456
|
-
* OpenAPI spec version: 1.0
|
|
3457
|
-
*/
|
|
3458
|
-
|
|
3459
|
-
type GPTV3ResponseOutputTextDtoAnnotationsItem = GPTV3ResponseOutputTextFileCitationDto | GPTV3ResponseOutputTextURLCitationDto | GPTV3ResponseOutputTextContainerFileCitationDto | GPTV3ResponseOutputTextFilePathDto;
|
|
3460
|
-
|
|
3461
|
-
/**
|
|
3462
|
-
* Generated by orval v7.10.0 🍺
|
|
3463
|
-
* Do not edit manually.
|
|
3464
|
-
* Hautech API
|
|
3465
|
-
* OpenAPI spec version: 1.0
|
|
3466
|
-
*/
|
|
3467
|
-
interface GPTV3ResponseOutputTextLogprobTopLogprobDto {
|
|
3468
|
-
token: string;
|
|
3469
|
-
bytes: number[];
|
|
3470
|
-
logprob: number;
|
|
3471
|
-
}
|
|
3472
|
-
|
|
3473
|
-
/**
|
|
3474
|
-
* Generated by orval v7.10.0 🍺
|
|
3475
|
-
* Do not edit manually.
|
|
3476
|
-
* Hautech API
|
|
3477
|
-
* OpenAPI spec version: 1.0
|
|
3478
|
-
*/
|
|
3479
|
-
|
|
3480
|
-
interface GPTV3ResponseOutputTextLogprobDto {
|
|
3481
|
-
token: string;
|
|
3482
|
-
bytes: number[];
|
|
3483
|
-
logprob: number;
|
|
3484
|
-
top_logprobs: GPTV3ResponseOutputTextLogprobTopLogprobDto[];
|
|
3485
|
-
}
|
|
3486
|
-
|
|
3487
|
-
/**
|
|
3488
|
-
* Generated by orval v7.10.0 🍺
|
|
3489
|
-
* Do not edit manually.
|
|
3490
|
-
* Hautech API
|
|
3491
|
-
* OpenAPI spec version: 1.0
|
|
3492
|
-
*/
|
|
3493
|
-
|
|
3494
|
-
interface GPTV3ResponseOutputTextDto {
|
|
3495
|
-
/** The type of content. */
|
|
3496
|
-
type: GPTV3ResponseOutputTextDtoType;
|
|
3497
|
-
/** The text content. */
|
|
3498
|
-
text: string;
|
|
3499
|
-
/** Annotations attached to spans of the output text (citations, file paths, etc). */
|
|
3500
|
-
annotations: GPTV3ResponseOutputTextDtoAnnotationsItem[];
|
|
3501
|
-
/** Log probabilities for tokens (when requested). */
|
|
3502
|
-
logprobs?: GPTV3ResponseOutputTextLogprobDto[];
|
|
3503
|
-
}
|
|
3504
|
-
|
|
3505
|
-
/**
|
|
3506
|
-
* Generated by orval v7.10.0 🍺
|
|
3507
|
-
* Do not edit manually.
|
|
3508
|
-
* Hautech API
|
|
3509
|
-
* OpenAPI spec version: 1.0
|
|
3510
|
-
*/
|
|
3511
|
-
/**
|
|
3512
|
-
* The type of content.
|
|
3513
|
-
*/
|
|
3514
|
-
type GPTV3ResponseOutputRefusalDtoType = typeof GPTV3ResponseOutputRefusalDtoType[keyof typeof GPTV3ResponseOutputRefusalDtoType];
|
|
3515
|
-
declare const GPTV3ResponseOutputRefusalDtoType: {
|
|
3516
|
-
readonly refusal: "refusal";
|
|
3517
|
-
};
|
|
3518
|
-
|
|
3519
|
-
/**
|
|
3520
|
-
* Generated by orval v7.10.0 🍺
|
|
3521
|
-
* Do not edit manually.
|
|
3522
|
-
* Hautech API
|
|
3523
|
-
* OpenAPI spec version: 1.0
|
|
3524
|
-
*/
|
|
3525
|
-
|
|
3526
|
-
interface GPTV3ResponseOutputRefusalDto {
|
|
3527
|
-
/** The type of content. */
|
|
3528
|
-
type: GPTV3ResponseOutputRefusalDtoType;
|
|
3529
|
-
/** The refusal explanation from the model. */
|
|
3530
|
-
refusal: string;
|
|
3531
|
-
}
|
|
3532
|
-
|
|
3533
|
-
/**
|
|
3534
|
-
* Generated by orval v7.10.0 🍺
|
|
3535
|
-
* Do not edit manually.
|
|
3536
|
-
* Hautech API
|
|
3537
|
-
* OpenAPI spec version: 1.0
|
|
3538
|
-
*/
|
|
3539
|
-
|
|
3540
|
-
type GPTV3ResponseOutputMessageDtoContentItem = GPTV3ResponseOutputTextDto | GPTV3ResponseOutputRefusalDto;
|
|
3541
|
-
|
|
3542
|
-
/**
|
|
3543
|
-
* Generated by orval v7.10.0 🍺
|
|
3544
|
-
* Do not edit manually.
|
|
3545
|
-
* Hautech API
|
|
3546
|
-
* OpenAPI spec version: 1.0
|
|
3547
|
-
*/
|
|
3548
|
-
type GPTV3ResponseOutputMessageDtoStatus = {
|
|
3549
|
-
[key: string]: unknown;
|
|
3550
|
-
};
|
|
3551
|
-
|
|
3552
|
-
/**
|
|
3553
|
-
* Generated by orval v7.10.0 🍺
|
|
3554
|
-
* Do not edit manually.
|
|
3555
|
-
* Hautech API
|
|
3556
|
-
* OpenAPI spec version: 1.0
|
|
3557
|
-
*/
|
|
3558
|
-
|
|
3559
|
-
interface GPTV3ResponseOutputMessageDto {
|
|
3560
|
-
/** The unique identifier for the message. */
|
|
3561
|
-
id: string;
|
|
3562
|
-
/** 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. */
|
|
3563
|
-
type: GPTV3ResponseOutputMessageDtoType;
|
|
3564
|
-
/** The role of the message sender. */
|
|
3565
|
-
role: GPTV3ResponseOutputMessageDtoRole;
|
|
3566
|
-
/** The content of the message with annotations and citations. */
|
|
3567
|
-
content: GPTV3ResponseOutputMessageDtoContentItem[];
|
|
3568
|
-
status: GPTV3ResponseOutputMessageDtoStatus;
|
|
3569
|
-
}
|
|
3570
|
-
|
|
3571
|
-
/**
|
|
3572
|
-
* Generated by orval v7.10.0 🍺
|
|
3573
|
-
* Do not edit manually.
|
|
3574
|
-
* Hautech API
|
|
3575
|
-
* OpenAPI spec version: 1.0
|
|
3576
|
-
*/
|
|
3577
|
-
/**
|
|
3578
|
-
* The type of the file search result. This is the FIRST output item when file_search tool is called.
|
|
3579
|
-
*/
|
|
3580
|
-
type GPTV3ResponseFileSearchToolCallDtoType = typeof GPTV3ResponseFileSearchToolCallDtoType[keyof typeof GPTV3ResponseFileSearchToolCallDtoType];
|
|
3581
|
-
declare const GPTV3ResponseFileSearchToolCallDtoType: {
|
|
3582
|
-
readonly file_search_call: "file_search_call";
|
|
3583
|
-
};
|
|
3584
|
-
|
|
3585
|
-
/**
|
|
3586
|
-
* Generated by orval v7.10.0 🍺
|
|
3587
|
-
* Do not edit manually.
|
|
3588
|
-
* Hautech API
|
|
3589
|
-
* OpenAPI spec version: 1.0
|
|
3590
|
-
*/
|
|
3591
|
-
/**
|
|
3592
|
-
* The status of the file search call.
|
|
3593
|
-
*/
|
|
3594
|
-
type GPTV3ResponseFileSearchToolCallDtoStatus = typeof GPTV3ResponseFileSearchToolCallDtoStatus[keyof typeof GPTV3ResponseFileSearchToolCallDtoStatus];
|
|
3595
|
-
declare const GPTV3ResponseFileSearchToolCallDtoStatus: {
|
|
3596
|
-
readonly in_progress: "in_progress";
|
|
3597
|
-
readonly searching: "searching";
|
|
3598
|
-
readonly completed: "completed";
|
|
3599
|
-
readonly incomplete: "incomplete";
|
|
3600
|
-
readonly failed: "failed";
|
|
3601
|
-
};
|
|
3602
|
-
|
|
3603
|
-
/**
|
|
3604
|
-
* Generated by orval v7.10.0 🍺
|
|
3605
|
-
* Do not edit manually.
|
|
3606
|
-
* Hautech API
|
|
3607
|
-
* OpenAPI spec version: 1.0
|
|
3608
|
-
*/
|
|
3609
|
-
/**
|
|
3610
|
-
* Optional attributes map.
|
|
3611
|
-
*/
|
|
3612
|
-
type GPTV3ResponseFileSearchToolCallResultDtoAttributes = {
|
|
3613
|
-
[key: string]: unknown;
|
|
3614
|
-
};
|
|
3615
|
-
|
|
3616
|
-
/**
|
|
3617
|
-
* Generated by orval v7.10.0 🍺
|
|
3618
|
-
* Do not edit manually.
|
|
3619
|
-
* Hautech API
|
|
3620
|
-
* OpenAPI spec version: 1.0
|
|
3621
|
-
*/
|
|
3622
|
-
|
|
3623
|
-
interface GPTV3ResponseFileSearchToolCallResultDto {
|
|
3624
|
-
/** Optional attributes map. */
|
|
3625
|
-
attributes: GPTV3ResponseFileSearchToolCallResultDtoAttributes;
|
|
3626
|
-
/** The unique ID of the file. */
|
|
3627
|
-
file_id?: string;
|
|
3628
|
-
/** The name of the file. */
|
|
3629
|
-
filename?: string;
|
|
3630
|
-
/** The relevance score of the file. */
|
|
3631
|
-
score?: number;
|
|
3632
|
-
/** The text that was retrieved from the file. */
|
|
3633
|
-
text?: string;
|
|
3634
|
-
}
|
|
3635
|
-
|
|
3636
|
-
/**
|
|
3637
|
-
* Generated by orval v7.10.0 🍺
|
|
3638
|
-
* Do not edit manually.
|
|
3639
|
-
* Hautech API
|
|
3640
|
-
* OpenAPI spec version: 1.0
|
|
3641
|
-
*/
|
|
3642
|
-
|
|
3643
|
-
interface GPTV3ResponseFileSearchToolCallDto {
|
|
3644
|
-
/** The type of the file search result. This is the FIRST output item when file_search tool is called. */
|
|
3645
|
-
type: GPTV3ResponseFileSearchToolCallDtoType;
|
|
3646
|
-
/** The unique identifier for this file search call. */
|
|
3647
|
-
id: string;
|
|
3648
|
-
/** The status of the file search call. */
|
|
3649
|
-
status: GPTV3ResponseFileSearchToolCallDtoStatus;
|
|
3650
|
-
/** The search queries used for the file search. */
|
|
3651
|
-
queries: string[];
|
|
3652
|
-
/**
|
|
3653
|
-
* The search results from the file search. Can be null if no results found.
|
|
3654
|
-
* @nullable
|
|
3655
|
-
*/
|
|
3656
|
-
results?: GPTV3ResponseFileSearchToolCallResultDto[] | null;
|
|
3657
|
-
}
|
|
3658
|
-
|
|
3659
|
-
/**
|
|
3660
|
-
* Generated by orval v7.10.0 🍺
|
|
3661
|
-
* Do not edit manually.
|
|
3662
|
-
* Hautech API
|
|
3663
|
-
* OpenAPI spec version: 1.0
|
|
3664
|
-
*/
|
|
3665
|
-
type GPTV3ResponseComputerToolCallClickDtoType = typeof GPTV3ResponseComputerToolCallClickDtoType[keyof typeof GPTV3ResponseComputerToolCallClickDtoType];
|
|
3666
|
-
declare const GPTV3ResponseComputerToolCallClickDtoType: {
|
|
3667
|
-
readonly click: "click";
|
|
3668
|
-
};
|
|
3669
|
-
|
|
3670
|
-
/**
|
|
3671
|
-
* Generated by orval v7.10.0 🍺
|
|
3672
|
-
* Do not edit manually.
|
|
3673
|
-
* Hautech API
|
|
3674
|
-
* OpenAPI spec version: 1.0
|
|
3675
|
-
*/
|
|
3676
|
-
type GPTV3ResponseComputerToolCallClickDtoButton = typeof GPTV3ResponseComputerToolCallClickDtoButton[keyof typeof GPTV3ResponseComputerToolCallClickDtoButton];
|
|
3677
|
-
declare const GPTV3ResponseComputerToolCallClickDtoButton: {
|
|
3678
|
-
readonly left: "left";
|
|
3679
|
-
readonly right: "right";
|
|
3680
|
-
readonly wheel: "wheel";
|
|
3681
|
-
readonly back: "back";
|
|
3682
|
-
readonly forward: "forward";
|
|
3683
|
-
};
|
|
3684
|
-
|
|
3685
|
-
/**
|
|
3686
|
-
* Generated by orval v7.10.0 🍺
|
|
3687
|
-
* Do not edit manually.
|
|
3688
|
-
* Hautech API
|
|
3689
|
-
* OpenAPI spec version: 1.0
|
|
3690
|
-
*/
|
|
3691
|
-
|
|
3692
|
-
interface GPTV3ResponseComputerToolCallClickDto {
|
|
3693
|
-
type: GPTV3ResponseComputerToolCallClickDtoType;
|
|
3694
|
-
button: GPTV3ResponseComputerToolCallClickDtoButton;
|
|
3695
|
-
x: number;
|
|
3696
|
-
y: number;
|
|
3697
|
-
}
|
|
3698
|
-
|
|
3699
|
-
/**
|
|
3700
|
-
* Generated by orval v7.10.0 🍺
|
|
3701
|
-
* Do not edit manually.
|
|
3702
|
-
* Hautech API
|
|
3703
|
-
* OpenAPI spec version: 1.0
|
|
3704
|
-
*/
|
|
3705
|
-
type GPTV3ResponseComputerToolCallDoubleClickDtoType = typeof GPTV3ResponseComputerToolCallDoubleClickDtoType[keyof typeof GPTV3ResponseComputerToolCallDoubleClickDtoType];
|
|
3706
|
-
declare const GPTV3ResponseComputerToolCallDoubleClickDtoType: {
|
|
3707
|
-
readonly double_click: "double_click";
|
|
2910
|
+
type GPTV3ResponseOutputTextFilePathDtoType = typeof GPTV3ResponseOutputTextFilePathDtoType[keyof typeof GPTV3ResponseOutputTextFilePathDtoType];
|
|
2911
|
+
declare const GPTV3ResponseOutputTextFilePathDtoType: {
|
|
2912
|
+
readonly file_path: "file_path";
|
|
3708
2913
|
};
|
|
3709
2914
|
|
|
3710
2915
|
/**
|
|
@@ -3714,10 +2919,12 @@ declare const GPTV3ResponseComputerToolCallDoubleClickDtoType: {
|
|
|
3714
2919
|
* OpenAPI spec version: 1.0
|
|
3715
2920
|
*/
|
|
3716
2921
|
|
|
3717
|
-
interface
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
2922
|
+
interface GPTV3ResponseOutputTextFilePathDto {
|
|
2923
|
+
/** The ID of the file. */
|
|
2924
|
+
file_id: string;
|
|
2925
|
+
/** The index of the file in the list of files. */
|
|
2926
|
+
index: number;
|
|
2927
|
+
type: GPTV3ResponseOutputTextFilePathDtoType;
|
|
3721
2928
|
}
|
|
3722
2929
|
|
|
3723
2930
|
/**
|
|
@@ -3726,21 +2933,8 @@ interface GPTV3ResponseComputerToolCallDoubleClickDto {
|
|
|
3726
2933
|
* Hautech API
|
|
3727
2934
|
* OpenAPI spec version: 1.0
|
|
3728
2935
|
*/
|
|
3729
|
-
type GPTV3ResponseComputerToolCallDragDtoType = typeof GPTV3ResponseComputerToolCallDragDtoType[keyof typeof GPTV3ResponseComputerToolCallDragDtoType];
|
|
3730
|
-
declare const GPTV3ResponseComputerToolCallDragDtoType: {
|
|
3731
|
-
readonly drag: "drag";
|
|
3732
|
-
};
|
|
3733
2936
|
|
|
3734
|
-
|
|
3735
|
-
* Generated by orval v7.10.0 🍺
|
|
3736
|
-
* Do not edit manually.
|
|
3737
|
-
* Hautech API
|
|
3738
|
-
* OpenAPI spec version: 1.0
|
|
3739
|
-
*/
|
|
3740
|
-
interface GPTV3ResponseComputerToolCallDragPathDto {
|
|
3741
|
-
x: number;
|
|
3742
|
-
y: number;
|
|
3743
|
-
}
|
|
2937
|
+
type GPTV3ResponseOutputTextDtoAnnotationsItem = GPTV3ResponseOutputTextFileCitationDto | GPTV3ResponseOutputTextURLCitationDto | GPTV3ResponseOutputTextContainerFileCitationDto | GPTV3ResponseOutputTextFilePathDto;
|
|
3744
2938
|
|
|
3745
2939
|
/**
|
|
3746
2940
|
* Generated by orval v7.10.0 🍺
|
|
@@ -3748,23 +2942,12 @@ interface GPTV3ResponseComputerToolCallDragPathDto {
|
|
|
3748
2942
|
* Hautech API
|
|
3749
2943
|
* OpenAPI spec version: 1.0
|
|
3750
2944
|
*/
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
2945
|
+
interface GPTV3ResponseOutputTextLogprobTopLogprobDto {
|
|
2946
|
+
token: string;
|
|
2947
|
+
bytes: number[];
|
|
2948
|
+
logprob: number;
|
|
3755
2949
|
}
|
|
3756
2950
|
|
|
3757
|
-
/**
|
|
3758
|
-
* Generated by orval v7.10.0 🍺
|
|
3759
|
-
* Do not edit manually.
|
|
3760
|
-
* Hautech API
|
|
3761
|
-
* OpenAPI spec version: 1.0
|
|
3762
|
-
*/
|
|
3763
|
-
type GPTV3ResponseComputerToolCallKeypressDtoType = typeof GPTV3ResponseComputerToolCallKeypressDtoType[keyof typeof GPTV3ResponseComputerToolCallKeypressDtoType];
|
|
3764
|
-
declare const GPTV3ResponseComputerToolCallKeypressDtoType: {
|
|
3765
|
-
readonly keypress: "keypress";
|
|
3766
|
-
};
|
|
3767
|
-
|
|
3768
2951
|
/**
|
|
3769
2952
|
* Generated by orval v7.10.0 🍺
|
|
3770
2953
|
* Do not edit manually.
|
|
@@ -3772,22 +2955,13 @@ declare const GPTV3ResponseComputerToolCallKeypressDtoType: {
|
|
|
3772
2955
|
* OpenAPI spec version: 1.0
|
|
3773
2956
|
*/
|
|
3774
2957
|
|
|
3775
|
-
interface
|
|
3776
|
-
|
|
3777
|
-
|
|
2958
|
+
interface GPTV3ResponseOutputTextLogprobDto {
|
|
2959
|
+
token: string;
|
|
2960
|
+
bytes: number[];
|
|
2961
|
+
logprob: number;
|
|
2962
|
+
top_logprobs: GPTV3ResponseOutputTextLogprobTopLogprobDto[];
|
|
3778
2963
|
}
|
|
3779
2964
|
|
|
3780
|
-
/**
|
|
3781
|
-
* Generated by orval v7.10.0 🍺
|
|
3782
|
-
* Do not edit manually.
|
|
3783
|
-
* Hautech API
|
|
3784
|
-
* OpenAPI spec version: 1.0
|
|
3785
|
-
*/
|
|
3786
|
-
type GPTV3ResponseComputerToolCallMoveDtoType = typeof GPTV3ResponseComputerToolCallMoveDtoType[keyof typeof GPTV3ResponseComputerToolCallMoveDtoType];
|
|
3787
|
-
declare const GPTV3ResponseComputerToolCallMoveDtoType: {
|
|
3788
|
-
readonly move: "move";
|
|
3789
|
-
};
|
|
3790
|
-
|
|
3791
2965
|
/**
|
|
3792
2966
|
* Generated by orval v7.10.0 🍺
|
|
3793
2967
|
* Do not edit manually.
|
|
@@ -3795,10 +2969,15 @@ declare const GPTV3ResponseComputerToolCallMoveDtoType: {
|
|
|
3795
2969
|
* OpenAPI spec version: 1.0
|
|
3796
2970
|
*/
|
|
3797
2971
|
|
|
3798
|
-
interface
|
|
3799
|
-
type
|
|
3800
|
-
|
|
3801
|
-
|
|
2972
|
+
interface GPTV3ResponseOutputTextDto {
|
|
2973
|
+
/** The type of content. */
|
|
2974
|
+
type: GPTV3ResponseOutputTextDtoType;
|
|
2975
|
+
/** The text content. */
|
|
2976
|
+
text: string;
|
|
2977
|
+
/** Annotations attached to spans of the output text (citations, file paths, etc). */
|
|
2978
|
+
annotations: GPTV3ResponseOutputTextDtoAnnotationsItem[];
|
|
2979
|
+
/** Log probabilities for tokens (when requested). */
|
|
2980
|
+
logprobs?: GPTV3ResponseOutputTextLogprobDto[];
|
|
3802
2981
|
}
|
|
3803
2982
|
|
|
3804
2983
|
/**
|
|
@@ -3807,31 +2986,12 @@ interface GPTV3ResponseComputerToolCallMoveDto {
|
|
|
3807
2986
|
* Hautech API
|
|
3808
2987
|
* OpenAPI spec version: 1.0
|
|
3809
2988
|
*/
|
|
3810
|
-
type GPTV3ResponseComputerToolCallScreenshotDtoType = typeof GPTV3ResponseComputerToolCallScreenshotDtoType[keyof typeof GPTV3ResponseComputerToolCallScreenshotDtoType];
|
|
3811
|
-
declare const GPTV3ResponseComputerToolCallScreenshotDtoType: {
|
|
3812
|
-
readonly screenshot: "screenshot";
|
|
3813
|
-
};
|
|
3814
|
-
|
|
3815
|
-
/**
|
|
3816
|
-
* Generated by orval v7.10.0 🍺
|
|
3817
|
-
* Do not edit manually.
|
|
3818
|
-
* Hautech API
|
|
3819
|
-
* OpenAPI spec version: 1.0
|
|
3820
|
-
*/
|
|
3821
|
-
|
|
3822
|
-
interface GPTV3ResponseComputerToolCallScreenshotDto {
|
|
3823
|
-
type: GPTV3ResponseComputerToolCallScreenshotDtoType;
|
|
3824
|
-
}
|
|
3825
|
-
|
|
3826
2989
|
/**
|
|
3827
|
-
*
|
|
3828
|
-
* Do not edit manually.
|
|
3829
|
-
* Hautech API
|
|
3830
|
-
* OpenAPI spec version: 1.0
|
|
2990
|
+
* The type of content.
|
|
3831
2991
|
*/
|
|
3832
|
-
type
|
|
3833
|
-
declare const
|
|
3834
|
-
readonly
|
|
2992
|
+
type GPTV3ResponseOutputRefusalDtoType = typeof GPTV3ResponseOutputRefusalDtoType[keyof typeof GPTV3ResponseOutputRefusalDtoType];
|
|
2993
|
+
declare const GPTV3ResponseOutputRefusalDtoType: {
|
|
2994
|
+
readonly refusal: "refusal";
|
|
3835
2995
|
};
|
|
3836
2996
|
|
|
3837
2997
|
/**
|
|
@@ -3841,25 +3001,13 @@ declare const GPTV3ResponseComputerToolCallScrollDtoType: {
|
|
|
3841
3001
|
* OpenAPI spec version: 1.0
|
|
3842
3002
|
*/
|
|
3843
3003
|
|
|
3844
|
-
interface
|
|
3845
|
-
type
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
y: number;
|
|
3004
|
+
interface GPTV3ResponseOutputRefusalDto {
|
|
3005
|
+
/** The type of content. */
|
|
3006
|
+
type: GPTV3ResponseOutputRefusalDtoType;
|
|
3007
|
+
/** The refusal explanation from the model. */
|
|
3008
|
+
refusal: string;
|
|
3850
3009
|
}
|
|
3851
3010
|
|
|
3852
|
-
/**
|
|
3853
|
-
* Generated by orval v7.10.0 🍺
|
|
3854
|
-
* Do not edit manually.
|
|
3855
|
-
* Hautech API
|
|
3856
|
-
* OpenAPI spec version: 1.0
|
|
3857
|
-
*/
|
|
3858
|
-
type GPTV3ResponseComputerToolCallTypeDtoType = typeof GPTV3ResponseComputerToolCallTypeDtoType[keyof typeof GPTV3ResponseComputerToolCallTypeDtoType];
|
|
3859
|
-
declare const GPTV3ResponseComputerToolCallTypeDtoType: {
|
|
3860
|
-
readonly type: "type";
|
|
3861
|
-
};
|
|
3862
|
-
|
|
3863
3011
|
/**
|
|
3864
3012
|
* Generated by orval v7.10.0 🍺
|
|
3865
3013
|
* Do not edit manually.
|
|
@@ -3867,10 +3015,7 @@ declare const GPTV3ResponseComputerToolCallTypeDtoType: {
|
|
|
3867
3015
|
* OpenAPI spec version: 1.0
|
|
3868
3016
|
*/
|
|
3869
3017
|
|
|
3870
|
-
|
|
3871
|
-
type: GPTV3ResponseComputerToolCallTypeDtoType;
|
|
3872
|
-
text: string;
|
|
3873
|
-
}
|
|
3018
|
+
type GPTV3ResponseOutputMessageDtoContentItem = GPTV3ResponseOutputTextDto | GPTV3ResponseOutputRefusalDto;
|
|
3874
3019
|
|
|
3875
3020
|
/**
|
|
3876
3021
|
* Generated by orval v7.10.0 🍺
|
|
@@ -3878,9 +3023,8 @@ interface GPTV3ResponseComputerToolCallTypeDto {
|
|
|
3878
3023
|
* Hautech API
|
|
3879
3024
|
* OpenAPI spec version: 1.0
|
|
3880
3025
|
*/
|
|
3881
|
-
type
|
|
3882
|
-
|
|
3883
|
-
readonly wait: "wait";
|
|
3026
|
+
type GPTV3ResponseOutputMessageDtoStatus = {
|
|
3027
|
+
[key: string]: unknown;
|
|
3884
3028
|
};
|
|
3885
3029
|
|
|
3886
3030
|
/**
|
|
@@ -3890,8 +3034,16 @@ declare const GPTV3ResponseComputerToolCallWaitDtoType: {
|
|
|
3890
3034
|
* OpenAPI spec version: 1.0
|
|
3891
3035
|
*/
|
|
3892
3036
|
|
|
3893
|
-
interface
|
|
3894
|
-
|
|
3037
|
+
interface GPTV3ResponseOutputMessageDto {
|
|
3038
|
+
/** The unique identifier for the message. */
|
|
3039
|
+
id: string;
|
|
3040
|
+
/** 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. */
|
|
3041
|
+
type: GPTV3ResponseOutputMessageDtoType;
|
|
3042
|
+
/** The role of the message sender. */
|
|
3043
|
+
role: GPTV3ResponseOutputMessageDtoRole;
|
|
3044
|
+
/** The content of the message with annotations and citations. */
|
|
3045
|
+
content: GPTV3ResponseOutputMessageDtoContentItem[];
|
|
3046
|
+
status: GPTV3ResponseOutputMessageDtoStatus;
|
|
3895
3047
|
}
|
|
3896
3048
|
|
|
3897
3049
|
/**
|
|
@@ -3900,11 +3052,13 @@ interface GPTV3ResponseComputerToolCallWaitDto {
|
|
|
3900
3052
|
* Hautech API
|
|
3901
3053
|
* OpenAPI spec version: 1.0
|
|
3902
3054
|
*/
|
|
3903
|
-
|
|
3904
3055
|
/**
|
|
3905
|
-
* The
|
|
3056
|
+
* The type of the file search result. This is the FIRST output item when file_search tool is called.
|
|
3906
3057
|
*/
|
|
3907
|
-
type
|
|
3058
|
+
type GPTV3ResponseFileSearchToolCallDtoType = typeof GPTV3ResponseFileSearchToolCallDtoType[keyof typeof GPTV3ResponseFileSearchToolCallDtoType];
|
|
3059
|
+
declare const GPTV3ResponseFileSearchToolCallDtoType: {
|
|
3060
|
+
readonly file_search_call: "file_search_call";
|
|
3061
|
+
};
|
|
3908
3062
|
|
|
3909
3063
|
/**
|
|
3910
3064
|
* Generated by orval v7.10.0 🍺
|
|
@@ -3912,23 +3066,16 @@ type GPTV3ResponseComputerToolCallDtoAction = GPTV3ResponseComputerToolCallClick
|
|
|
3912
3066
|
* Hautech API
|
|
3913
3067
|
* OpenAPI spec version: 1.0
|
|
3914
3068
|
*/
|
|
3915
|
-
interface GPTV3ResponseComputerToolCallPendingSafetyCheckDto {
|
|
3916
|
-
id: string;
|
|
3917
|
-
code: string;
|
|
3918
|
-
message: string;
|
|
3919
|
-
}
|
|
3920
|
-
|
|
3921
3069
|
/**
|
|
3922
|
-
*
|
|
3923
|
-
* Do not edit manually.
|
|
3924
|
-
* Hautech API
|
|
3925
|
-
* OpenAPI spec version: 1.0
|
|
3070
|
+
* The status of the file search call.
|
|
3926
3071
|
*/
|
|
3927
|
-
type
|
|
3928
|
-
declare const
|
|
3072
|
+
type GPTV3ResponseFileSearchToolCallDtoStatus = typeof GPTV3ResponseFileSearchToolCallDtoStatus[keyof typeof GPTV3ResponseFileSearchToolCallDtoStatus];
|
|
3073
|
+
declare const GPTV3ResponseFileSearchToolCallDtoStatus: {
|
|
3929
3074
|
readonly in_progress: "in_progress";
|
|
3075
|
+
readonly searching: "searching";
|
|
3930
3076
|
readonly completed: "completed";
|
|
3931
3077
|
readonly incomplete: "incomplete";
|
|
3078
|
+
readonly failed: "failed";
|
|
3932
3079
|
};
|
|
3933
3080
|
|
|
3934
3081
|
/**
|
|
@@ -3937,9 +3084,11 @@ declare const GPTV3ResponseComputerToolCallDtoStatus: {
|
|
|
3937
3084
|
* Hautech API
|
|
3938
3085
|
* OpenAPI spec version: 1.0
|
|
3939
3086
|
*/
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3087
|
+
/**
|
|
3088
|
+
* Optional attributes map.
|
|
3089
|
+
*/
|
|
3090
|
+
type GPTV3ResponseFileSearchToolCallResultDtoAttributes = {
|
|
3091
|
+
[key: string]: unknown;
|
|
3943
3092
|
};
|
|
3944
3093
|
|
|
3945
3094
|
/**
|
|
@@ -3949,17 +3098,17 @@ declare const GPTV3ResponseComputerToolCallDtoType: {
|
|
|
3949
3098
|
* OpenAPI spec version: 1.0
|
|
3950
3099
|
*/
|
|
3951
3100
|
|
|
3952
|
-
interface
|
|
3953
|
-
/**
|
|
3954
|
-
|
|
3955
|
-
/** The
|
|
3956
|
-
|
|
3957
|
-
/** The
|
|
3958
|
-
|
|
3959
|
-
/**
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3101
|
+
interface GPTV3ResponseFileSearchToolCallResultDto {
|
|
3102
|
+
/** Optional attributes map. */
|
|
3103
|
+
attributes: GPTV3ResponseFileSearchToolCallResultDtoAttributes;
|
|
3104
|
+
/** The unique ID of the file. */
|
|
3105
|
+
file_id?: string;
|
|
3106
|
+
/** The name of the file. */
|
|
3107
|
+
filename?: string;
|
|
3108
|
+
/** The relevance score of the file. */
|
|
3109
|
+
score?: number;
|
|
3110
|
+
/** The text that was retrieved from the file. */
|
|
3111
|
+
text?: string;
|
|
3963
3112
|
}
|
|
3964
3113
|
|
|
3965
3114
|
/**
|
|
@@ -3968,10 +3117,22 @@ interface GPTV3ResponseComputerToolCallDto {
|
|
|
3968
3117
|
* Hautech API
|
|
3969
3118
|
* OpenAPI spec version: 1.0
|
|
3970
3119
|
*/
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3120
|
+
|
|
3121
|
+
interface GPTV3ResponseFileSearchToolCallDto {
|
|
3122
|
+
/** The type of the file search result. This is the FIRST output item when file_search tool is called. */
|
|
3123
|
+
type: GPTV3ResponseFileSearchToolCallDtoType;
|
|
3124
|
+
/** The unique identifier for this file search call. */
|
|
3125
|
+
id: string;
|
|
3126
|
+
/** The status of the file search call. */
|
|
3127
|
+
status: GPTV3ResponseFileSearchToolCallDtoStatus;
|
|
3128
|
+
/** The search queries used for the file search. */
|
|
3129
|
+
queries: string[];
|
|
3130
|
+
/**
|
|
3131
|
+
* The search results from the file search. Can be null if no results found.
|
|
3132
|
+
* @nullable
|
|
3133
|
+
*/
|
|
3134
|
+
results?: GPTV3ResponseFileSearchToolCallResultDto[] | null;
|
|
3135
|
+
}
|
|
3975
3136
|
|
|
3976
3137
|
/**
|
|
3977
3138
|
* Generated by orval v7.10.0 🍺
|
|
@@ -3979,12 +3140,10 @@ declare const GPTV3ResponseInputComputerCallOutputScreenshotDtoType: {
|
|
|
3979
3140
|
* Hautech API
|
|
3980
3141
|
* OpenAPI spec version: 1.0
|
|
3981
3142
|
*/
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
image_url?: string;
|
|
3987
|
-
}
|
|
3143
|
+
type GPTV3ResponseComputerToolCallClickDtoType = typeof GPTV3ResponseComputerToolCallClickDtoType[keyof typeof GPTV3ResponseComputerToolCallClickDtoType];
|
|
3144
|
+
declare const GPTV3ResponseComputerToolCallClickDtoType: {
|
|
3145
|
+
readonly click: "click";
|
|
3146
|
+
};
|
|
3988
3147
|
|
|
3989
3148
|
/**
|
|
3990
3149
|
* Generated by orval v7.10.0 🍺
|
|
@@ -3992,9 +3151,13 @@ interface GPTV3ResponseInputComputerCallOutputScreenshotDto {
|
|
|
3992
3151
|
* Hautech API
|
|
3993
3152
|
* OpenAPI spec version: 1.0
|
|
3994
3153
|
*/
|
|
3995
|
-
type
|
|
3996
|
-
declare const
|
|
3997
|
-
readonly
|
|
3154
|
+
type GPTV3ResponseComputerToolCallClickDtoButton = typeof GPTV3ResponseComputerToolCallClickDtoButton[keyof typeof GPTV3ResponseComputerToolCallClickDtoButton];
|
|
3155
|
+
declare const GPTV3ResponseComputerToolCallClickDtoButton: {
|
|
3156
|
+
readonly left: "left";
|
|
3157
|
+
readonly right: "right";
|
|
3158
|
+
readonly wheel: "wheel";
|
|
3159
|
+
readonly back: "back";
|
|
3160
|
+
readonly forward: "forward";
|
|
3998
3161
|
};
|
|
3999
3162
|
|
|
4000
3163
|
/**
|
|
@@ -4003,12 +3166,12 @@ declare const GPTV3ResponseInputComputerCallOutputDtoType: {
|
|
|
4003
3166
|
* Hautech API
|
|
4004
3167
|
* OpenAPI spec version: 1.0
|
|
4005
3168
|
*/
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
|
|
4011
|
-
|
|
3169
|
+
|
|
3170
|
+
interface GPTV3ResponseComputerToolCallClickDto {
|
|
3171
|
+
type: GPTV3ResponseComputerToolCallClickDtoType;
|
|
3172
|
+
button: GPTV3ResponseComputerToolCallClickDtoButton;
|
|
3173
|
+
x: number;
|
|
3174
|
+
y: number;
|
|
4012
3175
|
}
|
|
4013
3176
|
|
|
4014
3177
|
/**
|
|
@@ -4017,11 +3180,9 @@ interface GPTV3ResponseInputComputerCallOutputAcknowledgedSafetyCheckDto {
|
|
|
4017
3180
|
* Hautech API
|
|
4018
3181
|
* OpenAPI spec version: 1.0
|
|
4019
3182
|
*/
|
|
4020
|
-
type
|
|
4021
|
-
declare const
|
|
4022
|
-
readonly
|
|
4023
|
-
readonly completed: "completed";
|
|
4024
|
-
readonly incomplete: "incomplete";
|
|
3183
|
+
type GPTV3ResponseComputerToolCallDoubleClickDtoType = typeof GPTV3ResponseComputerToolCallDoubleClickDtoType[keyof typeof GPTV3ResponseComputerToolCallDoubleClickDtoType];
|
|
3184
|
+
declare const GPTV3ResponseComputerToolCallDoubleClickDtoType: {
|
|
3185
|
+
readonly double_click: "double_click";
|
|
4025
3186
|
};
|
|
4026
3187
|
|
|
4027
3188
|
/**
|
|
@@ -4031,15 +3192,10 @@ declare const GPTV3ResponseInputComputerCallOutputDtoStatus: {
|
|
|
4031
3192
|
* OpenAPI spec version: 1.0
|
|
4032
3193
|
*/
|
|
4033
3194
|
|
|
4034
|
-
interface
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
/** @nullable */
|
|
4039
|
-
id?: string | null;
|
|
4040
|
-
/** @nullable */
|
|
4041
|
-
acknowledged_safety_checks?: GPTV3ResponseInputComputerCallOutputAcknowledgedSafetyCheckDto[] | null;
|
|
4042
|
-
status?: GPTV3ResponseInputComputerCallOutputDtoStatus;
|
|
3195
|
+
interface GPTV3ResponseComputerToolCallDoubleClickDto {
|
|
3196
|
+
type: GPTV3ResponseComputerToolCallDoubleClickDtoType;
|
|
3197
|
+
x: number;
|
|
3198
|
+
y: number;
|
|
4043
3199
|
}
|
|
4044
3200
|
|
|
4045
3201
|
/**
|
|
@@ -4048,12 +3204,9 @@ interface GPTV3ResponseInputComputerCallOutputDto {
|
|
|
4048
3204
|
* Hautech API
|
|
4049
3205
|
* OpenAPI spec version: 1.0
|
|
4050
3206
|
*/
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
type GPTV3ResponseFunctionWebSearchDtoType = typeof GPTV3ResponseFunctionWebSearchDtoType[keyof typeof GPTV3ResponseFunctionWebSearchDtoType];
|
|
4055
|
-
declare const GPTV3ResponseFunctionWebSearchDtoType: {
|
|
4056
|
-
readonly web_search_call: "web_search_call";
|
|
3207
|
+
type GPTV3ResponseComputerToolCallDragDtoType = typeof GPTV3ResponseComputerToolCallDragDtoType[keyof typeof GPTV3ResponseComputerToolCallDragDtoType];
|
|
3208
|
+
declare const GPTV3ResponseComputerToolCallDragDtoType: {
|
|
3209
|
+
readonly drag: "drag";
|
|
4057
3210
|
};
|
|
4058
3211
|
|
|
4059
3212
|
/**
|
|
@@ -4062,16 +3215,10 @@ declare const GPTV3ResponseFunctionWebSearchDtoType: {
|
|
|
4062
3215
|
* Hautech API
|
|
4063
3216
|
* OpenAPI spec version: 1.0
|
|
4064
3217
|
*/
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
declare const GPTV3ResponseFunctionWebSearchDtoStatus: {
|
|
4070
|
-
readonly in_progress: "in_progress";
|
|
4071
|
-
readonly searching: "searching";
|
|
4072
|
-
readonly completed: "completed";
|
|
4073
|
-
readonly failed: "failed";
|
|
4074
|
-
};
|
|
3218
|
+
interface GPTV3ResponseComputerToolCallDragPathDto {
|
|
3219
|
+
x: number;
|
|
3220
|
+
y: number;
|
|
3221
|
+
}
|
|
4075
3222
|
|
|
4076
3223
|
/**
|
|
4077
3224
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4080,13 +3227,9 @@ declare const GPTV3ResponseFunctionWebSearchDtoStatus: {
|
|
|
4080
3227
|
* OpenAPI spec version: 1.0
|
|
4081
3228
|
*/
|
|
4082
3229
|
|
|
4083
|
-
interface
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
/** The unique identifier for this web search call. */
|
|
4087
|
-
id: string;
|
|
4088
|
-
/** The status of the web search call. */
|
|
4089
|
-
status: GPTV3ResponseFunctionWebSearchDtoStatus;
|
|
3230
|
+
interface GPTV3ResponseComputerToolCallDragDto {
|
|
3231
|
+
type: GPTV3ResponseComputerToolCallDragDtoType;
|
|
3232
|
+
path: GPTV3ResponseComputerToolCallDragPathDto[];
|
|
4090
3233
|
}
|
|
4091
3234
|
|
|
4092
3235
|
/**
|
|
@@ -4095,12 +3238,9 @@ interface GPTV3ResponseFunctionWebSearchDto {
|
|
|
4095
3238
|
* Hautech API
|
|
4096
3239
|
* OpenAPI spec version: 1.0
|
|
4097
3240
|
*/
|
|
4098
|
-
|
|
4099
|
-
|
|
4100
|
-
|
|
4101
|
-
type GPTV3ResponseFunctionToolCallDtoType = typeof GPTV3ResponseFunctionToolCallDtoType[keyof typeof GPTV3ResponseFunctionToolCallDtoType];
|
|
4102
|
-
declare const GPTV3ResponseFunctionToolCallDtoType: {
|
|
4103
|
-
readonly function_call: "function_call";
|
|
3241
|
+
type GPTV3ResponseComputerToolCallKeypressDtoType = typeof GPTV3ResponseComputerToolCallKeypressDtoType[keyof typeof GPTV3ResponseComputerToolCallKeypressDtoType];
|
|
3242
|
+
declare const GPTV3ResponseComputerToolCallKeypressDtoType: {
|
|
3243
|
+
readonly keypress: "keypress";
|
|
4104
3244
|
};
|
|
4105
3245
|
|
|
4106
3246
|
/**
|
|
@@ -4109,15 +3249,11 @@ declare const GPTV3ResponseFunctionToolCallDtoType: {
|
|
|
4109
3249
|
* Hautech API
|
|
4110
3250
|
* OpenAPI spec version: 1.0
|
|
4111
3251
|
*/
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
|
|
4116
|
-
|
|
4117
|
-
readonly in_progress: "in_progress";
|
|
4118
|
-
readonly completed: "completed";
|
|
4119
|
-
readonly incomplete: "incomplete";
|
|
4120
|
-
};
|
|
3252
|
+
|
|
3253
|
+
interface GPTV3ResponseComputerToolCallKeypressDto {
|
|
3254
|
+
type: GPTV3ResponseComputerToolCallKeypressDtoType;
|
|
3255
|
+
keys: string[];
|
|
3256
|
+
}
|
|
4121
3257
|
|
|
4122
3258
|
/**
|
|
4123
3259
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4125,21 +3261,10 @@ declare const GPTV3ResponseFunctionToolCallDtoStatus: {
|
|
|
4125
3261
|
* Hautech API
|
|
4126
3262
|
* OpenAPI spec version: 1.0
|
|
4127
3263
|
*/
|
|
4128
|
-
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
/** The type of the tool call. */
|
|
4133
|
-
type: GPTV3ResponseFunctionToolCallDtoType;
|
|
4134
|
-
/** The name of the function to run. */
|
|
4135
|
-
name: string;
|
|
4136
|
-
/** The unique ID of the function tool call generated by the model. */
|
|
4137
|
-
call_id: string;
|
|
4138
|
-
/** A JSON string of the arguments passed to the function. */
|
|
4139
|
-
arguments: string;
|
|
4140
|
-
/** The status of the function call. */
|
|
4141
|
-
status?: GPTV3ResponseFunctionToolCallDtoStatus;
|
|
4142
|
-
}
|
|
3264
|
+
type GPTV3ResponseComputerToolCallMoveDtoType = typeof GPTV3ResponseComputerToolCallMoveDtoType[keyof typeof GPTV3ResponseComputerToolCallMoveDtoType];
|
|
3265
|
+
declare const GPTV3ResponseComputerToolCallMoveDtoType: {
|
|
3266
|
+
readonly move: "move";
|
|
3267
|
+
};
|
|
4143
3268
|
|
|
4144
3269
|
/**
|
|
4145
3270
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4147,10 +3272,12 @@ interface GPTV3ResponseFunctionToolCallDto {
|
|
|
4147
3272
|
* Hautech API
|
|
4148
3273
|
* OpenAPI spec version: 1.0
|
|
4149
3274
|
*/
|
|
4150
|
-
|
|
4151
|
-
|
|
4152
|
-
|
|
4153
|
-
|
|
3275
|
+
|
|
3276
|
+
interface GPTV3ResponseComputerToolCallMoveDto {
|
|
3277
|
+
type: GPTV3ResponseComputerToolCallMoveDtoType;
|
|
3278
|
+
x: number;
|
|
3279
|
+
y: number;
|
|
3280
|
+
}
|
|
4154
3281
|
|
|
4155
3282
|
/**
|
|
4156
3283
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4158,11 +3285,9 @@ declare const GPTV3ResponseInputFunctionCallOutputDtoType: {
|
|
|
4158
3285
|
* Hautech API
|
|
4159
3286
|
* OpenAPI spec version: 1.0
|
|
4160
3287
|
*/
|
|
4161
|
-
type
|
|
4162
|
-
declare const
|
|
4163
|
-
readonly
|
|
4164
|
-
readonly completed: "completed";
|
|
4165
|
-
readonly incomplete: "incomplete";
|
|
3288
|
+
type GPTV3ResponseComputerToolCallScreenshotDtoType = typeof GPTV3ResponseComputerToolCallScreenshotDtoType[keyof typeof GPTV3ResponseComputerToolCallScreenshotDtoType];
|
|
3289
|
+
declare const GPTV3ResponseComputerToolCallScreenshotDtoType: {
|
|
3290
|
+
readonly screenshot: "screenshot";
|
|
4166
3291
|
};
|
|
4167
3292
|
|
|
4168
3293
|
/**
|
|
@@ -4172,14 +3297,8 @@ declare const GPTV3ResponseInputFunctionCallOutputDtoStatus: {
|
|
|
4172
3297
|
* OpenAPI spec version: 1.0
|
|
4173
3298
|
*/
|
|
4174
3299
|
|
|
4175
|
-
interface
|
|
4176
|
-
|
|
4177
|
-
/** JSON string result from your function. */
|
|
4178
|
-
output: string;
|
|
4179
|
-
type: GPTV3ResponseInputFunctionCallOutputDtoType;
|
|
4180
|
-
/** @nullable */
|
|
4181
|
-
id?: string | null;
|
|
4182
|
-
status?: GPTV3ResponseInputFunctionCallOutputDtoStatus;
|
|
3300
|
+
interface GPTV3ResponseComputerToolCallScreenshotDto {
|
|
3301
|
+
type: GPTV3ResponseComputerToolCallScreenshotDtoType;
|
|
4183
3302
|
}
|
|
4184
3303
|
|
|
4185
3304
|
/**
|
|
@@ -4188,9 +3307,9 @@ interface GPTV3ResponseInputFunctionCallOutputDto {
|
|
|
4188
3307
|
* Hautech API
|
|
4189
3308
|
* OpenAPI spec version: 1.0
|
|
4190
3309
|
*/
|
|
4191
|
-
type
|
|
4192
|
-
declare const
|
|
4193
|
-
readonly
|
|
3310
|
+
type GPTV3ResponseComputerToolCallScrollDtoType = typeof GPTV3ResponseComputerToolCallScrollDtoType[keyof typeof GPTV3ResponseComputerToolCallScrollDtoType];
|
|
3311
|
+
declare const GPTV3ResponseComputerToolCallScrollDtoType: {
|
|
3312
|
+
readonly scroll: "scroll";
|
|
4194
3313
|
};
|
|
4195
3314
|
|
|
4196
3315
|
/**
|
|
@@ -4200,9 +3319,12 @@ declare const GPTV3ResponseReasoningItemSummaryDtoType: {
|
|
|
4200
3319
|
* OpenAPI spec version: 1.0
|
|
4201
3320
|
*/
|
|
4202
3321
|
|
|
4203
|
-
interface
|
|
4204
|
-
type:
|
|
4205
|
-
|
|
3322
|
+
interface GPTV3ResponseComputerToolCallScrollDto {
|
|
3323
|
+
type: GPTV3ResponseComputerToolCallScrollDtoType;
|
|
3324
|
+
scroll_x: number;
|
|
3325
|
+
scroll_y: number;
|
|
3326
|
+
x: number;
|
|
3327
|
+
y: number;
|
|
4206
3328
|
}
|
|
4207
3329
|
|
|
4208
3330
|
/**
|
|
@@ -4211,22 +3333,9 @@ interface GPTV3ResponseReasoningItemSummaryDto {
|
|
|
4211
3333
|
* Hautech API
|
|
4212
3334
|
* OpenAPI spec version: 1.0
|
|
4213
3335
|
*/
|
|
4214
|
-
type
|
|
4215
|
-
declare const
|
|
4216
|
-
readonly
|
|
4217
|
-
};
|
|
4218
|
-
|
|
4219
|
-
/**
|
|
4220
|
-
* Generated by orval v7.10.0 🍺
|
|
4221
|
-
* Do not edit manually.
|
|
4222
|
-
* Hautech API
|
|
4223
|
-
* OpenAPI spec version: 1.0
|
|
4224
|
-
*/
|
|
4225
|
-
type GPTV3ResponseReasoningItemDtoStatus = typeof GPTV3ResponseReasoningItemDtoStatus[keyof typeof GPTV3ResponseReasoningItemDtoStatus];
|
|
4226
|
-
declare const GPTV3ResponseReasoningItemDtoStatus: {
|
|
4227
|
-
readonly in_progress: "in_progress";
|
|
4228
|
-
readonly completed: "completed";
|
|
4229
|
-
readonly incomplete: "incomplete";
|
|
3336
|
+
type GPTV3ResponseComputerToolCallTypeDtoType = typeof GPTV3ResponseComputerToolCallTypeDtoType[keyof typeof GPTV3ResponseComputerToolCallTypeDtoType];
|
|
3337
|
+
declare const GPTV3ResponseComputerToolCallTypeDtoType: {
|
|
3338
|
+
readonly type: "type";
|
|
4230
3339
|
};
|
|
4231
3340
|
|
|
4232
3341
|
/**
|
|
@@ -4236,13 +3345,9 @@ declare const GPTV3ResponseReasoningItemDtoStatus: {
|
|
|
4236
3345
|
* OpenAPI spec version: 1.0
|
|
4237
3346
|
*/
|
|
4238
3347
|
|
|
4239
|
-
interface
|
|
4240
|
-
|
|
4241
|
-
|
|
4242
|
-
type: GPTV3ResponseReasoningItemDtoType;
|
|
4243
|
-
/** @nullable */
|
|
4244
|
-
encrypted_content?: string | null;
|
|
4245
|
-
status?: GPTV3ResponseReasoningItemDtoStatus;
|
|
3348
|
+
interface GPTV3ResponseComputerToolCallTypeDto {
|
|
3349
|
+
type: GPTV3ResponseComputerToolCallTypeDtoType;
|
|
3350
|
+
text: string;
|
|
4246
3351
|
}
|
|
4247
3352
|
|
|
4248
3353
|
/**
|
|
@@ -4251,12 +3356,9 @@ interface GPTV3ResponseReasoningItemDto {
|
|
|
4251
3356
|
* Hautech API
|
|
4252
3357
|
* OpenAPI spec version: 1.0
|
|
4253
3358
|
*/
|
|
4254
|
-
type
|
|
4255
|
-
declare const
|
|
4256
|
-
readonly
|
|
4257
|
-
readonly completed: "completed";
|
|
4258
|
-
readonly generating: "generating";
|
|
4259
|
-
readonly failed: "failed";
|
|
3359
|
+
type GPTV3ResponseComputerToolCallWaitDtoType = typeof GPTV3ResponseComputerToolCallWaitDtoType[keyof typeof GPTV3ResponseComputerToolCallWaitDtoType];
|
|
3360
|
+
declare const GPTV3ResponseComputerToolCallWaitDtoType: {
|
|
3361
|
+
readonly wait: "wait";
|
|
4260
3362
|
};
|
|
4261
3363
|
|
|
4262
3364
|
/**
|
|
@@ -4265,10 +3367,10 @@ declare const GPTV3ResponseInputItemImageGenerationCallDtoStatus: {
|
|
|
4265
3367
|
* Hautech API
|
|
4266
3368
|
* OpenAPI spec version: 1.0
|
|
4267
3369
|
*/
|
|
4268
|
-
|
|
4269
|
-
|
|
4270
|
-
|
|
4271
|
-
}
|
|
3370
|
+
|
|
3371
|
+
interface GPTV3ResponseComputerToolCallWaitDto {
|
|
3372
|
+
type: GPTV3ResponseComputerToolCallWaitDtoType;
|
|
3373
|
+
}
|
|
4272
3374
|
|
|
4273
3375
|
/**
|
|
4274
3376
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4277,13 +3379,10 @@ declare const GPTV3ResponseInputItemImageGenerationCallDtoType: {
|
|
|
4277
3379
|
* OpenAPI spec version: 1.0
|
|
4278
3380
|
*/
|
|
4279
3381
|
|
|
4280
|
-
|
|
4281
|
-
|
|
4282
|
-
|
|
4283
|
-
|
|
4284
|
-
status: GPTV3ResponseInputItemImageGenerationCallDtoStatus;
|
|
4285
|
-
type: GPTV3ResponseInputItemImageGenerationCallDtoType;
|
|
4286
|
-
}
|
|
3382
|
+
/**
|
|
3383
|
+
* The action requested for the computer call.
|
|
3384
|
+
*/
|
|
3385
|
+
type GPTV3ResponseComputerToolCallDtoAction = GPTV3ResponseComputerToolCallClickDto | GPTV3ResponseComputerToolCallDoubleClickDto | GPTV3ResponseComputerToolCallDragDto | GPTV3ResponseComputerToolCallKeypressDto | GPTV3ResponseComputerToolCallMoveDto | GPTV3ResponseComputerToolCallScreenshotDto | GPTV3ResponseComputerToolCallScrollDto | GPTV3ResponseComputerToolCallTypeDto | GPTV3ResponseComputerToolCallWaitDto;
|
|
4287
3386
|
|
|
4288
3387
|
/**
|
|
4289
3388
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4291,10 +3390,11 @@ interface GPTV3ResponseInputItemImageGenerationCallDto {
|
|
|
4291
3390
|
* Hautech API
|
|
4292
3391
|
* OpenAPI spec version: 1.0
|
|
4293
3392
|
*/
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
|
|
4297
|
-
|
|
3393
|
+
interface GPTV3ResponseComputerToolCallPendingSafetyCheckDto {
|
|
3394
|
+
id: string;
|
|
3395
|
+
code: string;
|
|
3396
|
+
message: string;
|
|
3397
|
+
}
|
|
4298
3398
|
|
|
4299
3399
|
/**
|
|
4300
3400
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4302,11 +3402,12 @@ declare const GPTV3ResponseCodeInterpreterToolCallLogsDtoType: {
|
|
|
4302
3402
|
* Hautech API
|
|
4303
3403
|
* OpenAPI spec version: 1.0
|
|
4304
3404
|
*/
|
|
4305
|
-
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
4309
|
-
|
|
3405
|
+
type GPTV3ResponseComputerToolCallDtoStatus = typeof GPTV3ResponseComputerToolCallDtoStatus[keyof typeof GPTV3ResponseComputerToolCallDtoStatus];
|
|
3406
|
+
declare const GPTV3ResponseComputerToolCallDtoStatus: {
|
|
3407
|
+
readonly in_progress: "in_progress";
|
|
3408
|
+
readonly completed: "completed";
|
|
3409
|
+
readonly incomplete: "incomplete";
|
|
3410
|
+
};
|
|
4310
3411
|
|
|
4311
3412
|
/**
|
|
4312
3413
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4314,9 +3415,9 @@ interface GPTV3ResponseCodeInterpreterToolCallLogsDto {
|
|
|
4314
3415
|
* Hautech API
|
|
4315
3416
|
* OpenAPI spec version: 1.0
|
|
4316
3417
|
*/
|
|
4317
|
-
type
|
|
4318
|
-
declare const
|
|
4319
|
-
readonly
|
|
3418
|
+
type GPTV3ResponseComputerToolCallDtoType = typeof GPTV3ResponseComputerToolCallDtoType[keyof typeof GPTV3ResponseComputerToolCallDtoType];
|
|
3419
|
+
declare const GPTV3ResponseComputerToolCallDtoType: {
|
|
3420
|
+
readonly computer_call: "computer_call";
|
|
4320
3421
|
};
|
|
4321
3422
|
|
|
4322
3423
|
/**
|
|
@@ -4326,9 +3427,17 @@ declare const GPTV3ResponseCodeInterpreterToolCallImageDtoType: {
|
|
|
4326
3427
|
* OpenAPI spec version: 1.0
|
|
4327
3428
|
*/
|
|
4328
3429
|
|
|
4329
|
-
interface
|
|
4330
|
-
|
|
4331
|
-
|
|
3430
|
+
interface GPTV3ResponseComputerToolCallDto {
|
|
3431
|
+
/** The unique ID of the computer call. */
|
|
3432
|
+
id: string;
|
|
3433
|
+
/** The action requested for the computer call. */
|
|
3434
|
+
action: GPTV3ResponseComputerToolCallDtoAction;
|
|
3435
|
+
/** The ID of the tool call. */
|
|
3436
|
+
call_id: string;
|
|
3437
|
+
/** Pending safety checks for the computer call. */
|
|
3438
|
+
pending_safety_checks: GPTV3ResponseComputerToolCallPendingSafetyCheckDto[];
|
|
3439
|
+
status: GPTV3ResponseComputerToolCallDtoStatus;
|
|
3440
|
+
type: GPTV3ResponseComputerToolCallDtoType;
|
|
4332
3441
|
}
|
|
4333
3442
|
|
|
4334
3443
|
/**
|
|
@@ -4337,8 +3446,10 @@ interface GPTV3ResponseCodeInterpreterToolCallImageDto {
|
|
|
4337
3446
|
* Hautech API
|
|
4338
3447
|
* OpenAPI spec version: 1.0
|
|
4339
3448
|
*/
|
|
4340
|
-
|
|
4341
|
-
|
|
3449
|
+
type GPTV3ResponseInputComputerCallOutputScreenshotDtoType = typeof GPTV3ResponseInputComputerCallOutputScreenshotDtoType[keyof typeof GPTV3ResponseInputComputerCallOutputScreenshotDtoType];
|
|
3450
|
+
declare const GPTV3ResponseInputComputerCallOutputScreenshotDtoType: {
|
|
3451
|
+
readonly computer_screenshot: "computer_screenshot";
|
|
3452
|
+
};
|
|
4342
3453
|
|
|
4343
3454
|
/**
|
|
4344
3455
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4346,14 +3457,12 @@ type GPTV3ResponseCodeInterpreterToolCallDtoOutputsItem = GPTV3ResponseCodeInter
|
|
|
4346
3457
|
* Hautech API
|
|
4347
3458
|
* OpenAPI spec version: 1.0
|
|
4348
3459
|
*/
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
readonly failed: "failed";
|
|
4356
|
-
};
|
|
3460
|
+
|
|
3461
|
+
interface GPTV3ResponseInputComputerCallOutputScreenshotDto {
|
|
3462
|
+
type: GPTV3ResponseInputComputerCallOutputScreenshotDtoType;
|
|
3463
|
+
file_id?: string;
|
|
3464
|
+
image_url?: string;
|
|
3465
|
+
}
|
|
4357
3466
|
|
|
4358
3467
|
/**
|
|
4359
3468
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4361,9 +3470,9 @@ declare const GPTV3ResponseCodeInterpreterToolCallDtoStatus: {
|
|
|
4361
3470
|
* Hautech API
|
|
4362
3471
|
* OpenAPI spec version: 1.0
|
|
4363
3472
|
*/
|
|
4364
|
-
type
|
|
4365
|
-
declare const
|
|
4366
|
-
readonly
|
|
3473
|
+
type GPTV3ResponseInputComputerCallOutputDtoType = typeof GPTV3ResponseInputComputerCallOutputDtoType[keyof typeof GPTV3ResponseInputComputerCallOutputDtoType];
|
|
3474
|
+
declare const GPTV3ResponseInputComputerCallOutputDtoType: {
|
|
3475
|
+
readonly computer_call_output: "computer_call_output";
|
|
4367
3476
|
};
|
|
4368
3477
|
|
|
4369
3478
|
/**
|
|
@@ -4372,19 +3481,12 @@ declare const GPTV3ResponseCodeInterpreterToolCallDtoType: {
|
|
|
4372
3481
|
* Hautech API
|
|
4373
3482
|
* OpenAPI spec version: 1.0
|
|
4374
3483
|
*/
|
|
4375
|
-
|
|
4376
|
-
interface GPTV3ResponseCodeInterpreterToolCallDto {
|
|
3484
|
+
interface GPTV3ResponseInputComputerCallOutputAcknowledgedSafetyCheckDto {
|
|
4377
3485
|
id: string;
|
|
4378
3486
|
/** @nullable */
|
|
4379
3487
|
code?: string | null;
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
* Outputs from the code interpreter.
|
|
4383
|
-
* @nullable
|
|
4384
|
-
*/
|
|
4385
|
-
outputs?: GPTV3ResponseCodeInterpreterToolCallDtoOutputsItem[] | null;
|
|
4386
|
-
status: GPTV3ResponseCodeInterpreterToolCallDtoStatus;
|
|
4387
|
-
type: GPTV3ResponseCodeInterpreterToolCallDtoType;
|
|
3488
|
+
/** @nullable */
|
|
3489
|
+
message?: string | null;
|
|
4388
3490
|
}
|
|
4389
3491
|
|
|
4390
3492
|
/**
|
|
@@ -4393,19 +3495,11 @@ interface GPTV3ResponseCodeInterpreterToolCallDto {
|
|
|
4393
3495
|
* Hautech API
|
|
4394
3496
|
* OpenAPI spec version: 1.0
|
|
4395
3497
|
*/
|
|
4396
|
-
type
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
* Generated by orval v7.10.0 🍺
|
|
4402
|
-
* Do not edit manually.
|
|
4403
|
-
* Hautech API
|
|
4404
|
-
* OpenAPI spec version: 1.0
|
|
4405
|
-
*/
|
|
4406
|
-
type GPTV3ResponseInputLocalShellCallActionDtoType = typeof GPTV3ResponseInputLocalShellCallActionDtoType[keyof typeof GPTV3ResponseInputLocalShellCallActionDtoType];
|
|
4407
|
-
declare const GPTV3ResponseInputLocalShellCallActionDtoType: {
|
|
4408
|
-
readonly exec: "exec";
|
|
3498
|
+
type GPTV3ResponseInputComputerCallOutputDtoStatus = typeof GPTV3ResponseInputComputerCallOutputDtoStatus[keyof typeof GPTV3ResponseInputComputerCallOutputDtoStatus];
|
|
3499
|
+
declare const GPTV3ResponseInputComputerCallOutputDtoStatus: {
|
|
3500
|
+
readonly in_progress: "in_progress";
|
|
3501
|
+
readonly completed: "completed";
|
|
3502
|
+
readonly incomplete: "incomplete";
|
|
4409
3503
|
};
|
|
4410
3504
|
|
|
4411
3505
|
/**
|
|
@@ -4415,16 +3509,15 @@ declare const GPTV3ResponseInputLocalShellCallActionDtoType: {
|
|
|
4415
3509
|
* OpenAPI spec version: 1.0
|
|
4416
3510
|
*/
|
|
4417
3511
|
|
|
4418
|
-
interface
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
type:
|
|
4422
|
-
/** @nullable */
|
|
4423
|
-
timeout_ms?: number | null;
|
|
3512
|
+
interface GPTV3ResponseInputComputerCallOutputDto {
|
|
3513
|
+
call_id: string;
|
|
3514
|
+
output: GPTV3ResponseInputComputerCallOutputScreenshotDto;
|
|
3515
|
+
type: GPTV3ResponseInputComputerCallOutputDtoType;
|
|
4424
3516
|
/** @nullable */
|
|
4425
|
-
|
|
3517
|
+
id?: string | null;
|
|
4426
3518
|
/** @nullable */
|
|
4427
|
-
|
|
3519
|
+
acknowledged_safety_checks?: GPTV3ResponseInputComputerCallOutputAcknowledgedSafetyCheckDto[] | null;
|
|
3520
|
+
status?: GPTV3ResponseInputComputerCallOutputDtoStatus;
|
|
4428
3521
|
}
|
|
4429
3522
|
|
|
4430
3523
|
/**
|
|
@@ -4433,11 +3526,12 @@ interface GPTV3ResponseInputLocalShellCallActionDto {
|
|
|
4433
3526
|
* Hautech API
|
|
4434
3527
|
* OpenAPI spec version: 1.0
|
|
4435
3528
|
*/
|
|
4436
|
-
|
|
4437
|
-
|
|
4438
|
-
|
|
4439
|
-
|
|
4440
|
-
|
|
3529
|
+
/**
|
|
3530
|
+
* The type of the web search result. This is the FIRST output item when web_search tool is called.
|
|
3531
|
+
*/
|
|
3532
|
+
type GPTV3ResponseFunctionWebSearchDtoType = typeof GPTV3ResponseFunctionWebSearchDtoType[keyof typeof GPTV3ResponseFunctionWebSearchDtoType];
|
|
3533
|
+
declare const GPTV3ResponseFunctionWebSearchDtoType: {
|
|
3534
|
+
readonly web_search_call: "web_search_call";
|
|
4441
3535
|
};
|
|
4442
3536
|
|
|
4443
3537
|
/**
|
|
@@ -4446,9 +3540,15 @@ declare const GPTV3ResponseInputLocalShellCallDtoStatus: {
|
|
|
4446
3540
|
* Hautech API
|
|
4447
3541
|
* OpenAPI spec version: 1.0
|
|
4448
3542
|
*/
|
|
4449
|
-
|
|
4450
|
-
|
|
4451
|
-
|
|
3543
|
+
/**
|
|
3544
|
+
* The status of the web search call.
|
|
3545
|
+
*/
|
|
3546
|
+
type GPTV3ResponseFunctionWebSearchDtoStatus = typeof GPTV3ResponseFunctionWebSearchDtoStatus[keyof typeof GPTV3ResponseFunctionWebSearchDtoStatus];
|
|
3547
|
+
declare const GPTV3ResponseFunctionWebSearchDtoStatus: {
|
|
3548
|
+
readonly in_progress: "in_progress";
|
|
3549
|
+
readonly searching: "searching";
|
|
3550
|
+
readonly completed: "completed";
|
|
3551
|
+
readonly failed: "failed";
|
|
4452
3552
|
};
|
|
4453
3553
|
|
|
4454
3554
|
/**
|
|
@@ -4458,12 +3558,13 @@ declare const GPTV3ResponseInputLocalShellCallDtoType: {
|
|
|
4458
3558
|
* OpenAPI spec version: 1.0
|
|
4459
3559
|
*/
|
|
4460
3560
|
|
|
4461
|
-
interface
|
|
3561
|
+
interface GPTV3ResponseFunctionWebSearchDto {
|
|
3562
|
+
/** The type of the web search result. This is the FIRST output item when web_search tool is called. */
|
|
3563
|
+
type: GPTV3ResponseFunctionWebSearchDtoType;
|
|
3564
|
+
/** The unique identifier for this web search call. */
|
|
4462
3565
|
id: string;
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
status: GPTV3ResponseInputLocalShellCallDtoStatus;
|
|
4466
|
-
type: GPTV3ResponseInputLocalShellCallDtoType;
|
|
3566
|
+
/** The status of the web search call. */
|
|
3567
|
+
status: GPTV3ResponseFunctionWebSearchDtoStatus;
|
|
4467
3568
|
}
|
|
4468
3569
|
|
|
4469
3570
|
/**
|
|
@@ -4472,9 +3573,12 @@ interface GPTV3ResponseInputLocalShellCallDto {
|
|
|
4472
3573
|
* Hautech API
|
|
4473
3574
|
* OpenAPI spec version: 1.0
|
|
4474
3575
|
*/
|
|
4475
|
-
|
|
4476
|
-
|
|
4477
|
-
|
|
3576
|
+
/**
|
|
3577
|
+
* The type of the tool call.
|
|
3578
|
+
*/
|
|
3579
|
+
type GPTV3ResponseFunctionToolCallDtoType = typeof GPTV3ResponseFunctionToolCallDtoType[keyof typeof GPTV3ResponseFunctionToolCallDtoType];
|
|
3580
|
+
declare const GPTV3ResponseFunctionToolCallDtoType: {
|
|
3581
|
+
readonly function_call: "function_call";
|
|
4478
3582
|
};
|
|
4479
3583
|
|
|
4480
3584
|
/**
|
|
@@ -4483,8 +3587,11 @@ declare const GPTV3ResponseInputLocalShellCallOutputDtoType: {
|
|
|
4483
3587
|
* Hautech API
|
|
4484
3588
|
* OpenAPI spec version: 1.0
|
|
4485
3589
|
*/
|
|
4486
|
-
|
|
4487
|
-
|
|
3590
|
+
/**
|
|
3591
|
+
* The status of the function call.
|
|
3592
|
+
*/
|
|
3593
|
+
type GPTV3ResponseFunctionToolCallDtoStatus = typeof GPTV3ResponseFunctionToolCallDtoStatus[keyof typeof GPTV3ResponseFunctionToolCallDtoStatus];
|
|
3594
|
+
declare const GPTV3ResponseFunctionToolCallDtoStatus: {
|
|
4488
3595
|
readonly in_progress: "in_progress";
|
|
4489
3596
|
readonly completed: "completed";
|
|
4490
3597
|
readonly incomplete: "incomplete";
|
|
@@ -4497,12 +3604,19 @@ declare const GPTV3ResponseInputLocalShellCallOutputDtoStatus: {
|
|
|
4497
3604
|
* OpenAPI spec version: 1.0
|
|
4498
3605
|
*/
|
|
4499
3606
|
|
|
4500
|
-
interface
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
type:
|
|
4505
|
-
|
|
3607
|
+
interface GPTV3ResponseFunctionToolCallDto {
|
|
3608
|
+
/** The unique identifier for this function tool call. */
|
|
3609
|
+
id?: string;
|
|
3610
|
+
/** The type of the tool call. */
|
|
3611
|
+
type: GPTV3ResponseFunctionToolCallDtoType;
|
|
3612
|
+
/** The name of the function to run. */
|
|
3613
|
+
name: string;
|
|
3614
|
+
/** The unique ID of the function tool call generated by the model. */
|
|
3615
|
+
call_id: string;
|
|
3616
|
+
/** A JSON string of the arguments passed to the function. */
|
|
3617
|
+
arguments: string;
|
|
3618
|
+
/** The status of the function call. */
|
|
3619
|
+
status?: GPTV3ResponseFunctionToolCallDtoStatus;
|
|
4506
3620
|
}
|
|
4507
3621
|
|
|
4508
3622
|
/**
|
|
@@ -4511,8 +3625,9 @@ interface GPTV3ResponseInputLocalShellCallOutputDto {
|
|
|
4511
3625
|
* Hautech API
|
|
4512
3626
|
* OpenAPI spec version: 1.0
|
|
4513
3627
|
*/
|
|
4514
|
-
type
|
|
4515
|
-
|
|
3628
|
+
type GPTV3ResponseInputFunctionCallOutputDtoType = typeof GPTV3ResponseInputFunctionCallOutputDtoType[keyof typeof GPTV3ResponseInputFunctionCallOutputDtoType];
|
|
3629
|
+
declare const GPTV3ResponseInputFunctionCallOutputDtoType: {
|
|
3630
|
+
readonly function_call_output: "function_call_output";
|
|
4516
3631
|
};
|
|
4517
3632
|
|
|
4518
3633
|
/**
|
|
@@ -4521,12 +3636,12 @@ type GPTV3ResponseInputMcpListToolsToolDtoInputSchema = {
|
|
|
4521
3636
|
* Hautech API
|
|
4522
3637
|
* OpenAPI spec version: 1.0
|
|
4523
3638
|
*/
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
}
|
|
3639
|
+
type GPTV3ResponseInputFunctionCallOutputDtoStatus = typeof GPTV3ResponseInputFunctionCallOutputDtoStatus[keyof typeof GPTV3ResponseInputFunctionCallOutputDtoStatus];
|
|
3640
|
+
declare const GPTV3ResponseInputFunctionCallOutputDtoStatus: {
|
|
3641
|
+
readonly in_progress: "in_progress";
|
|
3642
|
+
readonly completed: "completed";
|
|
3643
|
+
readonly incomplete: "incomplete";
|
|
3644
|
+
};
|
|
4530
3645
|
|
|
4531
3646
|
/**
|
|
4532
3647
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4535,13 +3650,14 @@ type GPTV3ResponseInputMcpListToolsToolDtoAnnotations = {
|
|
|
4535
3650
|
* OpenAPI spec version: 1.0
|
|
4536
3651
|
*/
|
|
4537
3652
|
|
|
4538
|
-
interface
|
|
4539
|
-
|
|
4540
|
-
|
|
4541
|
-
|
|
4542
|
-
|
|
3653
|
+
interface GPTV3ResponseInputFunctionCallOutputDto {
|
|
3654
|
+
call_id: string;
|
|
3655
|
+
/** JSON string result from your function. */
|
|
3656
|
+
output: string;
|
|
3657
|
+
type: GPTV3ResponseInputFunctionCallOutputDtoType;
|
|
4543
3658
|
/** @nullable */
|
|
4544
|
-
|
|
3659
|
+
id?: string | null;
|
|
3660
|
+
status?: GPTV3ResponseInputFunctionCallOutputDtoStatus;
|
|
4545
3661
|
}
|
|
4546
3662
|
|
|
4547
3663
|
/**
|
|
@@ -4550,9 +3666,9 @@ interface GPTV3ResponseInputMcpListToolsToolDto {
|
|
|
4550
3666
|
* Hautech API
|
|
4551
3667
|
* OpenAPI spec version: 1.0
|
|
4552
3668
|
*/
|
|
4553
|
-
type
|
|
4554
|
-
declare const
|
|
4555
|
-
readonly
|
|
3669
|
+
type GPTV3ResponseReasoningItemSummaryDtoType = typeof GPTV3ResponseReasoningItemSummaryDtoType[keyof typeof GPTV3ResponseReasoningItemSummaryDtoType];
|
|
3670
|
+
declare const GPTV3ResponseReasoningItemSummaryDtoType: {
|
|
3671
|
+
readonly summary_text: "summary_text";
|
|
4556
3672
|
};
|
|
4557
3673
|
|
|
4558
3674
|
/**
|
|
@@ -4562,13 +3678,9 @@ declare const GPTV3ResponseInputMcpListToolsDtoType: {
|
|
|
4562
3678
|
* OpenAPI spec version: 1.0
|
|
4563
3679
|
*/
|
|
4564
3680
|
|
|
4565
|
-
interface
|
|
4566
|
-
|
|
4567
|
-
|
|
4568
|
-
tools: GPTV3ResponseInputMcpListToolsToolDto[];
|
|
4569
|
-
type: GPTV3ResponseInputMcpListToolsDtoType;
|
|
4570
|
-
/** @nullable */
|
|
4571
|
-
error?: string | null;
|
|
3681
|
+
interface GPTV3ResponseReasoningItemSummaryDto {
|
|
3682
|
+
type: GPTV3ResponseReasoningItemSummaryDtoType;
|
|
3683
|
+
text: string;
|
|
4572
3684
|
}
|
|
4573
3685
|
|
|
4574
3686
|
/**
|
|
@@ -4577,9 +3689,9 @@ interface GPTV3ResponseInputMcpListToolsDto {
|
|
|
4577
3689
|
* Hautech API
|
|
4578
3690
|
* OpenAPI spec version: 1.0
|
|
4579
3691
|
*/
|
|
4580
|
-
type
|
|
4581
|
-
declare const
|
|
4582
|
-
readonly
|
|
3692
|
+
type GPTV3ResponseReasoningItemDtoType = typeof GPTV3ResponseReasoningItemDtoType[keyof typeof GPTV3ResponseReasoningItemDtoType];
|
|
3693
|
+
declare const GPTV3ResponseReasoningItemDtoType: {
|
|
3694
|
+
readonly reasoning: "reasoning";
|
|
4583
3695
|
};
|
|
4584
3696
|
|
|
4585
3697
|
/**
|
|
@@ -4588,14 +3700,12 @@ declare const GPTV3ResponseInputMcpApprovalRequestDtoType: {
|
|
|
4588
3700
|
* Hautech API
|
|
4589
3701
|
* OpenAPI spec version: 1.0
|
|
4590
3702
|
*/
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
type: GPTV3ResponseInputMcpApprovalRequestDtoType;
|
|
4598
|
-
}
|
|
3703
|
+
type GPTV3ResponseReasoningItemDtoStatus = typeof GPTV3ResponseReasoningItemDtoStatus[keyof typeof GPTV3ResponseReasoningItemDtoStatus];
|
|
3704
|
+
declare const GPTV3ResponseReasoningItemDtoStatus: {
|
|
3705
|
+
readonly in_progress: "in_progress";
|
|
3706
|
+
readonly completed: "completed";
|
|
3707
|
+
readonly incomplete: "incomplete";
|
|
3708
|
+
};
|
|
4599
3709
|
|
|
4600
3710
|
/**
|
|
4601
3711
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4603,10 +3713,15 @@ interface GPTV3ResponseInputMcpApprovalRequestDto {
|
|
|
4603
3713
|
* Hautech API
|
|
4604
3714
|
* OpenAPI spec version: 1.0
|
|
4605
3715
|
*/
|
|
4606
|
-
|
|
4607
|
-
|
|
4608
|
-
|
|
4609
|
-
|
|
3716
|
+
|
|
3717
|
+
interface GPTV3ResponseReasoningItemDto {
|
|
3718
|
+
id: string;
|
|
3719
|
+
summary: GPTV3ResponseReasoningItemSummaryDto[];
|
|
3720
|
+
type: GPTV3ResponseReasoningItemDtoType;
|
|
3721
|
+
/** @nullable */
|
|
3722
|
+
encrypted_content?: string | null;
|
|
3723
|
+
status?: GPTV3ResponseReasoningItemDtoStatus;
|
|
3724
|
+
}
|
|
4610
3725
|
|
|
4611
3726
|
/**
|
|
4612
3727
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4614,16 +3729,13 @@ declare const GPTV3ResponseInputMcpApprovalResponseDtoType: {
|
|
|
4614
3729
|
* Hautech API
|
|
4615
3730
|
* OpenAPI spec version: 1.0
|
|
4616
3731
|
*/
|
|
4617
|
-
|
|
4618
|
-
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4623
|
-
|
|
4624
|
-
/** @nullable */
|
|
4625
|
-
reason?: string | null;
|
|
4626
|
-
}
|
|
3732
|
+
type GPTV3ResponseInputItemImageGenerationCallDtoStatus = typeof GPTV3ResponseInputItemImageGenerationCallDtoStatus[keyof typeof GPTV3ResponseInputItemImageGenerationCallDtoStatus];
|
|
3733
|
+
declare const GPTV3ResponseInputItemImageGenerationCallDtoStatus: {
|
|
3734
|
+
readonly in_progress: "in_progress";
|
|
3735
|
+
readonly completed: "completed";
|
|
3736
|
+
readonly generating: "generating";
|
|
3737
|
+
readonly failed: "failed";
|
|
3738
|
+
};
|
|
4627
3739
|
|
|
4628
3740
|
/**
|
|
4629
3741
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4631,9 +3743,9 @@ interface GPTV3ResponseInputMcpApprovalResponseDto {
|
|
|
4631
3743
|
* Hautech API
|
|
4632
3744
|
* OpenAPI spec version: 1.0
|
|
4633
3745
|
*/
|
|
4634
|
-
type
|
|
4635
|
-
declare const
|
|
4636
|
-
readonly
|
|
3746
|
+
type GPTV3ResponseInputItemImageGenerationCallDtoType = typeof GPTV3ResponseInputItemImageGenerationCallDtoType[keyof typeof GPTV3ResponseInputItemImageGenerationCallDtoType];
|
|
3747
|
+
declare const GPTV3ResponseInputItemImageGenerationCallDtoType: {
|
|
3748
|
+
readonly image_generation_call: "image_generation_call";
|
|
4637
3749
|
};
|
|
4638
3750
|
|
|
4639
3751
|
/**
|
|
@@ -4643,16 +3755,12 @@ declare const GPTV3ResponseInputMcpCallDtoType: {
|
|
|
4643
3755
|
* OpenAPI spec version: 1.0
|
|
4644
3756
|
*/
|
|
4645
3757
|
|
|
4646
|
-
interface
|
|
3758
|
+
interface GPTV3ResponseInputItemImageGenerationCallDto {
|
|
4647
3759
|
id: string;
|
|
4648
|
-
arguments: string;
|
|
4649
|
-
name: string;
|
|
4650
|
-
server_label: string;
|
|
4651
|
-
type: GPTV3ResponseInputMcpCallDtoType;
|
|
4652
|
-
/** @nullable */
|
|
4653
|
-
error?: string | null;
|
|
4654
3760
|
/** @nullable */
|
|
4655
|
-
|
|
3761
|
+
result?: string | null;
|
|
3762
|
+
status: GPTV3ResponseInputItemImageGenerationCallDtoStatus;
|
|
3763
|
+
type: GPTV3ResponseInputItemImageGenerationCallDtoType;
|
|
4656
3764
|
}
|
|
4657
3765
|
|
|
4658
3766
|
/**
|
|
@@ -4660,10 +3768,10 @@ interface GPTV3ResponseInputMcpCallDto {
|
|
|
4660
3768
|
* Do not edit manually.
|
|
4661
3769
|
* Hautech API
|
|
4662
3770
|
* OpenAPI spec version: 1.0
|
|
4663
|
-
*/
|
|
4664
|
-
type
|
|
4665
|
-
declare const
|
|
4666
|
-
readonly
|
|
3771
|
+
*/
|
|
3772
|
+
type GPTV3ResponseCodeInterpreterToolCallLogsDtoType = typeof GPTV3ResponseCodeInterpreterToolCallLogsDtoType[keyof typeof GPTV3ResponseCodeInterpreterToolCallLogsDtoType];
|
|
3773
|
+
declare const GPTV3ResponseCodeInterpreterToolCallLogsDtoType: {
|
|
3774
|
+
readonly logs: "logs";
|
|
4667
3775
|
};
|
|
4668
3776
|
|
|
4669
3777
|
/**
|
|
@@ -4673,12 +3781,9 @@ declare const GPTV3ResponseCustomToolCallOutputDtoType: {
|
|
|
4673
3781
|
* OpenAPI spec version: 1.0
|
|
4674
3782
|
*/
|
|
4675
3783
|
|
|
4676
|
-
interface
|
|
4677
|
-
|
|
4678
|
-
|
|
4679
|
-
output: string;
|
|
4680
|
-
type: GPTV3ResponseCustomToolCallOutputDtoType;
|
|
4681
|
-
id?: string;
|
|
3784
|
+
interface GPTV3ResponseCodeInterpreterToolCallLogsDto {
|
|
3785
|
+
type: GPTV3ResponseCodeInterpreterToolCallLogsDtoType;
|
|
3786
|
+
logs: string;
|
|
4682
3787
|
}
|
|
4683
3788
|
|
|
4684
3789
|
/**
|
|
@@ -4687,12 +3792,9 @@ interface GPTV3ResponseCustomToolCallOutputDto {
|
|
|
4687
3792
|
* Hautech API
|
|
4688
3793
|
* OpenAPI spec version: 1.0
|
|
4689
3794
|
*/
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
type GPTV3ResponseCustomToolCallDtoType = typeof GPTV3ResponseCustomToolCallDtoType[keyof typeof GPTV3ResponseCustomToolCallDtoType];
|
|
4694
|
-
declare const GPTV3ResponseCustomToolCallDtoType: {
|
|
4695
|
-
readonly custom_tool_call: "custom_tool_call";
|
|
3795
|
+
type GPTV3ResponseCodeInterpreterToolCallImageDtoType = typeof GPTV3ResponseCodeInterpreterToolCallImageDtoType[keyof typeof GPTV3ResponseCodeInterpreterToolCallImageDtoType];
|
|
3796
|
+
declare const GPTV3ResponseCodeInterpreterToolCallImageDtoType: {
|
|
3797
|
+
readonly image: "image";
|
|
4696
3798
|
};
|
|
4697
3799
|
|
|
4698
3800
|
/**
|
|
@@ -4701,15 +3803,11 @@ declare const GPTV3ResponseCustomToolCallDtoType: {
|
|
|
4701
3803
|
* Hautech API
|
|
4702
3804
|
* OpenAPI spec version: 1.0
|
|
4703
3805
|
*/
|
|
4704
|
-
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
4708
|
-
|
|
4709
|
-
readonly in_progress: "in_progress";
|
|
4710
|
-
readonly completed: "completed";
|
|
4711
|
-
readonly incomplete: "incomplete";
|
|
4712
|
-
};
|
|
3806
|
+
|
|
3807
|
+
interface GPTV3ResponseCodeInterpreterToolCallImageDto {
|
|
3808
|
+
type: GPTV3ResponseCodeInterpreterToolCallImageDtoType;
|
|
3809
|
+
url: string;
|
|
3810
|
+
}
|
|
4713
3811
|
|
|
4714
3812
|
/**
|
|
4715
3813
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4718,20 +3816,7 @@ declare const GPTV3ResponseCustomToolCallDtoStatus: {
|
|
|
4718
3816
|
* OpenAPI spec version: 1.0
|
|
4719
3817
|
*/
|
|
4720
3818
|
|
|
4721
|
-
|
|
4722
|
-
/** The unique identifier for this custom tool call. */
|
|
4723
|
-
id?: string;
|
|
4724
|
-
/** The type of the tool call. */
|
|
4725
|
-
type: GPTV3ResponseCustomToolCallDtoType;
|
|
4726
|
-
/** The name of the custom tool to run. */
|
|
4727
|
-
name: string;
|
|
4728
|
-
/** The unique ID of the tool call generated by the model. */
|
|
4729
|
-
call_id: string;
|
|
4730
|
-
/** The status of the tool call. */
|
|
4731
|
-
status?: GPTV3ResponseCustomToolCallDtoStatus;
|
|
4732
|
-
/** Input payload for the custom tool. */
|
|
4733
|
-
input: string;
|
|
4734
|
-
}
|
|
3819
|
+
type GPTV3ResponseCodeInterpreterToolCallDtoOutputsItem = GPTV3ResponseCodeInterpreterToolCallLogsDto | GPTV3ResponseCodeInterpreterToolCallImageDto;
|
|
4735
3820
|
|
|
4736
3821
|
/**
|
|
4737
3822
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4739,12 +3824,13 @@ interface GPTV3ResponseCustomToolCallDto {
|
|
|
4739
3824
|
* Hautech API
|
|
4740
3825
|
* OpenAPI spec version: 1.0
|
|
4741
3826
|
*/
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
readonly
|
|
3827
|
+
type GPTV3ResponseCodeInterpreterToolCallDtoStatus = typeof GPTV3ResponseCodeInterpreterToolCallDtoStatus[keyof typeof GPTV3ResponseCodeInterpreterToolCallDtoStatus];
|
|
3828
|
+
declare const GPTV3ResponseCodeInterpreterToolCallDtoStatus: {
|
|
3829
|
+
readonly in_progress: "in_progress";
|
|
3830
|
+
readonly completed: "completed";
|
|
3831
|
+
readonly incomplete: "incomplete";
|
|
3832
|
+
readonly interpreting: "interpreting";
|
|
3833
|
+
readonly failed: "failed";
|
|
4748
3834
|
};
|
|
4749
3835
|
|
|
4750
3836
|
/**
|
|
@@ -4753,12 +3839,10 @@ declare const GPTV3ResponseInputItemReferenceDtoType: {
|
|
|
4753
3839
|
* Hautech API
|
|
4754
3840
|
* OpenAPI spec version: 1.0
|
|
4755
3841
|
*/
|
|
4756
|
-
|
|
4757
|
-
|
|
4758
|
-
|
|
4759
|
-
|
|
4760
|
-
type?: GPTV3ResponseInputItemReferenceDtoType;
|
|
4761
|
-
}
|
|
3842
|
+
type GPTV3ResponseCodeInterpreterToolCallDtoType = typeof GPTV3ResponseCodeInterpreterToolCallDtoType[keyof typeof GPTV3ResponseCodeInterpreterToolCallDtoType];
|
|
3843
|
+
declare const GPTV3ResponseCodeInterpreterToolCallDtoType: {
|
|
3844
|
+
readonly code_interpreter_call: "code_interpreter_call";
|
|
3845
|
+
};
|
|
4762
3846
|
|
|
4763
3847
|
/**
|
|
4764
3848
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4767,7 +3851,19 @@ interface GPTV3ResponseInputItemReferenceDto {
|
|
|
4767
3851
|
* OpenAPI spec version: 1.0
|
|
4768
3852
|
*/
|
|
4769
3853
|
|
|
4770
|
-
|
|
3854
|
+
interface GPTV3ResponseCodeInterpreterToolCallDto {
|
|
3855
|
+
id: string;
|
|
3856
|
+
/** @nullable */
|
|
3857
|
+
code?: string | null;
|
|
3858
|
+
container_id: string;
|
|
3859
|
+
/**
|
|
3860
|
+
* Outputs from the code interpreter.
|
|
3861
|
+
* @nullable
|
|
3862
|
+
*/
|
|
3863
|
+
outputs?: GPTV3ResponseCodeInterpreterToolCallDtoOutputsItem[] | null;
|
|
3864
|
+
status: GPTV3ResponseCodeInterpreterToolCallDtoStatus;
|
|
3865
|
+
type: GPTV3ResponseCodeInterpreterToolCallDtoType;
|
|
3866
|
+
}
|
|
4771
3867
|
|
|
4772
3868
|
/**
|
|
4773
3869
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4775,11 +3871,9 @@ type GPTV3InputInputOneOfItem = GPTV3ResponseInputItemMessage | GPTV3ResponseOut
|
|
|
4775
3871
|
* Hautech API
|
|
4776
3872
|
* OpenAPI spec version: 1.0
|
|
4777
3873
|
*/
|
|
4778
|
-
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
*/
|
|
4782
|
-
type GPTV3InputInput = string | GPTV3InputInputOneOfItem[];
|
|
3874
|
+
type GPTV3ResponseInputLocalShellCallActionDtoEnv = {
|
|
3875
|
+
[key: string]: unknown;
|
|
3876
|
+
};
|
|
4783
3877
|
|
|
4784
3878
|
/**
|
|
4785
3879
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4787,12 +3881,9 @@ type GPTV3InputInput = string | GPTV3InputInputOneOfItem[];
|
|
|
4787
3881
|
* Hautech API
|
|
4788
3882
|
* OpenAPI spec version: 1.0
|
|
4789
3883
|
*/
|
|
4790
|
-
|
|
4791
|
-
|
|
4792
|
-
|
|
4793
|
-
type GPTV3ResponseFormatTextDtoType = typeof GPTV3ResponseFormatTextDtoType[keyof typeof GPTV3ResponseFormatTextDtoType];
|
|
4794
|
-
declare const GPTV3ResponseFormatTextDtoType: {
|
|
4795
|
-
readonly text: "text";
|
|
3884
|
+
type GPTV3ResponseInputLocalShellCallActionDtoType = typeof GPTV3ResponseInputLocalShellCallActionDtoType[keyof typeof GPTV3ResponseInputLocalShellCallActionDtoType];
|
|
3885
|
+
declare const GPTV3ResponseInputLocalShellCallActionDtoType: {
|
|
3886
|
+
readonly exec: "exec";
|
|
4796
3887
|
};
|
|
4797
3888
|
|
|
4798
3889
|
/**
|
|
@@ -4802,9 +3893,16 @@ declare const GPTV3ResponseFormatTextDtoType: {
|
|
|
4802
3893
|
* OpenAPI spec version: 1.0
|
|
4803
3894
|
*/
|
|
4804
3895
|
|
|
4805
|
-
interface
|
|
4806
|
-
|
|
4807
|
-
|
|
3896
|
+
interface GPTV3ResponseInputLocalShellCallActionDto {
|
|
3897
|
+
command: string[];
|
|
3898
|
+
env: GPTV3ResponseInputLocalShellCallActionDtoEnv;
|
|
3899
|
+
type: GPTV3ResponseInputLocalShellCallActionDtoType;
|
|
3900
|
+
/** @nullable */
|
|
3901
|
+
timeout_ms?: number | null;
|
|
3902
|
+
/** @nullable */
|
|
3903
|
+
user?: string | null;
|
|
3904
|
+
/** @nullable */
|
|
3905
|
+
working_directory?: string | null;
|
|
4808
3906
|
}
|
|
4809
3907
|
|
|
4810
3908
|
/**
|
|
@@ -4813,11 +3911,11 @@ interface GPTV3ResponseFormatTextDto {
|
|
|
4813
3911
|
* Hautech API
|
|
4814
3912
|
* OpenAPI spec version: 1.0
|
|
4815
3913
|
*/
|
|
4816
|
-
|
|
4817
|
-
|
|
4818
|
-
|
|
4819
|
-
|
|
4820
|
-
|
|
3914
|
+
type GPTV3ResponseInputLocalShellCallDtoStatus = typeof GPTV3ResponseInputLocalShellCallDtoStatus[keyof typeof GPTV3ResponseInputLocalShellCallDtoStatus];
|
|
3915
|
+
declare const GPTV3ResponseInputLocalShellCallDtoStatus: {
|
|
3916
|
+
readonly in_progress: "in_progress";
|
|
3917
|
+
readonly completed: "completed";
|
|
3918
|
+
readonly incomplete: "incomplete";
|
|
4821
3919
|
};
|
|
4822
3920
|
|
|
4823
3921
|
/**
|
|
@@ -4826,12 +3924,9 @@ type GPTV3ResponseFormatJsonSchemaDtoSchema = {
|
|
|
4826
3924
|
* Hautech API
|
|
4827
3925
|
* OpenAPI spec version: 1.0
|
|
4828
3926
|
*/
|
|
4829
|
-
|
|
4830
|
-
|
|
4831
|
-
|
|
4832
|
-
type GPTV3ResponseFormatJsonSchemaDtoType = typeof GPTV3ResponseFormatJsonSchemaDtoType[keyof typeof GPTV3ResponseFormatJsonSchemaDtoType];
|
|
4833
|
-
declare const GPTV3ResponseFormatJsonSchemaDtoType: {
|
|
4834
|
-
readonly json_schema: "json_schema";
|
|
3927
|
+
type GPTV3ResponseInputLocalShellCallDtoType = typeof GPTV3ResponseInputLocalShellCallDtoType[keyof typeof GPTV3ResponseInputLocalShellCallDtoType];
|
|
3928
|
+
declare const GPTV3ResponseInputLocalShellCallDtoType: {
|
|
3929
|
+
readonly local_shell_call: "local_shell_call";
|
|
4835
3930
|
};
|
|
4836
3931
|
|
|
4837
3932
|
/**
|
|
@@ -4841,17 +3936,12 @@ declare const GPTV3ResponseFormatJsonSchemaDtoType: {
|
|
|
4841
3936
|
* OpenAPI spec version: 1.0
|
|
4842
3937
|
*/
|
|
4843
3938
|
|
|
4844
|
-
interface
|
|
4845
|
-
|
|
4846
|
-
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
type: GPTV3ResponseFormatJsonSchemaDtoType;
|
|
4851
|
-
/** A description of what the response format is for, used by the model to determine how to respond in the format. */
|
|
4852
|
-
description?: string;
|
|
4853
|
-
/** 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. */
|
|
4854
|
-
strict?: boolean;
|
|
3939
|
+
interface GPTV3ResponseInputLocalShellCallDto {
|
|
3940
|
+
id: string;
|
|
3941
|
+
action: GPTV3ResponseInputLocalShellCallActionDto;
|
|
3942
|
+
call_id: string;
|
|
3943
|
+
status: GPTV3ResponseInputLocalShellCallDtoStatus;
|
|
3944
|
+
type: GPTV3ResponseInputLocalShellCallDtoType;
|
|
4855
3945
|
}
|
|
4856
3946
|
|
|
4857
3947
|
/**
|
|
@@ -4860,11 +3950,23 @@ interface GPTV3ResponseFormatJsonSchemaDto {
|
|
|
4860
3950
|
* Hautech API
|
|
4861
3951
|
* OpenAPI spec version: 1.0
|
|
4862
3952
|
*/
|
|
3953
|
+
type GPTV3ResponseInputLocalShellCallOutputDtoType = typeof GPTV3ResponseInputLocalShellCallOutputDtoType[keyof typeof GPTV3ResponseInputLocalShellCallOutputDtoType];
|
|
3954
|
+
declare const GPTV3ResponseInputLocalShellCallOutputDtoType: {
|
|
3955
|
+
readonly local_shell_call_output: "local_shell_call_output";
|
|
3956
|
+
};
|
|
4863
3957
|
|
|
4864
3958
|
/**
|
|
4865
|
-
*
|
|
3959
|
+
* Generated by orval v7.10.0 🍺
|
|
3960
|
+
* Do not edit manually.
|
|
3961
|
+
* Hautech API
|
|
3962
|
+
* OpenAPI spec version: 1.0
|
|
4866
3963
|
*/
|
|
4867
|
-
type
|
|
3964
|
+
type GPTV3ResponseInputLocalShellCallOutputDtoStatus = typeof GPTV3ResponseInputLocalShellCallOutputDtoStatus[keyof typeof GPTV3ResponseInputLocalShellCallOutputDtoStatus];
|
|
3965
|
+
declare const GPTV3ResponseInputLocalShellCallOutputDtoStatus: {
|
|
3966
|
+
readonly in_progress: "in_progress";
|
|
3967
|
+
readonly completed: "completed";
|
|
3968
|
+
readonly incomplete: "incomplete";
|
|
3969
|
+
};
|
|
4868
3970
|
|
|
4869
3971
|
/**
|
|
4870
3972
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4873,9 +3975,12 @@ type GPTV3TextConfigDtoFormat = GPTV3ResponseFormatTextDto | GPTV3ResponseFormat
|
|
|
4873
3975
|
* OpenAPI spec version: 1.0
|
|
4874
3976
|
*/
|
|
4875
3977
|
|
|
4876
|
-
interface
|
|
4877
|
-
|
|
4878
|
-
|
|
3978
|
+
interface GPTV3ResponseInputLocalShellCallOutputDto {
|
|
3979
|
+
id: string;
|
|
3980
|
+
/** JSON string result from the local shell call. */
|
|
3981
|
+
output: string;
|
|
3982
|
+
type: GPTV3ResponseInputLocalShellCallOutputDtoType;
|
|
3983
|
+
status?: GPTV3ResponseInputLocalShellCallOutputDtoStatus;
|
|
4879
3984
|
}
|
|
4880
3985
|
|
|
4881
3986
|
/**
|
|
@@ -4884,13 +3989,8 @@ interface GPTV3TextConfigDto {
|
|
|
4884
3989
|
* Hautech API
|
|
4885
3990
|
* OpenAPI spec version: 1.0
|
|
4886
3991
|
*/
|
|
4887
|
-
|
|
4888
|
-
|
|
4889
|
-
*/
|
|
4890
|
-
type GPTV3WebSearchToolDtoType = typeof GPTV3WebSearchToolDtoType[keyof typeof GPTV3WebSearchToolDtoType];
|
|
4891
|
-
declare const GPTV3WebSearchToolDtoType: {
|
|
4892
|
-
readonly web_search_preview: "web_search_preview";
|
|
4893
|
-
readonly web_search_preview_2025_03_11: "web_search_preview_2025_03_11";
|
|
3992
|
+
type GPTV3ResponseInputMcpListToolsToolDtoInputSchema = {
|
|
3993
|
+
[key: string]: unknown;
|
|
4894
3994
|
};
|
|
4895
3995
|
|
|
4896
3996
|
/**
|
|
@@ -4900,14 +4000,11 @@ declare const GPTV3WebSearchToolDtoType: {
|
|
|
4900
4000
|
* OpenAPI spec version: 1.0
|
|
4901
4001
|
*/
|
|
4902
4002
|
/**
|
|
4903
|
-
*
|
|
4003
|
+
* @nullable
|
|
4904
4004
|
*/
|
|
4905
|
-
type
|
|
4906
|
-
|
|
4907
|
-
|
|
4908
|
-
readonly medium: "medium";
|
|
4909
|
-
readonly high: "high";
|
|
4910
|
-
};
|
|
4005
|
+
type GPTV3ResponseInputMcpListToolsToolDtoAnnotations = {
|
|
4006
|
+
[key: string]: unknown;
|
|
4007
|
+
} | null;
|
|
4911
4008
|
|
|
4912
4009
|
/**
|
|
4913
4010
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4916,11 +4013,13 @@ declare const GPTV3WebSearchToolDtoSearchContextSize: {
|
|
|
4916
4013
|
* OpenAPI spec version: 1.0
|
|
4917
4014
|
*/
|
|
4918
4015
|
|
|
4919
|
-
interface
|
|
4920
|
-
|
|
4921
|
-
|
|
4922
|
-
/**
|
|
4923
|
-
|
|
4016
|
+
interface GPTV3ResponseInputMcpListToolsToolDto {
|
|
4017
|
+
input_schema: GPTV3ResponseInputMcpListToolsToolDtoInputSchema;
|
|
4018
|
+
name: string;
|
|
4019
|
+
/** @nullable */
|
|
4020
|
+
annotations?: GPTV3ResponseInputMcpListToolsToolDtoAnnotations;
|
|
4021
|
+
/** @nullable */
|
|
4022
|
+
description?: string | null;
|
|
4924
4023
|
}
|
|
4925
4024
|
|
|
4926
4025
|
/**
|
|
@@ -4929,8 +4028,10 @@ interface GPTV3WebSearchToolDto {
|
|
|
4929
4028
|
* Hautech API
|
|
4930
4029
|
* OpenAPI spec version: 1.0
|
|
4931
4030
|
*/
|
|
4932
|
-
|
|
4933
|
-
|
|
4031
|
+
type GPTV3ResponseInputMcpListToolsDtoType = typeof GPTV3ResponseInputMcpListToolsDtoType[keyof typeof GPTV3ResponseInputMcpListToolsDtoType];
|
|
4032
|
+
declare const GPTV3ResponseInputMcpListToolsDtoType: {
|
|
4033
|
+
readonly mcp_list_tools: "mcp_list_tools";
|
|
4034
|
+
};
|
|
4934
4035
|
|
|
4935
4036
|
/**
|
|
4936
4037
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4938,11 +4039,25 @@ type GPTV3InputToolsItem = GPTV3FunctionToolDto | GPTV3FileSearchToolDto | GPTV3
|
|
|
4938
4039
|
* Hautech API
|
|
4939
4040
|
* OpenAPI spec version: 1.0
|
|
4940
4041
|
*/
|
|
4042
|
+
|
|
4043
|
+
interface GPTV3ResponseInputMcpListToolsDto {
|
|
4044
|
+
id: string;
|
|
4045
|
+
server_label: string;
|
|
4046
|
+
tools: GPTV3ResponseInputMcpListToolsToolDto[];
|
|
4047
|
+
type: GPTV3ResponseInputMcpListToolsDtoType;
|
|
4048
|
+
/** @nullable */
|
|
4049
|
+
error?: string | null;
|
|
4050
|
+
}
|
|
4051
|
+
|
|
4941
4052
|
/**
|
|
4942
|
-
*
|
|
4053
|
+
* Generated by orval v7.10.0 🍺
|
|
4054
|
+
* Do not edit manually.
|
|
4055
|
+
* Hautech API
|
|
4056
|
+
* OpenAPI spec version: 1.0
|
|
4943
4057
|
*/
|
|
4944
|
-
type
|
|
4945
|
-
|
|
4058
|
+
type GPTV3ResponseInputMcpApprovalRequestDtoType = typeof GPTV3ResponseInputMcpApprovalRequestDtoType[keyof typeof GPTV3ResponseInputMcpApprovalRequestDtoType];
|
|
4059
|
+
declare const GPTV3ResponseInputMcpApprovalRequestDtoType: {
|
|
4060
|
+
readonly mcp_approval_request: "mcp_approval_request";
|
|
4946
4061
|
};
|
|
4947
4062
|
|
|
4948
4063
|
/**
|
|
@@ -4950,25 +4065,14 @@ type GPTV3InputToolChoice = {
|
|
|
4950
4065
|
* Do not edit manually.
|
|
4951
4066
|
* Hautech API
|
|
4952
4067
|
* OpenAPI spec version: 1.0
|
|
4953
|
-
*/
|
|
4954
|
-
|
|
4955
|
-
interface
|
|
4956
|
-
|
|
4957
|
-
|
|
4958
|
-
|
|
4959
|
-
|
|
4960
|
-
|
|
4961
|
-
text?: GPTV3TextConfigDto;
|
|
4962
|
-
/** 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. */
|
|
4963
|
-
seed?: number;
|
|
4964
|
-
/** A list of tools the model may call. Supports function, file_search, web_search_preview, and image_generation tools. */
|
|
4965
|
-
tools?: GPTV3InputToolsItem[];
|
|
4966
|
-
/** Controls how the model chooses tools: "none" disables, "auto" lets the model decide, "required" forces a tool call, or specify an explicit tool choice. */
|
|
4967
|
-
tool_choice?: GPTV3InputToolChoice;
|
|
4968
|
-
/** Maximum number of output tokens to generate. */
|
|
4969
|
-
max_output_tokens?: number;
|
|
4970
|
-
/** Specifies which additional data to include in the response. For file search, use ["file_search_call.results"] to include search results. */
|
|
4971
|
-
include?: string[];
|
|
4068
|
+
*/
|
|
4069
|
+
|
|
4070
|
+
interface GPTV3ResponseInputMcpApprovalRequestDto {
|
|
4071
|
+
id: string;
|
|
4072
|
+
arguments: string;
|
|
4073
|
+
name: string;
|
|
4074
|
+
server_label: string;
|
|
4075
|
+
type: GPTV3ResponseInputMcpApprovalRequestDtoType;
|
|
4972
4076
|
}
|
|
4973
4077
|
|
|
4974
4078
|
/**
|
|
@@ -4977,12 +4081,9 @@ interface GPTV3Input {
|
|
|
4977
4081
|
* Hautech API
|
|
4978
4082
|
* OpenAPI spec version: 1.0
|
|
4979
4083
|
*/
|
|
4980
|
-
|
|
4981
|
-
|
|
4982
|
-
|
|
4983
|
-
type GPTV3MessageContentDtoType = typeof GPTV3MessageContentDtoType[keyof typeof GPTV3MessageContentDtoType];
|
|
4984
|
-
declare const GPTV3MessageContentDtoType: {
|
|
4985
|
-
readonly message: "message";
|
|
4084
|
+
type GPTV3ResponseInputMcpApprovalResponseDtoType = typeof GPTV3ResponseInputMcpApprovalResponseDtoType[keyof typeof GPTV3ResponseInputMcpApprovalResponseDtoType];
|
|
4085
|
+
declare const GPTV3ResponseInputMcpApprovalResponseDtoType: {
|
|
4086
|
+
readonly mcp_approval_response: "mcp_approval_response";
|
|
4986
4087
|
};
|
|
4987
4088
|
|
|
4988
4089
|
/**
|
|
@@ -4991,12 +4092,26 @@ declare const GPTV3MessageContentDtoType: {
|
|
|
4991
4092
|
* Hautech API
|
|
4992
4093
|
* OpenAPI spec version: 1.0
|
|
4993
4094
|
*/
|
|
4095
|
+
|
|
4096
|
+
interface GPTV3ResponseInputMcpApprovalResponseDto {
|
|
4097
|
+
approval_request_id: string;
|
|
4098
|
+
approve: boolean;
|
|
4099
|
+
type: GPTV3ResponseInputMcpApprovalResponseDtoType;
|
|
4100
|
+
/** @nullable */
|
|
4101
|
+
id?: string | null;
|
|
4102
|
+
/** @nullable */
|
|
4103
|
+
reason?: string | null;
|
|
4104
|
+
}
|
|
4105
|
+
|
|
4994
4106
|
/**
|
|
4995
|
-
*
|
|
4107
|
+
* Generated by orval v7.10.0 🍺
|
|
4108
|
+
* Do not edit manually.
|
|
4109
|
+
* Hautech API
|
|
4110
|
+
* OpenAPI spec version: 1.0
|
|
4996
4111
|
*/
|
|
4997
|
-
type
|
|
4998
|
-
declare const
|
|
4999
|
-
readonly
|
|
4112
|
+
type GPTV3ResponseInputMcpCallDtoType = typeof GPTV3ResponseInputMcpCallDtoType[keyof typeof GPTV3ResponseInputMcpCallDtoType];
|
|
4113
|
+
declare const GPTV3ResponseInputMcpCallDtoType: {
|
|
4114
|
+
readonly mcp_call: "mcp_call";
|
|
5000
4115
|
};
|
|
5001
4116
|
|
|
5002
4117
|
/**
|
|
@@ -5006,15 +4121,16 @@ declare const GPTV3MessageContentDtoRole: {
|
|
|
5006
4121
|
* OpenAPI spec version: 1.0
|
|
5007
4122
|
*/
|
|
5008
4123
|
|
|
5009
|
-
interface
|
|
5010
|
-
/** The unique identifier for the message. */
|
|
4124
|
+
interface GPTV3ResponseInputMcpCallDto {
|
|
5011
4125
|
id: string;
|
|
5012
|
-
|
|
5013
|
-
|
|
5014
|
-
|
|
5015
|
-
|
|
5016
|
-
/**
|
|
5017
|
-
|
|
4126
|
+
arguments: string;
|
|
4127
|
+
name: string;
|
|
4128
|
+
server_label: string;
|
|
4129
|
+
type: GPTV3ResponseInputMcpCallDtoType;
|
|
4130
|
+
/** @nullable */
|
|
4131
|
+
error?: string | null;
|
|
4132
|
+
/** @nullable */
|
|
4133
|
+
output?: string | null;
|
|
5018
4134
|
}
|
|
5019
4135
|
|
|
5020
4136
|
/**
|
|
@@ -5023,9 +4139,9 @@ interface GPTV3MessageContentDto {
|
|
|
5023
4139
|
* Hautech API
|
|
5024
4140
|
* OpenAPI spec version: 1.0
|
|
5025
4141
|
*/
|
|
5026
|
-
type
|
|
5027
|
-
declare const
|
|
5028
|
-
readonly
|
|
4142
|
+
type GPTV3ResponseCustomToolCallOutputDtoType = typeof GPTV3ResponseCustomToolCallOutputDtoType[keyof typeof GPTV3ResponseCustomToolCallOutputDtoType];
|
|
4143
|
+
declare const GPTV3ResponseCustomToolCallOutputDtoType: {
|
|
4144
|
+
readonly custom_tool_call_output: "custom_tool_call_output";
|
|
5029
4145
|
};
|
|
5030
4146
|
|
|
5031
4147
|
/**
|
|
@@ -5034,13 +4150,14 @@ declare const GPTV3OutputKind: {
|
|
|
5034
4150
|
* Hautech API
|
|
5035
4151
|
* OpenAPI spec version: 1.0
|
|
5036
4152
|
*/
|
|
5037
|
-
|
|
5038
|
-
|
|
5039
|
-
|
|
5040
|
-
|
|
5041
|
-
|
|
5042
|
-
|
|
5043
|
-
|
|
4153
|
+
|
|
4154
|
+
interface GPTV3ResponseCustomToolCallOutputDto {
|
|
4155
|
+
call_id: string;
|
|
4156
|
+
/** JSON string result from your custom tool. */
|
|
4157
|
+
output: string;
|
|
4158
|
+
type: GPTV3ResponseCustomToolCallOutputDtoType;
|
|
4159
|
+
id?: string;
|
|
4160
|
+
}
|
|
5044
4161
|
|
|
5045
4162
|
/**
|
|
5046
4163
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5049,14 +4166,11 @@ declare const GPTV3ResponseOutputItemImageGenerationCallDtoType: {
|
|
|
5049
4166
|
* OpenAPI spec version: 1.0
|
|
5050
4167
|
*/
|
|
5051
4168
|
/**
|
|
5052
|
-
* The
|
|
4169
|
+
* The type of the tool call.
|
|
5053
4170
|
*/
|
|
5054
|
-
type
|
|
5055
|
-
declare const
|
|
5056
|
-
readonly
|
|
5057
|
-
readonly completed: "completed";
|
|
5058
|
-
readonly generating: "generating";
|
|
5059
|
-
readonly failed: "failed";
|
|
4171
|
+
type GPTV3ResponseCustomToolCallDtoType = typeof GPTV3ResponseCustomToolCallDtoType[keyof typeof GPTV3ResponseCustomToolCallDtoType];
|
|
4172
|
+
declare const GPTV3ResponseCustomToolCallDtoType: {
|
|
4173
|
+
readonly custom_tool_call: "custom_tool_call";
|
|
5060
4174
|
};
|
|
5061
4175
|
|
|
5062
4176
|
/**
|
|
@@ -5066,10 +4180,13 @@ declare const GPTV3ResponseOutputItemImageGenerationCallDtoStatus: {
|
|
|
5066
4180
|
* OpenAPI spec version: 1.0
|
|
5067
4181
|
*/
|
|
5068
4182
|
/**
|
|
5069
|
-
*
|
|
4183
|
+
* The status of the tool call.
|
|
5070
4184
|
*/
|
|
5071
|
-
type
|
|
5072
|
-
|
|
4185
|
+
type GPTV3ResponseCustomToolCallDtoStatus = typeof GPTV3ResponseCustomToolCallDtoStatus[keyof typeof GPTV3ResponseCustomToolCallDtoStatus];
|
|
4186
|
+
declare const GPTV3ResponseCustomToolCallDtoStatus: {
|
|
4187
|
+
readonly in_progress: "in_progress";
|
|
4188
|
+
readonly completed: "completed";
|
|
4189
|
+
readonly incomplete: "incomplete";
|
|
5073
4190
|
};
|
|
5074
4191
|
|
|
5075
4192
|
/**
|
|
@@ -5079,23 +4196,19 @@ type GPTV3ResponseOutputItemImageGenerationCallDtoMetadata = {
|
|
|
5079
4196
|
* OpenAPI spec version: 1.0
|
|
5080
4197
|
*/
|
|
5081
4198
|
|
|
5082
|
-
interface
|
|
5083
|
-
/** The
|
|
5084
|
-
|
|
5085
|
-
/** The
|
|
5086
|
-
|
|
5087
|
-
/** The
|
|
5088
|
-
|
|
5089
|
-
/** The
|
|
5090
|
-
|
|
5091
|
-
/** The
|
|
5092
|
-
|
|
5093
|
-
/**
|
|
5094
|
-
|
|
5095
|
-
/** Error message if the image generation failed. */
|
|
5096
|
-
error?: string;
|
|
5097
|
-
/** Additional metadata about the image generation. */
|
|
5098
|
-
metadata?: GPTV3ResponseOutputItemImageGenerationCallDtoMetadata;
|
|
4199
|
+
interface GPTV3ResponseCustomToolCallDto {
|
|
4200
|
+
/** The unique identifier for this custom tool call. */
|
|
4201
|
+
id?: string;
|
|
4202
|
+
/** The type of the tool call. */
|
|
4203
|
+
type: GPTV3ResponseCustomToolCallDtoType;
|
|
4204
|
+
/** The name of the custom tool to run. */
|
|
4205
|
+
name: string;
|
|
4206
|
+
/** The unique ID of the tool call generated by the model. */
|
|
4207
|
+
call_id: string;
|
|
4208
|
+
/** The status of the tool call. */
|
|
4209
|
+
status?: GPTV3ResponseCustomToolCallDtoStatus;
|
|
4210
|
+
/** Input payload for the custom tool. */
|
|
4211
|
+
input: string;
|
|
5099
4212
|
}
|
|
5100
4213
|
|
|
5101
4214
|
/**
|
|
@@ -5104,9 +4217,12 @@ interface GPTV3ResponseOutputItemImageGenerationCallDto {
|
|
|
5104
4217
|
* Hautech API
|
|
5105
4218
|
* OpenAPI spec version: 1.0
|
|
5106
4219
|
*/
|
|
5107
|
-
|
|
5108
|
-
|
|
5109
|
-
|
|
4220
|
+
/**
|
|
4221
|
+
* @nullable
|
|
4222
|
+
*/
|
|
4223
|
+
type GPTV3ResponseInputItemReferenceDtoType = typeof GPTV3ResponseInputItemReferenceDtoType[keyof typeof GPTV3ResponseInputItemReferenceDtoType] | null;
|
|
4224
|
+
declare const GPTV3ResponseInputItemReferenceDtoType: {
|
|
4225
|
+
readonly item_reference: "item_reference";
|
|
5110
4226
|
};
|
|
5111
4227
|
|
|
5112
4228
|
/**
|
|
@@ -5115,12 +4231,12 @@ declare const GPTV3ResponseLocalShellCallActionDtoType: {
|
|
|
5115
4231
|
* Hautech API
|
|
5116
4232
|
* OpenAPI spec version: 1.0
|
|
5117
4233
|
*/
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
}
|
|
4234
|
+
|
|
4235
|
+
interface GPTV3ResponseInputItemReferenceDto {
|
|
4236
|
+
id: string;
|
|
4237
|
+
/** @nullable */
|
|
4238
|
+
type?: GPTV3ResponseInputItemReferenceDtoType;
|
|
4239
|
+
}
|
|
5124
4240
|
|
|
5125
4241
|
/**
|
|
5126
4242
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5129,18 +4245,7 @@ type GPTV3ResponseLocalShellCallActionDtoEnv = {
|
|
|
5129
4245
|
* OpenAPI spec version: 1.0
|
|
5130
4246
|
*/
|
|
5131
4247
|
|
|
5132
|
-
|
|
5133
|
-
type: GPTV3ResponseLocalShellCallActionDtoType;
|
|
5134
|
-
command: string[];
|
|
5135
|
-
/** Environment variables map. */
|
|
5136
|
-
env: GPTV3ResponseLocalShellCallActionDtoEnv;
|
|
5137
|
-
/** @nullable */
|
|
5138
|
-
timeout_ms?: number | null;
|
|
5139
|
-
/** @nullable */
|
|
5140
|
-
user?: string | null;
|
|
5141
|
-
/** @nullable */
|
|
5142
|
-
working_directory?: string | null;
|
|
5143
|
-
}
|
|
4248
|
+
type GPTV3InputInputOneOfItem = GPTV3ResponseInputItemMessage | GPTV3ResponseOutputMessageDto | GPTV3ResponseFileSearchToolCallDto | GPTV3ResponseComputerToolCallDto | GPTV3ResponseInputComputerCallOutputDto | GPTV3ResponseFunctionWebSearchDto | GPTV3ResponseFunctionToolCallDto | GPTV3ResponseInputFunctionCallOutputDto | GPTV3ResponseReasoningItemDto | GPTV3ResponseInputItemImageGenerationCallDto | GPTV3ResponseCodeInterpreterToolCallDto | GPTV3ResponseInputLocalShellCallDto | GPTV3ResponseInputLocalShellCallOutputDto | GPTV3ResponseInputMcpListToolsDto | GPTV3ResponseInputMcpApprovalRequestDto | GPTV3ResponseInputMcpApprovalResponseDto | GPTV3ResponseInputMcpCallDto | GPTV3ResponseCustomToolCallOutputDto | GPTV3ResponseCustomToolCallDto | GPTV3ResponseInputItemReferenceDto;
|
|
5144
4249
|
|
|
5145
4250
|
/**
|
|
5146
4251
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5148,12 +4253,11 @@ interface GPTV3ResponseLocalShellCallActionDto {
|
|
|
5148
4253
|
* Hautech API
|
|
5149
4254
|
* OpenAPI spec version: 1.0
|
|
5150
4255
|
*/
|
|
5151
|
-
|
|
5152
|
-
|
|
5153
|
-
|
|
5154
|
-
|
|
5155
|
-
|
|
5156
|
-
};
|
|
4256
|
+
|
|
4257
|
+
/**
|
|
4258
|
+
* Text, image, or file inputs to the model, used to generate a response. Can be a simple string, a single message object, or an array of messages with different roles.
|
|
4259
|
+
*/
|
|
4260
|
+
type GPTV3InputInput = string | GPTV3InputInputOneOfItem[];
|
|
5157
4261
|
|
|
5158
4262
|
/**
|
|
5159
4263
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5161,9 +4265,12 @@ declare const GPTV3ResponseLocalShellCallDtoStatus: {
|
|
|
5161
4265
|
* Hautech API
|
|
5162
4266
|
* OpenAPI spec version: 1.0
|
|
5163
4267
|
*/
|
|
5164
|
-
|
|
5165
|
-
|
|
5166
|
-
|
|
4268
|
+
/**
|
|
4269
|
+
* The type of response format being defined: 'text'.
|
|
4270
|
+
*/
|
|
4271
|
+
type GPTV3ResponseFormatTextDtoType = typeof GPTV3ResponseFormatTextDtoType[keyof typeof GPTV3ResponseFormatTextDtoType];
|
|
4272
|
+
declare const GPTV3ResponseFormatTextDtoType: {
|
|
4273
|
+
readonly text: "text";
|
|
5167
4274
|
};
|
|
5168
4275
|
|
|
5169
4276
|
/**
|
|
@@ -5173,12 +4280,9 @@ declare const GPTV3ResponseLocalShellCallDtoType: {
|
|
|
5173
4280
|
* OpenAPI spec version: 1.0
|
|
5174
4281
|
*/
|
|
5175
4282
|
|
|
5176
|
-
interface
|
|
5177
|
-
|
|
5178
|
-
|
|
5179
|
-
call_id: string;
|
|
5180
|
-
status: GPTV3ResponseLocalShellCallDtoStatus;
|
|
5181
|
-
type: GPTV3ResponseLocalShellCallDtoType;
|
|
4283
|
+
interface GPTV3ResponseFormatTextDto {
|
|
4284
|
+
/** The type of response format being defined: 'text'. */
|
|
4285
|
+
type: GPTV3ResponseFormatTextDtoType;
|
|
5182
4286
|
}
|
|
5183
4287
|
|
|
5184
4288
|
/**
|
|
@@ -5187,9 +4291,11 @@ interface GPTV3ResponseLocalShellCallDto {
|
|
|
5187
4291
|
* Hautech API
|
|
5188
4292
|
* OpenAPI spec version: 1.0
|
|
5189
4293
|
*/
|
|
5190
|
-
|
|
5191
|
-
|
|
5192
|
-
|
|
4294
|
+
/**
|
|
4295
|
+
* The schema for the response format, described satisfies a JSON Schema object.
|
|
4296
|
+
*/
|
|
4297
|
+
type GPTV3ResponseFormatJsonSchemaDtoSchema = {
|
|
4298
|
+
[key: string]: unknown;
|
|
5193
4299
|
};
|
|
5194
4300
|
|
|
5195
4301
|
/**
|
|
@@ -5198,18 +4304,13 @@ declare const GPTV3ResponseMcpCallDtoType: {
|
|
|
5198
4304
|
* Hautech API
|
|
5199
4305
|
* OpenAPI spec version: 1.0
|
|
5200
4306
|
*/
|
|
5201
|
-
|
|
5202
|
-
|
|
5203
|
-
|
|
5204
|
-
|
|
5205
|
-
|
|
5206
|
-
|
|
5207
|
-
|
|
5208
|
-
/** @nullable */
|
|
5209
|
-
error?: string | null;
|
|
5210
|
-
/** @nullable */
|
|
5211
|
-
output?: string | null;
|
|
5212
|
-
}
|
|
4307
|
+
/**
|
|
4308
|
+
* The type of response format being defined: json_schema.
|
|
4309
|
+
*/
|
|
4310
|
+
type GPTV3ResponseFormatJsonSchemaDtoType = typeof GPTV3ResponseFormatJsonSchemaDtoType[keyof typeof GPTV3ResponseFormatJsonSchemaDtoType];
|
|
4311
|
+
declare const GPTV3ResponseFormatJsonSchemaDtoType: {
|
|
4312
|
+
readonly json_schema: "json_schema";
|
|
4313
|
+
};
|
|
5213
4314
|
|
|
5214
4315
|
/**
|
|
5215
4316
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5217,12 +4318,19 @@ interface GPTV3ResponseMcpCallDto {
|
|
|
5217
4318
|
* Hautech API
|
|
5218
4319
|
* OpenAPI spec version: 1.0
|
|
5219
4320
|
*/
|
|
5220
|
-
|
|
5221
|
-
|
|
5222
|
-
*/
|
|
5223
|
-
|
|
5224
|
-
|
|
5225
|
-
|
|
4321
|
+
|
|
4322
|
+
interface GPTV3ResponseFormatJsonSchemaDto {
|
|
4323
|
+
/** 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. */
|
|
4324
|
+
name: string;
|
|
4325
|
+
/** The schema for the response format, described satisfies a JSON Schema object. */
|
|
4326
|
+
schema: GPTV3ResponseFormatJsonSchemaDtoSchema;
|
|
4327
|
+
/** The type of response format being defined: json_schema. */
|
|
4328
|
+
type: GPTV3ResponseFormatJsonSchemaDtoType;
|
|
4329
|
+
/** A description of what the response format is for, used by the model to determine how to respond in the format. */
|
|
4330
|
+
description?: string;
|
|
4331
|
+
/** 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. */
|
|
4332
|
+
strict?: boolean;
|
|
4333
|
+
}
|
|
5226
4334
|
|
|
5227
4335
|
/**
|
|
5228
4336
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5230,9 +4338,11 @@ type GPTV3ResponseMcpListToolsToolDtoAnnotations = {
|
|
|
5230
4338
|
* Hautech API
|
|
5231
4339
|
* OpenAPI spec version: 1.0
|
|
5232
4340
|
*/
|
|
5233
|
-
|
|
5234
|
-
|
|
5235
|
-
|
|
4341
|
+
|
|
4342
|
+
/**
|
|
4343
|
+
* The format for the text response.
|
|
4344
|
+
*/
|
|
4345
|
+
type GPTV3TextConfigDtoFormat = GPTV3ResponseFormatTextDto | GPTV3ResponseFormatJsonSchemaDto;
|
|
5236
4346
|
|
|
5237
4347
|
/**
|
|
5238
4348
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5241,13 +4351,9 @@ type GPTV3ResponseMcpListToolsToolDtoInputSchema = {
|
|
|
5241
4351
|
* OpenAPI spec version: 1.0
|
|
5242
4352
|
*/
|
|
5243
4353
|
|
|
5244
|
-
interface
|
|
5245
|
-
|
|
5246
|
-
|
|
5247
|
-
annotations?: GPTV3ResponseMcpListToolsToolDtoAnnotations;
|
|
5248
|
-
/** @nullable */
|
|
5249
|
-
description?: string | null;
|
|
5250
|
-
input_schema: GPTV3ResponseMcpListToolsToolDtoInputSchema;
|
|
4354
|
+
interface GPTV3TextConfigDto {
|
|
4355
|
+
/** The format for the text response. */
|
|
4356
|
+
format?: GPTV3TextConfigDtoFormat;
|
|
5251
4357
|
}
|
|
5252
4358
|
|
|
5253
4359
|
/**
|
|
@@ -5256,9 +4362,13 @@ interface GPTV3ResponseMcpListToolsToolDto {
|
|
|
5256
4362
|
* Hautech API
|
|
5257
4363
|
* OpenAPI spec version: 1.0
|
|
5258
4364
|
*/
|
|
5259
|
-
|
|
5260
|
-
|
|
5261
|
-
|
|
4365
|
+
/**
|
|
4366
|
+
* The type of the tool.
|
|
4367
|
+
*/
|
|
4368
|
+
type GPTV3WebSearchToolDtoType = typeof GPTV3WebSearchToolDtoType[keyof typeof GPTV3WebSearchToolDtoType];
|
|
4369
|
+
declare const GPTV3WebSearchToolDtoType: {
|
|
4370
|
+
readonly web_search_preview: "web_search_preview";
|
|
4371
|
+
readonly web_search_preview_2025_03_11: "web_search_preview_2025_03_11";
|
|
5262
4372
|
};
|
|
5263
4373
|
|
|
5264
4374
|
/**
|
|
@@ -5267,25 +4377,14 @@ declare const GPTV3ResponseMcpListToolsDtoType: {
|
|
|
5267
4377
|
* Hautech API
|
|
5268
4378
|
* OpenAPI spec version: 1.0
|
|
5269
4379
|
*/
|
|
5270
|
-
|
|
5271
|
-
interface GPTV3ResponseMcpListToolsDto {
|
|
5272
|
-
id: string;
|
|
5273
|
-
server_label: string;
|
|
5274
|
-
tools: GPTV3ResponseMcpListToolsToolDto[];
|
|
5275
|
-
type: GPTV3ResponseMcpListToolsDtoType;
|
|
5276
|
-
/** @nullable */
|
|
5277
|
-
error?: string | null;
|
|
5278
|
-
}
|
|
5279
|
-
|
|
5280
4380
|
/**
|
|
5281
|
-
*
|
|
5282
|
-
* Do not edit manually.
|
|
5283
|
-
* Hautech API
|
|
5284
|
-
* OpenAPI spec version: 1.0
|
|
4381
|
+
* High level guidance for the amount of context window space to use for the search.
|
|
5285
4382
|
*/
|
|
5286
|
-
type
|
|
5287
|
-
declare const
|
|
5288
|
-
readonly
|
|
4383
|
+
type GPTV3WebSearchToolDtoSearchContextSize = typeof GPTV3WebSearchToolDtoSearchContextSize[keyof typeof GPTV3WebSearchToolDtoSearchContextSize];
|
|
4384
|
+
declare const GPTV3WebSearchToolDtoSearchContextSize: {
|
|
4385
|
+
readonly low: "low";
|
|
4386
|
+
readonly medium: "medium";
|
|
4387
|
+
readonly high: "high";
|
|
5289
4388
|
};
|
|
5290
4389
|
|
|
5291
4390
|
/**
|
|
@@ -5295,12 +4394,11 @@ declare const GPTV3ResponseMcpApprovalRequestDtoType: {
|
|
|
5295
4394
|
* OpenAPI spec version: 1.0
|
|
5296
4395
|
*/
|
|
5297
4396
|
|
|
5298
|
-
interface
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
type: GPTV3ResponseMcpApprovalRequestDtoType;
|
|
4397
|
+
interface GPTV3WebSearchToolDto {
|
|
4398
|
+
/** The type of the tool. */
|
|
4399
|
+
type: GPTV3WebSearchToolDtoType;
|
|
4400
|
+
/** High level guidance for the amount of context window space to use for the search. */
|
|
4401
|
+
search_context_size?: GPTV3WebSearchToolDtoSearchContextSize;
|
|
5304
4402
|
}
|
|
5305
4403
|
|
|
5306
4404
|
/**
|
|
@@ -5310,7 +4408,7 @@ interface GPTV3ResponseMcpApprovalRequestDto {
|
|
|
5310
4408
|
* OpenAPI spec version: 1.0
|
|
5311
4409
|
*/
|
|
5312
4410
|
|
|
5313
|
-
type
|
|
4411
|
+
type GPTV3InputToolsItem = GPTV3FunctionToolDto | GPTV3FileSearchToolDto | GPTV3WebSearchToolDto | GPTV3ImageGenerationToolDto;
|
|
5314
4412
|
|
|
5315
4413
|
/**
|
|
5316
4414
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5318,13 +4416,12 @@ type GPTV3ResponseDtoOutputItem = GPTV3ResponseOutputMessageDto | GPTV3ResponseF
|
|
|
5318
4416
|
* Hautech API
|
|
5319
4417
|
* OpenAPI spec version: 1.0
|
|
5320
4418
|
*/
|
|
5321
|
-
|
|
5322
|
-
|
|
5323
|
-
|
|
5324
|
-
|
|
5325
|
-
|
|
5326
|
-
|
|
5327
|
-
}
|
|
4419
|
+
/**
|
|
4420
|
+
* Controls how the model chooses tools: "none" disables, "auto" lets the model decide, "required" forces a tool call, or specify an explicit tool choice.
|
|
4421
|
+
*/
|
|
4422
|
+
type GPTV3InputToolChoice = {
|
|
4423
|
+
[key: string]: unknown;
|
|
4424
|
+
};
|
|
5328
4425
|
|
|
5329
4426
|
/**
|
|
5330
4427
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5333,9 +4430,23 @@ interface GPTV3ResponseDto {
|
|
|
5333
4430
|
* OpenAPI spec version: 1.0
|
|
5334
4431
|
*/
|
|
5335
4432
|
|
|
5336
|
-
interface
|
|
5337
|
-
|
|
5338
|
-
|
|
4433
|
+
interface GPTV3Input {
|
|
4434
|
+
/** ID of the model to use. See OpenAI docs for model endpoint compatibility. */
|
|
4435
|
+
model?: GPTV3InputModel;
|
|
4436
|
+
/** Text, image, or file inputs to the model, used to generate a response. Can be a simple string, a single message object, or an array of messages with different roles. */
|
|
4437
|
+
input?: GPTV3InputInput;
|
|
4438
|
+
/** Configuration options for a text response from the model. Can be plain text or structured JSON data. */
|
|
4439
|
+
text?: GPTV3TextConfigDto;
|
|
4440
|
+
/** 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. */
|
|
4441
|
+
seed?: number;
|
|
4442
|
+
/** A list of tools the model may call. Supports function, file_search, web_search_preview, and image_generation tools. */
|
|
4443
|
+
tools?: GPTV3InputToolsItem[];
|
|
4444
|
+
/** Controls how the model chooses tools: "none" disables, "auto" lets the model decide, "required" forces a tool call, or specify an explicit tool choice. */
|
|
4445
|
+
tool_choice?: GPTV3InputToolChoice;
|
|
4446
|
+
/** Maximum number of output tokens to generate. */
|
|
4447
|
+
max_output_tokens?: number;
|
|
4448
|
+
/** Specifies which additional data to include in the response. For file search, use ["file_search_call.results"] to include search results. */
|
|
4449
|
+
include?: string[];
|
|
5339
4450
|
}
|
|
5340
4451
|
|
|
5341
4452
|
/**
|
|
@@ -5344,11 +4455,10 @@ interface GPTV3Output {
|
|
|
5344
4455
|
* Hautech API
|
|
5345
4456
|
* OpenAPI spec version: 1.0
|
|
5346
4457
|
*/
|
|
5347
|
-
|
|
5348
|
-
|
|
5349
|
-
|
|
5350
|
-
|
|
5351
|
-
type GPTV3ResponseDtoContent = string | GPTV3ContentWithAnnotationsDto[];
|
|
4458
|
+
type GPTV3OutputKind = typeof GPTV3OutputKind[keyof typeof GPTV3OutputKind];
|
|
4459
|
+
declare const GPTV3OutputKind: {
|
|
4460
|
+
readonly json: "json";
|
|
4461
|
+
};
|
|
5352
4462
|
|
|
5353
4463
|
/**
|
|
5354
4464
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5357,12 +4467,11 @@ type GPTV3ResponseDtoContent = string | GPTV3ContentWithAnnotationsDto[];
|
|
|
5357
4467
|
* OpenAPI spec version: 1.0
|
|
5358
4468
|
*/
|
|
5359
4469
|
/**
|
|
5360
|
-
* The
|
|
4470
|
+
* The type of the image generation output item.
|
|
5361
4471
|
*/
|
|
5362
|
-
type
|
|
5363
|
-
declare const
|
|
5364
|
-
readonly
|
|
5365
|
-
readonly tool_calls: "tool_calls";
|
|
4472
|
+
type GPTV3ResponseOutputItemImageGenerationCallDtoType = typeof GPTV3ResponseOutputItemImageGenerationCallDtoType[keyof typeof GPTV3ResponseOutputItemImageGenerationCallDtoType];
|
|
4473
|
+
declare const GPTV3ResponseOutputItemImageGenerationCallDtoType: {
|
|
4474
|
+
readonly image_generation_call: "image_generation_call";
|
|
5366
4475
|
};
|
|
5367
4476
|
|
|
5368
4477
|
/**
|
|
@@ -5372,11 +4481,14 @@ declare const GPTV3ResponseDtoFinishReason: {
|
|
|
5372
4481
|
* OpenAPI spec version: 1.0
|
|
5373
4482
|
*/
|
|
5374
4483
|
/**
|
|
5375
|
-
* The
|
|
4484
|
+
* The status of the image generation call.
|
|
5376
4485
|
*/
|
|
5377
|
-
type
|
|
5378
|
-
declare const
|
|
5379
|
-
readonly
|
|
4486
|
+
type GPTV3ResponseOutputItemImageGenerationCallDtoStatus = typeof GPTV3ResponseOutputItemImageGenerationCallDtoStatus[keyof typeof GPTV3ResponseOutputItemImageGenerationCallDtoStatus];
|
|
4487
|
+
declare const GPTV3ResponseOutputItemImageGenerationCallDtoStatus: {
|
|
4488
|
+
readonly in_progress: "in_progress";
|
|
4489
|
+
readonly completed: "completed";
|
|
4490
|
+
readonly generating: "generating";
|
|
4491
|
+
readonly failed: "failed";
|
|
5380
4492
|
};
|
|
5381
4493
|
|
|
5382
4494
|
/**
|
|
@@ -5386,11 +4498,10 @@ declare const GPTV3ResponseDtoRole: {
|
|
|
5386
4498
|
* OpenAPI spec version: 1.0
|
|
5387
4499
|
*/
|
|
5388
4500
|
/**
|
|
5389
|
-
*
|
|
4501
|
+
* Additional metadata about the image generation.
|
|
5390
4502
|
*/
|
|
5391
|
-
type
|
|
5392
|
-
|
|
5393
|
-
readonly web_search_preview: "web_search_preview";
|
|
4503
|
+
type GPTV3ResponseOutputItemImageGenerationCallDtoMetadata = {
|
|
4504
|
+
[key: string]: unknown;
|
|
5394
4505
|
};
|
|
5395
4506
|
|
|
5396
4507
|
/**
|
|
@@ -5400,11 +4511,23 @@ declare const GPTV3WebSearchCallDtoType: {
|
|
|
5400
4511
|
* OpenAPI spec version: 1.0
|
|
5401
4512
|
*/
|
|
5402
4513
|
|
|
5403
|
-
interface
|
|
5404
|
-
/** The
|
|
4514
|
+
interface GPTV3ResponseOutputItemImageGenerationCallDto {
|
|
4515
|
+
/** The type of the image generation output item. */
|
|
4516
|
+
type: GPTV3ResponseOutputItemImageGenerationCallDtoType;
|
|
4517
|
+
/** The unique identifier for this image generation call. */
|
|
5405
4518
|
id: string;
|
|
5406
|
-
/** The
|
|
5407
|
-
|
|
4519
|
+
/** The status of the image generation call. */
|
|
4520
|
+
status: GPTV3ResponseOutputItemImageGenerationCallDtoStatus;
|
|
4521
|
+
/** The generated image ID (when conversion is successful). */
|
|
4522
|
+
imageId?: string;
|
|
4523
|
+
/** The format of the generated image (e.g., "png", "jpeg"). */
|
|
4524
|
+
format?: string;
|
|
4525
|
+
/** The size of the generated image in bytes. */
|
|
4526
|
+
size?: number;
|
|
4527
|
+
/** Error message if the image generation failed. */
|
|
4528
|
+
error?: string;
|
|
4529
|
+
/** Additional metadata about the image generation. */
|
|
4530
|
+
metadata?: GPTV3ResponseOutputItemImageGenerationCallDtoMetadata;
|
|
5408
4531
|
}
|
|
5409
4532
|
|
|
5410
4533
|
/**
|
|
@@ -5413,8 +4536,10 @@ interface GPTV3WebSearchCallDto {
|
|
|
5413
4536
|
* Hautech API
|
|
5414
4537
|
* OpenAPI spec version: 1.0
|
|
5415
4538
|
*/
|
|
5416
|
-
|
|
5417
|
-
|
|
4539
|
+
type GPTV3ResponseLocalShellCallActionDtoType = typeof GPTV3ResponseLocalShellCallActionDtoType[keyof typeof GPTV3ResponseLocalShellCallActionDtoType];
|
|
4540
|
+
declare const GPTV3ResponseLocalShellCallActionDtoType: {
|
|
4541
|
+
readonly exec: "exec";
|
|
4542
|
+
};
|
|
5418
4543
|
|
|
5419
4544
|
/**
|
|
5420
4545
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5422,11 +4547,12 @@ type GPTV3ResponseDtoToolCallsItem = GPTV3FileSearchCallDto | GPTV3WebSearchCall
|
|
|
5422
4547
|
* Hautech API
|
|
5423
4548
|
* OpenAPI spec version: 1.0
|
|
5424
4549
|
*/
|
|
5425
|
-
|
|
5426
|
-
|
|
5427
|
-
|
|
5428
|
-
|
|
5429
|
-
|
|
4550
|
+
/**
|
|
4551
|
+
* Environment variables map.
|
|
4552
|
+
*/
|
|
4553
|
+
type GPTV3ResponseLocalShellCallActionDtoEnv = {
|
|
4554
|
+
[key: string]: unknown;
|
|
4555
|
+
};
|
|
5430
4556
|
|
|
5431
4557
|
/**
|
|
5432
4558
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5435,7 +4561,18 @@ interface GPTV3ResponseImageGenerationResultsDto {
|
|
|
5435
4561
|
* OpenAPI spec version: 1.0
|
|
5436
4562
|
*/
|
|
5437
4563
|
|
|
5438
|
-
|
|
4564
|
+
interface GPTV3ResponseLocalShellCallActionDto {
|
|
4565
|
+
type: GPTV3ResponseLocalShellCallActionDtoType;
|
|
4566
|
+
command: string[];
|
|
4567
|
+
/** Environment variables map. */
|
|
4568
|
+
env: GPTV3ResponseLocalShellCallActionDtoEnv;
|
|
4569
|
+
/** @nullable */
|
|
4570
|
+
timeout_ms?: number | null;
|
|
4571
|
+
/** @nullable */
|
|
4572
|
+
user?: string | null;
|
|
4573
|
+
/** @nullable */
|
|
4574
|
+
working_directory?: string | null;
|
|
4575
|
+
}
|
|
5439
4576
|
|
|
5440
4577
|
/**
|
|
5441
4578
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5443,12 +4580,11 @@ type GPTV3SystemMessageDtoContentItemOneOfItem = GPTV3TextInputDto | GPTV3ImageI
|
|
|
5443
4580
|
* Hautech API
|
|
5444
4581
|
* OpenAPI spec version: 1.0
|
|
5445
4582
|
*/
|
|
5446
|
-
|
|
5447
|
-
|
|
5448
|
-
|
|
5449
|
-
|
|
5450
|
-
|
|
5451
|
-
readonly system: "system";
|
|
4583
|
+
type GPTV3ResponseLocalShellCallDtoStatus = typeof GPTV3ResponseLocalShellCallDtoStatus[keyof typeof GPTV3ResponseLocalShellCallDtoStatus];
|
|
4584
|
+
declare const GPTV3ResponseLocalShellCallDtoStatus: {
|
|
4585
|
+
readonly in_progress: "in_progress";
|
|
4586
|
+
readonly completed: "completed";
|
|
4587
|
+
readonly incomplete: "incomplete";
|
|
5452
4588
|
};
|
|
5453
4589
|
|
|
5454
4590
|
/**
|
|
@@ -5457,12 +4593,9 @@ declare const GPTV3SystemMessageDtoRole: {
|
|
|
5457
4593
|
* Hautech API
|
|
5458
4594
|
* OpenAPI spec version: 1.0
|
|
5459
4595
|
*/
|
|
5460
|
-
|
|
5461
|
-
|
|
5462
|
-
|
|
5463
|
-
type GPTV3SystemMessageDtoType = typeof GPTV3SystemMessageDtoType[keyof typeof GPTV3SystemMessageDtoType];
|
|
5464
|
-
declare const GPTV3SystemMessageDtoType: {
|
|
5465
|
-
readonly message: "message";
|
|
4596
|
+
type GPTV3ResponseLocalShellCallDtoType = typeof GPTV3ResponseLocalShellCallDtoType[keyof typeof GPTV3ResponseLocalShellCallDtoType];
|
|
4597
|
+
declare const GPTV3ResponseLocalShellCallDtoType: {
|
|
4598
|
+
readonly local_shell_call: "local_shell_call";
|
|
5466
4599
|
};
|
|
5467
4600
|
|
|
5468
4601
|
/**
|
|
@@ -5472,13 +4605,12 @@ declare const GPTV3SystemMessageDtoType: {
|
|
|
5472
4605
|
* OpenAPI spec version: 1.0
|
|
5473
4606
|
*/
|
|
5474
4607
|
|
|
5475
|
-
interface
|
|
5476
|
-
|
|
5477
|
-
|
|
5478
|
-
|
|
5479
|
-
|
|
5480
|
-
|
|
5481
|
-
type: GPTV3SystemMessageDtoType;
|
|
4608
|
+
interface GPTV3ResponseLocalShellCallDto {
|
|
4609
|
+
id: string;
|
|
4610
|
+
action: GPTV3ResponseLocalShellCallActionDto;
|
|
4611
|
+
call_id: string;
|
|
4612
|
+
status: GPTV3ResponseLocalShellCallDtoStatus;
|
|
4613
|
+
type: GPTV3ResponseLocalShellCallDtoType;
|
|
5482
4614
|
}
|
|
5483
4615
|
|
|
5484
4616
|
/**
|
|
@@ -5487,8 +4619,10 @@ interface GPTV3SystemMessageDto {
|
|
|
5487
4619
|
* Hautech API
|
|
5488
4620
|
* OpenAPI spec version: 1.0
|
|
5489
4621
|
*/
|
|
5490
|
-
|
|
5491
|
-
|
|
4622
|
+
type GPTV3ResponseMcpCallDtoType = typeof GPTV3ResponseMcpCallDtoType[keyof typeof GPTV3ResponseMcpCallDtoType];
|
|
4623
|
+
declare const GPTV3ResponseMcpCallDtoType: {
|
|
4624
|
+
readonly mcp_call: "mcp_call";
|
|
4625
|
+
};
|
|
5492
4626
|
|
|
5493
4627
|
/**
|
|
5494
4628
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5497,10 +4631,17 @@ type GPTV3SystemMessageDtoContentOneOfItem = GPTV3TextInputDto | GPTV3ImageInput
|
|
|
5497
4631
|
* OpenAPI spec version: 1.0
|
|
5498
4632
|
*/
|
|
5499
4633
|
|
|
5500
|
-
|
|
5501
|
-
|
|
5502
|
-
|
|
5503
|
-
|
|
4634
|
+
interface GPTV3ResponseMcpCallDto {
|
|
4635
|
+
id: string;
|
|
4636
|
+
arguments: string;
|
|
4637
|
+
name: string;
|
|
4638
|
+
server_label: string;
|
|
4639
|
+
type: GPTV3ResponseMcpCallDtoType;
|
|
4640
|
+
/** @nullable */
|
|
4641
|
+
error?: string | null;
|
|
4642
|
+
/** @nullable */
|
|
4643
|
+
output?: string | null;
|
|
4644
|
+
}
|
|
5504
4645
|
|
|
5505
4646
|
/**
|
|
5506
4647
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5509,18 +4650,11 @@ type GPTV3SystemMessageDtoContent = string | GPTV3SystemMessageDtoContentOneOfIt
|
|
|
5509
4650
|
* OpenAPI spec version: 1.0
|
|
5510
4651
|
*/
|
|
5511
4652
|
/**
|
|
5512
|
-
*
|
|
4653
|
+
* @nullable
|
|
5513
4654
|
*/
|
|
5514
|
-
type
|
|
5515
|
-
|
|
5516
|
-
|
|
5517
|
-
readonly auto: "auto";
|
|
5518
|
-
readonly required: "required";
|
|
5519
|
-
readonly function: "function";
|
|
5520
|
-
readonly file_search: "file_search";
|
|
5521
|
-
readonly web_search_preview: "web_search_preview";
|
|
5522
|
-
readonly image_generation: "image_generation";
|
|
5523
|
-
};
|
|
4655
|
+
type GPTV3ResponseMcpListToolsToolDtoAnnotations = {
|
|
4656
|
+
[key: string]: unknown;
|
|
4657
|
+
} | null;
|
|
5524
4658
|
|
|
5525
4659
|
/**
|
|
5526
4660
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5528,10 +4662,9 @@ declare const GPTV3ToolChoiceDtoType: {
|
|
|
5528
4662
|
* Hautech API
|
|
5529
4663
|
* OpenAPI spec version: 1.0
|
|
5530
4664
|
*/
|
|
5531
|
-
|
|
5532
|
-
|
|
5533
|
-
|
|
5534
|
-
}
|
|
4665
|
+
type GPTV3ResponseMcpListToolsToolDtoInputSchema = {
|
|
4666
|
+
[key: string]: unknown;
|
|
4667
|
+
};
|
|
5535
4668
|
|
|
5536
4669
|
/**
|
|
5537
4670
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5540,11 +4673,13 @@ interface GPTV3ToolChoiceFunctionDto {
|
|
|
5540
4673
|
* OpenAPI spec version: 1.0
|
|
5541
4674
|
*/
|
|
5542
4675
|
|
|
5543
|
-
interface
|
|
5544
|
-
|
|
5545
|
-
|
|
5546
|
-
|
|
5547
|
-
|
|
4676
|
+
interface GPTV3ResponseMcpListToolsToolDto {
|
|
4677
|
+
name: string;
|
|
4678
|
+
/** @nullable */
|
|
4679
|
+
annotations?: GPTV3ResponseMcpListToolsToolDtoAnnotations;
|
|
4680
|
+
/** @nullable */
|
|
4681
|
+
description?: string | null;
|
|
4682
|
+
input_schema: GPTV3ResponseMcpListToolsToolDtoInputSchema;
|
|
5548
4683
|
}
|
|
5549
4684
|
|
|
5550
4685
|
/**
|
|
@@ -5553,15 +4688,9 @@ interface GPTV3ToolChoiceDto {
|
|
|
5553
4688
|
* Hautech API
|
|
5554
4689
|
* OpenAPI spec version: 1.0
|
|
5555
4690
|
*/
|
|
5556
|
-
|
|
5557
|
-
|
|
5558
|
-
|
|
5559
|
-
type GPTV3ToolDtoType = typeof GPTV3ToolDtoType[keyof typeof GPTV3ToolDtoType];
|
|
5560
|
-
declare const GPTV3ToolDtoType: {
|
|
5561
|
-
readonly function: "function";
|
|
5562
|
-
readonly file_search: "file_search";
|
|
5563
|
-
readonly web_search_preview: "web_search_preview";
|
|
5564
|
-
readonly image_generation: "image_generation";
|
|
4691
|
+
type GPTV3ResponseMcpListToolsDtoType = typeof GPTV3ResponseMcpListToolsDtoType[keyof typeof GPTV3ResponseMcpListToolsDtoType];
|
|
4692
|
+
declare const GPTV3ResponseMcpListToolsDtoType: {
|
|
4693
|
+
readonly mcp_list_tools: "mcp_list_tools";
|
|
5565
4694
|
};
|
|
5566
4695
|
|
|
5567
4696
|
/**
|
|
@@ -5571,9 +4700,13 @@ declare const GPTV3ToolDtoType: {
|
|
|
5571
4700
|
* OpenAPI spec version: 1.0
|
|
5572
4701
|
*/
|
|
5573
4702
|
|
|
5574
|
-
interface
|
|
5575
|
-
|
|
5576
|
-
|
|
4703
|
+
interface GPTV3ResponseMcpListToolsDto {
|
|
4704
|
+
id: string;
|
|
4705
|
+
server_label: string;
|
|
4706
|
+
tools: GPTV3ResponseMcpListToolsToolDto[];
|
|
4707
|
+
type: GPTV3ResponseMcpListToolsDtoType;
|
|
4708
|
+
/** @nullable */
|
|
4709
|
+
error?: string | null;
|
|
5577
4710
|
}
|
|
5578
4711
|
|
|
5579
4712
|
/**
|
|
@@ -5582,8 +4715,10 @@ interface GPTV3ToolDto {
|
|
|
5582
4715
|
* Hautech API
|
|
5583
4716
|
* OpenAPI spec version: 1.0
|
|
5584
4717
|
*/
|
|
5585
|
-
|
|
5586
|
-
|
|
4718
|
+
type GPTV3ResponseMcpApprovalRequestDtoType = typeof GPTV3ResponseMcpApprovalRequestDtoType[keyof typeof GPTV3ResponseMcpApprovalRequestDtoType];
|
|
4719
|
+
declare const GPTV3ResponseMcpApprovalRequestDtoType: {
|
|
4720
|
+
readonly mcp_approval_request: "mcp_approval_request";
|
|
4721
|
+
};
|
|
5587
4722
|
|
|
5588
4723
|
/**
|
|
5589
4724
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5592,10 +4727,13 @@ type GPTV3UserMessageDtoContentOneOfItem = GPTV3TextInputDto | GPTV3ImageInputDt
|
|
|
5592
4727
|
* OpenAPI spec version: 1.0
|
|
5593
4728
|
*/
|
|
5594
4729
|
|
|
5595
|
-
|
|
5596
|
-
|
|
5597
|
-
|
|
5598
|
-
|
|
4730
|
+
interface GPTV3ResponseMcpApprovalRequestDto {
|
|
4731
|
+
id: string;
|
|
4732
|
+
arguments: string;
|
|
4733
|
+
name: string;
|
|
4734
|
+
server_label: string;
|
|
4735
|
+
type: GPTV3ResponseMcpApprovalRequestDtoType;
|
|
4736
|
+
}
|
|
5599
4737
|
|
|
5600
4738
|
/**
|
|
5601
4739
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5603,27 +4741,22 @@ type GPTV3UserMessageDtoContent = string | GPTV3UserMessageDtoContentOneOfItem[]
|
|
|
5603
4741
|
* Hautech API
|
|
5604
4742
|
* OpenAPI spec version: 1.0
|
|
5605
4743
|
*/
|
|
5606
|
-
|
|
5607
|
-
|
|
5608
|
-
*/
|
|
5609
|
-
type GPTV3UserMessageDtoRole = typeof GPTV3UserMessageDtoRole[keyof typeof GPTV3UserMessageDtoRole];
|
|
5610
|
-
declare const GPTV3UserMessageDtoRole: {
|
|
5611
|
-
readonly user: "user";
|
|
5612
|
-
};
|
|
4744
|
+
|
|
4745
|
+
type GPTV3ResponseDtoOutputItem = GPTV3ResponseOutputMessageDto | GPTV3ResponseFileSearchToolCallDto | GPTV3ResponseFunctionWebSearchDto | GPTV3ResponseOutputItemImageGenerationCallDto | GPTV3ResponseFunctionToolCallDto | GPTV3ResponseComputerToolCallDto | GPTV3ResponseReasoningItemDto | GPTV3ResponseCodeInterpreterToolCallDto | GPTV3ResponseLocalShellCallDto | GPTV3ResponseMcpCallDto | GPTV3ResponseMcpListToolsDto | GPTV3ResponseMcpApprovalRequestDto | GPTV3ResponseCustomToolCallDto;
|
|
5613
4746
|
|
|
5614
4747
|
/**
|
|
5615
4748
|
* Generated by orval v7.10.0 🍺
|
|
5616
4749
|
* Do not edit manually.
|
|
5617
4750
|
* Hautech API
|
|
5618
4751
|
* OpenAPI spec version: 1.0
|
|
5619
|
-
*/
|
|
5620
|
-
|
|
5621
|
-
|
|
5622
|
-
*/
|
|
5623
|
-
|
|
5624
|
-
|
|
5625
|
-
|
|
5626
|
-
}
|
|
4752
|
+
*/
|
|
4753
|
+
|
|
4754
|
+
interface GPTV3ResponseDto {
|
|
4755
|
+
/** Model output items. */
|
|
4756
|
+
output: GPTV3ResponseDtoOutputItem[];
|
|
4757
|
+
/** Concatenated text output from the model. */
|
|
4758
|
+
output_text: string;
|
|
4759
|
+
}
|
|
5627
4760
|
|
|
5628
4761
|
/**
|
|
5629
4762
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5632,13 +4765,9 @@ declare const GPTV3UserMessageDtoType: {
|
|
|
5632
4765
|
* OpenAPI spec version: 1.0
|
|
5633
4766
|
*/
|
|
5634
4767
|
|
|
5635
|
-
interface
|
|
5636
|
-
|
|
5637
|
-
|
|
5638
|
-
/** The role of the message sender. */
|
|
5639
|
-
role: GPTV3UserMessageDtoRole;
|
|
5640
|
-
/** The type of the message input. Always message. */
|
|
5641
|
-
type: GPTV3UserMessageDtoType;
|
|
4768
|
+
interface GPTV3Output {
|
|
4769
|
+
kind: GPTV3OutputKind;
|
|
4770
|
+
data: GPTV3ResponseDto;
|
|
5642
4771
|
}
|
|
5643
4772
|
|
|
5644
4773
|
/**
|
|
@@ -5647,13 +4776,11 @@ interface GPTV3UserMessageDto {
|
|
|
5647
4776
|
* Hautech API
|
|
5648
4777
|
* OpenAPI spec version: 1.0
|
|
5649
4778
|
*/
|
|
5650
|
-
|
|
5651
|
-
|
|
5652
|
-
*/
|
|
5653
|
-
|
|
5654
|
-
|
|
5655
|
-
readonly web_search_call: "web_search_call";
|
|
5656
|
-
};
|
|
4779
|
+
|
|
4780
|
+
interface GPTV3ResponseImageGenerationResultsDto {
|
|
4781
|
+
/** Array of image generation results. */
|
|
4782
|
+
results: GPTV3ResponseOutputItemImageGenerationCallDto[];
|
|
4783
|
+
}
|
|
5657
4784
|
|
|
5658
4785
|
/**
|
|
5659
4786
|
* Generated by orval v7.10.0 🍺
|
|
@@ -5662,13 +4789,11 @@ declare const GPTV3WebSearchResultDtoType: {
|
|
|
5662
4789
|
* OpenAPI spec version: 1.0
|
|
5663
4790
|
*/
|
|
5664
4791
|
/**
|
|
5665
|
-
* The
|
|
4792
|
+
* The type of tool call: web_search_preview.
|
|
5666
4793
|
*/
|
|
5667
|
-
type
|
|
5668
|
-
declare const
|
|
5669
|
-
readonly
|
|
5670
|
-
readonly failed: "failed";
|
|
5671
|
-
readonly pending: "pending";
|
|
4794
|
+
type GPTV3WebSearchCallDtoType = typeof GPTV3WebSearchCallDtoType[keyof typeof GPTV3WebSearchCallDtoType];
|
|
4795
|
+
declare const GPTV3WebSearchCallDtoType: {
|
|
4796
|
+
readonly web_search_preview: "web_search_preview";
|
|
5672
4797
|
};
|
|
5673
4798
|
|
|
5674
4799
|
/**
|
|
@@ -5678,13 +4803,11 @@ declare const GPTV3WebSearchResultDtoStatus: {
|
|
|
5678
4803
|
* OpenAPI spec version: 1.0
|
|
5679
4804
|
*/
|
|
5680
4805
|
|
|
5681
|
-
interface
|
|
5682
|
-
/** The
|
|
5683
|
-
type: GPTV3WebSearchResultDtoType;
|
|
5684
|
-
/** The unique identifier for this web search call. */
|
|
4806
|
+
interface GPTV3WebSearchCallDto {
|
|
4807
|
+
/** The unique identifier for this tool call. */
|
|
5685
4808
|
id: string;
|
|
5686
|
-
/** The
|
|
5687
|
-
|
|
4809
|
+
/** The type of tool call: web_search_preview. */
|
|
4810
|
+
type: GPTV3WebSearchCallDtoType;
|
|
5688
4811
|
}
|
|
5689
4812
|
|
|
5690
4813
|
/**
|
|
@@ -7616,78 +6739,6 @@ interface ListCollectionsParamsDto {
|
|
|
7616
6739
|
cursor?: string;
|
|
7617
6740
|
}
|
|
7618
6741
|
|
|
7619
|
-
/**
|
|
7620
|
-
* Generated by orval v7.10.0 🍺
|
|
7621
|
-
* Do not edit manually.
|
|
7622
|
-
* Hautech API
|
|
7623
|
-
* OpenAPI spec version: 1.0
|
|
7624
|
-
*/
|
|
7625
|
-
type LoraDtoInput = {
|
|
7626
|
-
[key: string]: unknown;
|
|
7627
|
-
};
|
|
7628
|
-
|
|
7629
|
-
/**
|
|
7630
|
-
* Generated by orval v7.10.0 🍺
|
|
7631
|
-
* Do not edit manually.
|
|
7632
|
-
* Hautech API
|
|
7633
|
-
* OpenAPI spec version: 1.0
|
|
7634
|
-
*/
|
|
7635
|
-
type LoraDtoOutput = {
|
|
7636
|
-
[key: string]: unknown;
|
|
7637
|
-
};
|
|
7638
|
-
|
|
7639
|
-
/**
|
|
7640
|
-
* Generated by orval v7.10.0 🍺
|
|
7641
|
-
* Do not edit manually.
|
|
7642
|
-
* Hautech API
|
|
7643
|
-
* OpenAPI spec version: 1.0
|
|
7644
|
-
*/
|
|
7645
|
-
type LoraDtoStatus = typeof LoraDtoStatus[keyof typeof LoraDtoStatus];
|
|
7646
|
-
declare const LoraDtoStatus: {
|
|
7647
|
-
readonly starting: "starting";
|
|
7648
|
-
readonly processing: "processing";
|
|
7649
|
-
readonly succeeded: "succeeded";
|
|
7650
|
-
readonly failed: "failed";
|
|
7651
|
-
readonly canceled: "canceled";
|
|
7652
|
-
};
|
|
7653
|
-
|
|
7654
|
-
/**
|
|
7655
|
-
* Generated by orval v7.10.0 🍺
|
|
7656
|
-
* Do not edit manually.
|
|
7657
|
-
* Hautech API
|
|
7658
|
-
* OpenAPI spec version: 1.0
|
|
7659
|
-
*/
|
|
7660
|
-
|
|
7661
|
-
interface LoraDto {
|
|
7662
|
-
modelName: string;
|
|
7663
|
-
modelOwner: string;
|
|
7664
|
-
modelVersion: string;
|
|
7665
|
-
trainingId: string;
|
|
7666
|
-
connectedOperationId: string;
|
|
7667
|
-
weightsUrl?: string;
|
|
7668
|
-
destination: string;
|
|
7669
|
-
input: LoraDtoInput;
|
|
7670
|
-
error?: string;
|
|
7671
|
-
output?: LoraDtoOutput;
|
|
7672
|
-
status: LoraDtoStatus;
|
|
7673
|
-
creatorId: string;
|
|
7674
|
-
createdAt: string;
|
|
7675
|
-
updatedAt: string;
|
|
7676
|
-
completedAt?: string;
|
|
7677
|
-
}
|
|
7678
|
-
|
|
7679
|
-
/**
|
|
7680
|
-
* Generated by orval v7.10.0 🍺
|
|
7681
|
-
* Do not edit manually.
|
|
7682
|
-
* Hautech API
|
|
7683
|
-
* OpenAPI spec version: 1.0
|
|
7684
|
-
*/
|
|
7685
|
-
|
|
7686
|
-
interface ListLorasDto {
|
|
7687
|
-
data: LoraDto[];
|
|
7688
|
-
pageInfo: PageInfoDto;
|
|
7689
|
-
}
|
|
7690
|
-
|
|
7691
6742
|
/**
|
|
7692
6743
|
* Generated by orval v7.10.0 🍺
|
|
7693
6744
|
* Do not edit manually.
|
|
@@ -8146,7 +7197,7 @@ interface ListWorkflowsDto {
|
|
|
8146
7197
|
* Hautech API
|
|
8147
7198
|
* OpenAPI spec version: 1.0
|
|
8148
7199
|
*/
|
|
8149
|
-
type
|
|
7200
|
+
type LoraDtoInput = {
|
|
8150
7201
|
[key: string]: unknown;
|
|
8151
7202
|
};
|
|
8152
7203
|
|
|
@@ -8156,10 +7207,8 @@ type LoraControllerGetV1200 = {
|
|
|
8156
7207
|
* Hautech API
|
|
8157
7208
|
* OpenAPI spec version: 1.0
|
|
8158
7209
|
*/
|
|
8159
|
-
type
|
|
8160
|
-
|
|
8161
|
-
readonly createdAt_ASC: "createdAt_ASC";
|
|
8162
|
-
readonly createdAt_DESC: "createdAt_DESC";
|
|
7210
|
+
type LoraDtoOutput = {
|
|
7211
|
+
[key: string]: unknown;
|
|
8163
7212
|
};
|
|
8164
7213
|
|
|
8165
7214
|
/**
|
|
@@ -8168,8 +7217,8 @@ declare const LoraControllerListV1OrderBy: {
|
|
|
8168
7217
|
* Hautech API
|
|
8169
7218
|
* OpenAPI spec version: 1.0
|
|
8170
7219
|
*/
|
|
8171
|
-
type
|
|
8172
|
-
declare const
|
|
7220
|
+
type LoraDtoStatus = typeof LoraDtoStatus[keyof typeof LoraDtoStatus];
|
|
7221
|
+
declare const LoraDtoStatus: {
|
|
8173
7222
|
readonly starting: "starting";
|
|
8174
7223
|
readonly processing: "processing";
|
|
8175
7224
|
readonly succeeded: "succeeded";
|
|
@@ -8184,15 +7233,23 @@ declare const LoraControllerListV1Status: {
|
|
|
8184
7233
|
* OpenAPI spec version: 1.0
|
|
8185
7234
|
*/
|
|
8186
7235
|
|
|
8187
|
-
|
|
8188
|
-
|
|
8189
|
-
|
|
8190
|
-
|
|
8191
|
-
|
|
8192
|
-
|
|
8193
|
-
|
|
8194
|
-
|
|
8195
|
-
|
|
7236
|
+
interface LoraDto {
|
|
7237
|
+
modelName: string;
|
|
7238
|
+
modelOwner: string;
|
|
7239
|
+
modelVersion: string;
|
|
7240
|
+
trainingId: string;
|
|
7241
|
+
connectedOperationId: string;
|
|
7242
|
+
weightsUrl?: string;
|
|
7243
|
+
destination: string;
|
|
7244
|
+
input: LoraDtoInput;
|
|
7245
|
+
error?: string;
|
|
7246
|
+
output?: LoraDtoOutput;
|
|
7247
|
+
status: LoraDtoStatus;
|
|
7248
|
+
creatorId: string;
|
|
7249
|
+
createdAt: string;
|
|
7250
|
+
updatedAt: string;
|
|
7251
|
+
completedAt?: string;
|
|
7252
|
+
}
|
|
8196
7253
|
|
|
8197
7254
|
/**
|
|
8198
7255
|
* Generated by orval v7.10.0 🍺
|
|
@@ -8343,90 +7400,6 @@ interface LoraTrainingResponse {
|
|
|
8343
7400
|
updatedAt: string;
|
|
8344
7401
|
}
|
|
8345
7402
|
|
|
8346
|
-
/**
|
|
8347
|
-
* Generated by orval v7.10.0 🍺
|
|
8348
|
-
* Do not edit manually.
|
|
8349
|
-
* Hautech API
|
|
8350
|
-
* OpenAPI spec version: 1.0
|
|
8351
|
-
*/
|
|
8352
|
-
type LoraWebhookDtoStatus = typeof LoraWebhookDtoStatus[keyof typeof LoraWebhookDtoStatus];
|
|
8353
|
-
declare const LoraWebhookDtoStatus: {
|
|
8354
|
-
readonly starting: "starting";
|
|
8355
|
-
readonly processing: "processing";
|
|
8356
|
-
readonly succeeded: "succeeded";
|
|
8357
|
-
readonly failed: "failed";
|
|
8358
|
-
readonly canceled: "canceled";
|
|
8359
|
-
};
|
|
8360
|
-
|
|
8361
|
-
/**
|
|
8362
|
-
* Generated by orval v7.10.0 🍺
|
|
8363
|
-
* Do not edit manually.
|
|
8364
|
-
* Hautech API
|
|
8365
|
-
* OpenAPI spec version: 1.0
|
|
8366
|
-
*/
|
|
8367
|
-
type LoraWebhookDtoInput = {
|
|
8368
|
-
[key: string]: unknown;
|
|
8369
|
-
};
|
|
8370
|
-
|
|
8371
|
-
/**
|
|
8372
|
-
* Generated by orval v7.10.0 🍺
|
|
8373
|
-
* Do not edit manually.
|
|
8374
|
-
* Hautech API
|
|
8375
|
-
* OpenAPI spec version: 1.0
|
|
8376
|
-
*/
|
|
8377
|
-
type LoraWebhookDtoMetrics = {
|
|
8378
|
-
[key: string]: unknown;
|
|
8379
|
-
};
|
|
8380
|
-
|
|
8381
|
-
/**
|
|
8382
|
-
* Generated by orval v7.10.0 🍺
|
|
8383
|
-
* Do not edit manually.
|
|
8384
|
-
* Hautech API
|
|
8385
|
-
* OpenAPI spec version: 1.0
|
|
8386
|
-
*/
|
|
8387
|
-
/**
|
|
8388
|
-
* @nullable
|
|
8389
|
-
*/
|
|
8390
|
-
type LoraWebhookDtoOutput = {
|
|
8391
|
-
[key: string]: unknown;
|
|
8392
|
-
} | null;
|
|
8393
|
-
|
|
8394
|
-
/**
|
|
8395
|
-
* Generated by orval v7.10.0 🍺
|
|
8396
|
-
* Do not edit manually.
|
|
8397
|
-
* Hautech API
|
|
8398
|
-
* OpenAPI spec version: 1.0
|
|
8399
|
-
*/
|
|
8400
|
-
type LoraWebhookDtoUrls = {
|
|
8401
|
-
[key: string]: unknown;
|
|
8402
|
-
};
|
|
8403
|
-
|
|
8404
|
-
/**
|
|
8405
|
-
* Generated by orval v7.10.0 🍺
|
|
8406
|
-
* Do not edit manually.
|
|
8407
|
-
* Hautech API
|
|
8408
|
-
* OpenAPI spec version: 1.0
|
|
8409
|
-
*/
|
|
8410
|
-
|
|
8411
|
-
interface LoraWebhookDto {
|
|
8412
|
-
id: string;
|
|
8413
|
-
status: LoraWebhookDtoStatus;
|
|
8414
|
-
error?: string;
|
|
8415
|
-
model?: string;
|
|
8416
|
-
version?: string;
|
|
8417
|
-
webhook?: string;
|
|
8418
|
-
created_at?: string;
|
|
8419
|
-
started_at?: string;
|
|
8420
|
-
completed_at?: string;
|
|
8421
|
-
data_removed?: boolean;
|
|
8422
|
-
input?: LoraWebhookDtoInput;
|
|
8423
|
-
metrics?: LoraWebhookDtoMetrics;
|
|
8424
|
-
/** @nullable */
|
|
8425
|
-
output?: LoraWebhookDtoOutput;
|
|
8426
|
-
urls?: LoraWebhookDtoUrls;
|
|
8427
|
-
logs?: string;
|
|
8428
|
-
}
|
|
8429
|
-
|
|
8430
7403
|
/**
|
|
8431
7404
|
* Generated by orval v7.10.0 🍺
|
|
8432
7405
|
* Do not edit manually.
|
|
@@ -10095,16 +9068,6 @@ interface SeedV1Request {
|
|
|
10095
9068
|
metadata?: SeedV1RequestMetadata;
|
|
10096
9069
|
}
|
|
10097
9070
|
|
|
10098
|
-
/**
|
|
10099
|
-
* Generated by orval v7.10.0 🍺
|
|
10100
|
-
* Do not edit manually.
|
|
10101
|
-
* Hautech API
|
|
10102
|
-
* OpenAPI spec version: 1.0
|
|
10103
|
-
*/
|
|
10104
|
-
type SeedV1RequestInput = {
|
|
10105
|
-
[key: string]: unknown;
|
|
10106
|
-
};
|
|
10107
|
-
|
|
10108
9071
|
/**
|
|
10109
9072
|
* Generated by orval v7.10.0 🍺
|
|
10110
9073
|
* Do not edit manually.
|
|
@@ -10609,97 +9572,6 @@ type StacksControllerListStacksV1Params = {
|
|
|
10609
9572
|
cursor?: string;
|
|
10610
9573
|
};
|
|
10611
9574
|
|
|
10612
|
-
/**
|
|
10613
|
-
* Generated by orval v7.10.0 🍺
|
|
10614
|
-
* Do not edit manually.
|
|
10615
|
-
* Hautech API
|
|
10616
|
-
* OpenAPI spec version: 1.0
|
|
10617
|
-
*/
|
|
10618
|
-
interface StartFluxTrainingParamsDto {
|
|
10619
|
-
modelVersion?: string;
|
|
10620
|
-
modelDestination?: string;
|
|
10621
|
-
inputImages: string;
|
|
10622
|
-
trainingSteps?: number;
|
|
10623
|
-
}
|
|
10624
|
-
|
|
10625
|
-
/**
|
|
10626
|
-
* Generated by orval v7.10.0 🍺
|
|
10627
|
-
* Do not edit manually.
|
|
10628
|
-
* Hautech API
|
|
10629
|
-
* OpenAPI spec version: 1.0
|
|
10630
|
-
*/
|
|
10631
|
-
interface StartLoraTrainingParamsDto {
|
|
10632
|
-
modelVersion?: string;
|
|
10633
|
-
modelDestination?: string;
|
|
10634
|
-
inputImages: string;
|
|
10635
|
-
triggerWord: string;
|
|
10636
|
-
trainingSteps?: number;
|
|
10637
|
-
}
|
|
10638
|
-
|
|
10639
|
-
/**
|
|
10640
|
-
* Generated by orval v7.10.0 🍺
|
|
10641
|
-
* Do not edit manually.
|
|
10642
|
-
* Hautech API
|
|
10643
|
-
* OpenAPI spec version: 1.0
|
|
10644
|
-
*/
|
|
10645
|
-
type StartNaomiTrainingParamsDtoLrScheduler = typeof StartNaomiTrainingParamsDtoLrScheduler[keyof typeof StartNaomiTrainingParamsDtoLrScheduler];
|
|
10646
|
-
declare const StartNaomiTrainingParamsDtoLrScheduler: {
|
|
10647
|
-
readonly linear: "linear";
|
|
10648
|
-
readonly cosine: "cosine";
|
|
10649
|
-
readonly polynomial: "polynomial";
|
|
10650
|
-
};
|
|
10651
|
-
|
|
10652
|
-
/**
|
|
10653
|
-
* Generated by orval v7.10.0 🍺
|
|
10654
|
-
* Do not edit manually.
|
|
10655
|
-
* Hautech API
|
|
10656
|
-
* OpenAPI spec version: 1.0
|
|
10657
|
-
*/
|
|
10658
|
-
type StartNaomiTrainingParamsDtoMixedPrecision = typeof StartNaomiTrainingParamsDtoMixedPrecision[keyof typeof StartNaomiTrainingParamsDtoMixedPrecision];
|
|
10659
|
-
declare const StartNaomiTrainingParamsDtoMixedPrecision: {
|
|
10660
|
-
readonly no: "no";
|
|
10661
|
-
readonly fp16: "fp16";
|
|
10662
|
-
readonly bf16: "bf16";
|
|
10663
|
-
};
|
|
10664
|
-
|
|
10665
|
-
/**
|
|
10666
|
-
* Generated by orval v7.10.0 🍺
|
|
10667
|
-
* Do not edit manually.
|
|
10668
|
-
* Hautech API
|
|
10669
|
-
* OpenAPI spec version: 1.0
|
|
10670
|
-
*/
|
|
10671
|
-
|
|
10672
|
-
interface StartNaomiTrainingParamsDto {
|
|
10673
|
-
modelVersion?: string;
|
|
10674
|
-
modelDestination?: string;
|
|
10675
|
-
zipFile: string;
|
|
10676
|
-
modelNameOrPath?: string;
|
|
10677
|
-
epochs?: number;
|
|
10678
|
-
batchSizePerDevice?: number;
|
|
10679
|
-
vaePath?: string;
|
|
10680
|
-
numWorkers?: number;
|
|
10681
|
-
logEvery?: number;
|
|
10682
|
-
ckptEvery?: number;
|
|
10683
|
-
maxGradNorm?: number;
|
|
10684
|
-
lr?: number;
|
|
10685
|
-
maxInputLengthLimit?: number;
|
|
10686
|
-
conditionDropoutProb?: number;
|
|
10687
|
-
adamWeightDecay?: number;
|
|
10688
|
-
keepRawResolution?: boolean;
|
|
10689
|
-
maxImageSize?: number;
|
|
10690
|
-
useLora?: boolean;
|
|
10691
|
-
loraRank?: number;
|
|
10692
|
-
useEma?: boolean;
|
|
10693
|
-
lrWarmupSteps?: number;
|
|
10694
|
-
reportTo?: string;
|
|
10695
|
-
gradientAccumulationSteps?: number;
|
|
10696
|
-
emaDecay?: number;
|
|
10697
|
-
emaPath?: string;
|
|
10698
|
-
useDynamicShifting?: boolean;
|
|
10699
|
-
lrScheduler?: StartNaomiTrainingParamsDtoLrScheduler;
|
|
10700
|
-
mixedPrecision?: StartNaomiTrainingParamsDtoMixedPrecision;
|
|
10701
|
-
}
|
|
10702
|
-
|
|
10703
9575
|
/**
|
|
10704
9576
|
* Generated by orval v7.10.0 🍺
|
|
10705
9577
|
* Do not edit manually.
|
|
@@ -12031,7 +10903,7 @@ declare const apiDefinitions: {
|
|
|
12031
10903
|
updateMetadata: (id: string, updateMetadataDto: UpdateMetadataDto, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<ResourceEntity, any>>;
|
|
12032
10904
|
wait: <O, T extends Omit<OperationEntity, "output"> & {
|
|
12033
10905
|
output: O extends unknown ? any : O;
|
|
12034
|
-
}>(this: any, operation: T, timeoutMs?: number) => Promise<T>;
|
|
10906
|
+
}>(this: any, operation: T, timeoutMs?: number, delay?: number) => Promise<T>;
|
|
12035
10907
|
}>;
|
|
12036
10908
|
groups: ApiDefinitionTree<{
|
|
12037
10909
|
create: (options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GroupEntity, any>>;
|
|
@@ -12091,7 +10963,7 @@ declare const apiDefinitions: {
|
|
|
12091
10963
|
count: (params?: PipelinesControllerCountPipelinesV1Params, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<CountPipelinesResultDto, any>>;
|
|
12092
10964
|
list: (params?: PipelinesControllerListPipelinesV1Params, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<ListPipelinesDto, any>>;
|
|
12093
10965
|
constructTemplate: <TSdk extends PipelineSDK, O = any, I = any>(this: any, builder: (pipeline: PipelineTyped<TSdk>) => PipelineTyped<TSdk>) => PipelineTyped<TSdk>;
|
|
12094
|
-
wait: <T extends PipelineDto>(this: any, pipeline: T, timeoutMs?: number) => Promise<T>;
|
|
10966
|
+
wait: <T extends PipelineDto>(this: any, pipeline: T, timeoutMs?: number, delay?: number) => Promise<T>;
|
|
12095
10967
|
}>;
|
|
12096
10968
|
upload: ApiDefinitionTree<{
|
|
12097
10969
|
initUpload: (initializeGenericUploadParamsDto: InitializeGenericUploadParamsDto, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<InitializeGenericUploadResponseDto, any>>;
|
|
@@ -12471,4 +11343,4 @@ declare const createTokenSigner: (options: {
|
|
|
12471
11343
|
}) => Promise<string>;
|
|
12472
11344
|
};
|
|
12473
11345
|
|
|
12474
|
-
export { type AccountEntity, AccountEntityType, AccountsControllerListAccountsV1OrderBy, type AccountsControllerListAccountsV1Params, type AddAccountToGroupControllerParamsDto, AddAccountToGroupControllerParamsDtoRole, type AddAccountToGroupParamsDto, AddAccountToGroupParamsDtoRole, type AddBalanceControllerParamsDto, type AddBalanceParamsDto, type AddChatItemsDto, type AddChatItemsDtoItemsItem, type AddItemsToCollectionControllerParamsDto, type AddItemsToCollectionParamsDto, type AddItemsToStackControllerParamsDto, type AddItemsToStackParamsDto, type AnimateCreatomateV1Input, type AnimateCreatomateV1InputTemplate, type AnimateCreatomateV1InputTemplateOneOf, type AnimateCreatomateV1Request, type AnimateCreatomateV1RequestMetadata, type AnimateCreatomateV1Response, type AnimateCreatomateV1ResponseInput, AnimateCreatomateV1ResponseKind, type AnimateCreatomateV1ResponseMetadata, AnimateCreatomateV1ResponseStatus, type AnimateKling16ProV1Input, AnimateKling16ProV1InputAspectRatio, AnimateKling16ProV1InputDuration, type AnimateKling16ProV1Request, type AnimateKling16ProV1RequestMetadata, type AnimateKling16ProV1Response, type AnimateKling16ProV1ResponseInput, AnimateKling16ProV1ResponseKind, type AnimateKling16ProV1ResponseMetadata, AnimateKling16ProV1ResponseStatus, type AnimateKling21V1Input, AnimateKling21V1InputDuration, type AnimateKling21V1Request, type AnimateKling21V1RequestMetadata, type AnimateKling21V1Response, type AnimateKling21V1ResponseInput, AnimateKling21V1ResponseKind, type AnimateKling21V1ResponseMetadata, AnimateKling21V1ResponseStatus, type ApiDefinitionTree, type AttachAccessControllerParamsDto, type AttachAccessParamsDto, type BalanceResultDto, type BaseWsEvent, type BaseWsEventType, ChatControllerListChatsV1OrderBy, type ChatControllerListChatsV1Params, type ChatDto, type ChatDtoItemsItem, type ChatParametersDto, type ChatParametersDtoResponseFormat, type CollectionEntity, CollectionEntityKind, type CollectionEntityMetadata, CollectionsControllerListCollectionsV1OrderBy, type CollectionsControllerListCollectionsV1Params, CollectionsControllerListItemsV1Kind, CollectionsControllerListItemsV1OrderBy, type CollectionsControllerListItemsV1Params, type CompositeElement, CompositeElementBlend, CompositeElementFit, type CompositeV1Input, type CompositeV1Request, type CompositeV1RequestMetadata, type CompositeV1Response, type CompositeV1ResponseInput, CompositeV1ResponseKind, type CompositeV1ResponseMetadata, CompositeV1ResponseStatus, type ContrastV1Input, type ContrastV1Request, type ContrastV1RequestMetadata, type ContrastV1Response, type ContrastV1ResponseInput, ContrastV1ResponseKind, type ContrastV1ResponseMetadata, ContrastV1ResponseStatus, type CountPipelinesResultDto, type CreateAccountParamsDto, type CreateChatParamsDto, type CreateCollectionParamsDto, type CreateCollectionParamsDtoMetadata, type CreateImageParamsDto, type CreatePipelineParamsDto, type CreatePipelineParamsDtoMetadata, type CreatePipelineParamsDtoOutputRef, type CreatePipelineParamsDtoPipelineInput, type CreatePipelineParamsDtoState, type CreatePipelineTaskDto, type CreatePipelineTaskDtoArgsItem, type CreatePipelineTaskDtoArgsItemOneOf, type CreateStackParamsDto, type CreateStackParamsDtoMetadata, type CreateStorageRecordParamsDto, type CreateStorageRecordParamsDtoValue, type CreateStorageRecordParamsDtoValueOneOf, type CreateVideoParamsDto, type CreateWorkflowParamsDto, type CreateWorkflowParamsDtoData, type CreateWorkflowParamsDtoMetadata, type CreateWorkflowParamsDtoPipelineTemplate, type CropV1Input, type CropV1Request, type CropV1RequestMetadata, type CropV1Response, type CropV1ResponseInput, CropV1ResponseKind, type CropV1ResponseMetadata, CropV1ResponseStatus, type CutV1Input, type CutV1Request, type CutV1RequestMetadata, type CutV1Response, type CutV1ResponseInput, CutV1ResponseKind, type CutV1ResponseMetadata, CutV1ResponseStatus, type Decimal, type DeepWrap, type DeleteParamsDto, type DeleteStorageParamsDto, type DetachAccessControllerParamsDto, type EchoV1Input, type EchoV1Request, type EchoV1RequestMetadata, type EchoV1Response, type EchoV1ResponseInput, EchoV1ResponseKind, type EchoV1ResponseMetadata, EchoV1ResponseStatus, type EditFluxKontextDevV1Input, type EditFluxKontextDevV1Request, type EditFluxKontextDevV1RequestMetadata, type EditFluxKontextDevV1Response, type EditFluxKontextDevV1ResponseInput, EditFluxKontextDevV1ResponseKind, type EditFluxKontextDevV1ResponseMetadata, EditFluxKontextDevV1ResponseStatus, type EntityEventKeys, type EntityEventPayload, type Flux11ProUltraV1Input, type 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, type GPTV3InputInputOneOfItem, GPTV3InputModel, type GPTV3InputToolChoice, type GPTV3InputToolsItem, type GPTV3MessageContentDto, GPTV3MessageContentDtoRole, GPTV3MessageContentDtoType, type GPTV3Output, GPTV3OutputKind, type GPTV3ResponseCodeInterpreterToolCallDto, type GPTV3ResponseCodeInterpreterToolCallDtoOutputsItem, GPTV3ResponseCodeInterpreterToolCallDtoStatus, GPTV3ResponseCodeInterpreterToolCallDtoType, type GPTV3ResponseCodeInterpreterToolCallImageDto, GPTV3ResponseCodeInterpreterToolCallImageDtoType, type GPTV3ResponseCodeInterpreterToolCallLogsDto, GPTV3ResponseCodeInterpreterToolCallLogsDtoType, type GPTV3ResponseComputerToolCallClickDto, GPTV3ResponseComputerToolCallClickDtoButton, GPTV3ResponseComputerToolCallClickDtoType, type GPTV3ResponseComputerToolCallDoubleClickDto, GPTV3ResponseComputerToolCallDoubleClickDtoType, type GPTV3ResponseComputerToolCallDragDto, GPTV3ResponseComputerToolCallDragDtoType, type GPTV3ResponseComputerToolCallDragPathDto, type GPTV3ResponseComputerToolCallDto, type GPTV3ResponseComputerToolCallDtoAction, GPTV3ResponseComputerToolCallDtoStatus, GPTV3ResponseComputerToolCallDtoType, type GPTV3ResponseComputerToolCallKeypressDto, GPTV3ResponseComputerToolCallKeypressDtoType, type GPTV3ResponseComputerToolCallMoveDto, GPTV3ResponseComputerToolCallMoveDtoType, type GPTV3ResponseComputerToolCallPendingSafetyCheckDto, type GPTV3ResponseComputerToolCallScreenshotDto, GPTV3ResponseComputerToolCallScreenshotDtoType, type GPTV3ResponseComputerToolCallScrollDto, GPTV3ResponseComputerToolCallScrollDtoType, type GPTV3ResponseComputerToolCallTypeDto, GPTV3ResponseComputerToolCallTypeDtoType, type GPTV3ResponseComputerToolCallWaitDto, GPTV3ResponseComputerToolCallWaitDtoType, type GPTV3ResponseCustomToolCallDto, GPTV3ResponseCustomToolCallDtoStatus, GPTV3ResponseCustomToolCallDtoType, type GPTV3ResponseCustomToolCallOutputDto, GPTV3ResponseCustomToolCallOutputDtoType, type GPTV3ResponseDto, type GPTV3ResponseDtoContent, GPTV3ResponseDtoFinishReason, type GPTV3ResponseDtoOutputItem, GPTV3ResponseDtoRole, type GPTV3ResponseDtoToolCallsItem, type GPTV3ResponseFileSearchToolCallDto, GPTV3ResponseFileSearchToolCallDtoStatus, GPTV3ResponseFileSearchToolCallDtoType, type GPTV3ResponseFileSearchToolCallResultDto, type GPTV3ResponseFileSearchToolCallResultDtoAttributes, type GPTV3ResponseFormatJsonSchemaDto, type GPTV3ResponseFormatJsonSchemaDtoSchema, GPTV3ResponseFormatJsonSchemaDtoType, type GPTV3ResponseFormatTextDto, GPTV3ResponseFormatTextDtoType, type GPTV3ResponseFunctionToolCallDto, GPTV3ResponseFunctionToolCallDtoStatus, GPTV3ResponseFunctionToolCallDtoType, type GPTV3ResponseFunctionWebSearchDto, GPTV3ResponseFunctionWebSearchDtoStatus, GPTV3ResponseFunctionWebSearchDtoType, type GPTV3ResponseImageGenerationResultsDto, type GPTV3ResponseInputComputerCallOutputAcknowledgedSafetyCheckDto, type GPTV3ResponseInputComputerCallOutputDto, GPTV3ResponseInputComputerCallOutputDtoStatus, GPTV3ResponseInputComputerCallOutputDtoType, type GPTV3ResponseInputComputerCallOutputScreenshotDto, GPTV3ResponseInputComputerCallOutputScreenshotDtoType, type GPTV3ResponseInputFunctionCallOutputDto, GPTV3ResponseInputFunctionCallOutputDtoStatus, GPTV3ResponseInputFunctionCallOutputDtoType, type GPTV3ResponseInputItemImageGenerationCallDto, GPTV3ResponseInputItemImageGenerationCallDtoStatus, GPTV3ResponseInputItemImageGenerationCallDtoType, type GPTV3ResponseInputItemMessage, type GPTV3ResponseInputItemMessageContentItem, GPTV3ResponseInputItemMessageRole, GPTV3ResponseInputItemMessageStatus, GPTV3ResponseInputItemMessageType, type GPTV3ResponseInputItemReferenceDto, GPTV3ResponseInputItemReferenceDtoType, type GPTV3ResponseInputLocalShellCallActionDto, type GPTV3ResponseInputLocalShellCallActionDtoEnv, GPTV3ResponseInputLocalShellCallActionDtoType, type GPTV3ResponseInputLocalShellCallDto, GPTV3ResponseInputLocalShellCallDtoStatus, GPTV3ResponseInputLocalShellCallDtoType, type GPTV3ResponseInputLocalShellCallOutputDto, GPTV3ResponseInputLocalShellCallOutputDtoStatus, GPTV3ResponseInputLocalShellCallOutputDtoType, type GPTV3ResponseInputMcpApprovalRequestDto, GPTV3ResponseInputMcpApprovalRequestDtoType, type GPTV3ResponseInputMcpApprovalResponseDto, GPTV3ResponseInputMcpApprovalResponseDtoType, type GPTV3ResponseInputMcpCallDto, GPTV3ResponseInputMcpCallDtoType, type GPTV3ResponseInputMcpListToolsDto, GPTV3ResponseInputMcpListToolsDtoType, type GPTV3ResponseInputMcpListToolsToolDto, type GPTV3ResponseInputMcpListToolsToolDtoAnnotations, type GPTV3ResponseInputMcpListToolsToolDtoInputSchema, type GPTV3ResponseLocalShellCallActionDto, type GPTV3ResponseLocalShellCallActionDtoEnv, GPTV3ResponseLocalShellCallActionDtoType, type GPTV3ResponseLocalShellCallDto, GPTV3ResponseLocalShellCallDtoStatus, GPTV3ResponseLocalShellCallDtoType, type GPTV3ResponseMcpApprovalRequestDto, GPTV3ResponseMcpApprovalRequestDtoType, type GPTV3ResponseMcpCallDto, GPTV3ResponseMcpCallDtoType, type GPTV3ResponseMcpListToolsDto, GPTV3ResponseMcpListToolsDtoType, type GPTV3ResponseMcpListToolsToolDto, type GPTV3ResponseMcpListToolsToolDtoAnnotations, type GPTV3ResponseMcpListToolsToolDtoInputSchema, type GPTV3ResponseOutputItemImageGenerationCallDto, type GPTV3ResponseOutputItemImageGenerationCallDtoMetadata, GPTV3ResponseOutputItemImageGenerationCallDtoStatus, GPTV3ResponseOutputItemImageGenerationCallDtoType, type GPTV3ResponseOutputMessageDto, type GPTV3ResponseOutputMessageDtoContentItem, GPTV3ResponseOutputMessageDtoRole, type GPTV3ResponseOutputMessageDtoStatus, GPTV3ResponseOutputMessageDtoType, type GPTV3ResponseOutputRefusalDto, GPTV3ResponseOutputRefusalDtoType, type GPTV3ResponseOutputTextContainerFileCitationDto, GPTV3ResponseOutputTextContainerFileCitationDtoType, type GPTV3ResponseOutputTextDto, type GPTV3ResponseOutputTextDtoAnnotationsItem, GPTV3ResponseOutputTextDtoType, type GPTV3ResponseOutputTextFileCitationDto, GPTV3ResponseOutputTextFileCitationDtoType, type GPTV3ResponseOutputTextFilePathDto, GPTV3ResponseOutputTextFilePathDtoType, type GPTV3ResponseOutputTextLogprobDto, type GPTV3ResponseOutputTextLogprobTopLogprobDto, type GPTV3ResponseOutputTextURLCitationDto, GPTV3ResponseOutputTextURLCitationDtoType, type GPTV3ResponseReasoningItemDto, GPTV3ResponseReasoningItemDtoStatus, GPTV3ResponseReasoningItemDtoType, type GPTV3ResponseReasoningItemSummaryDto, GPTV3ResponseReasoningItemSummaryDtoType, type GPTV3SystemMessageDto, type GPTV3SystemMessageDtoContent, type GPTV3SystemMessageDtoContentItemOneOfItem, 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 GetUploadedFileUrlResponseDto, type GetUrlsForImagesParamsDto, type GetVideoParamsDto, type GetVideosParamsDto, type GiseleVtonV1Input, GiseleVtonV1InputCategory, type GoogleNanoBananaV1Input, GoogleNanoBananaV1InputOutputFormat, type GoogleNanoBananaV1Request, type GoogleNanoBananaV1RequestMetadata, type GoogleNanoBananaV1Response, type GoogleNanoBananaV1ResponseInput, GoogleNanoBananaV1ResponseKind, type GoogleNanoBananaV1ResponseMetadata, GoogleNanoBananaV1ResponseStatus, type GptV1Request, type GptV1RequestMetadata, type GptV1Response, type GptV1ResponseInput, GptV1ResponseKind, type GptV1ResponseMetadata, GptV1ResponseStatus, type GptV2Request, type GptV2RequestMetadata, type GptV2Response, type GptV2ResponseInput, GptV2ResponseKind, type GptV2ResponseMetadata, GptV2ResponseStatus, type GptV3Request, type GptV3RequestMetadata, type GptV3Response, type GptV3ResponseInput, GptV3ResponseKind, type GptV3ResponseMetadata, GptV3ResponseStatus, type GrantAccessControllerParams, GrantAccessControllerParamsAccess, GrantAccessControllerParamsPrincipalType, type GroupEntity, type HauteLindaV1Request, type HauteLindaV1RequestMetadata, type HauteLindaV1Response, type HauteLindaV1ResponseInput, HauteLindaV1ResponseKind, type HauteLindaV1ResponseMetadata, HauteLindaV1ResponseStatus, type HauteNaomiV1Request, type HauteNaomiV1RequestMetadata, type HauteNaomiV1Response, type HauteNaomiV1ResponseInput, HauteNaomiV1ResponseKind, type HauteNaomiV1ResponseMetadata, HauteNaomiV1ResponseStatus, type IdeogramCharacterV1Input, type IdeogramCharacterV1Request, type IdeogramCharacterV1RequestMetadata, type IdeogramCharacterV1Response, type IdeogramCharacterV1ResponseInput, IdeogramCharacterV1ResponseKind, type IdeogramCharacterV1ResponseMetadata, IdeogramCharacterV1ResponseStatus, type ImageEntity, ImageEntityKind, type ImageEntityMetadata, type ImageRepresentationResponseDto, type ImageUrlResponseDto, type Imagen4Input, Imagen4InputAspectRatio, Imagen4InputSafetyFilterLevel, type Imagen4V1Request, type Imagen4V1RequestMetadata, type Imagen4V1Response, type Imagen4V1ResponseInput, Imagen4V1ResponseKind, type Imagen4V1ResponseMetadata, Imagen4V1ResponseStatus, type ImagineFlux11ProUltraV1Request, type ImagineFlux11ProUltraV1RequestMetadata, type ImagineFlux11ProUltraV1Response, type ImagineFlux11ProUltraV1ResponseInput, ImagineFlux11ProUltraV1ResponseKind, type ImagineFlux11ProUltraV1ResponseMetadata, ImagineFlux11ProUltraV1ResponseStatus, type ImagineKateV1Request, type ImagineKateV1RequestMetadata, type ImagineKateV1Response, type ImagineKateV1ResponseInput, ImagineKateV1ResponseKind, type ImagineKateV1ResponseMetadata, ImagineKateV1ResponseStatus, type InitializeGenericUploadParamsDto, type InitializeGenericUploadResponseDto, type InitializeImageUploadResultDto, type InpaintKateV1Request, type InpaintKateV1RequestMetadata, type InpaintKateV1Response, type InpaintKateV1ResponseInput, InpaintKateV1ResponseKind, type InpaintKateV1ResponseMetadata, InpaintKateV1ResponseStatus, type KateImagineV1Input, KateImagineV1InputAspectRatio, type KateInpaintV1Input, KateInpaintV1InputBranch, type LindaHauteV1Input, LindaHauteV1InputAspectRatio, type ListAccessControllerAttachmentsDto, type ListAccessControllerDto, type ListAccessControllerGrantsDto, ListAccessControllerGrantsDtoAccess, type ListAccountsDto, type ListAccountsParamsDto, ListAccountsParamsDtoOrderBy, type ListChatsDto, type ListCollectionItemsDto, type ListCollectionItemsParamsDto, ListCollectionItemsParamsDtoKind, ListCollectionItemsParamsDtoOrderBy, type ListCollectionsDto, type ListCollectionsParamsDto, ListCollectionsParamsDtoOrderBy, type ListLorasDto, type ListOperationsDto, type ListOperationsParamsDto, ListOperationsParamsDtoOrderBy, type ListPipelinesDto, type ListPosesDto, type ListPosesParamsDto, ListPosesParamsDtoOrderBy, type ListStacksDto, type ListStacksParamsDto, ListStacksParamsDtoOrderBy, type ListWorkflowsDto, type LoraControllerGetV1200, LoraControllerListV1OrderBy, type LoraControllerListV1Params, LoraControllerListV1Status, type LoraDto, type LoraDtoInput, type LoraDtoOutput, LoraDtoStatus, type LoraTrainingOutput, LoraTrainingOutputKind, type LoraTrainingRequest, type LoraTrainingRequestMetadata, type LoraTrainingResponse, type LoraTrainingResponseInput, LoraTrainingResponseKind, type LoraTrainingResponseMetadata, LoraTrainingResponseStatus, type LoraWebhookDto, type LoraWebhookDtoInput, type LoraWebhookDtoMetrics, type LoraWebhookDtoOutput, LoraWebhookDtoStatus, type LoraWebhookDtoUrls, type LumaPhotonV1Input, LumaPhotonV1InputAspectRatio, type LumaPhotonV1Request, type LumaPhotonV1RequestMetadata, type LumaPhotonV1Response, type LumaPhotonV1ResponseInput, LumaPhotonV1ResponseKind, type LumaPhotonV1ResponseMetadata, LumaPhotonV1ResponseStatus, type MathV1Input, type MathV1InputInput, type MathV1Request, type MathV1RequestMetadata, type MathV1Response, type MathV1ResponseInput, MathV1ResponseKind, type MathV1ResponseMetadata, MathV1ResponseStatus, type MethodsPermissions, type ModifyAccessParamsDto, ModifyAccessParamsDtoAccess, ModifyAccessParamsDtoPrincipalType, type NaomiHauteV1Input, NaomiHauteV1InputMode, type NegateImageV1Input, type NegateImageV1Request, type NegateImageV1RequestMetadata, type NegateImageV1Response, type NegateImageV1ResponseInput, NegateImageV1ResponseKind, type NegateImageV1ResponseMetadata, NegateImageV1ResponseStatus, type NoiseV1Input, type NoiseV1Request, type NoiseV1RequestMetadata, type NoiseV1Response, type NoiseV1ResponseInput, NoiseV1ResponseKind, type NoiseV1ResponseMetadata, NoiseV1ResponseStatus, type ObjectDetectionV1Input, type ObjectDetectionV1Output, ObjectDetectionV1OutputKind, type ObjectDetectionV1Request, type ObjectDetectionV1RequestMetadata, type ObjectDetectionV1Response, type ObjectDetectionV1ResponseInput, ObjectDetectionV1ResponseKind, type ObjectDetectionV1ResponseMetadata, ObjectDetectionV1ResponseStatus, type OneCompilerV1Input, type OneCompilerV1InputInput, OneCompilerV1InputLanguage, type OnecompilerV1Output, type OnecompilerV1OutputData, type OnecompilerV1OutputDataResult, type OnecompilerV1OutputDataResultOneOf, OnecompilerV1OutputKind, type OnecompilerV1Request, type OnecompilerV1RequestMetadata, type OnecompilerV1Response, type OnecompilerV1ResponseInput, OnecompilerV1ResponseKind, type OnecompilerV1ResponseMetadata, OnecompilerV1ResponseStatus, type OperationEntity, type OperationEntityInput, OperationEntityKind, type OperationEntityMetadata, type OperationEntityOutput, OperationEntityStatus, type OperationOutputImageMultiple, OperationOutputImageMultipleKind, type OperationOutputImageSingle, OperationOutputImageSingleKind, type OperationOutputJSON, type OperationOutputJSONData, type OperationOutputJSONDataOneOf, OperationOutputJSONKind, type OperationOutputNumber, OperationOutputNumberKind, type OperationOutputTextSingle, OperationOutputTextSingleKind, type OperationOutputVideoSingle, OperationOutputVideoSingleKind, OperationsControllerListOperationsV1OrderBy, type OperationsControllerListOperationsV1Params, type PageInfoDto, type PipelineDto, type PipelineDtoInput, PipelineDtoKind, type PipelineDtoMetadata, type PipelineDtoOutput, type PipelineDtoState, type PipelineDtoStateOutput, PipelineDtoStateStatus, PipelineDtoStatus, type PipelineMapV1Input, type PipelineMapV1InputInputItem, type PipelineMapV1Request, type PipelineMapV1RequestMetadata, type PipelineMapV1Response, type PipelineMapV1ResponseInput, PipelineMapV1ResponseKind, type PipelineMapV1ResponseMetadata, PipelineMapV1ResponseStatus, type PipelinePreviewDto, PipelinePreviewDtoKind, type PipelinePreviewDtoMetadata, PipelinePreviewDtoStatus, type PipelineSDK, type PipelinesControllerCountPipelinesV1Params, PipelinesControllerCountPipelinesV1Status, PipelinesControllerListPipelinesV1OrderBy, type PipelinesControllerListPipelinesV1Params, PipelinesControllerListPipelinesV1Status, type PoseEntity, PoseEntityKind, type PoseEntityMetadata, type PoseEstimationV1Input, type PoseEstimationV1Output, type PoseEstimationV1OutputData, PoseEstimationV1OutputKind, type PoseEstimationV1Request, type PoseEstimationV1RequestMetadata, type PoseEstimationV1Response, type PoseEstimationV1ResponseInput, PoseEstimationV1ResponseKind, type PoseEstimationV1ResponseMetadata, PoseEstimationV1ResponseStatus, PosesControllerListPosesV1OrderBy, type PosesControllerListPosesV1Params, type RemoveAccountFromGroupControllerParamsDto, RemoveAccountFromGroupControllerParamsDtoRole, type RemoveAccountFromGroupParamsDto, RemoveAccountFromGroupParamsDtoRole, type RemoveItemsFromCollectionControllerParamsDto, type RemoveItemsFromCollectionParamsDto, type RemoveItemsFromStackParamsDto, type ResizeV1Input, type ResizeV1Request, type ResizeV1RequestMetadata, type ResizeV1Response, type ResizeV1ResponseInput, ResizeV1ResponseKind, type ResizeV1ResponseMetadata, ResizeV1ResponseStatus, type ResourceEntity, ResourceEntityKind, type ResourceEntityMetadata, type RevokeAccessControllerParamsDto, RevokeAccessControllerParamsDtoAccess, RevokeAccessControllerParamsDtoPrincipalType, type RunWorkflowParamsDto, type RunWorkflowParamsDtoInput, type RunWorkflowParamsDtoMetadata, type RunWorkflowResponseDto, type SDK, type SDKOptions, type SeedV1Input, type SeedV1Request, type SeedV1RequestInput, type SeedV1RequestMetadata, type SeedV1Response, type SeedV1ResponseInput, SeedV1ResponseKind, type SeedV1ResponseMetadata, SeedV1ResponseStatus, type Seedream3V1Input, Seedream3V1InputAspectRatio, Seedream3V1InputSize, type Seedream3V1Request, type Seedream3V1RequestMetadata, type Seedream3V1Response, type Seedream3V1ResponseInput, Seedream3V1ResponseKind, type Seedream3V1ResponseMetadata, Seedream3V1ResponseStatus, type SegmentAnythingEmbeddingsV1Input, type SegmentAnythingEmbeddingsV1Request, type SegmentAnythingEmbeddingsV1RequestMetadata, type SegmentAnythingEmbeddingsV1Response, type SegmentAnythingEmbeddingsV1ResponseInput, SegmentAnythingEmbeddingsV1ResponseKind, type SegmentAnythingEmbeddingsV1ResponseMetadata, SegmentAnythingEmbeddingsV1ResponseStatus, type SegmentAnythingMaskV1Input, type SegmentAnythingMaskV1Request, type SegmentAnythingMaskV1RequestMetadata, type SegmentAnythingMaskV1Response, type SegmentAnythingMaskV1ResponseInput, SegmentAnythingMaskV1ResponseKind, type SegmentAnythingMaskV1ResponseMetadata, SegmentAnythingMaskV1ResponseStatus, type SelfAccountDto, type SelfAccountDtoPermissions, SelfAccountDtoType, type SetPosePreviewControllerParamsDto, type SetPosePreviewDto, type StackEntity, type StackEntityItemsItem, StackEntityKind, type StackEntityMetadata, StacksControllerListStacksV1OrderBy, type StacksControllerListStacksV1Params, type StartFluxTrainingParamsDto, type StartLoraTrainingParamsDto, type StartNaomiTrainingParamsDto, StartNaomiTrainingParamsDtoLrScheduler, StartNaomiTrainingParamsDtoMixedPrecision, type StartTrainingParamsDto, type StartTrainingParamsDtoInput, StartTrainingParamsDtoModelType, type StorageEntity, StorageEntityKind, type StorageEntityMetadata, type StorageEntityValue, type StorageRecordsResultDto, type StorageRecordsResultDtoValue, type StorageRecordsResultDtoValueOneOf, type StringsTemplateV1Input, type StringsTemplateV1Request, type StringsTemplateV1RequestMetadata, type StringsTemplateV1Response, type StringsTemplateV1ResponseInput, StringsTemplateV1ResponseKind, type StringsTemplateV1ResponseMetadata, StringsTemplateV1ResponseStatus, type SubscribePayload, type SupportFile, type TaskDto, type TaskDtoArgsItem, type TaskDtoArgsItemOneOf, type TopazUpscaleV1Input, TopazUpscaleV1InputEnhanceModel, TopazUpscaleV1InputSubjectDetection, TopazUpscaleV1InputUpscaleFactor, type TopazUpscaleV1Request, type TopazUpscaleV1RequestMetadata, type TopazUpscaleV1Response, type TopazUpscaleV1ResponseInput, TopazUpscaleV1ResponseKind, type TopazUpscaleV1ResponseMetadata, TopazUpscaleV1ResponseStatus, type TranslateV1Input, type TranslateV1Output, type TranslateV1OutputData, TranslateV1OutputKind, type TranslateV1Request, type TranslateV1RequestMetadata, type TranslateV1Response, type TranslateV1ResponseInput, TranslateV1ResponseKind, type TranslateV1ResponseMetadata, TranslateV1ResponseStatus, type UpdateAccountControllerParamsDto, type UpdateAccountParamsDto, type UpdateMetadataDto, type UpdateMetadataDtoOverwrite, type UpdateResourceMetadataDto, type UpdateStorageRecordParamsDto, type UpdateStorageRecordParamsDtoValue, type UpdateStorageRecordParamsDtoValueOneOf, type UpdateWorkflowParamsDto, type UpdateWorkflowParamsDtoData, type UpdateWorkflowParamsDtoMetadata, type UpdateWorkflowParamsDtoPipelineTemplate, type UploadControllerGetUploadedFileUrlV1Params, type UpscaleV1Input, type UpscaleV1Request, type UpscaleV1RequestMetadata, type UpscaleV1Response, type UpscaleV1ResponseInput, UpscaleV1ResponseKind, type UpscaleV1ResponseMetadata, UpscaleV1ResponseStatus, type VariableDto, type Veo3FastV1Request, type Veo3FastV1RequestMetadata, type Veo3FastV1Response, type Veo3FastV1ResponseInput, Veo3FastV1ResponseKind, type Veo3FastV1ResponseMetadata, Veo3FastV1ResponseStatus, type Veo3V1Input, Veo3V1InputResolution, type Veo3V1Request, type Veo3V1RequestMetadata, type Veo3V1Response, type Veo3V1ResponseInput, Veo3V1ResponseKind, type Veo3V1ResponseMetadata, Veo3V1ResponseStatus, type VideoEntity, VideoEntityKind, type VideoEntityMetadata, type VideoUrlResponseDto, type VideosControllerGetVideosV1Params, type VtonGiseleV1Request, type VtonGiseleV1RequestMetadata, type VtonGiseleV1Response, type VtonGiseleV1ResponseInput, VtonGiseleV1ResponseKind, type VtonGiseleV1ResponseMetadata, VtonGiseleV1ResponseStatus, type WaitOperationParamsDto, type WorkflowDto, type WorkflowDtoData, type WorkflowDtoMetadata, type WorkflowDtoPipelineTemplate, WorkflowsControllerListWorkflowsV1OrderBy, type WorkflowsControllerListWorkflowsV1Params, type WsEventEntity, type WsEventMap, createSDK, createTokenSigner };
|
|
11346
|
+
export { type AccountEntity, AccountEntityType, AccountsControllerListAccountsV1OrderBy, type AccountsControllerListAccountsV1Params, type AddAccountToGroupControllerParamsDto, AddAccountToGroupControllerParamsDtoRole, type AddAccountToGroupParamsDto, AddAccountToGroupParamsDtoRole, type AddBalanceControllerParamsDto, type AddBalanceParamsDto, type AddChatItemsDto, type AddChatItemsDtoItemsItem, type AddItemsToCollectionControllerParamsDto, type AddItemsToCollectionParamsDto, type AddItemsToStackControllerParamsDto, type AddItemsToStackParamsDto, type AnimateCreatomateV1Input, type AnimateCreatomateV1InputTemplate, type AnimateCreatomateV1InputTemplateOneOf, type AnimateCreatomateV1Request, type AnimateCreatomateV1RequestMetadata, type AnimateCreatomateV1Response, type AnimateCreatomateV1ResponseInput, AnimateCreatomateV1ResponseKind, type AnimateCreatomateV1ResponseMetadata, AnimateCreatomateV1ResponseStatus, type AnimateKling16ProV1Input, AnimateKling16ProV1InputAspectRatio, AnimateKling16ProV1InputDuration, type AnimateKling16ProV1Request, type AnimateKling16ProV1RequestMetadata, type AnimateKling16ProV1Response, type AnimateKling16ProV1ResponseInput, AnimateKling16ProV1ResponseKind, type AnimateKling16ProV1ResponseMetadata, AnimateKling16ProV1ResponseStatus, type AnimateKling21V1Input, AnimateKling21V1InputDuration, type AnimateKling21V1Request, type AnimateKling21V1RequestMetadata, type AnimateKling21V1Response, type AnimateKling21V1ResponseInput, AnimateKling21V1ResponseKind, type AnimateKling21V1ResponseMetadata, AnimateKling21V1ResponseStatus, type ApiDefinitionTree, type AttachAccessControllerParamsDto, type AttachAccessParamsDto, type BalanceResultDto, type BaseWsEvent, type BaseWsEventType, ChatControllerListChatsV1OrderBy, type ChatControllerListChatsV1Params, type ChatDto, type ChatDtoItemsItem, type ChatParametersDto, type ChatParametersDtoResponseFormat, type CollectionEntity, CollectionEntityKind, type CollectionEntityMetadata, CollectionsControllerListCollectionsV1OrderBy, type CollectionsControllerListCollectionsV1Params, CollectionsControllerListItemsV1Kind, CollectionsControllerListItemsV1OrderBy, type CollectionsControllerListItemsV1Params, type CompositeElement, CompositeElementBlend, CompositeElementFit, type CompositeV1Input, type CompositeV1Request, type CompositeV1RequestMetadata, type CompositeV1Response, type CompositeV1ResponseInput, CompositeV1ResponseKind, type CompositeV1ResponseMetadata, CompositeV1ResponseStatus, type ContrastV1Input, type ContrastV1Request, type ContrastV1RequestMetadata, type ContrastV1Response, type ContrastV1ResponseInput, ContrastV1ResponseKind, type ContrastV1ResponseMetadata, ContrastV1ResponseStatus, type CountPipelinesResultDto, type CreateAccountParamsDto, type CreateChatParamsDto, type CreateCollectionParamsDto, type CreateCollectionParamsDtoMetadata, type CreateImageParamsDto, type CreatePipelineParamsDto, type CreatePipelineParamsDtoMetadata, type CreatePipelineParamsDtoOutputRef, type CreatePipelineParamsDtoPipelineInput, type CreatePipelineParamsDtoState, type CreatePipelineTaskDto, type CreatePipelineTaskDtoArgsItem, type CreatePipelineTaskDtoArgsItemOneOf, type CreateStackParamsDto, type CreateStackParamsDtoMetadata, type CreateStorageRecordParamsDto, type CreateStorageRecordParamsDtoValue, type CreateStorageRecordParamsDtoValueOneOf, type CreateVideoParamsDto, type CreateWorkflowParamsDto, type CreateWorkflowParamsDtoData, type CreateWorkflowParamsDtoMetadata, type CreateWorkflowParamsDtoPipelineTemplate, type CropV1Input, type CropV1Request, type CropV1RequestMetadata, type CropV1Response, type CropV1ResponseInput, CropV1ResponseKind, type CropV1ResponseMetadata, CropV1ResponseStatus, type CutV1Input, type CutV1Request, type CutV1RequestMetadata, type CutV1Response, type CutV1ResponseInput, CutV1ResponseKind, type CutV1ResponseMetadata, CutV1ResponseStatus, type Decimal, type DeepWrap, type DeleteParamsDto, type DeleteStorageParamsDto, type DetachAccessControllerParamsDto, type EchoV1Input, type EchoV1Request, type EchoV1RequestMetadata, type EchoV1Response, type EchoV1ResponseInput, EchoV1ResponseKind, type EchoV1ResponseMetadata, EchoV1ResponseStatus, type EditFluxKontextDevV1Input, type EditFluxKontextDevV1Request, type EditFluxKontextDevV1RequestMetadata, type EditFluxKontextDevV1Response, type EditFluxKontextDevV1ResponseInput, EditFluxKontextDevV1ResponseKind, type EditFluxKontextDevV1ResponseMetadata, EditFluxKontextDevV1ResponseStatus, type EntityEventKeys, type EntityEventPayload, type Flux11ProUltraV1Input, type GPTV1Input, GPTV1InputModel, type GPTV2AssistantMessageDto, GPTV2AssistantMessageDtoRole, type GPTV2DeveloperMessageDto, GPTV2DeveloperMessageDtoRole, type GPTV2Input, type GPTV2InputMessagesItem, GPTV2InputModel, type GPTV2InputResponseFormat, type GPTV2MessageToolCallDto, type GPTV2MessageToolCallDtoFunction, GPTV2MessageToolCallDtoType, type GPTV2ResponseFormatJsonSchemaDetailsDto, type GPTV2ResponseFormatJsonSchemaDetailsDtoSchema, type GPTV2ResponseFormatJsonSchemaDto, GPTV2ResponseFormatJsonSchemaDtoType, type GPTV2ResponseFormatTextOrObjectDto, GPTV2ResponseFormatTextOrObjectDtoType, type GPTV2SystemMessageDto, GPTV2SystemMessageDtoRole, type GPTV2ToolChoiceDto, GPTV2ToolChoiceDtoType, type GPTV2ToolChoiceFunctionDto, type GPTV2ToolDto, GPTV2ToolDtoType, type GPTV2ToolFunctionDto, type GPTV2ToolFunctionDtoParameters, type GPTV2ToolMessageDto, GPTV2ToolMessageDtoRole, type GPTV2UserMessageDto, GPTV2UserMessageDtoRole, type GPTV3FileSearchCallDetailsDto, type GPTV3FileSearchCallDetailsDtoFilters, type GPTV3FileSearchCallDetailsDtoRanking, type GPTV3FileSearchCallDto, GPTV3FileSearchCallDtoType, type GPTV3FileSearchToolDto, GPTV3FileSearchToolDtoType, type GPTV3FunctionCallDetailsDto, type GPTV3FunctionToolDto, type GPTV3FunctionToolDtoParameters, GPTV3FunctionToolDtoType, type GPTV3ImageGenerationCallDto, GPTV3ImageGenerationCallDtoType, type GPTV3ImageGenerationToolDto, GPTV3ImageGenerationToolDtoQuality, GPTV3ImageGenerationToolDtoSize, GPTV3ImageGenerationToolDtoType, type GPTV3ImageInputDto, GPTV3ImageInputDtoDetail, GPTV3ImageInputDtoType, type GPTV3Input, type GPTV3InputInput, type GPTV3InputInputOneOfItem, GPTV3InputModel, type GPTV3InputToolChoice, type GPTV3InputToolsItem, type GPTV3Output, GPTV3OutputKind, type GPTV3ResponseCodeInterpreterToolCallDto, type GPTV3ResponseCodeInterpreterToolCallDtoOutputsItem, GPTV3ResponseCodeInterpreterToolCallDtoStatus, GPTV3ResponseCodeInterpreterToolCallDtoType, type GPTV3ResponseCodeInterpreterToolCallImageDto, GPTV3ResponseCodeInterpreterToolCallImageDtoType, type GPTV3ResponseCodeInterpreterToolCallLogsDto, GPTV3ResponseCodeInterpreterToolCallLogsDtoType, type GPTV3ResponseComputerToolCallClickDto, GPTV3ResponseComputerToolCallClickDtoButton, GPTV3ResponseComputerToolCallClickDtoType, type GPTV3ResponseComputerToolCallDoubleClickDto, GPTV3ResponseComputerToolCallDoubleClickDtoType, type GPTV3ResponseComputerToolCallDragDto, GPTV3ResponseComputerToolCallDragDtoType, type GPTV3ResponseComputerToolCallDragPathDto, type GPTV3ResponseComputerToolCallDto, type GPTV3ResponseComputerToolCallDtoAction, GPTV3ResponseComputerToolCallDtoStatus, GPTV3ResponseComputerToolCallDtoType, type GPTV3ResponseComputerToolCallKeypressDto, GPTV3ResponseComputerToolCallKeypressDtoType, type GPTV3ResponseComputerToolCallMoveDto, GPTV3ResponseComputerToolCallMoveDtoType, type GPTV3ResponseComputerToolCallPendingSafetyCheckDto, type GPTV3ResponseComputerToolCallScreenshotDto, GPTV3ResponseComputerToolCallScreenshotDtoType, type GPTV3ResponseComputerToolCallScrollDto, GPTV3ResponseComputerToolCallScrollDtoType, type GPTV3ResponseComputerToolCallTypeDto, GPTV3ResponseComputerToolCallTypeDtoType, type GPTV3ResponseComputerToolCallWaitDto, GPTV3ResponseComputerToolCallWaitDtoType, type GPTV3ResponseCustomToolCallDto, GPTV3ResponseCustomToolCallDtoStatus, GPTV3ResponseCustomToolCallDtoType, type GPTV3ResponseCustomToolCallOutputDto, GPTV3ResponseCustomToolCallOutputDtoType, type GPTV3ResponseDto, type GPTV3ResponseDtoOutputItem, type GPTV3ResponseFileSearchToolCallDto, GPTV3ResponseFileSearchToolCallDtoStatus, GPTV3ResponseFileSearchToolCallDtoType, type GPTV3ResponseFileSearchToolCallResultDto, type GPTV3ResponseFileSearchToolCallResultDtoAttributes, type GPTV3ResponseFormatJsonSchemaDto, type GPTV3ResponseFormatJsonSchemaDtoSchema, GPTV3ResponseFormatJsonSchemaDtoType, type GPTV3ResponseFormatTextDto, GPTV3ResponseFormatTextDtoType, type GPTV3ResponseFunctionToolCallDto, GPTV3ResponseFunctionToolCallDtoStatus, GPTV3ResponseFunctionToolCallDtoType, type GPTV3ResponseFunctionWebSearchDto, GPTV3ResponseFunctionWebSearchDtoStatus, GPTV3ResponseFunctionWebSearchDtoType, type GPTV3ResponseImageGenerationResultsDto, type GPTV3ResponseInputComputerCallOutputAcknowledgedSafetyCheckDto, type GPTV3ResponseInputComputerCallOutputDto, GPTV3ResponseInputComputerCallOutputDtoStatus, GPTV3ResponseInputComputerCallOutputDtoType, type GPTV3ResponseInputComputerCallOutputScreenshotDto, GPTV3ResponseInputComputerCallOutputScreenshotDtoType, type GPTV3ResponseInputFunctionCallOutputDto, GPTV3ResponseInputFunctionCallOutputDtoStatus, GPTV3ResponseInputFunctionCallOutputDtoType, type GPTV3ResponseInputItemImageGenerationCallDto, GPTV3ResponseInputItemImageGenerationCallDtoStatus, GPTV3ResponseInputItemImageGenerationCallDtoType, type GPTV3ResponseInputItemMessage, type GPTV3ResponseInputItemMessageContentItem, GPTV3ResponseInputItemMessageRole, GPTV3ResponseInputItemMessageStatus, GPTV3ResponseInputItemMessageType, type GPTV3ResponseInputItemReferenceDto, GPTV3ResponseInputItemReferenceDtoType, type GPTV3ResponseInputLocalShellCallActionDto, type GPTV3ResponseInputLocalShellCallActionDtoEnv, GPTV3ResponseInputLocalShellCallActionDtoType, type GPTV3ResponseInputLocalShellCallDto, GPTV3ResponseInputLocalShellCallDtoStatus, GPTV3ResponseInputLocalShellCallDtoType, type GPTV3ResponseInputLocalShellCallOutputDto, GPTV3ResponseInputLocalShellCallOutputDtoStatus, GPTV3ResponseInputLocalShellCallOutputDtoType, type GPTV3ResponseInputMcpApprovalRequestDto, GPTV3ResponseInputMcpApprovalRequestDtoType, type GPTV3ResponseInputMcpApprovalResponseDto, GPTV3ResponseInputMcpApprovalResponseDtoType, type GPTV3ResponseInputMcpCallDto, GPTV3ResponseInputMcpCallDtoType, type GPTV3ResponseInputMcpListToolsDto, GPTV3ResponseInputMcpListToolsDtoType, type GPTV3ResponseInputMcpListToolsToolDto, type GPTV3ResponseInputMcpListToolsToolDtoAnnotations, type GPTV3ResponseInputMcpListToolsToolDtoInputSchema, type GPTV3ResponseLocalShellCallActionDto, type GPTV3ResponseLocalShellCallActionDtoEnv, GPTV3ResponseLocalShellCallActionDtoType, type GPTV3ResponseLocalShellCallDto, GPTV3ResponseLocalShellCallDtoStatus, GPTV3ResponseLocalShellCallDtoType, type GPTV3ResponseMcpApprovalRequestDto, GPTV3ResponseMcpApprovalRequestDtoType, type GPTV3ResponseMcpCallDto, GPTV3ResponseMcpCallDtoType, type GPTV3ResponseMcpListToolsDto, GPTV3ResponseMcpListToolsDtoType, type GPTV3ResponseMcpListToolsToolDto, type GPTV3ResponseMcpListToolsToolDtoAnnotations, type GPTV3ResponseMcpListToolsToolDtoInputSchema, type GPTV3ResponseOutputItemImageGenerationCallDto, type GPTV3ResponseOutputItemImageGenerationCallDtoMetadata, GPTV3ResponseOutputItemImageGenerationCallDtoStatus, GPTV3ResponseOutputItemImageGenerationCallDtoType, type GPTV3ResponseOutputMessageDto, type GPTV3ResponseOutputMessageDtoContentItem, GPTV3ResponseOutputMessageDtoRole, type GPTV3ResponseOutputMessageDtoStatus, GPTV3ResponseOutputMessageDtoType, type GPTV3ResponseOutputRefusalDto, GPTV3ResponseOutputRefusalDtoType, type GPTV3ResponseOutputTextContainerFileCitationDto, GPTV3ResponseOutputTextContainerFileCitationDtoType, type GPTV3ResponseOutputTextDto, type GPTV3ResponseOutputTextDtoAnnotationsItem, GPTV3ResponseOutputTextDtoType, type GPTV3ResponseOutputTextFileCitationDto, GPTV3ResponseOutputTextFileCitationDtoType, type GPTV3ResponseOutputTextFilePathDto, GPTV3ResponseOutputTextFilePathDtoType, type GPTV3ResponseOutputTextLogprobDto, type GPTV3ResponseOutputTextLogprobTopLogprobDto, type GPTV3ResponseOutputTextURLCitationDto, GPTV3ResponseOutputTextURLCitationDtoType, type GPTV3ResponseReasoningItemDto, GPTV3ResponseReasoningItemDtoStatus, GPTV3ResponseReasoningItemDtoType, type GPTV3ResponseReasoningItemSummaryDto, GPTV3ResponseReasoningItemSummaryDtoType, type GPTV3TextConfigDto, type GPTV3TextConfigDtoFormat, type GPTV3TextInputDto, GPTV3TextInputDtoType, type GPTV3WebSearchCallDto, GPTV3WebSearchCallDtoType, type GPTV3WebSearchToolDto, GPTV3WebSearchToolDtoSearchContextSize, GPTV3WebSearchToolDtoType, type GetAccountParamsDto, type GetBalanceParamsDto, type GetCollectionParamsDto, type GetGroupParamsDto, type GetImageParamsDto, type GetImageRepresentationParamsDto, GetImageRepresentationParamsDtoType, type GetOperationParamsDto, type GetOperationsParamsDto, type GetPoseParamsDto, type GetStackParamsDto, type GetStorageRecordParamsDto, type GetUploadedFileUrlResponseDto, type GetUrlsForImagesParamsDto, type GetVideoParamsDto, type GetVideosParamsDto, type GiseleVtonV1Input, GiseleVtonV1InputCategory, type GoogleNanoBananaV1Input, GoogleNanoBananaV1InputOutputFormat, type GoogleNanoBananaV1Request, type GoogleNanoBananaV1RequestMetadata, type GoogleNanoBananaV1Response, type GoogleNanoBananaV1ResponseInput, GoogleNanoBananaV1ResponseKind, type GoogleNanoBananaV1ResponseMetadata, GoogleNanoBananaV1ResponseStatus, type GptV1Request, type GptV1RequestMetadata, type GptV1Response, type GptV1ResponseInput, GptV1ResponseKind, type GptV1ResponseMetadata, GptV1ResponseStatus, type GptV2Request, type GptV2RequestMetadata, type GptV2Response, type GptV2ResponseInput, GptV2ResponseKind, type GptV2ResponseMetadata, GptV2ResponseStatus, type GptV3Request, type GptV3RequestMetadata, type GptV3Response, type GptV3ResponseInput, GptV3ResponseKind, type GptV3ResponseMetadata, GptV3ResponseStatus, type GrantAccessControllerParams, GrantAccessControllerParamsAccess, GrantAccessControllerParamsPrincipalType, type GroupEntity, type HauteLindaV1Request, type HauteLindaV1RequestMetadata, type HauteLindaV1Response, type HauteLindaV1ResponseInput, HauteLindaV1ResponseKind, type HauteLindaV1ResponseMetadata, HauteLindaV1ResponseStatus, type HauteNaomiV1Request, type HauteNaomiV1RequestMetadata, type HauteNaomiV1Response, type HauteNaomiV1ResponseInput, HauteNaomiV1ResponseKind, type HauteNaomiV1ResponseMetadata, HauteNaomiV1ResponseStatus, type IdeogramCharacterV1Input, type IdeogramCharacterV1Request, type IdeogramCharacterV1RequestMetadata, type IdeogramCharacterV1Response, type IdeogramCharacterV1ResponseInput, IdeogramCharacterV1ResponseKind, type IdeogramCharacterV1ResponseMetadata, IdeogramCharacterV1ResponseStatus, type ImageEntity, ImageEntityKind, type ImageEntityMetadata, type ImageRepresentationResponseDto, type ImageUrlResponseDto, type Imagen4Input, Imagen4InputAspectRatio, Imagen4InputSafetyFilterLevel, type Imagen4V1Request, type Imagen4V1RequestMetadata, type Imagen4V1Response, type Imagen4V1ResponseInput, Imagen4V1ResponseKind, type Imagen4V1ResponseMetadata, Imagen4V1ResponseStatus, type ImagineFlux11ProUltraV1Request, type ImagineFlux11ProUltraV1RequestMetadata, type ImagineFlux11ProUltraV1Response, type ImagineFlux11ProUltraV1ResponseInput, ImagineFlux11ProUltraV1ResponseKind, type ImagineFlux11ProUltraV1ResponseMetadata, ImagineFlux11ProUltraV1ResponseStatus, type ImagineKateV1Request, type ImagineKateV1RequestMetadata, type ImagineKateV1Response, type ImagineKateV1ResponseInput, ImagineKateV1ResponseKind, type ImagineKateV1ResponseMetadata, ImagineKateV1ResponseStatus, type InitializeGenericUploadParamsDto, type InitializeGenericUploadResponseDto, type InitializeImageUploadResultDto, type InpaintKateV1Request, type InpaintKateV1RequestMetadata, type InpaintKateV1Response, type InpaintKateV1ResponseInput, InpaintKateV1ResponseKind, type InpaintKateV1ResponseMetadata, InpaintKateV1ResponseStatus, type KateImagineV1Input, KateImagineV1InputAspectRatio, type KateInpaintV1Input, KateInpaintV1InputBranch, type LindaHauteV1Input, LindaHauteV1InputAspectRatio, type ListAccessControllerAttachmentsDto, type ListAccessControllerDto, type ListAccessControllerGrantsDto, ListAccessControllerGrantsDtoAccess, type ListAccountsDto, type ListAccountsParamsDto, ListAccountsParamsDtoOrderBy, type ListChatsDto, type ListCollectionItemsDto, type ListCollectionItemsParamsDto, ListCollectionItemsParamsDtoKind, ListCollectionItemsParamsDtoOrderBy, type ListCollectionsDto, type ListCollectionsParamsDto, ListCollectionsParamsDtoOrderBy, type ListOperationsDto, type ListOperationsParamsDto, ListOperationsParamsDtoOrderBy, type ListPipelinesDto, type ListPosesDto, type ListPosesParamsDto, ListPosesParamsDtoOrderBy, type ListStacksDto, type ListStacksParamsDto, ListStacksParamsDtoOrderBy, type ListWorkflowsDto, type LoraDto, type LoraDtoInput, type LoraDtoOutput, LoraDtoStatus, type LoraTrainingOutput, LoraTrainingOutputKind, type LoraTrainingRequest, type LoraTrainingRequestMetadata, type LoraTrainingResponse, type LoraTrainingResponseInput, LoraTrainingResponseKind, type LoraTrainingResponseMetadata, LoraTrainingResponseStatus, type LumaPhotonV1Input, LumaPhotonV1InputAspectRatio, type LumaPhotonV1Request, type LumaPhotonV1RequestMetadata, type LumaPhotonV1Response, type LumaPhotonV1ResponseInput, LumaPhotonV1ResponseKind, type LumaPhotonV1ResponseMetadata, LumaPhotonV1ResponseStatus, type MathV1Input, type MathV1InputInput, type MathV1Request, type MathV1RequestMetadata, type MathV1Response, type MathV1ResponseInput, MathV1ResponseKind, type MathV1ResponseMetadata, MathV1ResponseStatus, type MethodsPermissions, type ModifyAccessParamsDto, ModifyAccessParamsDtoAccess, ModifyAccessParamsDtoPrincipalType, type NaomiHauteV1Input, NaomiHauteV1InputMode, type NegateImageV1Input, type NegateImageV1Request, type NegateImageV1RequestMetadata, type NegateImageV1Response, type NegateImageV1ResponseInput, NegateImageV1ResponseKind, type NegateImageV1ResponseMetadata, NegateImageV1ResponseStatus, type NoiseV1Input, type NoiseV1Request, type NoiseV1RequestMetadata, type NoiseV1Response, type NoiseV1ResponseInput, NoiseV1ResponseKind, type NoiseV1ResponseMetadata, NoiseV1ResponseStatus, type ObjectDetectionV1Input, type ObjectDetectionV1Output, ObjectDetectionV1OutputKind, type ObjectDetectionV1Request, type ObjectDetectionV1RequestMetadata, type ObjectDetectionV1Response, type ObjectDetectionV1ResponseInput, ObjectDetectionV1ResponseKind, type ObjectDetectionV1ResponseMetadata, ObjectDetectionV1ResponseStatus, type OneCompilerV1Input, type OneCompilerV1InputInput, OneCompilerV1InputLanguage, type OnecompilerV1Output, type OnecompilerV1OutputData, type OnecompilerV1OutputDataResult, type OnecompilerV1OutputDataResultOneOf, OnecompilerV1OutputKind, type OnecompilerV1Request, type OnecompilerV1RequestMetadata, type OnecompilerV1Response, type OnecompilerV1ResponseInput, OnecompilerV1ResponseKind, type OnecompilerV1ResponseMetadata, OnecompilerV1ResponseStatus, type OperationEntity, type OperationEntityInput, OperationEntityKind, type OperationEntityMetadata, type OperationEntityOutput, OperationEntityStatus, type OperationOutputImageMultiple, OperationOutputImageMultipleKind, type OperationOutputImageSingle, OperationOutputImageSingleKind, type OperationOutputJSON, type OperationOutputJSONData, type OperationOutputJSONDataOneOf, OperationOutputJSONKind, type OperationOutputNumber, OperationOutputNumberKind, type OperationOutputTextSingle, OperationOutputTextSingleKind, type OperationOutputVideoSingle, OperationOutputVideoSingleKind, OperationsControllerListOperationsV1OrderBy, type OperationsControllerListOperationsV1Params, type PageInfoDto, type PipelineDto, type PipelineDtoInput, PipelineDtoKind, type PipelineDtoMetadata, type PipelineDtoOutput, type PipelineDtoState, type PipelineDtoStateOutput, PipelineDtoStateStatus, PipelineDtoStatus, type PipelineMapV1Input, type PipelineMapV1InputInputItem, type PipelineMapV1Request, type PipelineMapV1RequestMetadata, type PipelineMapV1Response, type PipelineMapV1ResponseInput, PipelineMapV1ResponseKind, type PipelineMapV1ResponseMetadata, PipelineMapV1ResponseStatus, type PipelinePreviewDto, PipelinePreviewDtoKind, type PipelinePreviewDtoMetadata, PipelinePreviewDtoStatus, type PipelineSDK, type PipelinesControllerCountPipelinesV1Params, PipelinesControllerCountPipelinesV1Status, PipelinesControllerListPipelinesV1OrderBy, type PipelinesControllerListPipelinesV1Params, PipelinesControllerListPipelinesV1Status, type PoseEntity, PoseEntityKind, type PoseEntityMetadata, type PoseEstimationV1Input, type PoseEstimationV1Output, type PoseEstimationV1OutputData, PoseEstimationV1OutputKind, type PoseEstimationV1Request, type PoseEstimationV1RequestMetadata, type PoseEstimationV1Response, type PoseEstimationV1ResponseInput, PoseEstimationV1ResponseKind, type PoseEstimationV1ResponseMetadata, PoseEstimationV1ResponseStatus, PosesControllerListPosesV1OrderBy, type PosesControllerListPosesV1Params, type RemoveAccountFromGroupControllerParamsDto, RemoveAccountFromGroupControllerParamsDtoRole, type RemoveAccountFromGroupParamsDto, RemoveAccountFromGroupParamsDtoRole, type RemoveItemsFromCollectionControllerParamsDto, type RemoveItemsFromCollectionParamsDto, type RemoveItemsFromStackParamsDto, type ResizeV1Input, type ResizeV1Request, type ResizeV1RequestMetadata, type ResizeV1Response, type ResizeV1ResponseInput, ResizeV1ResponseKind, type ResizeV1ResponseMetadata, ResizeV1ResponseStatus, type ResourceEntity, ResourceEntityKind, type ResourceEntityMetadata, type RevokeAccessControllerParamsDto, RevokeAccessControllerParamsDtoAccess, RevokeAccessControllerParamsDtoPrincipalType, type RunWorkflowParamsDto, type RunWorkflowParamsDtoInput, type RunWorkflowParamsDtoMetadata, type RunWorkflowResponseDto, type SDK, type SDKOptions, type SeedV1Input, type SeedV1Request, type SeedV1RequestMetadata, type SeedV1Response, type SeedV1ResponseInput, SeedV1ResponseKind, type SeedV1ResponseMetadata, SeedV1ResponseStatus, type Seedream3V1Input, Seedream3V1InputAspectRatio, Seedream3V1InputSize, type Seedream3V1Request, type Seedream3V1RequestMetadata, type Seedream3V1Response, type Seedream3V1ResponseInput, Seedream3V1ResponseKind, type Seedream3V1ResponseMetadata, Seedream3V1ResponseStatus, type SegmentAnythingEmbeddingsV1Input, type SegmentAnythingEmbeddingsV1Request, type SegmentAnythingEmbeddingsV1RequestMetadata, type SegmentAnythingEmbeddingsV1Response, type SegmentAnythingEmbeddingsV1ResponseInput, SegmentAnythingEmbeddingsV1ResponseKind, type SegmentAnythingEmbeddingsV1ResponseMetadata, SegmentAnythingEmbeddingsV1ResponseStatus, type SegmentAnythingMaskV1Input, type SegmentAnythingMaskV1Request, type SegmentAnythingMaskV1RequestMetadata, type SegmentAnythingMaskV1Response, type SegmentAnythingMaskV1ResponseInput, SegmentAnythingMaskV1ResponseKind, type SegmentAnythingMaskV1ResponseMetadata, SegmentAnythingMaskV1ResponseStatus, type SelfAccountDto, type SelfAccountDtoPermissions, SelfAccountDtoType, type SetPosePreviewControllerParamsDto, type SetPosePreviewDto, type StackEntity, type StackEntityItemsItem, StackEntityKind, type StackEntityMetadata, StacksControllerListStacksV1OrderBy, type StacksControllerListStacksV1Params, type StartTrainingParamsDto, type StartTrainingParamsDtoInput, StartTrainingParamsDtoModelType, type StorageEntity, StorageEntityKind, type StorageEntityMetadata, type StorageEntityValue, type StorageRecordsResultDto, type StorageRecordsResultDtoValue, type StorageRecordsResultDtoValueOneOf, type StringsTemplateV1Input, type StringsTemplateV1Request, type StringsTemplateV1RequestMetadata, type StringsTemplateV1Response, type StringsTemplateV1ResponseInput, StringsTemplateV1ResponseKind, type StringsTemplateV1ResponseMetadata, StringsTemplateV1ResponseStatus, type SubscribePayload, type SupportFile, type TaskDto, type TaskDtoArgsItem, type TaskDtoArgsItemOneOf, type TopazUpscaleV1Input, TopazUpscaleV1InputEnhanceModel, TopazUpscaleV1InputSubjectDetection, TopazUpscaleV1InputUpscaleFactor, type TopazUpscaleV1Request, type TopazUpscaleV1RequestMetadata, type TopazUpscaleV1Response, type TopazUpscaleV1ResponseInput, TopazUpscaleV1ResponseKind, type TopazUpscaleV1ResponseMetadata, TopazUpscaleV1ResponseStatus, type TranslateV1Input, type TranslateV1Output, type TranslateV1OutputData, TranslateV1OutputKind, type TranslateV1Request, type TranslateV1RequestMetadata, type TranslateV1Response, type TranslateV1ResponseInput, TranslateV1ResponseKind, type TranslateV1ResponseMetadata, TranslateV1ResponseStatus, type UpdateAccountControllerParamsDto, type UpdateAccountParamsDto, type UpdateMetadataDto, type UpdateMetadataDtoOverwrite, type UpdateResourceMetadataDto, type UpdateStorageRecordParamsDto, type UpdateStorageRecordParamsDtoValue, type UpdateStorageRecordParamsDtoValueOneOf, type UpdateWorkflowParamsDto, type UpdateWorkflowParamsDtoData, type UpdateWorkflowParamsDtoMetadata, type UpdateWorkflowParamsDtoPipelineTemplate, type UploadControllerGetUploadedFileUrlV1Params, type UpscaleV1Input, type UpscaleV1Request, type UpscaleV1RequestMetadata, type UpscaleV1Response, type UpscaleV1ResponseInput, UpscaleV1ResponseKind, type UpscaleV1ResponseMetadata, UpscaleV1ResponseStatus, type VariableDto, type Veo3FastV1Request, type Veo3FastV1RequestMetadata, type Veo3FastV1Response, type Veo3FastV1ResponseInput, Veo3FastV1ResponseKind, type Veo3FastV1ResponseMetadata, Veo3FastV1ResponseStatus, type Veo3V1Input, Veo3V1InputResolution, type Veo3V1Request, type Veo3V1RequestMetadata, type Veo3V1Response, type Veo3V1ResponseInput, Veo3V1ResponseKind, type Veo3V1ResponseMetadata, Veo3V1ResponseStatus, type VideoEntity, VideoEntityKind, type VideoEntityMetadata, type VideoUrlResponseDto, type VideosControllerGetVideosV1Params, type VtonGiseleV1Request, type VtonGiseleV1RequestMetadata, type VtonGiseleV1Response, type VtonGiseleV1ResponseInput, VtonGiseleV1ResponseKind, type VtonGiseleV1ResponseMetadata, VtonGiseleV1ResponseStatus, type WaitOperationParamsDto, type WorkflowDto, type WorkflowDtoData, type WorkflowDtoMetadata, type WorkflowDtoPipelineTemplate, WorkflowsControllerListWorkflowsV1OrderBy, type WorkflowsControllerListWorkflowsV1Params, type WsEventEntity, type WsEventMap, createSDK, createTokenSigner };
|