@hautechai/sdk 2.2.2 → 2.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +2282 -137
- package/dist/index.d.ts +2282 -137
- package/dist/index.js +630 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +574 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1717,6 +1717,103 @@ interface EditFluxKontextDevV1Response {
|
|
|
1717
1717
|
updatedAt: string;
|
|
1718
1718
|
}
|
|
1719
1719
|
|
|
1720
|
+
/**
|
|
1721
|
+
* Generated by orval v7.10.0 🍺
|
|
1722
|
+
* Do not edit manually.
|
|
1723
|
+
* Hautech API
|
|
1724
|
+
* OpenAPI spec version: 1.0
|
|
1725
|
+
*/
|
|
1726
|
+
interface Flux11ProUltraV1Input {
|
|
1727
|
+
[key: string]: unknown;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
/**
|
|
1731
|
+
* Generated by orval v7.10.0 🍺
|
|
1732
|
+
* Do not edit manually.
|
|
1733
|
+
* Hautech API
|
|
1734
|
+
* OpenAPI spec version: 1.0
|
|
1735
|
+
*/
|
|
1736
|
+
type Flux11ProUltraV1RequestMetadata = {
|
|
1737
|
+
[key: string]: unknown;
|
|
1738
|
+
};
|
|
1739
|
+
|
|
1740
|
+
/**
|
|
1741
|
+
* Generated by orval v7.10.0 🍺
|
|
1742
|
+
* Do not edit manually.
|
|
1743
|
+
* Hautech API
|
|
1744
|
+
* OpenAPI spec version: 1.0
|
|
1745
|
+
*/
|
|
1746
|
+
|
|
1747
|
+
interface Flux11ProUltraV1Request {
|
|
1748
|
+
input: Flux11ProUltraV1Input;
|
|
1749
|
+
metadata?: Flux11ProUltraV1RequestMetadata;
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
/**
|
|
1753
|
+
* Generated by orval v7.10.0 🍺
|
|
1754
|
+
* Do not edit manually.
|
|
1755
|
+
* Hautech API
|
|
1756
|
+
* OpenAPI spec version: 1.0
|
|
1757
|
+
*/
|
|
1758
|
+
type Flux11ProUltraV1ResponseKind = typeof Flux11ProUltraV1ResponseKind[keyof typeof Flux11ProUltraV1ResponseKind];
|
|
1759
|
+
declare const Flux11ProUltraV1ResponseKind: {
|
|
1760
|
+
readonly operation: "operation";
|
|
1761
|
+
};
|
|
1762
|
+
|
|
1763
|
+
/**
|
|
1764
|
+
* Generated by orval v7.10.0 🍺
|
|
1765
|
+
* Do not edit manually.
|
|
1766
|
+
* Hautech API
|
|
1767
|
+
* OpenAPI spec version: 1.0
|
|
1768
|
+
*/
|
|
1769
|
+
type Flux11ProUltraV1ResponseInput = {
|
|
1770
|
+
[key: string]: unknown;
|
|
1771
|
+
};
|
|
1772
|
+
|
|
1773
|
+
/**
|
|
1774
|
+
* Generated by orval v7.10.0 🍺
|
|
1775
|
+
* Do not edit manually.
|
|
1776
|
+
* Hautech API
|
|
1777
|
+
* OpenAPI spec version: 1.0
|
|
1778
|
+
*/
|
|
1779
|
+
type Flux11ProUltraV1ResponseStatus = typeof Flux11ProUltraV1ResponseStatus[keyof typeof Flux11ProUltraV1ResponseStatus];
|
|
1780
|
+
declare const Flux11ProUltraV1ResponseStatus: {
|
|
1781
|
+
readonly pending: "pending";
|
|
1782
|
+
readonly finished: "finished";
|
|
1783
|
+
readonly failed: "failed";
|
|
1784
|
+
};
|
|
1785
|
+
|
|
1786
|
+
/**
|
|
1787
|
+
* Generated by orval v7.10.0 🍺
|
|
1788
|
+
* Do not edit manually.
|
|
1789
|
+
* Hautech API
|
|
1790
|
+
* OpenAPI spec version: 1.0
|
|
1791
|
+
*/
|
|
1792
|
+
type Flux11ProUltraV1ResponseMetadata = {
|
|
1793
|
+
[key: string]: unknown;
|
|
1794
|
+
};
|
|
1795
|
+
|
|
1796
|
+
/**
|
|
1797
|
+
* Generated by orval v7.10.0 🍺
|
|
1798
|
+
* Do not edit manually.
|
|
1799
|
+
* Hautech API
|
|
1800
|
+
* OpenAPI spec version: 1.0
|
|
1801
|
+
*/
|
|
1802
|
+
|
|
1803
|
+
interface Flux11ProUltraV1Response {
|
|
1804
|
+
kind: Flux11ProUltraV1ResponseKind;
|
|
1805
|
+
output: OperationOutputImageSingle;
|
|
1806
|
+
input: Flux11ProUltraV1ResponseInput;
|
|
1807
|
+
status: Flux11ProUltraV1ResponseStatus;
|
|
1808
|
+
type: string;
|
|
1809
|
+
price?: string;
|
|
1810
|
+
id: string;
|
|
1811
|
+
creatorId: string;
|
|
1812
|
+
metadata: Flux11ProUltraV1ResponseMetadata;
|
|
1813
|
+
createdAt: string;
|
|
1814
|
+
updatedAt: string;
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1720
1817
|
/**
|
|
1721
1818
|
* Generated by orval v7.10.0 🍺
|
|
1722
1819
|
* Do not edit manually.
|
|
@@ -2101,11 +2198,1394 @@ interface GPTV2ToolFunctionDto {
|
|
|
2101
2198
|
* OpenAPI spec version: 1.0
|
|
2102
2199
|
*/
|
|
2103
2200
|
/**
|
|
2104
|
-
* The type of the tool. Currently, only 'function' is supported.
|
|
2201
|
+
* The type of the tool. Currently, only 'function' is supported.
|
|
2202
|
+
*/
|
|
2203
|
+
type GPTV2ToolDtoType = typeof GPTV2ToolDtoType[keyof typeof GPTV2ToolDtoType];
|
|
2204
|
+
declare const GPTV2ToolDtoType: {
|
|
2205
|
+
readonly function: "function";
|
|
2206
|
+
};
|
|
2207
|
+
|
|
2208
|
+
/**
|
|
2209
|
+
* Generated by orval v7.10.0 🍺
|
|
2210
|
+
* Do not edit manually.
|
|
2211
|
+
* Hautech API
|
|
2212
|
+
* OpenAPI spec version: 1.0
|
|
2213
|
+
*/
|
|
2214
|
+
|
|
2215
|
+
interface GPTV2ToolDto {
|
|
2216
|
+
/** The function definition for the tool. Currently, only functions are supported. */
|
|
2217
|
+
function: GPTV2ToolFunctionDto;
|
|
2218
|
+
/** The type of the tool. Currently, only 'function' is supported. */
|
|
2219
|
+
type: GPTV2ToolDtoType;
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
/**
|
|
2223
|
+
* Generated by orval v7.10.0 🍺
|
|
2224
|
+
* Do not edit manually.
|
|
2225
|
+
* Hautech API
|
|
2226
|
+
* OpenAPI spec version: 1.0
|
|
2227
|
+
*/
|
|
2228
|
+
/**
|
|
2229
|
+
* Controls which (if any) tool is called by the model. 'none', 'auto', 'required', or a specific function tool.
|
|
2230
|
+
*/
|
|
2231
|
+
type GPTV2ToolChoiceDtoType = typeof GPTV2ToolChoiceDtoType[keyof typeof GPTV2ToolChoiceDtoType];
|
|
2232
|
+
declare const GPTV2ToolChoiceDtoType: {
|
|
2233
|
+
readonly none: "none";
|
|
2234
|
+
readonly auto: "auto";
|
|
2235
|
+
readonly required: "required";
|
|
2236
|
+
readonly function: "function";
|
|
2237
|
+
};
|
|
2238
|
+
|
|
2239
|
+
/**
|
|
2240
|
+
* Generated by orval v7.10.0 🍺
|
|
2241
|
+
* Do not edit manually.
|
|
2242
|
+
* Hautech API
|
|
2243
|
+
* OpenAPI spec version: 1.0
|
|
2244
|
+
*/
|
|
2245
|
+
interface GPTV2ToolChoiceFunctionDto {
|
|
2246
|
+
/** The name of the function to call. */
|
|
2247
|
+
name: string;
|
|
2248
|
+
}
|
|
2249
|
+
|
|
2250
|
+
/**
|
|
2251
|
+
* Generated by orval v7.10.0 🍺
|
|
2252
|
+
* Do not edit manually.
|
|
2253
|
+
* Hautech API
|
|
2254
|
+
* OpenAPI spec version: 1.0
|
|
2255
|
+
*/
|
|
2256
|
+
|
|
2257
|
+
interface GPTV2ToolChoiceDto {
|
|
2258
|
+
/** Controls which (if any) tool is called by the model. 'none', 'auto', 'required', or a specific function tool. */
|
|
2259
|
+
type: GPTV2ToolChoiceDtoType;
|
|
2260
|
+
/** The function to call, if type is `function`. */
|
|
2261
|
+
function?: GPTV2ToolChoiceFunctionDto;
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
/**
|
|
2265
|
+
* Generated by orval v7.10.0 🍺
|
|
2266
|
+
* Do not edit manually.
|
|
2267
|
+
* Hautech API
|
|
2268
|
+
* OpenAPI spec version: 1.0
|
|
2269
|
+
*/
|
|
2270
|
+
|
|
2271
|
+
interface GPTV2Input {
|
|
2272
|
+
/** ID of the model to use. See OpenAI docs for model endpoint compatibility. */
|
|
2273
|
+
model?: GPTV2InputModel;
|
|
2274
|
+
/** A list of messages comprising the conversation so far. Each message must be one of: system, user, assistant, tool, or developer message DTO. */
|
|
2275
|
+
messages: GPTV2InputMessagesItem[];
|
|
2276
|
+
/** The response format for the model output. See OpenAI docs for details. */
|
|
2277
|
+
response_format?: GPTV2InputResponseFormat;
|
|
2278
|
+
/** 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. */
|
|
2279
|
+
seed?: number;
|
|
2280
|
+
/** A list of tools the model may call. Currently, only functions are supported as a tool. */
|
|
2281
|
+
tools?: GPTV2ToolDto[];
|
|
2282
|
+
/** Controls which (if any) tool is called by the model. 'none', 'auto', 'required', or a specific function tool. */
|
|
2283
|
+
tool_choice?: GPTV2ToolChoiceDto;
|
|
2284
|
+
response_format_text_or_object?: GPTV2ResponseFormatTextOrObjectDto;
|
|
2285
|
+
max_completion_tokens?: number;
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2288
|
+
/**
|
|
2289
|
+
* Generated by orval v7.10.0 🍺
|
|
2290
|
+
* Do not edit manually.
|
|
2291
|
+
* Hautech API
|
|
2292
|
+
* OpenAPI spec version: 1.0
|
|
2293
|
+
*/
|
|
2294
|
+
/**
|
|
2295
|
+
* The type of annotation.
|
|
2296
|
+
*/
|
|
2297
|
+
type GPTV3AnnotationDtoType = typeof GPTV3AnnotationDtoType[keyof typeof GPTV3AnnotationDtoType];
|
|
2298
|
+
declare const GPTV3AnnotationDtoType: {
|
|
2299
|
+
readonly file_citation: "file_citation";
|
|
2300
|
+
readonly url_citation: "url_citation";
|
|
2301
|
+
};
|
|
2302
|
+
|
|
2303
|
+
/**
|
|
2304
|
+
* Generated by orval v7.10.0 🍺
|
|
2305
|
+
* Do not edit manually.
|
|
2306
|
+
* Hautech API
|
|
2307
|
+
* OpenAPI spec version: 1.0
|
|
2308
|
+
*/
|
|
2309
|
+
|
|
2310
|
+
interface GPTV3AnnotationDto {
|
|
2311
|
+
/** The type of annotation. */
|
|
2312
|
+
type: GPTV3AnnotationDtoType;
|
|
2313
|
+
/** The start index position of the annotation in the text. */
|
|
2314
|
+
start_index: number;
|
|
2315
|
+
/** The end index position of the annotation in the text. */
|
|
2316
|
+
end_index: number;
|
|
2317
|
+
/** The unique identifier for the cited file. */
|
|
2318
|
+
file_id?: string;
|
|
2319
|
+
/** The name of the cited file. */
|
|
2320
|
+
filename?: string;
|
|
2321
|
+
/** The URL of the cited source. */
|
|
2322
|
+
url?: string;
|
|
2323
|
+
/** The title of the cited source. */
|
|
2324
|
+
title?: string;
|
|
2325
|
+
}
|
|
2326
|
+
|
|
2327
|
+
/**
|
|
2328
|
+
* Generated by orval v7.10.0 🍺
|
|
2329
|
+
* Do not edit manually.
|
|
2330
|
+
* Hautech API
|
|
2331
|
+
* OpenAPI spec version: 1.0
|
|
2332
|
+
*/
|
|
2333
|
+
/**
|
|
2334
|
+
* The type of text input.
|
|
2335
|
+
*/
|
|
2336
|
+
type GPTV3TextInputDtoType = typeof GPTV3TextInputDtoType[keyof typeof GPTV3TextInputDtoType];
|
|
2337
|
+
declare const GPTV3TextInputDtoType: {
|
|
2338
|
+
readonly input_text: "input_text";
|
|
2339
|
+
};
|
|
2340
|
+
|
|
2341
|
+
/**
|
|
2342
|
+
* Generated by orval v7.10.0 🍺
|
|
2343
|
+
* Do not edit manually.
|
|
2344
|
+
* Hautech API
|
|
2345
|
+
* OpenAPI spec version: 1.0
|
|
2346
|
+
*/
|
|
2347
|
+
|
|
2348
|
+
interface GPTV3TextInputDto {
|
|
2349
|
+
/** The type of text input. */
|
|
2350
|
+
type: GPTV3TextInputDtoType;
|
|
2351
|
+
/** The text content. */
|
|
2352
|
+
text: string;
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
/**
|
|
2356
|
+
* Generated by orval v7.10.0 🍺
|
|
2357
|
+
* Do not edit manually.
|
|
2358
|
+
* Hautech API
|
|
2359
|
+
* OpenAPI spec version: 1.0
|
|
2360
|
+
*/
|
|
2361
|
+
/**
|
|
2362
|
+
* The type of image input.
|
|
2363
|
+
*/
|
|
2364
|
+
type GPTV3ImageInputDtoType = typeof GPTV3ImageInputDtoType[keyof typeof GPTV3ImageInputDtoType];
|
|
2365
|
+
declare const GPTV3ImageInputDtoType: {
|
|
2366
|
+
readonly input_image: "input_image";
|
|
2367
|
+
};
|
|
2368
|
+
|
|
2369
|
+
/**
|
|
2370
|
+
* Generated by orval v7.10.0 🍺
|
|
2371
|
+
* Do not edit manually.
|
|
2372
|
+
* Hautech API
|
|
2373
|
+
* OpenAPI spec version: 1.0
|
|
2374
|
+
*/
|
|
2375
|
+
/**
|
|
2376
|
+
* The level of detail to use when processing the image.
|
|
2377
|
+
*/
|
|
2378
|
+
type GPTV3ImageInputDtoDetail = typeof GPTV3ImageInputDtoDetail[keyof typeof GPTV3ImageInputDtoDetail];
|
|
2379
|
+
declare const GPTV3ImageInputDtoDetail: {
|
|
2380
|
+
readonly low: "low";
|
|
2381
|
+
readonly high: "high";
|
|
2382
|
+
readonly auto: "auto";
|
|
2383
|
+
};
|
|
2384
|
+
|
|
2385
|
+
/**
|
|
2386
|
+
* Generated by orval v7.10.0 🍺
|
|
2387
|
+
* Do not edit manually.
|
|
2388
|
+
* Hautech API
|
|
2389
|
+
* OpenAPI spec version: 1.0
|
|
2390
|
+
*/
|
|
2391
|
+
|
|
2392
|
+
interface GPTV3ImageInputDto {
|
|
2393
|
+
/** The type of image input. */
|
|
2394
|
+
type: GPTV3ImageInputDtoType;
|
|
2395
|
+
/** The ID of the image to analyze. */
|
|
2396
|
+
imageId: string;
|
|
2397
|
+
/** The level of detail to use when processing the image. */
|
|
2398
|
+
detail?: GPTV3ImageInputDtoDetail;
|
|
2399
|
+
}
|
|
2400
|
+
|
|
2401
|
+
/**
|
|
2402
|
+
* Generated by orval v7.10.0 🍺
|
|
2403
|
+
* Do not edit manually.
|
|
2404
|
+
* Hautech API
|
|
2405
|
+
* OpenAPI spec version: 1.0
|
|
2406
|
+
*/
|
|
2407
|
+
|
|
2408
|
+
type GPTV3AssistantMessageDtoContentOneOfItem = GPTV3TextInputDto | GPTV3ImageInputDto;
|
|
2409
|
+
|
|
2410
|
+
/**
|
|
2411
|
+
* Generated by orval v7.10.0 🍺
|
|
2412
|
+
* Do not edit manually.
|
|
2413
|
+
* Hautech API
|
|
2414
|
+
* OpenAPI spec version: 1.0
|
|
2415
|
+
*/
|
|
2416
|
+
|
|
2417
|
+
/**
|
|
2418
|
+
* The content of the assistant message. Can be a string or an array of text and image inputs.
|
|
2419
|
+
*/
|
|
2420
|
+
type GPTV3AssistantMessageDtoContent = string | GPTV3AssistantMessageDtoContentOneOfItem[];
|
|
2421
|
+
|
|
2422
|
+
/**
|
|
2423
|
+
* Generated by orval v7.10.0 🍺
|
|
2424
|
+
* Do not edit manually.
|
|
2425
|
+
* Hautech API
|
|
2426
|
+
* OpenAPI spec version: 1.0
|
|
2427
|
+
*/
|
|
2428
|
+
/**
|
|
2429
|
+
* The role of the message sender.
|
|
2430
|
+
*/
|
|
2431
|
+
type GPTV3AssistantMessageDtoRole = typeof GPTV3AssistantMessageDtoRole[keyof typeof GPTV3AssistantMessageDtoRole];
|
|
2432
|
+
declare const GPTV3AssistantMessageDtoRole: {
|
|
2433
|
+
readonly assistant: "assistant";
|
|
2434
|
+
};
|
|
2435
|
+
|
|
2436
|
+
/**
|
|
2437
|
+
* Generated by orval v7.10.0 🍺
|
|
2438
|
+
* Do not edit manually.
|
|
2439
|
+
* Hautech API
|
|
2440
|
+
* OpenAPI spec version: 1.0
|
|
2441
|
+
*/
|
|
2442
|
+
/**
|
|
2443
|
+
* The type of the message input. Always message.
|
|
2444
|
+
*/
|
|
2445
|
+
type GPTV3AssistantMessageDtoType = typeof GPTV3AssistantMessageDtoType[keyof typeof GPTV3AssistantMessageDtoType];
|
|
2446
|
+
declare const GPTV3AssistantMessageDtoType: {
|
|
2447
|
+
readonly message: "message";
|
|
2448
|
+
};
|
|
2449
|
+
|
|
2450
|
+
/**
|
|
2451
|
+
* Generated by orval v7.10.0 🍺
|
|
2452
|
+
* Do not edit manually.
|
|
2453
|
+
* Hautech API
|
|
2454
|
+
* OpenAPI spec version: 1.0
|
|
2455
|
+
*/
|
|
2456
|
+
|
|
2457
|
+
interface GPTV3AssistantMessageDto {
|
|
2458
|
+
/** The content of the assistant message. Can be a string or an array of text and image inputs. */
|
|
2459
|
+
content: GPTV3AssistantMessageDtoContent;
|
|
2460
|
+
/** The role of the message sender. */
|
|
2461
|
+
role: GPTV3AssistantMessageDtoRole;
|
|
2462
|
+
/** The type of the message input. Always message. */
|
|
2463
|
+
type: GPTV3AssistantMessageDtoType;
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
/**
|
|
2467
|
+
* Generated by orval v7.10.0 🍺
|
|
2468
|
+
* Do not edit manually.
|
|
2469
|
+
* Hautech API
|
|
2470
|
+
* OpenAPI spec version: 1.0
|
|
2471
|
+
*/
|
|
2472
|
+
/**
|
|
2473
|
+
* The type of content.
|
|
2474
|
+
*/
|
|
2475
|
+
type GPTV3ContentWithAnnotationsDtoType = typeof GPTV3ContentWithAnnotationsDtoType[keyof typeof GPTV3ContentWithAnnotationsDtoType];
|
|
2476
|
+
declare const GPTV3ContentWithAnnotationsDtoType: {
|
|
2477
|
+
readonly output_text: "output_text";
|
|
2478
|
+
};
|
|
2479
|
+
|
|
2480
|
+
/**
|
|
2481
|
+
* Generated by orval v7.10.0 🍺
|
|
2482
|
+
* Do not edit manually.
|
|
2483
|
+
* Hautech API
|
|
2484
|
+
* OpenAPI spec version: 1.0
|
|
2485
|
+
*/
|
|
2486
|
+
|
|
2487
|
+
interface GPTV3ContentWithAnnotationsDto {
|
|
2488
|
+
/** The type of content. */
|
|
2489
|
+
type: GPTV3ContentWithAnnotationsDtoType;
|
|
2490
|
+
/** The text content. */
|
|
2491
|
+
text: string;
|
|
2492
|
+
/** Annotations for the content. */
|
|
2493
|
+
annotations?: GPTV3AnnotationDto[];
|
|
2494
|
+
}
|
|
2495
|
+
|
|
2496
|
+
/**
|
|
2497
|
+
* Generated by orval v7.10.0 🍺
|
|
2498
|
+
* Do not edit manually.
|
|
2499
|
+
* Hautech API
|
|
2500
|
+
* OpenAPI spec version: 1.0
|
|
2501
|
+
*/
|
|
2502
|
+
|
|
2503
|
+
type GPTV3DeveloperMessageDtoContentOneOfItem = GPTV3TextInputDto | GPTV3ImageInputDto;
|
|
2504
|
+
|
|
2505
|
+
/**
|
|
2506
|
+
* Generated by orval v7.10.0 🍺
|
|
2507
|
+
* Do not edit manually.
|
|
2508
|
+
* Hautech API
|
|
2509
|
+
* OpenAPI spec version: 1.0
|
|
2510
|
+
*/
|
|
2511
|
+
|
|
2512
|
+
/**
|
|
2513
|
+
* The content of the developer message. Can be a string or an array of text and image inputs.
|
|
2514
|
+
*/
|
|
2515
|
+
type GPTV3DeveloperMessageDtoContent = string | GPTV3DeveloperMessageDtoContentOneOfItem[];
|
|
2516
|
+
|
|
2517
|
+
/**
|
|
2518
|
+
* Generated by orval v7.10.0 🍺
|
|
2519
|
+
* Do not edit manually.
|
|
2520
|
+
* Hautech API
|
|
2521
|
+
* OpenAPI spec version: 1.0
|
|
2522
|
+
*/
|
|
2523
|
+
/**
|
|
2524
|
+
* The role of the message sender.
|
|
2525
|
+
*/
|
|
2526
|
+
type GPTV3DeveloperMessageDtoRole = typeof GPTV3DeveloperMessageDtoRole[keyof typeof GPTV3DeveloperMessageDtoRole];
|
|
2527
|
+
declare const GPTV3DeveloperMessageDtoRole: {
|
|
2528
|
+
readonly developer: "developer";
|
|
2529
|
+
};
|
|
2530
|
+
|
|
2531
|
+
/**
|
|
2532
|
+
* Generated by orval v7.10.0 🍺
|
|
2533
|
+
* Do not edit manually.
|
|
2534
|
+
* Hautech API
|
|
2535
|
+
* OpenAPI spec version: 1.0
|
|
2536
|
+
*/
|
|
2537
|
+
/**
|
|
2538
|
+
* The type of the message input. Always message.
|
|
2539
|
+
*/
|
|
2540
|
+
type GPTV3DeveloperMessageDtoType = typeof GPTV3DeveloperMessageDtoType[keyof typeof GPTV3DeveloperMessageDtoType];
|
|
2541
|
+
declare const GPTV3DeveloperMessageDtoType: {
|
|
2542
|
+
readonly message: "message";
|
|
2543
|
+
};
|
|
2544
|
+
|
|
2545
|
+
/**
|
|
2546
|
+
* Generated by orval v7.10.0 🍺
|
|
2547
|
+
* Do not edit manually.
|
|
2548
|
+
* Hautech API
|
|
2549
|
+
* OpenAPI spec version: 1.0
|
|
2550
|
+
*/
|
|
2551
|
+
|
|
2552
|
+
interface GPTV3DeveloperMessageDto {
|
|
2553
|
+
/** The content of the developer message. Can be a string or an array of text and image inputs. */
|
|
2554
|
+
content: GPTV3DeveloperMessageDtoContent;
|
|
2555
|
+
/** The role of the message sender. */
|
|
2556
|
+
role: GPTV3DeveloperMessageDtoRole;
|
|
2557
|
+
/** The type of the message input. Always message. */
|
|
2558
|
+
type: GPTV3DeveloperMessageDtoType;
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2561
|
+
/**
|
|
2562
|
+
* Generated by orval v7.10.0 🍺
|
|
2563
|
+
* Do not edit manually.
|
|
2564
|
+
* Hautech API
|
|
2565
|
+
* OpenAPI spec version: 1.0
|
|
2566
|
+
*/
|
|
2567
|
+
/**
|
|
2568
|
+
* A filter to apply to the search.
|
|
2569
|
+
* @nullable
|
|
2570
|
+
*/
|
|
2571
|
+
type GPTV3FileSearchCallDetailsDtoFilters = {
|
|
2572
|
+
[key: string]: unknown;
|
|
2573
|
+
} | null;
|
|
2574
|
+
|
|
2575
|
+
/**
|
|
2576
|
+
* Generated by orval v7.10.0 🍺
|
|
2577
|
+
* Do not edit manually.
|
|
2578
|
+
* Hautech API
|
|
2579
|
+
* OpenAPI spec version: 1.0
|
|
2580
|
+
*/
|
|
2581
|
+
/**
|
|
2582
|
+
* Ranking options for the search.
|
|
2583
|
+
* @nullable
|
|
2584
|
+
*/
|
|
2585
|
+
type GPTV3FileSearchCallDetailsDtoRanking = {
|
|
2586
|
+
[key: string]: unknown;
|
|
2587
|
+
} | null;
|
|
2588
|
+
|
|
2589
|
+
/**
|
|
2590
|
+
* Generated by orval v7.10.0 🍺
|
|
2591
|
+
* Do not edit manually.
|
|
2592
|
+
* Hautech API
|
|
2593
|
+
* OpenAPI spec version: 1.0
|
|
2594
|
+
*/
|
|
2595
|
+
|
|
2596
|
+
interface GPTV3FileSearchCallDetailsDto {
|
|
2597
|
+
/** The IDs of the vector stores to search. */
|
|
2598
|
+
vector_store_ids: string[];
|
|
2599
|
+
/** The search query used for the file search. */
|
|
2600
|
+
query?: string;
|
|
2601
|
+
/**
|
|
2602
|
+
* A filter to apply to the search.
|
|
2603
|
+
* @nullable
|
|
2604
|
+
*/
|
|
2605
|
+
filters?: GPTV3FileSearchCallDetailsDtoFilters;
|
|
2606
|
+
/** The maximum number of results to return. */
|
|
2607
|
+
max_num_results?: number;
|
|
2608
|
+
/**
|
|
2609
|
+
* Ranking options for the search.
|
|
2610
|
+
* @nullable
|
|
2611
|
+
*/
|
|
2612
|
+
ranking?: GPTV3FileSearchCallDetailsDtoRanking;
|
|
2613
|
+
}
|
|
2614
|
+
|
|
2615
|
+
/**
|
|
2616
|
+
* Generated by orval v7.10.0 🍺
|
|
2617
|
+
* Do not edit manually.
|
|
2618
|
+
* Hautech API
|
|
2619
|
+
* OpenAPI spec version: 1.0
|
|
2620
|
+
*/
|
|
2621
|
+
/**
|
|
2622
|
+
* The type of tool call: file_search.
|
|
2623
|
+
*/
|
|
2624
|
+
type GPTV3FileSearchCallDtoType = typeof GPTV3FileSearchCallDtoType[keyof typeof GPTV3FileSearchCallDtoType];
|
|
2625
|
+
declare const GPTV3FileSearchCallDtoType: {
|
|
2626
|
+
readonly file_search: "file_search";
|
|
2627
|
+
};
|
|
2628
|
+
|
|
2629
|
+
/**
|
|
2630
|
+
* Generated by orval v7.10.0 🍺
|
|
2631
|
+
* Do not edit manually.
|
|
2632
|
+
* Hautech API
|
|
2633
|
+
* OpenAPI spec version: 1.0
|
|
2634
|
+
*/
|
|
2635
|
+
|
|
2636
|
+
interface GPTV3FileSearchCallDto {
|
|
2637
|
+
/** The unique identifier for this tool call. */
|
|
2638
|
+
id: string;
|
|
2639
|
+
/** The type of tool call: file_search. */
|
|
2640
|
+
type: GPTV3FileSearchCallDtoType;
|
|
2641
|
+
/** The file search call details. */
|
|
2642
|
+
file_search: GPTV3FileSearchCallDetailsDto;
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2645
|
+
/**
|
|
2646
|
+
* Generated by orval v7.10.0 🍺
|
|
2647
|
+
* Do not edit manually.
|
|
2648
|
+
* Hautech API
|
|
2649
|
+
* OpenAPI spec version: 1.0
|
|
2650
|
+
*/
|
|
2651
|
+
interface GPTV3FileSearchFileDto {
|
|
2652
|
+
/** The unique identifier for the file. */
|
|
2653
|
+
file_id: string;
|
|
2654
|
+
/** The name of the file. */
|
|
2655
|
+
filename: string;
|
|
2656
|
+
/** The size of the file in bytes. */
|
|
2657
|
+
size?: number;
|
|
2658
|
+
/** The MIME type of the file. */
|
|
2659
|
+
mime_type?: string;
|
|
2660
|
+
/** The content of the file. */
|
|
2661
|
+
content?: string;
|
|
2662
|
+
}
|
|
2663
|
+
|
|
2664
|
+
/**
|
|
2665
|
+
* Generated by orval v7.10.0 🍺
|
|
2666
|
+
* Do not edit manually.
|
|
2667
|
+
* Hautech API
|
|
2668
|
+
* OpenAPI spec version: 1.0
|
|
2669
|
+
*/
|
|
2670
|
+
/**
|
|
2671
|
+
* The type of the file search result. This is the FIRST output item when file_search tool is called.
|
|
2672
|
+
*/
|
|
2673
|
+
type GPTV3FileSearchResultDtoType = typeof GPTV3FileSearchResultDtoType[keyof typeof GPTV3FileSearchResultDtoType];
|
|
2674
|
+
declare const GPTV3FileSearchResultDtoType: {
|
|
2675
|
+
readonly file_search_call: "file_search_call";
|
|
2676
|
+
};
|
|
2677
|
+
|
|
2678
|
+
/**
|
|
2679
|
+
* Generated by orval v7.10.0 🍺
|
|
2680
|
+
* Do not edit manually.
|
|
2681
|
+
* Hautech API
|
|
2682
|
+
* OpenAPI spec version: 1.0
|
|
2683
|
+
*/
|
|
2684
|
+
/**
|
|
2685
|
+
* The status of the file search call.
|
|
2686
|
+
*/
|
|
2687
|
+
type GPTV3FileSearchResultDtoStatus = typeof GPTV3FileSearchResultDtoStatus[keyof typeof GPTV3FileSearchResultDtoStatus];
|
|
2688
|
+
declare const GPTV3FileSearchResultDtoStatus: {
|
|
2689
|
+
readonly completed: "completed";
|
|
2690
|
+
readonly failed: "failed";
|
|
2691
|
+
readonly pending: "pending";
|
|
2692
|
+
};
|
|
2693
|
+
|
|
2694
|
+
/**
|
|
2695
|
+
* Generated by orval v7.10.0 🍺
|
|
2696
|
+
* Do not edit manually.
|
|
2697
|
+
* Hautech API
|
|
2698
|
+
* OpenAPI spec version: 1.0
|
|
2699
|
+
*/
|
|
2700
|
+
|
|
2701
|
+
interface GPTV3FileSearchResultsDto {
|
|
2702
|
+
/** The files found in the search. */
|
|
2703
|
+
files: GPTV3FileSearchFileDto[];
|
|
2704
|
+
}
|
|
2705
|
+
|
|
2706
|
+
/**
|
|
2707
|
+
* Generated by orval v7.10.0 🍺
|
|
2708
|
+
* Do not edit manually.
|
|
2709
|
+
* Hautech API
|
|
2710
|
+
* OpenAPI spec version: 1.0
|
|
2711
|
+
*/
|
|
2712
|
+
|
|
2713
|
+
/**
|
|
2714
|
+
* The search results from the file search. Can be null if no results found.
|
|
2715
|
+
* @nullable
|
|
2716
|
+
*/
|
|
2717
|
+
type GPTV3FileSearchResultDtoSearchResults = GPTV3FileSearchResultsDto | null;
|
|
2718
|
+
|
|
2719
|
+
/**
|
|
2720
|
+
* Generated by orval v7.10.0 🍺
|
|
2721
|
+
* Do not edit manually.
|
|
2722
|
+
* Hautech API
|
|
2723
|
+
* OpenAPI spec version: 1.0
|
|
2724
|
+
*/
|
|
2725
|
+
|
|
2726
|
+
interface GPTV3FileSearchResultDto {
|
|
2727
|
+
/** The type of the file search result. This is the FIRST output item when file_search tool is called. */
|
|
2728
|
+
type: GPTV3FileSearchResultDtoType;
|
|
2729
|
+
/** The unique identifier for this file search call. */
|
|
2730
|
+
id: string;
|
|
2731
|
+
/** The status of the file search call. */
|
|
2732
|
+
status: GPTV3FileSearchResultDtoStatus;
|
|
2733
|
+
/** The search queries used for the file search. */
|
|
2734
|
+
queries: string[];
|
|
2735
|
+
/**
|
|
2736
|
+
* The search results from the file search. Can be null if no results found.
|
|
2737
|
+
* @nullable
|
|
2738
|
+
*/
|
|
2739
|
+
search_results?: GPTV3FileSearchResultDtoSearchResults;
|
|
2740
|
+
}
|
|
2741
|
+
|
|
2742
|
+
/**
|
|
2743
|
+
* Generated by orval v7.10.0 🍺
|
|
2744
|
+
* Do not edit manually.
|
|
2745
|
+
* Hautech API
|
|
2746
|
+
* OpenAPI spec version: 1.0
|
|
2747
|
+
*/
|
|
2748
|
+
/**
|
|
2749
|
+
* The type of the tool.
|
|
2750
|
+
*/
|
|
2751
|
+
type GPTV3FileSearchToolDtoType = typeof GPTV3FileSearchToolDtoType[keyof typeof GPTV3FileSearchToolDtoType];
|
|
2752
|
+
declare const GPTV3FileSearchToolDtoType: {
|
|
2753
|
+
readonly function: "function";
|
|
2754
|
+
readonly file_search: "file_search";
|
|
2755
|
+
readonly web_search_preview: "web_search_preview";
|
|
2756
|
+
readonly image_generation: "image_generation";
|
|
2757
|
+
};
|
|
2758
|
+
|
|
2759
|
+
/**
|
|
2760
|
+
* Generated by orval v7.10.0 🍺
|
|
2761
|
+
* Do not edit manually.
|
|
2762
|
+
* Hautech API
|
|
2763
|
+
* OpenAPI spec version: 1.0
|
|
2764
|
+
*/
|
|
2765
|
+
/**
|
|
2766
|
+
* A filter to apply to the search.
|
|
2767
|
+
* @nullable
|
|
2768
|
+
*/
|
|
2769
|
+
type GPTV3FileSearchToolDtoFilters = {
|
|
2770
|
+
[key: string]: unknown;
|
|
2771
|
+
} | null;
|
|
2772
|
+
|
|
2773
|
+
/**
|
|
2774
|
+
* Generated by orval v7.10.0 🍺
|
|
2775
|
+
* Do not edit manually.
|
|
2776
|
+
* Hautech API
|
|
2777
|
+
* OpenAPI spec version: 1.0
|
|
2778
|
+
*/
|
|
2779
|
+
/**
|
|
2780
|
+
* Ranking options for the search.
|
|
2781
|
+
* @nullable
|
|
2782
|
+
*/
|
|
2783
|
+
type GPTV3FileSearchToolDtoRanking = {
|
|
2784
|
+
[key: string]: unknown;
|
|
2785
|
+
} | null;
|
|
2786
|
+
|
|
2787
|
+
/**
|
|
2788
|
+
* Generated by orval v7.10.0 🍺
|
|
2789
|
+
* Do not edit manually.
|
|
2790
|
+
* Hautech API
|
|
2791
|
+
* OpenAPI spec version: 1.0
|
|
2792
|
+
*/
|
|
2793
|
+
|
|
2794
|
+
interface GPTV3FileSearchToolDto {
|
|
2795
|
+
/** The type of the tool. */
|
|
2796
|
+
type: GPTV3FileSearchToolDtoType;
|
|
2797
|
+
/** The IDs of the vector stores to search. */
|
|
2798
|
+
vector_store_ids?: string[];
|
|
2799
|
+
/** The search query used for the file search. */
|
|
2800
|
+
query?: string;
|
|
2801
|
+
/**
|
|
2802
|
+
* A filter to apply to the search.
|
|
2803
|
+
* @nullable
|
|
2804
|
+
*/
|
|
2805
|
+
filters?: GPTV3FileSearchToolDtoFilters;
|
|
2806
|
+
/** The maximum number of results to return. */
|
|
2807
|
+
max_num_results?: number;
|
|
2808
|
+
/**
|
|
2809
|
+
* Ranking options for the search.
|
|
2810
|
+
* @nullable
|
|
2811
|
+
*/
|
|
2812
|
+
ranking?: GPTV3FileSearchToolDtoRanking;
|
|
2813
|
+
}
|
|
2814
|
+
|
|
2815
|
+
/**
|
|
2816
|
+
* Generated by orval v7.10.0 🍺
|
|
2817
|
+
* Do not edit manually.
|
|
2818
|
+
* Hautech API
|
|
2819
|
+
* OpenAPI spec version: 1.0
|
|
2820
|
+
*/
|
|
2821
|
+
interface GPTV3FunctionCallDetailsDto {
|
|
2822
|
+
/** The name of the function to call. */
|
|
2823
|
+
name: string;
|
|
2824
|
+
/** The arguments to pass to the function. */
|
|
2825
|
+
arguments: string;
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
/**
|
|
2829
|
+
* Generated by orval v7.10.0 🍺
|
|
2830
|
+
* Do not edit manually.
|
|
2831
|
+
* Hautech API
|
|
2832
|
+
* OpenAPI spec version: 1.0
|
|
2833
|
+
*/
|
|
2834
|
+
/**
|
|
2835
|
+
* The type of tool call: function.
|
|
2836
|
+
*/
|
|
2837
|
+
type GPTV3FunctionCallDtoType = typeof GPTV3FunctionCallDtoType[keyof typeof GPTV3FunctionCallDtoType];
|
|
2838
|
+
declare const GPTV3FunctionCallDtoType: {
|
|
2839
|
+
readonly function: "function";
|
|
2840
|
+
};
|
|
2841
|
+
|
|
2842
|
+
/**
|
|
2843
|
+
* Generated by orval v7.10.0 🍺
|
|
2844
|
+
* Do not edit manually.
|
|
2845
|
+
* Hautech API
|
|
2846
|
+
* OpenAPI spec version: 1.0
|
|
2847
|
+
*/
|
|
2848
|
+
|
|
2849
|
+
interface GPTV3FunctionCallDto {
|
|
2850
|
+
/** The unique identifier for this tool call. */
|
|
2851
|
+
id: string;
|
|
2852
|
+
/** The type of tool call: function. */
|
|
2853
|
+
type: GPTV3FunctionCallDtoType;
|
|
2854
|
+
/** The function call details. */
|
|
2855
|
+
function: GPTV3FunctionCallDetailsDto;
|
|
2856
|
+
}
|
|
2857
|
+
|
|
2858
|
+
/**
|
|
2859
|
+
* Generated by orval v7.10.0 🍺
|
|
2860
|
+
* Do not edit manually.
|
|
2861
|
+
* Hautech API
|
|
2862
|
+
* OpenAPI spec version: 1.0
|
|
2863
|
+
*/
|
|
2864
|
+
/**
|
|
2865
|
+
* The type of the tool.
|
|
2866
|
+
*/
|
|
2867
|
+
type GPTV3FunctionToolDtoType = typeof GPTV3FunctionToolDtoType[keyof typeof GPTV3FunctionToolDtoType];
|
|
2868
|
+
declare const GPTV3FunctionToolDtoType: {
|
|
2869
|
+
readonly function: "function";
|
|
2870
|
+
readonly file_search: "file_search";
|
|
2871
|
+
readonly web_search_preview: "web_search_preview";
|
|
2872
|
+
readonly image_generation: "image_generation";
|
|
2873
|
+
};
|
|
2874
|
+
|
|
2875
|
+
/**
|
|
2876
|
+
* Generated by orval v7.10.0 🍺
|
|
2877
|
+
* Do not edit manually.
|
|
2878
|
+
* Hautech API
|
|
2879
|
+
* OpenAPI spec version: 1.0
|
|
2880
|
+
*/
|
|
2881
|
+
/**
|
|
2882
|
+
* The parameters the functions accepts, described as a JSON Schema object.
|
|
2883
|
+
*/
|
|
2884
|
+
type GPTV3FunctionToolDtoParameters = {
|
|
2885
|
+
[key: string]: unknown;
|
|
2886
|
+
};
|
|
2887
|
+
|
|
2888
|
+
/**
|
|
2889
|
+
* Generated by orval v7.10.0 🍺
|
|
2890
|
+
* Do not edit manually.
|
|
2891
|
+
* Hautech API
|
|
2892
|
+
* OpenAPI spec version: 1.0
|
|
2893
|
+
*/
|
|
2894
|
+
|
|
2895
|
+
interface GPTV3FunctionToolDto {
|
|
2896
|
+
/** The type of the tool. */
|
|
2897
|
+
type: GPTV3FunctionToolDtoType;
|
|
2898
|
+
/** The name of the function to call. */
|
|
2899
|
+
name: string;
|
|
2900
|
+
/** A description of what the function does. */
|
|
2901
|
+
description?: string;
|
|
2902
|
+
/** The parameters the functions accepts, described as a JSON Schema object. */
|
|
2903
|
+
parameters?: GPTV3FunctionToolDtoParameters;
|
|
2904
|
+
/** Whether to enable strict schema adherence when generating the function call. */
|
|
2905
|
+
strict?: boolean;
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2908
|
+
/**
|
|
2909
|
+
* Generated by orval v7.10.0 🍺
|
|
2910
|
+
* Do not edit manually.
|
|
2911
|
+
* Hautech API
|
|
2912
|
+
* OpenAPI spec version: 1.0
|
|
2913
|
+
*/
|
|
2914
|
+
/**
|
|
2915
|
+
* The type of tool call: image_generation.
|
|
2916
|
+
*/
|
|
2917
|
+
type GPTV3ImageGenerationCallDtoType = typeof GPTV3ImageGenerationCallDtoType[keyof typeof GPTV3ImageGenerationCallDtoType];
|
|
2918
|
+
declare const GPTV3ImageGenerationCallDtoType: {
|
|
2919
|
+
readonly image_generation: "image_generation";
|
|
2920
|
+
};
|
|
2921
|
+
|
|
2922
|
+
/**
|
|
2923
|
+
* Generated by orval v7.10.0 🍺
|
|
2924
|
+
* Do not edit manually.
|
|
2925
|
+
* Hautech API
|
|
2926
|
+
* OpenAPI spec version: 1.0
|
|
2927
|
+
*/
|
|
2928
|
+
|
|
2929
|
+
interface GPTV3ImageGenerationCallDto {
|
|
2930
|
+
/** The unique identifier for this tool call. */
|
|
2931
|
+
id: string;
|
|
2932
|
+
/** The type of tool call: image_generation. */
|
|
2933
|
+
type: GPTV3ImageGenerationCallDtoType;
|
|
2934
|
+
}
|
|
2935
|
+
|
|
2936
|
+
/**
|
|
2937
|
+
* Generated by orval v7.10.0 🍺
|
|
2938
|
+
* Do not edit manually.
|
|
2939
|
+
* Hautech API
|
|
2940
|
+
* OpenAPI spec version: 1.0
|
|
2941
|
+
*/
|
|
2942
|
+
/**
|
|
2943
|
+
* The type of the image generation result. This is the FIRST output item when image_generation tool is called.
|
|
2944
|
+
*/
|
|
2945
|
+
type GPTV3ImageGenerationResultDtoType = typeof GPTV3ImageGenerationResultDtoType[keyof typeof GPTV3ImageGenerationResultDtoType];
|
|
2946
|
+
declare const GPTV3ImageGenerationResultDtoType: {
|
|
2947
|
+
readonly image_generation_call: "image_generation_call";
|
|
2948
|
+
};
|
|
2949
|
+
|
|
2950
|
+
/**
|
|
2951
|
+
* Generated by orval v7.10.0 🍺
|
|
2952
|
+
* Do not edit manually.
|
|
2953
|
+
* Hautech API
|
|
2954
|
+
* OpenAPI spec version: 1.0
|
|
2955
|
+
*/
|
|
2956
|
+
/**
|
|
2957
|
+
* The status of the image generation call.
|
|
2958
|
+
*/
|
|
2959
|
+
type GPTV3ImageGenerationResultDtoStatus = typeof GPTV3ImageGenerationResultDtoStatus[keyof typeof GPTV3ImageGenerationResultDtoStatus];
|
|
2960
|
+
declare const GPTV3ImageGenerationResultDtoStatus: {
|
|
2961
|
+
readonly completed: "completed";
|
|
2962
|
+
readonly failed: "failed";
|
|
2963
|
+
readonly pending: "pending";
|
|
2964
|
+
};
|
|
2965
|
+
|
|
2966
|
+
/**
|
|
2967
|
+
* Generated by orval v7.10.0 🍺
|
|
2968
|
+
* Do not edit manually.
|
|
2969
|
+
* Hautech API
|
|
2970
|
+
* OpenAPI spec version: 1.0
|
|
2971
|
+
*/
|
|
2972
|
+
/**
|
|
2973
|
+
* Additional metadata about the image generation.
|
|
2974
|
+
*/
|
|
2975
|
+
type GPTV3ImageGenerationResultDtoMetadata = {
|
|
2976
|
+
[key: string]: unknown;
|
|
2977
|
+
};
|
|
2978
|
+
|
|
2979
|
+
/**
|
|
2980
|
+
* Generated by orval v7.10.0 🍺
|
|
2981
|
+
* Do not edit manually.
|
|
2982
|
+
* Hautech API
|
|
2983
|
+
* OpenAPI spec version: 1.0
|
|
2984
|
+
*/
|
|
2985
|
+
|
|
2986
|
+
interface GPTV3ImageGenerationResultDto {
|
|
2987
|
+
/** The type of the image generation result. This is the FIRST output item when image_generation tool is called. */
|
|
2988
|
+
type: GPTV3ImageGenerationResultDtoType;
|
|
2989
|
+
/** The unique identifier for this image generation call. */
|
|
2990
|
+
id: string;
|
|
2991
|
+
/** The status of the image generation call. */
|
|
2992
|
+
status: GPTV3ImageGenerationResultDtoStatus;
|
|
2993
|
+
/** The generated image ID (when conversion is successful). */
|
|
2994
|
+
imageId?: string;
|
|
2995
|
+
/** The format of the generated image (e.g., "png", "jpeg"). */
|
|
2996
|
+
format?: string;
|
|
2997
|
+
/** The size of the generated image in bytes. */
|
|
2998
|
+
size?: number;
|
|
2999
|
+
/** Error message if the image generation failed. */
|
|
3000
|
+
error?: string;
|
|
3001
|
+
/** Additional metadata about the image generation. */
|
|
3002
|
+
metadata?: GPTV3ImageGenerationResultDtoMetadata;
|
|
3003
|
+
}
|
|
3004
|
+
|
|
3005
|
+
/**
|
|
3006
|
+
* Generated by orval v7.10.0 🍺
|
|
3007
|
+
* Do not edit manually.
|
|
3008
|
+
* Hautech API
|
|
3009
|
+
* OpenAPI spec version: 1.0
|
|
3010
|
+
*/
|
|
3011
|
+
|
|
3012
|
+
interface GPTV3ImageGenerationResultsDto {
|
|
3013
|
+
/** Array of image generation results. */
|
|
3014
|
+
results: GPTV3ImageGenerationResultDto[];
|
|
3015
|
+
}
|
|
3016
|
+
|
|
3017
|
+
/**
|
|
3018
|
+
* Generated by orval v7.10.0 🍺
|
|
3019
|
+
* Do not edit manually.
|
|
3020
|
+
* Hautech API
|
|
3021
|
+
* OpenAPI spec version: 1.0
|
|
3022
|
+
*/
|
|
3023
|
+
/**
|
|
3024
|
+
* The type of the tool.
|
|
3025
|
+
*/
|
|
3026
|
+
type GPTV3ImageGenerationToolDtoType = typeof GPTV3ImageGenerationToolDtoType[keyof typeof GPTV3ImageGenerationToolDtoType];
|
|
3027
|
+
declare const GPTV3ImageGenerationToolDtoType: {
|
|
3028
|
+
readonly function: "function";
|
|
3029
|
+
readonly file_search: "file_search";
|
|
3030
|
+
readonly web_search_preview: "web_search_preview";
|
|
3031
|
+
readonly image_generation: "image_generation";
|
|
3032
|
+
};
|
|
3033
|
+
|
|
3034
|
+
/**
|
|
3035
|
+
* Generated by orval v7.10.0 🍺
|
|
3036
|
+
* Do not edit manually.
|
|
3037
|
+
* Hautech API
|
|
3038
|
+
* OpenAPI spec version: 1.0
|
|
3039
|
+
*/
|
|
3040
|
+
/**
|
|
3041
|
+
* The quality level for image generation.
|
|
3042
|
+
*/
|
|
3043
|
+
type GPTV3ImageGenerationToolDtoQuality = typeof GPTV3ImageGenerationToolDtoQuality[keyof typeof GPTV3ImageGenerationToolDtoQuality];
|
|
3044
|
+
declare const GPTV3ImageGenerationToolDtoQuality: {
|
|
3045
|
+
readonly auto: "auto";
|
|
3046
|
+
readonly low: "low";
|
|
3047
|
+
readonly medium: "medium";
|
|
3048
|
+
readonly high: "high";
|
|
3049
|
+
};
|
|
3050
|
+
|
|
3051
|
+
/**
|
|
3052
|
+
* Generated by orval v7.10.0 🍺
|
|
3053
|
+
* Do not edit manually.
|
|
3054
|
+
* Hautech API
|
|
3055
|
+
* OpenAPI spec version: 1.0
|
|
3056
|
+
*/
|
|
3057
|
+
/**
|
|
3058
|
+
* The size of the generated image.
|
|
3059
|
+
*/
|
|
3060
|
+
type GPTV3ImageGenerationToolDtoSize = typeof GPTV3ImageGenerationToolDtoSize[keyof typeof GPTV3ImageGenerationToolDtoSize];
|
|
3061
|
+
declare const GPTV3ImageGenerationToolDtoSize: {
|
|
3062
|
+
readonly auto: "auto";
|
|
3063
|
+
readonly '1024x1024': "1024x1024";
|
|
3064
|
+
readonly '1536x1024': "1536x1024";
|
|
3065
|
+
readonly '1024x1536': "1024x1536";
|
|
3066
|
+
};
|
|
3067
|
+
|
|
3068
|
+
/**
|
|
3069
|
+
* Generated by orval v7.10.0 🍺
|
|
3070
|
+
* Do not edit manually.
|
|
3071
|
+
* Hautech API
|
|
3072
|
+
* OpenAPI spec version: 1.0
|
|
3073
|
+
*/
|
|
3074
|
+
|
|
3075
|
+
interface GPTV3ImageGenerationToolDto {
|
|
3076
|
+
/** The type of the tool. */
|
|
3077
|
+
type: GPTV3ImageGenerationToolDtoType;
|
|
3078
|
+
/** The quality level for image generation. */
|
|
3079
|
+
quality?: GPTV3ImageGenerationToolDtoQuality;
|
|
3080
|
+
/** The size of the generated image. */
|
|
3081
|
+
size?: GPTV3ImageGenerationToolDtoSize;
|
|
3082
|
+
}
|
|
3083
|
+
|
|
3084
|
+
/**
|
|
3085
|
+
* Generated by orval v7.10.0 🍺
|
|
3086
|
+
* Do not edit manually.
|
|
3087
|
+
* Hautech API
|
|
3088
|
+
* OpenAPI spec version: 1.0
|
|
3089
|
+
*/
|
|
3090
|
+
/**
|
|
3091
|
+
* ID of the model to use. See OpenAI docs for model endpoint compatibility.
|
|
3092
|
+
*/
|
|
3093
|
+
type GPTV3InputModel = typeof GPTV3InputModel[keyof typeof GPTV3InputModel];
|
|
3094
|
+
declare const GPTV3InputModel: {
|
|
3095
|
+
readonly 'gpt-4o': "gpt-4o";
|
|
3096
|
+
readonly 'gpt-5': "gpt-5";
|
|
3097
|
+
readonly o3: "o3";
|
|
3098
|
+
readonly 'o3-mini': "o3-mini";
|
|
3099
|
+
readonly 'gpt-41': "gpt-4.1";
|
|
3100
|
+
readonly 'gpt-41-mini': "gpt-4.1-mini";
|
|
3101
|
+
readonly 'gpt-41-nano': "gpt-4.1-nano";
|
|
3102
|
+
};
|
|
3103
|
+
|
|
3104
|
+
/**
|
|
3105
|
+
* Generated by orval v7.10.0 🍺
|
|
3106
|
+
* Do not edit manually.
|
|
3107
|
+
* Hautech API
|
|
3108
|
+
* OpenAPI spec version: 1.0
|
|
3109
|
+
*/
|
|
3110
|
+
|
|
3111
|
+
type GPTV3SystemMessageDtoContentOneOfItem = GPTV3TextInputDto | GPTV3ImageInputDto;
|
|
3112
|
+
|
|
3113
|
+
/**
|
|
3114
|
+
* Generated by orval v7.10.0 🍺
|
|
3115
|
+
* Do not edit manually.
|
|
3116
|
+
* Hautech API
|
|
3117
|
+
* OpenAPI spec version: 1.0
|
|
3118
|
+
*/
|
|
3119
|
+
|
|
3120
|
+
/**
|
|
3121
|
+
* The content of the system message. Can be a string or an array of text and image inputs.
|
|
3122
|
+
*/
|
|
3123
|
+
type GPTV3SystemMessageDtoContent = string | GPTV3SystemMessageDtoContentOneOfItem[];
|
|
3124
|
+
|
|
3125
|
+
/**
|
|
3126
|
+
* Generated by orval v7.10.0 🍺
|
|
3127
|
+
* Do not edit manually.
|
|
3128
|
+
* Hautech API
|
|
3129
|
+
* OpenAPI spec version: 1.0
|
|
3130
|
+
*/
|
|
3131
|
+
/**
|
|
3132
|
+
* The role of the message sender.
|
|
3133
|
+
*/
|
|
3134
|
+
type GPTV3SystemMessageDtoRole = typeof GPTV3SystemMessageDtoRole[keyof typeof GPTV3SystemMessageDtoRole];
|
|
3135
|
+
declare const GPTV3SystemMessageDtoRole: {
|
|
3136
|
+
readonly system: "system";
|
|
3137
|
+
};
|
|
3138
|
+
|
|
3139
|
+
/**
|
|
3140
|
+
* Generated by orval v7.10.0 🍺
|
|
3141
|
+
* Do not edit manually.
|
|
3142
|
+
* Hautech API
|
|
3143
|
+
* OpenAPI spec version: 1.0
|
|
3144
|
+
*/
|
|
3145
|
+
/**
|
|
3146
|
+
* The type of the message input. Always message.
|
|
3147
|
+
*/
|
|
3148
|
+
type GPTV3SystemMessageDtoType = typeof GPTV3SystemMessageDtoType[keyof typeof GPTV3SystemMessageDtoType];
|
|
3149
|
+
declare const GPTV3SystemMessageDtoType: {
|
|
3150
|
+
readonly message: "message";
|
|
3151
|
+
};
|
|
3152
|
+
|
|
3153
|
+
/**
|
|
3154
|
+
* Generated by orval v7.10.0 🍺
|
|
3155
|
+
* Do not edit manually.
|
|
3156
|
+
* Hautech API
|
|
3157
|
+
* OpenAPI spec version: 1.0
|
|
3158
|
+
*/
|
|
3159
|
+
|
|
3160
|
+
interface GPTV3SystemMessageDto {
|
|
3161
|
+
/** The content of the system message. Can be a string or an array of text and image inputs. */
|
|
3162
|
+
content: GPTV3SystemMessageDtoContent;
|
|
3163
|
+
/** The role of the message sender. */
|
|
3164
|
+
role: GPTV3SystemMessageDtoRole;
|
|
3165
|
+
/** The type of the message input. Always message. */
|
|
3166
|
+
type: GPTV3SystemMessageDtoType;
|
|
3167
|
+
}
|
|
3168
|
+
|
|
3169
|
+
/**
|
|
3170
|
+
* Generated by orval v7.10.0 🍺
|
|
3171
|
+
* Do not edit manually.
|
|
3172
|
+
* Hautech API
|
|
3173
|
+
* OpenAPI spec version: 1.0
|
|
3174
|
+
*/
|
|
3175
|
+
|
|
3176
|
+
type GPTV3UserMessageDtoContentOneOfItem = GPTV3TextInputDto | GPTV3ImageInputDto;
|
|
3177
|
+
|
|
3178
|
+
/**
|
|
3179
|
+
* Generated by orval v7.10.0 🍺
|
|
3180
|
+
* Do not edit manually.
|
|
3181
|
+
* Hautech API
|
|
3182
|
+
* OpenAPI spec version: 1.0
|
|
3183
|
+
*/
|
|
3184
|
+
|
|
3185
|
+
/**
|
|
3186
|
+
* The content of the user message. Can be a string or an array of text and image inputs.
|
|
3187
|
+
*/
|
|
3188
|
+
type GPTV3UserMessageDtoContent = string | GPTV3UserMessageDtoContentOneOfItem[];
|
|
3189
|
+
|
|
3190
|
+
/**
|
|
3191
|
+
* Generated by orval v7.10.0 🍺
|
|
3192
|
+
* Do not edit manually.
|
|
3193
|
+
* Hautech API
|
|
3194
|
+
* OpenAPI spec version: 1.0
|
|
3195
|
+
*/
|
|
3196
|
+
/**
|
|
3197
|
+
* The role of the message sender.
|
|
3198
|
+
*/
|
|
3199
|
+
type GPTV3UserMessageDtoRole = typeof GPTV3UserMessageDtoRole[keyof typeof GPTV3UserMessageDtoRole];
|
|
3200
|
+
declare const GPTV3UserMessageDtoRole: {
|
|
3201
|
+
readonly user: "user";
|
|
3202
|
+
};
|
|
3203
|
+
|
|
3204
|
+
/**
|
|
3205
|
+
* Generated by orval v7.10.0 🍺
|
|
3206
|
+
* Do not edit manually.
|
|
3207
|
+
* Hautech API
|
|
3208
|
+
* OpenAPI spec version: 1.0
|
|
3209
|
+
*/
|
|
3210
|
+
/**
|
|
3211
|
+
* The type of the message input. Always message.
|
|
3212
|
+
*/
|
|
3213
|
+
type GPTV3UserMessageDtoType = typeof GPTV3UserMessageDtoType[keyof typeof GPTV3UserMessageDtoType];
|
|
3214
|
+
declare const GPTV3UserMessageDtoType: {
|
|
3215
|
+
readonly message: "message";
|
|
3216
|
+
};
|
|
3217
|
+
|
|
3218
|
+
/**
|
|
3219
|
+
* Generated by orval v7.10.0 🍺
|
|
3220
|
+
* Do not edit manually.
|
|
3221
|
+
* Hautech API
|
|
3222
|
+
* OpenAPI spec version: 1.0
|
|
3223
|
+
*/
|
|
3224
|
+
|
|
3225
|
+
interface GPTV3UserMessageDto {
|
|
3226
|
+
/** The content of the user message. Can be a string or an array of text and image inputs. */
|
|
3227
|
+
content: GPTV3UserMessageDtoContent;
|
|
3228
|
+
/** The role of the message sender. */
|
|
3229
|
+
role: GPTV3UserMessageDtoRole;
|
|
3230
|
+
/** The type of the message input. Always message. */
|
|
3231
|
+
type: GPTV3UserMessageDtoType;
|
|
3232
|
+
}
|
|
3233
|
+
|
|
3234
|
+
/**
|
|
3235
|
+
* Generated by orval v7.10.0 🍺
|
|
3236
|
+
* Do not edit manually.
|
|
3237
|
+
* Hautech API
|
|
3238
|
+
* OpenAPI spec version: 1.0
|
|
3239
|
+
*/
|
|
3240
|
+
|
|
3241
|
+
/**
|
|
3242
|
+
* Text, image, or file inputs to the model, used to generate a response. Can be a simple string or an array of messages with different roles.
|
|
3243
|
+
*/
|
|
3244
|
+
type GPTV3InputInput = string | GPTV3SystemMessageDto | GPTV3UserMessageDto | GPTV3AssistantMessageDto | GPTV3DeveloperMessageDto;
|
|
3245
|
+
|
|
3246
|
+
/**
|
|
3247
|
+
* Generated by orval v7.10.0 🍺
|
|
3248
|
+
* Do not edit manually.
|
|
3249
|
+
* Hautech API
|
|
3250
|
+
* OpenAPI spec version: 1.0
|
|
3251
|
+
*/
|
|
3252
|
+
/**
|
|
3253
|
+
* The type of response format being defined: 'text'.
|
|
3254
|
+
*/
|
|
3255
|
+
type GPTV3ResponseFormatTextDtoType = typeof GPTV3ResponseFormatTextDtoType[keyof typeof GPTV3ResponseFormatTextDtoType];
|
|
3256
|
+
declare const GPTV3ResponseFormatTextDtoType: {
|
|
3257
|
+
readonly text: "text";
|
|
3258
|
+
};
|
|
3259
|
+
|
|
3260
|
+
/**
|
|
3261
|
+
* Generated by orval v7.10.0 🍺
|
|
3262
|
+
* Do not edit manually.
|
|
3263
|
+
* Hautech API
|
|
3264
|
+
* OpenAPI spec version: 1.0
|
|
3265
|
+
*/
|
|
3266
|
+
|
|
3267
|
+
interface GPTV3ResponseFormatTextDto {
|
|
3268
|
+
/** The type of response format being defined: 'text'. */
|
|
3269
|
+
type: GPTV3ResponseFormatTextDtoType;
|
|
3270
|
+
}
|
|
3271
|
+
|
|
3272
|
+
/**
|
|
3273
|
+
* Generated by orval v7.10.0 🍺
|
|
3274
|
+
* Do not edit manually.
|
|
3275
|
+
* Hautech API
|
|
3276
|
+
* OpenAPI spec version: 1.0
|
|
3277
|
+
*/
|
|
3278
|
+
/**
|
|
3279
|
+
* The schema for the response format, described as a JSON Schema object.
|
|
3280
|
+
*/
|
|
3281
|
+
type GPTV3ResponseFormatJsonSchemaDtoSchema = {
|
|
3282
|
+
[key: string]: unknown;
|
|
3283
|
+
};
|
|
3284
|
+
|
|
3285
|
+
/**
|
|
3286
|
+
* Generated by orval v7.10.0 🍺
|
|
3287
|
+
* Do not edit manually.
|
|
3288
|
+
* Hautech API
|
|
3289
|
+
* OpenAPI spec version: 1.0
|
|
3290
|
+
*/
|
|
3291
|
+
/**
|
|
3292
|
+
* The type of response format being defined: json_schema.
|
|
3293
|
+
*/
|
|
3294
|
+
type GPTV3ResponseFormatJsonSchemaDtoType = typeof GPTV3ResponseFormatJsonSchemaDtoType[keyof typeof GPTV3ResponseFormatJsonSchemaDtoType];
|
|
3295
|
+
declare const GPTV3ResponseFormatJsonSchemaDtoType: {
|
|
3296
|
+
readonly json_schema: "json_schema";
|
|
3297
|
+
};
|
|
3298
|
+
|
|
3299
|
+
/**
|
|
3300
|
+
* Generated by orval v7.10.0 🍺
|
|
3301
|
+
* Do not edit manually.
|
|
3302
|
+
* Hautech API
|
|
3303
|
+
* OpenAPI spec version: 1.0
|
|
3304
|
+
*/
|
|
3305
|
+
|
|
3306
|
+
interface GPTV3ResponseFormatJsonSchemaDto {
|
|
3307
|
+
/** The name of the response format. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64. */
|
|
3308
|
+
name: string;
|
|
3309
|
+
/** The schema for the response format, described as a JSON Schema object. */
|
|
3310
|
+
schema: GPTV3ResponseFormatJsonSchemaDtoSchema;
|
|
3311
|
+
/** The type of response format being defined: json_schema. */
|
|
3312
|
+
type: GPTV3ResponseFormatJsonSchemaDtoType;
|
|
3313
|
+
/** A description of what the response format is for, used by the model to determine how to respond in the format. */
|
|
3314
|
+
description?: string;
|
|
3315
|
+
/** Whether to enable strict schema adherence when generating the output. If set to true, the model will always follow the exact schema defined in the schema field. */
|
|
3316
|
+
strict?: boolean;
|
|
3317
|
+
}
|
|
3318
|
+
|
|
3319
|
+
/**
|
|
3320
|
+
* Generated by orval v7.10.0 🍺
|
|
3321
|
+
* Do not edit manually.
|
|
3322
|
+
* Hautech API
|
|
3323
|
+
* OpenAPI spec version: 1.0
|
|
3324
|
+
*/
|
|
3325
|
+
|
|
3326
|
+
/**
|
|
3327
|
+
* The format for the text response.
|
|
3328
|
+
*/
|
|
3329
|
+
type GPTV3TextConfigDtoFormat = GPTV3ResponseFormatTextDto | GPTV3ResponseFormatJsonSchemaDto;
|
|
3330
|
+
|
|
3331
|
+
/**
|
|
3332
|
+
* Generated by orval v7.10.0 🍺
|
|
3333
|
+
* Do not edit manually.
|
|
3334
|
+
* Hautech API
|
|
3335
|
+
* OpenAPI spec version: 1.0
|
|
3336
|
+
*/
|
|
3337
|
+
|
|
3338
|
+
interface GPTV3TextConfigDto {
|
|
3339
|
+
/** The format for the text response. */
|
|
3340
|
+
format?: GPTV3TextConfigDtoFormat;
|
|
3341
|
+
}
|
|
3342
|
+
|
|
3343
|
+
/**
|
|
3344
|
+
* Generated by orval v7.10.0 🍺
|
|
3345
|
+
* Do not edit manually.
|
|
3346
|
+
* Hautech API
|
|
3347
|
+
* OpenAPI spec version: 1.0
|
|
3348
|
+
*/
|
|
3349
|
+
/**
|
|
3350
|
+
* Controls which (if any) tool is called by the model. 'none', 'auto', 'required', or a specific tool type.
|
|
3351
|
+
*/
|
|
3352
|
+
type GPTV3ToolChoiceDtoType = typeof GPTV3ToolChoiceDtoType[keyof typeof GPTV3ToolChoiceDtoType];
|
|
3353
|
+
declare const GPTV3ToolChoiceDtoType: {
|
|
3354
|
+
readonly none: "none";
|
|
3355
|
+
readonly auto: "auto";
|
|
3356
|
+
readonly required: "required";
|
|
3357
|
+
readonly function: "function";
|
|
3358
|
+
readonly file_search: "file_search";
|
|
3359
|
+
readonly web_search_preview: "web_search_preview";
|
|
3360
|
+
readonly image_generation: "image_generation";
|
|
3361
|
+
};
|
|
3362
|
+
|
|
3363
|
+
/**
|
|
3364
|
+
* Generated by orval v7.10.0 🍺
|
|
3365
|
+
* Do not edit manually.
|
|
3366
|
+
* Hautech API
|
|
3367
|
+
* OpenAPI spec version: 1.0
|
|
3368
|
+
*/
|
|
3369
|
+
interface GPTV3ToolChoiceFunctionDto {
|
|
3370
|
+
/** The name of the function to call. */
|
|
3371
|
+
name: string;
|
|
3372
|
+
}
|
|
3373
|
+
|
|
3374
|
+
/**
|
|
3375
|
+
* Generated by orval v7.10.0 🍺
|
|
3376
|
+
* Do not edit manually.
|
|
3377
|
+
* Hautech API
|
|
3378
|
+
* OpenAPI spec version: 1.0
|
|
3379
|
+
*/
|
|
3380
|
+
|
|
3381
|
+
interface GPTV3ToolChoiceDto {
|
|
3382
|
+
/** Controls which (if any) tool is called by the model. 'none', 'auto', 'required', or a specific tool type. */
|
|
3383
|
+
type: GPTV3ToolChoiceDtoType;
|
|
3384
|
+
/** The function to call, if type is `function`. */
|
|
3385
|
+
function?: GPTV3ToolChoiceFunctionDto;
|
|
3386
|
+
}
|
|
3387
|
+
|
|
3388
|
+
/**
|
|
3389
|
+
* Generated by orval v7.10.0 🍺
|
|
3390
|
+
* Do not edit manually.
|
|
3391
|
+
* Hautech API
|
|
3392
|
+
* OpenAPI spec version: 1.0
|
|
3393
|
+
*/
|
|
3394
|
+
|
|
3395
|
+
interface GPTV3Input {
|
|
3396
|
+
/** ID of the model to use. See OpenAI docs for model endpoint compatibility. */
|
|
3397
|
+
model?: GPTV3InputModel;
|
|
3398
|
+
/** Text, image, or file inputs to the model, used to generate a response. Can be a simple string or an array of messages with different roles. */
|
|
3399
|
+
input?: GPTV3InputInput;
|
|
3400
|
+
/** Configuration options for a text response from the model. Can be plain text or structured JSON data. */
|
|
3401
|
+
text?: GPTV3TextConfigDto;
|
|
3402
|
+
/** This feature is in Beta. If specified, OpenAI will make a best effort to sample deterministically, such that repeated requests with the same seed and parameters should return the same result. */
|
|
3403
|
+
seed?: number;
|
|
3404
|
+
/** A list of tools the model may call. Supports function, file_search, web_search_preview, and image_generation tools. */
|
|
3405
|
+
tools?: GPTV3FunctionToolDto[];
|
|
3406
|
+
/** Controls which (if any) tool is called by the model. 'none', 'auto', 'required', or a specific tool type. */
|
|
3407
|
+
tool_choice?: GPTV3ToolChoiceDto;
|
|
3408
|
+
/** Specifies which additional data to include in the response. For file search, use ["file_search_call.results"] to include search results. */
|
|
3409
|
+
include?: string[];
|
|
3410
|
+
max_output_tokens?: number;
|
|
3411
|
+
}
|
|
3412
|
+
|
|
3413
|
+
/**
|
|
3414
|
+
* Generated by orval v7.10.0 🍺
|
|
3415
|
+
* Do not edit manually.
|
|
3416
|
+
* Hautech API
|
|
3417
|
+
* OpenAPI spec version: 1.0
|
|
3418
|
+
*/
|
|
3419
|
+
/**
|
|
3420
|
+
* The type of the message. This is the SECOND output item when file_search or web_search tool is called, containing the model response with citations.
|
|
3421
|
+
*/
|
|
3422
|
+
type GPTV3MessageContentDtoType = typeof GPTV3MessageContentDtoType[keyof typeof GPTV3MessageContentDtoType];
|
|
3423
|
+
declare const GPTV3MessageContentDtoType: {
|
|
3424
|
+
readonly message: "message";
|
|
3425
|
+
};
|
|
3426
|
+
|
|
3427
|
+
/**
|
|
3428
|
+
* Generated by orval v7.10.0 🍺
|
|
3429
|
+
* Do not edit manually.
|
|
3430
|
+
* Hautech API
|
|
3431
|
+
* OpenAPI spec version: 1.0
|
|
3432
|
+
*/
|
|
3433
|
+
/**
|
|
3434
|
+
* The role of the message sender.
|
|
3435
|
+
*/
|
|
3436
|
+
type GPTV3MessageContentDtoRole = typeof GPTV3MessageContentDtoRole[keyof typeof GPTV3MessageContentDtoRole];
|
|
3437
|
+
declare const GPTV3MessageContentDtoRole: {
|
|
3438
|
+
readonly assistant: "assistant";
|
|
3439
|
+
};
|
|
3440
|
+
|
|
3441
|
+
/**
|
|
3442
|
+
* Generated by orval v7.10.0 🍺
|
|
3443
|
+
* Do not edit manually.
|
|
3444
|
+
* Hautech API
|
|
3445
|
+
* OpenAPI spec version: 1.0
|
|
3446
|
+
*/
|
|
3447
|
+
|
|
3448
|
+
interface GPTV3MessageContentDto {
|
|
3449
|
+
/** The unique identifier for the message. */
|
|
3450
|
+
id: string;
|
|
3451
|
+
/** The type of the message. This is the SECOND output item when file_search or web_search tool is called, containing the model response with citations. */
|
|
3452
|
+
type: GPTV3MessageContentDtoType;
|
|
3453
|
+
/** The role of the message sender. */
|
|
3454
|
+
role: GPTV3MessageContentDtoRole;
|
|
3455
|
+
/** The content of the message with annotations and citations. */
|
|
3456
|
+
content: GPTV3ContentWithAnnotationsDto[];
|
|
3457
|
+
}
|
|
3458
|
+
|
|
3459
|
+
/**
|
|
3460
|
+
* Generated by orval v7.10.0 🍺
|
|
3461
|
+
* Do not edit manually.
|
|
3462
|
+
* Hautech API
|
|
3463
|
+
* OpenAPI spec version: 1.0
|
|
3464
|
+
*/
|
|
3465
|
+
/**
|
|
3466
|
+
* The finish reason for the response.
|
|
3467
|
+
*/
|
|
3468
|
+
type GPTV3ResponseDtoFinishReason = typeof GPTV3ResponseDtoFinishReason[keyof typeof GPTV3ResponseDtoFinishReason];
|
|
3469
|
+
declare const GPTV3ResponseDtoFinishReason: {
|
|
3470
|
+
readonly stop: "stop";
|
|
3471
|
+
readonly tool_calls: "tool_calls";
|
|
3472
|
+
};
|
|
3473
|
+
|
|
3474
|
+
/**
|
|
3475
|
+
* Generated by orval v7.10.0 🍺
|
|
3476
|
+
* Do not edit manually.
|
|
3477
|
+
* Hautech API
|
|
3478
|
+
* OpenAPI spec version: 1.0
|
|
3479
|
+
*/
|
|
3480
|
+
/**
|
|
3481
|
+
* The role of the assistant.
|
|
3482
|
+
*/
|
|
3483
|
+
type GPTV3ResponseDtoRole = typeof GPTV3ResponseDtoRole[keyof typeof GPTV3ResponseDtoRole];
|
|
3484
|
+
declare const GPTV3ResponseDtoRole: {
|
|
3485
|
+
readonly assistant: "assistant";
|
|
3486
|
+
};
|
|
3487
|
+
|
|
3488
|
+
/**
|
|
3489
|
+
* Generated by orval v7.10.0 🍺
|
|
3490
|
+
* Do not edit manually.
|
|
3491
|
+
* Hautech API
|
|
3492
|
+
* OpenAPI spec version: 1.0
|
|
3493
|
+
*/
|
|
3494
|
+
|
|
3495
|
+
/**
|
|
3496
|
+
* The content of the response. Can be a string for simple text responses or an array of content with annotations for responses with citations.
|
|
3497
|
+
*/
|
|
3498
|
+
type GPTV3ResponseDtoContent = string | GPTV3ContentWithAnnotationsDto[];
|
|
3499
|
+
|
|
3500
|
+
/**
|
|
3501
|
+
* Generated by orval v7.10.0 🍺
|
|
3502
|
+
* Do not edit manually.
|
|
3503
|
+
* Hautech API
|
|
3504
|
+
* OpenAPI spec version: 1.0
|
|
3505
|
+
*/
|
|
3506
|
+
|
|
3507
|
+
interface GPTV3ResponseDto {
|
|
3508
|
+
/** The finish reason for the response. */
|
|
3509
|
+
finish_reason: GPTV3ResponseDtoFinishReason;
|
|
3510
|
+
/** The role of the assistant. */
|
|
3511
|
+
role: GPTV3ResponseDtoRole;
|
|
3512
|
+
/** The tool calls made by the assistant, if any. */
|
|
3513
|
+
tool_calls?: GPTV3FileSearchCallDto[];
|
|
3514
|
+
/** The content of the response. Can be a string for simple text responses or an array of content with annotations for responses with citations. */
|
|
3515
|
+
content?: GPTV3ResponseDtoContent;
|
|
3516
|
+
/** The search results from file search operations. */
|
|
3517
|
+
search_results?: GPTV3FileSearchResultsDto;
|
|
3518
|
+
}
|
|
3519
|
+
|
|
3520
|
+
/**
|
|
3521
|
+
* Generated by orval v7.10.0 🍺
|
|
3522
|
+
* Do not edit manually.
|
|
3523
|
+
* Hautech API
|
|
3524
|
+
* OpenAPI spec version: 1.0
|
|
3525
|
+
*/
|
|
3526
|
+
/**
|
|
3527
|
+
* The type of the tool.
|
|
3528
|
+
*/
|
|
3529
|
+
type GPTV3ToolDtoType = typeof GPTV3ToolDtoType[keyof typeof GPTV3ToolDtoType];
|
|
3530
|
+
declare const GPTV3ToolDtoType: {
|
|
3531
|
+
readonly function: "function";
|
|
3532
|
+
readonly file_search: "file_search";
|
|
3533
|
+
readonly web_search_preview: "web_search_preview";
|
|
3534
|
+
readonly image_generation: "image_generation";
|
|
3535
|
+
};
|
|
3536
|
+
|
|
3537
|
+
/**
|
|
3538
|
+
* Generated by orval v7.10.0 🍺
|
|
3539
|
+
* Do not edit manually.
|
|
3540
|
+
* Hautech API
|
|
3541
|
+
* OpenAPI spec version: 1.0
|
|
3542
|
+
*/
|
|
3543
|
+
|
|
3544
|
+
interface GPTV3ToolDto {
|
|
3545
|
+
/** The type of the tool. */
|
|
3546
|
+
type: GPTV3ToolDtoType;
|
|
3547
|
+
}
|
|
3548
|
+
|
|
3549
|
+
/**
|
|
3550
|
+
* Generated by orval v7.10.0 🍺
|
|
3551
|
+
* Do not edit manually.
|
|
3552
|
+
* Hautech API
|
|
3553
|
+
* OpenAPI spec version: 1.0
|
|
3554
|
+
*/
|
|
3555
|
+
/**
|
|
3556
|
+
* The type of tool call: web_search_preview.
|
|
3557
|
+
*/
|
|
3558
|
+
type GPTV3WebSearchCallDtoType = typeof GPTV3WebSearchCallDtoType[keyof typeof GPTV3WebSearchCallDtoType];
|
|
3559
|
+
declare const GPTV3WebSearchCallDtoType: {
|
|
3560
|
+
readonly web_search_preview: "web_search_preview";
|
|
3561
|
+
};
|
|
3562
|
+
|
|
3563
|
+
/**
|
|
3564
|
+
* Generated by orval v7.10.0 🍺
|
|
3565
|
+
* Do not edit manually.
|
|
3566
|
+
* Hautech API
|
|
3567
|
+
* OpenAPI spec version: 1.0
|
|
3568
|
+
*/
|
|
3569
|
+
|
|
3570
|
+
interface GPTV3WebSearchCallDto {
|
|
3571
|
+
/** The unique identifier for this tool call. */
|
|
3572
|
+
id: string;
|
|
3573
|
+
/** The type of tool call: web_search_preview. */
|
|
3574
|
+
type: GPTV3WebSearchCallDtoType;
|
|
3575
|
+
}
|
|
3576
|
+
|
|
3577
|
+
/**
|
|
3578
|
+
* Generated by orval v7.10.0 🍺
|
|
3579
|
+
* Do not edit manually.
|
|
3580
|
+
* Hautech API
|
|
3581
|
+
* OpenAPI spec version: 1.0
|
|
3582
|
+
*/
|
|
3583
|
+
/**
|
|
3584
|
+
* The type of the web search result. This is the FIRST output item when web_search tool is called.
|
|
2105
3585
|
*/
|
|
2106
|
-
type
|
|
2107
|
-
declare const
|
|
2108
|
-
readonly
|
|
3586
|
+
type GPTV3WebSearchResultDtoType = typeof GPTV3WebSearchResultDtoType[keyof typeof GPTV3WebSearchResultDtoType];
|
|
3587
|
+
declare const GPTV3WebSearchResultDtoType: {
|
|
3588
|
+
readonly web_search_call: "web_search_call";
|
|
2109
3589
|
};
|
|
2110
3590
|
|
|
2111
3591
|
/**
|
|
@@ -2114,12 +3594,30 @@ declare const GPTV2ToolDtoType: {
|
|
|
2114
3594
|
* Hautech API
|
|
2115
3595
|
* OpenAPI spec version: 1.0
|
|
2116
3596
|
*/
|
|
3597
|
+
/**
|
|
3598
|
+
* The status of the web search call.
|
|
3599
|
+
*/
|
|
3600
|
+
type GPTV3WebSearchResultDtoStatus = typeof GPTV3WebSearchResultDtoStatus[keyof typeof GPTV3WebSearchResultDtoStatus];
|
|
3601
|
+
declare const GPTV3WebSearchResultDtoStatus: {
|
|
3602
|
+
readonly completed: "completed";
|
|
3603
|
+
readonly failed: "failed";
|
|
3604
|
+
readonly pending: "pending";
|
|
3605
|
+
};
|
|
2117
3606
|
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
3607
|
+
/**
|
|
3608
|
+
* Generated by orval v7.10.0 🍺
|
|
3609
|
+
* Do not edit manually.
|
|
3610
|
+
* Hautech API
|
|
3611
|
+
* OpenAPI spec version: 1.0
|
|
3612
|
+
*/
|
|
3613
|
+
|
|
3614
|
+
interface GPTV3WebSearchResultDto {
|
|
3615
|
+
/** The type of the web search result. This is the FIRST output item when web_search tool is called. */
|
|
3616
|
+
type: GPTV3WebSearchResultDtoType;
|
|
3617
|
+
/** The unique identifier for this web search call. */
|
|
3618
|
+
id: string;
|
|
3619
|
+
/** The status of the web search call. */
|
|
3620
|
+
status: GPTV3WebSearchResultDtoStatus;
|
|
2123
3621
|
}
|
|
2124
3622
|
|
|
2125
3623
|
/**
|
|
@@ -2129,14 +3627,14 @@ interface GPTV2ToolDto {
|
|
|
2129
3627
|
* OpenAPI spec version: 1.0
|
|
2130
3628
|
*/
|
|
2131
3629
|
/**
|
|
2132
|
-
*
|
|
3630
|
+
* The type of the tool.
|
|
2133
3631
|
*/
|
|
2134
|
-
type
|
|
2135
|
-
declare const
|
|
2136
|
-
readonly none: "none";
|
|
2137
|
-
readonly auto: "auto";
|
|
2138
|
-
readonly required: "required";
|
|
3632
|
+
type GPTV3WebSearchToolDtoType = typeof GPTV3WebSearchToolDtoType[keyof typeof GPTV3WebSearchToolDtoType];
|
|
3633
|
+
declare const GPTV3WebSearchToolDtoType: {
|
|
2139
3634
|
readonly function: "function";
|
|
3635
|
+
readonly file_search: "file_search";
|
|
3636
|
+
readonly web_search_preview: "web_search_preview";
|
|
3637
|
+
readonly image_generation: "image_generation";
|
|
2140
3638
|
};
|
|
2141
3639
|
|
|
2142
3640
|
/**
|
|
@@ -2145,24 +3643,15 @@ declare const GPTV2ToolChoiceDtoType: {
|
|
|
2145
3643
|
* Hautech API
|
|
2146
3644
|
* OpenAPI spec version: 1.0
|
|
2147
3645
|
*/
|
|
2148
|
-
interface GPTV2ToolChoiceFunctionDto {
|
|
2149
|
-
/** The name of the function to call. */
|
|
2150
|
-
name: string;
|
|
2151
|
-
}
|
|
2152
|
-
|
|
2153
3646
|
/**
|
|
2154
|
-
*
|
|
2155
|
-
* Do not edit manually.
|
|
2156
|
-
* Hautech API
|
|
2157
|
-
* OpenAPI spec version: 1.0
|
|
3647
|
+
* High level guidance for the amount of context window space to use for the search.
|
|
2158
3648
|
*/
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
}
|
|
3649
|
+
type GPTV3WebSearchToolDtoSearchContextSize = typeof GPTV3WebSearchToolDtoSearchContextSize[keyof typeof GPTV3WebSearchToolDtoSearchContextSize];
|
|
3650
|
+
declare const GPTV3WebSearchToolDtoSearchContextSize: {
|
|
3651
|
+
readonly low: "low";
|
|
3652
|
+
readonly medium: "medium";
|
|
3653
|
+
readonly high: "high";
|
|
3654
|
+
};
|
|
2166
3655
|
|
|
2167
3656
|
/**
|
|
2168
3657
|
* Generated by orval v7.10.0 🍺
|
|
@@ -2171,21 +3660,11 @@ interface GPTV2ToolChoiceDto {
|
|
|
2171
3660
|
* OpenAPI spec version: 1.0
|
|
2172
3661
|
*/
|
|
2173
3662
|
|
|
2174
|
-
interface
|
|
2175
|
-
/**
|
|
2176
|
-
|
|
2177
|
-
/**
|
|
2178
|
-
|
|
2179
|
-
/** The response format for the model output. See OpenAI docs for details. */
|
|
2180
|
-
response_format?: GPTV2InputResponseFormat;
|
|
2181
|
-
/** 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. */
|
|
2182
|
-
seed?: number;
|
|
2183
|
-
/** A list of tools the model may call. Currently, only functions are supported as a tool. */
|
|
2184
|
-
tools?: GPTV2ToolDto[];
|
|
2185
|
-
/** Controls which (if any) tool is called by the model. 'none', 'auto', 'required', or a specific function tool. */
|
|
2186
|
-
tool_choice?: GPTV2ToolChoiceDto;
|
|
2187
|
-
response_format_text_or_object?: GPTV2ResponseFormatTextOrObjectDto;
|
|
2188
|
-
max_completion_tokens?: number;
|
|
3663
|
+
interface GPTV3WebSearchToolDto {
|
|
3664
|
+
/** The type of the tool. */
|
|
3665
|
+
type: GPTV3WebSearchToolDtoType;
|
|
3666
|
+
/** High level guidance for the amount of context window space to use for the search. */
|
|
3667
|
+
search_context_size?: GPTV3WebSearchToolDtoSearchContextSize;
|
|
2189
3668
|
}
|
|
2190
3669
|
|
|
2191
3670
|
/**
|
|
@@ -2591,6 +4070,93 @@ interface GptV2Response {
|
|
|
2591
4070
|
updatedAt: string;
|
|
2592
4071
|
}
|
|
2593
4072
|
|
|
4073
|
+
/**
|
|
4074
|
+
* Generated by orval v7.10.0 🍺
|
|
4075
|
+
* Do not edit manually.
|
|
4076
|
+
* Hautech API
|
|
4077
|
+
* OpenAPI spec version: 1.0
|
|
4078
|
+
*/
|
|
4079
|
+
type GptV3RequestMetadata = {
|
|
4080
|
+
[key: string]: unknown;
|
|
4081
|
+
};
|
|
4082
|
+
|
|
4083
|
+
/**
|
|
4084
|
+
* Generated by orval v7.10.0 🍺
|
|
4085
|
+
* Do not edit manually.
|
|
4086
|
+
* Hautech API
|
|
4087
|
+
* OpenAPI spec version: 1.0
|
|
4088
|
+
*/
|
|
4089
|
+
|
|
4090
|
+
interface GptV3Request {
|
|
4091
|
+
input: GPTV3Input;
|
|
4092
|
+
metadata?: GptV3RequestMetadata;
|
|
4093
|
+
}
|
|
4094
|
+
|
|
4095
|
+
/**
|
|
4096
|
+
* Generated by orval v7.10.0 🍺
|
|
4097
|
+
* Do not edit manually.
|
|
4098
|
+
* Hautech API
|
|
4099
|
+
* OpenAPI spec version: 1.0
|
|
4100
|
+
*/
|
|
4101
|
+
type GptV3ResponseKind = typeof GptV3ResponseKind[keyof typeof GptV3ResponseKind];
|
|
4102
|
+
declare const GptV3ResponseKind: {
|
|
4103
|
+
readonly operation: "operation";
|
|
4104
|
+
};
|
|
4105
|
+
|
|
4106
|
+
/**
|
|
4107
|
+
* Generated by orval v7.10.0 🍺
|
|
4108
|
+
* Do not edit manually.
|
|
4109
|
+
* Hautech API
|
|
4110
|
+
* OpenAPI spec version: 1.0
|
|
4111
|
+
*/
|
|
4112
|
+
type GptV3ResponseInput = {
|
|
4113
|
+
[key: string]: unknown;
|
|
4114
|
+
};
|
|
4115
|
+
|
|
4116
|
+
/**
|
|
4117
|
+
* Generated by orval v7.10.0 🍺
|
|
4118
|
+
* Do not edit manually.
|
|
4119
|
+
* Hautech API
|
|
4120
|
+
* OpenAPI spec version: 1.0
|
|
4121
|
+
*/
|
|
4122
|
+
type GptV3ResponseStatus = typeof GptV3ResponseStatus[keyof typeof GptV3ResponseStatus];
|
|
4123
|
+
declare const GptV3ResponseStatus: {
|
|
4124
|
+
readonly pending: "pending";
|
|
4125
|
+
readonly finished: "finished";
|
|
4126
|
+
readonly failed: "failed";
|
|
4127
|
+
};
|
|
4128
|
+
|
|
4129
|
+
/**
|
|
4130
|
+
* Generated by orval v7.10.0 🍺
|
|
4131
|
+
* Do not edit manually.
|
|
4132
|
+
* Hautech API
|
|
4133
|
+
* OpenAPI spec version: 1.0
|
|
4134
|
+
*/
|
|
4135
|
+
type GptV3ResponseMetadata = {
|
|
4136
|
+
[key: string]: unknown;
|
|
4137
|
+
};
|
|
4138
|
+
|
|
4139
|
+
/**
|
|
4140
|
+
* Generated by orval v7.10.0 🍺
|
|
4141
|
+
* Do not edit manually.
|
|
4142
|
+
* Hautech API
|
|
4143
|
+
* OpenAPI spec version: 1.0
|
|
4144
|
+
*/
|
|
4145
|
+
|
|
4146
|
+
interface GptV3Response {
|
|
4147
|
+
kind: GptV3ResponseKind;
|
|
4148
|
+
output: OperationOutputJSON;
|
|
4149
|
+
input: GptV3ResponseInput;
|
|
4150
|
+
status: GptV3ResponseStatus;
|
|
4151
|
+
type: string;
|
|
4152
|
+
price?: string;
|
|
4153
|
+
id: string;
|
|
4154
|
+
creatorId: string;
|
|
4155
|
+
metadata: GptV3ResponseMetadata;
|
|
4156
|
+
createdAt: string;
|
|
4157
|
+
updatedAt: string;
|
|
4158
|
+
}
|
|
4159
|
+
|
|
2594
4160
|
/**
|
|
2595
4161
|
* Generated by orval v7.10.0 🍺
|
|
2596
4162
|
* Do not edit manually.
|
|
@@ -2836,37 +4402,138 @@ declare const NaomiHauteV1InputMode: {
|
|
|
2836
4402
|
* Hautech API
|
|
2837
4403
|
* OpenAPI spec version: 1.0
|
|
2838
4404
|
*/
|
|
2839
|
-
|
|
2840
|
-
interface NaomiHauteV1Input {
|
|
2841
|
-
/** The category of the second garment */
|
|
2842
|
-
secondaryCategory?: string;
|
|
2843
|
-
/** The image of the second garment */
|
|
2844
|
-
secondaryGarmentImageId?: string;
|
|
2845
|
-
/** UNSTABLE */
|
|
2846
|
-
loraIds?: string[];
|
|
2847
|
-
prompt: string;
|
|
2848
|
-
category: string;
|
|
2849
|
-
garmentImageId: string;
|
|
2850
|
-
poseId: string;
|
|
4405
|
+
|
|
4406
|
+
interface NaomiHauteV1Input {
|
|
4407
|
+
/** The category of the second garment */
|
|
4408
|
+
secondaryCategory?: string;
|
|
4409
|
+
/** The image of the second garment */
|
|
4410
|
+
secondaryGarmentImageId?: string;
|
|
4411
|
+
/** UNSTABLE */
|
|
4412
|
+
loraIds?: string[];
|
|
4413
|
+
prompt: string;
|
|
4414
|
+
category: string;
|
|
4415
|
+
garmentImageId: string;
|
|
4416
|
+
poseId: string;
|
|
4417
|
+
seed: number;
|
|
4418
|
+
width?: number;
|
|
4419
|
+
height?: number;
|
|
4420
|
+
/**
|
|
4421
|
+
* @minimum 0
|
|
4422
|
+
* @maximum 10
|
|
4423
|
+
*/
|
|
4424
|
+
textGuidanceScale?: number;
|
|
4425
|
+
/**
|
|
4426
|
+
* @minimum 0
|
|
4427
|
+
* @maximum 10
|
|
4428
|
+
*/
|
|
4429
|
+
imageGuidanceScale?: number;
|
|
4430
|
+
/**
|
|
4431
|
+
* @minimum 1
|
|
4432
|
+
* @maximum 100
|
|
4433
|
+
*/
|
|
4434
|
+
numInferenceSteps?: number;
|
|
4435
|
+
mode?: NaomiHauteV1InputMode;
|
|
4436
|
+
}
|
|
4437
|
+
|
|
4438
|
+
/**
|
|
4439
|
+
* Generated by orval v7.10.0 🍺
|
|
4440
|
+
* Do not edit manually.
|
|
4441
|
+
* Hautech API
|
|
4442
|
+
* OpenAPI spec version: 1.0
|
|
4443
|
+
*/
|
|
4444
|
+
type HauteNaomiV1RequestMetadata = {
|
|
4445
|
+
[key: string]: unknown;
|
|
4446
|
+
};
|
|
4447
|
+
|
|
4448
|
+
/**
|
|
4449
|
+
* Generated by orval v7.10.0 🍺
|
|
4450
|
+
* Do not edit manually.
|
|
4451
|
+
* Hautech API
|
|
4452
|
+
* OpenAPI spec version: 1.0
|
|
4453
|
+
*/
|
|
4454
|
+
|
|
4455
|
+
interface HauteNaomiV1Request {
|
|
4456
|
+
input: NaomiHauteV1Input;
|
|
4457
|
+
metadata?: HauteNaomiV1RequestMetadata;
|
|
4458
|
+
}
|
|
4459
|
+
|
|
4460
|
+
/**
|
|
4461
|
+
* Generated by orval v7.10.0 🍺
|
|
4462
|
+
* Do not edit manually.
|
|
4463
|
+
* Hautech API
|
|
4464
|
+
* OpenAPI spec version: 1.0
|
|
4465
|
+
*/
|
|
4466
|
+
type HauteNaomiV1ResponseKind = typeof HauteNaomiV1ResponseKind[keyof typeof HauteNaomiV1ResponseKind];
|
|
4467
|
+
declare const HauteNaomiV1ResponseKind: {
|
|
4468
|
+
readonly operation: "operation";
|
|
4469
|
+
};
|
|
4470
|
+
|
|
4471
|
+
/**
|
|
4472
|
+
* Generated by orval v7.10.0 🍺
|
|
4473
|
+
* Do not edit manually.
|
|
4474
|
+
* Hautech API
|
|
4475
|
+
* OpenAPI spec version: 1.0
|
|
4476
|
+
*/
|
|
4477
|
+
type HauteNaomiV1ResponseInput = {
|
|
4478
|
+
[key: string]: unknown;
|
|
4479
|
+
};
|
|
4480
|
+
|
|
4481
|
+
/**
|
|
4482
|
+
* Generated by orval v7.10.0 🍺
|
|
4483
|
+
* Do not edit manually.
|
|
4484
|
+
* Hautech API
|
|
4485
|
+
* OpenAPI spec version: 1.0
|
|
4486
|
+
*/
|
|
4487
|
+
type HauteNaomiV1ResponseStatus = typeof HauteNaomiV1ResponseStatus[keyof typeof HauteNaomiV1ResponseStatus];
|
|
4488
|
+
declare const HauteNaomiV1ResponseStatus: {
|
|
4489
|
+
readonly pending: "pending";
|
|
4490
|
+
readonly finished: "finished";
|
|
4491
|
+
readonly failed: "failed";
|
|
4492
|
+
};
|
|
4493
|
+
|
|
4494
|
+
/**
|
|
4495
|
+
* Generated by orval v7.10.0 🍺
|
|
4496
|
+
* Do not edit manually.
|
|
4497
|
+
* Hautech API
|
|
4498
|
+
* OpenAPI spec version: 1.0
|
|
4499
|
+
*/
|
|
4500
|
+
type HauteNaomiV1ResponseMetadata = {
|
|
4501
|
+
[key: string]: unknown;
|
|
4502
|
+
};
|
|
4503
|
+
|
|
4504
|
+
/**
|
|
4505
|
+
* Generated by orval v7.10.0 🍺
|
|
4506
|
+
* Do not edit manually.
|
|
4507
|
+
* Hautech API
|
|
4508
|
+
* OpenAPI spec version: 1.0
|
|
4509
|
+
*/
|
|
4510
|
+
|
|
4511
|
+
interface HauteNaomiV1Response {
|
|
4512
|
+
kind: HauteNaomiV1ResponseKind;
|
|
4513
|
+
output: OperationOutputImageSingle;
|
|
4514
|
+
input: HauteNaomiV1ResponseInput;
|
|
4515
|
+
status: HauteNaomiV1ResponseStatus;
|
|
4516
|
+
type: string;
|
|
4517
|
+
price?: string;
|
|
4518
|
+
id: string;
|
|
4519
|
+
creatorId: string;
|
|
4520
|
+
metadata: HauteNaomiV1ResponseMetadata;
|
|
4521
|
+
createdAt: string;
|
|
4522
|
+
updatedAt: string;
|
|
4523
|
+
}
|
|
4524
|
+
|
|
4525
|
+
/**
|
|
4526
|
+
* Generated by orval v7.10.0 🍺
|
|
4527
|
+
* Do not edit manually.
|
|
4528
|
+
* Hautech API
|
|
4529
|
+
* OpenAPI spec version: 1.0
|
|
4530
|
+
*/
|
|
4531
|
+
interface IdeogramCharacterV1Input {
|
|
2851
4532
|
seed: number;
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
* @maximum 10
|
|
2857
|
-
*/
|
|
2858
|
-
textGuidanceScale?: number;
|
|
2859
|
-
/**
|
|
2860
|
-
* @minimum 0
|
|
2861
|
-
* @maximum 10
|
|
2862
|
-
*/
|
|
2863
|
-
imageGuidanceScale?: number;
|
|
2864
|
-
/**
|
|
2865
|
-
* @minimum 1
|
|
2866
|
-
* @maximum 100
|
|
2867
|
-
*/
|
|
2868
|
-
numInferenceSteps?: number;
|
|
2869
|
-
mode?: NaomiHauteV1InputMode;
|
|
4533
|
+
prompt: string;
|
|
4534
|
+
characterReferenceImageId: string;
|
|
4535
|
+
imageId?: string;
|
|
4536
|
+
maskImageId?: string;
|
|
2870
4537
|
}
|
|
2871
4538
|
|
|
2872
4539
|
/**
|
|
@@ -2875,7 +4542,7 @@ interface NaomiHauteV1Input {
|
|
|
2875
4542
|
* Hautech API
|
|
2876
4543
|
* OpenAPI spec version: 1.0
|
|
2877
4544
|
*/
|
|
2878
|
-
type
|
|
4545
|
+
type IdeogramCharacterV1RequestMetadata = {
|
|
2879
4546
|
[key: string]: unknown;
|
|
2880
4547
|
};
|
|
2881
4548
|
|
|
@@ -2886,9 +4553,9 @@ type HauteNaomiV1RequestMetadata = {
|
|
|
2886
4553
|
* OpenAPI spec version: 1.0
|
|
2887
4554
|
*/
|
|
2888
4555
|
|
|
2889
|
-
interface
|
|
2890
|
-
input:
|
|
2891
|
-
metadata?:
|
|
4556
|
+
interface IdeogramCharacterV1Request {
|
|
4557
|
+
input: IdeogramCharacterV1Input;
|
|
4558
|
+
metadata?: IdeogramCharacterV1RequestMetadata;
|
|
2892
4559
|
}
|
|
2893
4560
|
|
|
2894
4561
|
/**
|
|
@@ -2897,8 +4564,8 @@ interface HauteNaomiV1Request {
|
|
|
2897
4564
|
* Hautech API
|
|
2898
4565
|
* OpenAPI spec version: 1.0
|
|
2899
4566
|
*/
|
|
2900
|
-
type
|
|
2901
|
-
declare const
|
|
4567
|
+
type IdeogramCharacterV1ResponseKind = typeof IdeogramCharacterV1ResponseKind[keyof typeof IdeogramCharacterV1ResponseKind];
|
|
4568
|
+
declare const IdeogramCharacterV1ResponseKind: {
|
|
2902
4569
|
readonly operation: "operation";
|
|
2903
4570
|
};
|
|
2904
4571
|
|
|
@@ -2908,7 +4575,7 @@ declare const HauteNaomiV1ResponseKind: {
|
|
|
2908
4575
|
* Hautech API
|
|
2909
4576
|
* OpenAPI spec version: 1.0
|
|
2910
4577
|
*/
|
|
2911
|
-
type
|
|
4578
|
+
type IdeogramCharacterV1ResponseInput = {
|
|
2912
4579
|
[key: string]: unknown;
|
|
2913
4580
|
};
|
|
2914
4581
|
|
|
@@ -2918,8 +4585,8 @@ type HauteNaomiV1ResponseInput = {
|
|
|
2918
4585
|
* Hautech API
|
|
2919
4586
|
* OpenAPI spec version: 1.0
|
|
2920
4587
|
*/
|
|
2921
|
-
type
|
|
2922
|
-
declare const
|
|
4588
|
+
type IdeogramCharacterV1ResponseStatus = typeof IdeogramCharacterV1ResponseStatus[keyof typeof IdeogramCharacterV1ResponseStatus];
|
|
4589
|
+
declare const IdeogramCharacterV1ResponseStatus: {
|
|
2923
4590
|
readonly pending: "pending";
|
|
2924
4591
|
readonly finished: "finished";
|
|
2925
4592
|
readonly failed: "failed";
|
|
@@ -2931,7 +4598,7 @@ declare const HauteNaomiV1ResponseStatus: {
|
|
|
2931
4598
|
* Hautech API
|
|
2932
4599
|
* OpenAPI spec version: 1.0
|
|
2933
4600
|
*/
|
|
2934
|
-
type
|
|
4601
|
+
type IdeogramCharacterV1ResponseMetadata = {
|
|
2935
4602
|
[key: string]: unknown;
|
|
2936
4603
|
};
|
|
2937
4604
|
|
|
@@ -2942,16 +4609,16 @@ type HauteNaomiV1ResponseMetadata = {
|
|
|
2942
4609
|
* OpenAPI spec version: 1.0
|
|
2943
4610
|
*/
|
|
2944
4611
|
|
|
2945
|
-
interface
|
|
2946
|
-
kind:
|
|
4612
|
+
interface IdeogramCharacterV1Response {
|
|
4613
|
+
kind: IdeogramCharacterV1ResponseKind;
|
|
2947
4614
|
output: OperationOutputImageSingle;
|
|
2948
|
-
input:
|
|
2949
|
-
status:
|
|
4615
|
+
input: IdeogramCharacterV1ResponseInput;
|
|
4616
|
+
status: IdeogramCharacterV1ResponseStatus;
|
|
2950
4617
|
type: string;
|
|
2951
4618
|
price?: string;
|
|
2952
4619
|
id: string;
|
|
2953
4620
|
creatorId: string;
|
|
2954
|
-
metadata:
|
|
4621
|
+
metadata: IdeogramCharacterV1ResponseMetadata;
|
|
2955
4622
|
createdAt: string;
|
|
2956
4623
|
updatedAt: string;
|
|
2957
4624
|
}
|
|
@@ -3156,6 +4823,93 @@ interface Imagen4V1Response {
|
|
|
3156
4823
|
updatedAt: string;
|
|
3157
4824
|
}
|
|
3158
4825
|
|
|
4826
|
+
/**
|
|
4827
|
+
* Generated by orval v7.10.0 🍺
|
|
4828
|
+
* Do not edit manually.
|
|
4829
|
+
* Hautech API
|
|
4830
|
+
* OpenAPI spec version: 1.0
|
|
4831
|
+
*/
|
|
4832
|
+
type ImagineFlux11ProUltraV1RequestMetadata = {
|
|
4833
|
+
[key: string]: unknown;
|
|
4834
|
+
};
|
|
4835
|
+
|
|
4836
|
+
/**
|
|
4837
|
+
* Generated by orval v7.10.0 🍺
|
|
4838
|
+
* Do not edit manually.
|
|
4839
|
+
* Hautech API
|
|
4840
|
+
* OpenAPI spec version: 1.0
|
|
4841
|
+
*/
|
|
4842
|
+
|
|
4843
|
+
interface ImagineFlux11ProUltraV1Request {
|
|
4844
|
+
input: Flux11ProUltraV1Input;
|
|
4845
|
+
metadata?: ImagineFlux11ProUltraV1RequestMetadata;
|
|
4846
|
+
}
|
|
4847
|
+
|
|
4848
|
+
/**
|
|
4849
|
+
* Generated by orval v7.10.0 🍺
|
|
4850
|
+
* Do not edit manually.
|
|
4851
|
+
* Hautech API
|
|
4852
|
+
* OpenAPI spec version: 1.0
|
|
4853
|
+
*/
|
|
4854
|
+
type ImagineFlux11ProUltraV1ResponseKind = typeof ImagineFlux11ProUltraV1ResponseKind[keyof typeof ImagineFlux11ProUltraV1ResponseKind];
|
|
4855
|
+
declare const ImagineFlux11ProUltraV1ResponseKind: {
|
|
4856
|
+
readonly operation: "operation";
|
|
4857
|
+
};
|
|
4858
|
+
|
|
4859
|
+
/**
|
|
4860
|
+
* Generated by orval v7.10.0 🍺
|
|
4861
|
+
* Do not edit manually.
|
|
4862
|
+
* Hautech API
|
|
4863
|
+
* OpenAPI spec version: 1.0
|
|
4864
|
+
*/
|
|
4865
|
+
type ImagineFlux11ProUltraV1ResponseInput = {
|
|
4866
|
+
[key: string]: unknown;
|
|
4867
|
+
};
|
|
4868
|
+
|
|
4869
|
+
/**
|
|
4870
|
+
* Generated by orval v7.10.0 🍺
|
|
4871
|
+
* Do not edit manually.
|
|
4872
|
+
* Hautech API
|
|
4873
|
+
* OpenAPI spec version: 1.0
|
|
4874
|
+
*/
|
|
4875
|
+
type ImagineFlux11ProUltraV1ResponseStatus = typeof ImagineFlux11ProUltraV1ResponseStatus[keyof typeof ImagineFlux11ProUltraV1ResponseStatus];
|
|
4876
|
+
declare const ImagineFlux11ProUltraV1ResponseStatus: {
|
|
4877
|
+
readonly pending: "pending";
|
|
4878
|
+
readonly finished: "finished";
|
|
4879
|
+
readonly failed: "failed";
|
|
4880
|
+
};
|
|
4881
|
+
|
|
4882
|
+
/**
|
|
4883
|
+
* Generated by orval v7.10.0 🍺
|
|
4884
|
+
* Do not edit manually.
|
|
4885
|
+
* Hautech API
|
|
4886
|
+
* OpenAPI spec version: 1.0
|
|
4887
|
+
*/
|
|
4888
|
+
type ImagineFlux11ProUltraV1ResponseMetadata = {
|
|
4889
|
+
[key: string]: unknown;
|
|
4890
|
+
};
|
|
4891
|
+
|
|
4892
|
+
/**
|
|
4893
|
+
* Generated by orval v7.10.0 🍺
|
|
4894
|
+
* Do not edit manually.
|
|
4895
|
+
* Hautech API
|
|
4896
|
+
* OpenAPI spec version: 1.0
|
|
4897
|
+
*/
|
|
4898
|
+
|
|
4899
|
+
interface ImagineFlux11ProUltraV1Response {
|
|
4900
|
+
kind: ImagineFlux11ProUltraV1ResponseKind;
|
|
4901
|
+
output: OperationOutputImageSingle;
|
|
4902
|
+
input: ImagineFlux11ProUltraV1ResponseInput;
|
|
4903
|
+
status: ImagineFlux11ProUltraV1ResponseStatus;
|
|
4904
|
+
type: string;
|
|
4905
|
+
price?: string;
|
|
4906
|
+
id: string;
|
|
4907
|
+
creatorId: string;
|
|
4908
|
+
metadata: ImagineFlux11ProUltraV1ResponseMetadata;
|
|
4909
|
+
createdAt: string;
|
|
4910
|
+
updatedAt: string;
|
|
4911
|
+
}
|
|
4912
|
+
|
|
3159
4913
|
/**
|
|
3160
4914
|
* Generated by orval v7.10.0 🍺
|
|
3161
4915
|
* Do not edit manually.
|
|
@@ -3182,7 +4936,7 @@ declare const KateImagineV1InputAspectRatio: {
|
|
|
3182
4936
|
|
|
3183
4937
|
interface KateImagineV1Input {
|
|
3184
4938
|
aspectRatio: KateImagineV1InputAspectRatio;
|
|
3185
|
-
seed:
|
|
4939
|
+
seed: number;
|
|
3186
4940
|
prompt: string;
|
|
3187
4941
|
}
|
|
3188
4942
|
|
|
@@ -4015,16 +5769,157 @@ type StackEntityMetadata = {
|
|
|
4015
5769
|
* Hautech API
|
|
4016
5770
|
* OpenAPI spec version: 1.0
|
|
4017
5771
|
*/
|
|
4018
|
-
|
|
4019
|
-
interface StackEntity {
|
|
4020
|
-
kind: StackEntityKind;
|
|
4021
|
-
items: StackEntityItemsItem[];
|
|
4022
|
-
id: string;
|
|
4023
|
-
creatorId: string;
|
|
4024
|
-
metadata: StackEntityMetadata;
|
|
4025
|
-
createdAt: string;
|
|
4026
|
-
updatedAt: string;
|
|
4027
|
-
}
|
|
5772
|
+
|
|
5773
|
+
interface StackEntity {
|
|
5774
|
+
kind: StackEntityKind;
|
|
5775
|
+
items: StackEntityItemsItem[];
|
|
5776
|
+
id: string;
|
|
5777
|
+
creatorId: string;
|
|
5778
|
+
metadata: StackEntityMetadata;
|
|
5779
|
+
createdAt: string;
|
|
5780
|
+
updatedAt: string;
|
|
5781
|
+
}
|
|
5782
|
+
|
|
5783
|
+
/**
|
|
5784
|
+
* Generated by orval v7.10.0 🍺
|
|
5785
|
+
* Do not edit manually.
|
|
5786
|
+
* Hautech API
|
|
5787
|
+
* OpenAPI spec version: 1.0
|
|
5788
|
+
*/
|
|
5789
|
+
|
|
5790
|
+
interface ListStacksDto {
|
|
5791
|
+
data: StackEntity[];
|
|
5792
|
+
pageInfo: PageInfoDto;
|
|
5793
|
+
}
|
|
5794
|
+
|
|
5795
|
+
/**
|
|
5796
|
+
* Generated by orval v7.10.0 🍺
|
|
5797
|
+
* Do not edit manually.
|
|
5798
|
+
* Hautech API
|
|
5799
|
+
* OpenAPI spec version: 1.0
|
|
5800
|
+
*/
|
|
5801
|
+
type ListStacksParamsDtoOrderBy = typeof ListStacksParamsDtoOrderBy[keyof typeof ListStacksParamsDtoOrderBy];
|
|
5802
|
+
declare const ListStacksParamsDtoOrderBy: {
|
|
5803
|
+
readonly createdAt_ASC: "createdAt_ASC";
|
|
5804
|
+
readonly createdAt_DESC: "createdAt_DESC";
|
|
5805
|
+
readonly updatedAt_ASC: "updatedAt_ASC";
|
|
5806
|
+
readonly updatedAt_DESC: "updatedAt_DESC";
|
|
5807
|
+
};
|
|
5808
|
+
|
|
5809
|
+
/**
|
|
5810
|
+
* Generated by orval v7.10.0 🍺
|
|
5811
|
+
* Do not edit manually.
|
|
5812
|
+
* Hautech API
|
|
5813
|
+
* OpenAPI spec version: 1.0
|
|
5814
|
+
*/
|
|
5815
|
+
|
|
5816
|
+
interface ListStacksParamsDto {
|
|
5817
|
+
orderBy?: ListStacksParamsDtoOrderBy;
|
|
5818
|
+
limit?: number;
|
|
5819
|
+
cursor?: string;
|
|
5820
|
+
}
|
|
5821
|
+
|
|
5822
|
+
/**
|
|
5823
|
+
* Generated by orval v7.10.0 🍺
|
|
5824
|
+
* Do not edit manually.
|
|
5825
|
+
* Hautech API
|
|
5826
|
+
* OpenAPI spec version: 1.0
|
|
5827
|
+
*/
|
|
5828
|
+
type WorkflowDtoData = {
|
|
5829
|
+
[key: string]: unknown;
|
|
5830
|
+
};
|
|
5831
|
+
|
|
5832
|
+
/**
|
|
5833
|
+
* Generated by orval v7.10.0 🍺
|
|
5834
|
+
* Do not edit manually.
|
|
5835
|
+
* Hautech API
|
|
5836
|
+
* OpenAPI spec version: 1.0
|
|
5837
|
+
*/
|
|
5838
|
+
type WorkflowDtoMetadata = {
|
|
5839
|
+
[key: string]: unknown;
|
|
5840
|
+
};
|
|
5841
|
+
|
|
5842
|
+
/**
|
|
5843
|
+
* Generated by orval v7.10.0 🍺
|
|
5844
|
+
* Do not edit manually.
|
|
5845
|
+
* Hautech API
|
|
5846
|
+
* OpenAPI spec version: 1.0
|
|
5847
|
+
*/
|
|
5848
|
+
|
|
5849
|
+
interface WorkflowDto {
|
|
5850
|
+
id: string;
|
|
5851
|
+
creatorId: string;
|
|
5852
|
+
data: WorkflowDtoData;
|
|
5853
|
+
version: string;
|
|
5854
|
+
metadata: WorkflowDtoMetadata;
|
|
5855
|
+
createdAt: string;
|
|
5856
|
+
updatedAt: string;
|
|
5857
|
+
}
|
|
5858
|
+
|
|
5859
|
+
/**
|
|
5860
|
+
* Generated by orval v7.10.0 🍺
|
|
5861
|
+
* Do not edit manually.
|
|
5862
|
+
* Hautech API
|
|
5863
|
+
* OpenAPI spec version: 1.0
|
|
5864
|
+
*/
|
|
5865
|
+
|
|
5866
|
+
interface ListWorkflowsDto {
|
|
5867
|
+
data: WorkflowDto[];
|
|
5868
|
+
pageInfo: PageInfoDto;
|
|
5869
|
+
}
|
|
5870
|
+
|
|
5871
|
+
/**
|
|
5872
|
+
* Generated by orval v7.10.0 🍺
|
|
5873
|
+
* Do not edit manually.
|
|
5874
|
+
* Hautech API
|
|
5875
|
+
* OpenAPI spec version: 1.0
|
|
5876
|
+
*/
|
|
5877
|
+
type LumaPhotonV1InputAspectRatio = typeof LumaPhotonV1InputAspectRatio[keyof typeof LumaPhotonV1InputAspectRatio];
|
|
5878
|
+
declare const LumaPhotonV1InputAspectRatio: {
|
|
5879
|
+
readonly '1:1': "1:1";
|
|
5880
|
+
readonly '3:4': "3:4";
|
|
5881
|
+
readonly '4:3': "4:3";
|
|
5882
|
+
readonly '16:9': "16:9";
|
|
5883
|
+
readonly '9:16': "9:16";
|
|
5884
|
+
readonly '21:9': "21:9";
|
|
5885
|
+
readonly '9:21': "9:21";
|
|
5886
|
+
};
|
|
5887
|
+
|
|
5888
|
+
/**
|
|
5889
|
+
* Generated by orval v7.10.0 🍺
|
|
5890
|
+
* Do not edit manually.
|
|
5891
|
+
* Hautech API
|
|
5892
|
+
* OpenAPI spec version: 1.0
|
|
5893
|
+
*/
|
|
5894
|
+
|
|
5895
|
+
interface LumaPhotonV1Input {
|
|
5896
|
+
prompt: string;
|
|
5897
|
+
seed?: number;
|
|
5898
|
+
aspectRatio: LumaPhotonV1InputAspectRatio;
|
|
5899
|
+
referenceImageId?: string;
|
|
5900
|
+
/**
|
|
5901
|
+
* @minimum 0
|
|
5902
|
+
* @maximum 1
|
|
5903
|
+
*/
|
|
5904
|
+
imageReferenceWeight?: number;
|
|
5905
|
+
styleReferenceImageId?: string;
|
|
5906
|
+
/**
|
|
5907
|
+
* @minimum 0
|
|
5908
|
+
* @maximum 1
|
|
5909
|
+
*/
|
|
5910
|
+
styleReferenceWeight?: number;
|
|
5911
|
+
characterReferenceImageId?: string;
|
|
5912
|
+
}
|
|
5913
|
+
|
|
5914
|
+
/**
|
|
5915
|
+
* Generated by orval v7.10.0 🍺
|
|
5916
|
+
* Do not edit manually.
|
|
5917
|
+
* Hautech API
|
|
5918
|
+
* OpenAPI spec version: 1.0
|
|
5919
|
+
*/
|
|
5920
|
+
type LumaPhotonV1RequestMetadata = {
|
|
5921
|
+
[key: string]: unknown;
|
|
5922
|
+
};
|
|
4028
5923
|
|
|
4029
5924
|
/**
|
|
4030
5925
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4033,9 +5928,9 @@ interface StackEntity {
|
|
|
4033
5928
|
* OpenAPI spec version: 1.0
|
|
4034
5929
|
*/
|
|
4035
5930
|
|
|
4036
|
-
interface
|
|
4037
|
-
|
|
4038
|
-
|
|
5931
|
+
interface LumaPhotonV1Request {
|
|
5932
|
+
input: LumaPhotonV1Input;
|
|
5933
|
+
metadata?: LumaPhotonV1RequestMetadata;
|
|
4039
5934
|
}
|
|
4040
5935
|
|
|
4041
5936
|
/**
|
|
@@ -4044,12 +5939,9 @@ interface ListStacksDto {
|
|
|
4044
5939
|
* Hautech API
|
|
4045
5940
|
* OpenAPI spec version: 1.0
|
|
4046
5941
|
*/
|
|
4047
|
-
type
|
|
4048
|
-
declare const
|
|
4049
|
-
readonly
|
|
4050
|
-
readonly createdAt_DESC: "createdAt_DESC";
|
|
4051
|
-
readonly updatedAt_ASC: "updatedAt_ASC";
|
|
4052
|
-
readonly updatedAt_DESC: "updatedAt_DESC";
|
|
5942
|
+
type LumaPhotonV1ResponseKind = typeof LumaPhotonV1ResponseKind[keyof typeof LumaPhotonV1ResponseKind];
|
|
5943
|
+
declare const LumaPhotonV1ResponseKind: {
|
|
5944
|
+
readonly operation: "operation";
|
|
4053
5945
|
};
|
|
4054
5946
|
|
|
4055
5947
|
/**
|
|
@@ -4058,12 +5950,9 @@ declare const ListStacksParamsDtoOrderBy: {
|
|
|
4058
5950
|
* Hautech API
|
|
4059
5951
|
* OpenAPI spec version: 1.0
|
|
4060
5952
|
*/
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
limit?: number;
|
|
4065
|
-
cursor?: string;
|
|
4066
|
-
}
|
|
5953
|
+
type LumaPhotonV1ResponseInput = {
|
|
5954
|
+
[key: string]: unknown;
|
|
5955
|
+
};
|
|
4067
5956
|
|
|
4068
5957
|
/**
|
|
4069
5958
|
* Generated by orval v7.10.0 🍺
|
|
@@ -4071,8 +5960,11 @@ interface ListStacksParamsDto {
|
|
|
4071
5960
|
* Hautech API
|
|
4072
5961
|
* OpenAPI spec version: 1.0
|
|
4073
5962
|
*/
|
|
4074
|
-
type
|
|
4075
|
-
|
|
5963
|
+
type LumaPhotonV1ResponseStatus = typeof LumaPhotonV1ResponseStatus[keyof typeof LumaPhotonV1ResponseStatus];
|
|
5964
|
+
declare const LumaPhotonV1ResponseStatus: {
|
|
5965
|
+
readonly pending: "pending";
|
|
5966
|
+
readonly finished: "finished";
|
|
5967
|
+
readonly failed: "failed";
|
|
4076
5968
|
};
|
|
4077
5969
|
|
|
4078
5970
|
/**
|
|
@@ -4081,7 +5973,7 @@ type WorkflowDtoData = {
|
|
|
4081
5973
|
* Hautech API
|
|
4082
5974
|
* OpenAPI spec version: 1.0
|
|
4083
5975
|
*/
|
|
4084
|
-
type
|
|
5976
|
+
type LumaPhotonV1ResponseMetadata = {
|
|
4085
5977
|
[key: string]: unknown;
|
|
4086
5978
|
};
|
|
4087
5979
|
|
|
@@ -4092,28 +5984,20 @@ type WorkflowDtoMetadata = {
|
|
|
4092
5984
|
* OpenAPI spec version: 1.0
|
|
4093
5985
|
*/
|
|
4094
5986
|
|
|
4095
|
-
interface
|
|
5987
|
+
interface LumaPhotonV1Response {
|
|
5988
|
+
kind: LumaPhotonV1ResponseKind;
|
|
5989
|
+
output: OperationOutputImageSingle;
|
|
5990
|
+
input: LumaPhotonV1ResponseInput;
|
|
5991
|
+
status: LumaPhotonV1ResponseStatus;
|
|
5992
|
+
type: string;
|
|
5993
|
+
price?: string;
|
|
4096
5994
|
id: string;
|
|
4097
5995
|
creatorId: string;
|
|
4098
|
-
|
|
4099
|
-
version: string;
|
|
4100
|
-
metadata: WorkflowDtoMetadata;
|
|
5996
|
+
metadata: LumaPhotonV1ResponseMetadata;
|
|
4101
5997
|
createdAt: string;
|
|
4102
5998
|
updatedAt: string;
|
|
4103
5999
|
}
|
|
4104
6000
|
|
|
4105
|
-
/**
|
|
4106
|
-
* Generated by orval v7.10.0 🍺
|
|
4107
|
-
* Do not edit manually.
|
|
4108
|
-
* Hautech API
|
|
4109
|
-
* OpenAPI spec version: 1.0
|
|
4110
|
-
*/
|
|
4111
|
-
|
|
4112
|
-
interface ListWorkflowsDto {
|
|
4113
|
-
data: WorkflowDto[];
|
|
4114
|
-
pageInfo: PageInfoDto;
|
|
4115
|
-
}
|
|
4116
|
-
|
|
4117
6001
|
/**
|
|
4118
6002
|
* Generated by orval v7.10.0 🍺
|
|
4119
6003
|
* Do not edit manually.
|
|
@@ -5587,6 +7471,154 @@ interface RunWorkflowResponseDto {
|
|
|
5587
7471
|
pipelineId: string;
|
|
5588
7472
|
}
|
|
5589
7473
|
|
|
7474
|
+
/**
|
|
7475
|
+
* Generated by orval v7.10.0 🍺
|
|
7476
|
+
* Do not edit manually.
|
|
7477
|
+
* Hautech API
|
|
7478
|
+
* OpenAPI spec version: 1.0
|
|
7479
|
+
*/
|
|
7480
|
+
type Seedream3V1InputAspectRatio = typeof Seedream3V1InputAspectRatio[keyof typeof Seedream3V1InputAspectRatio];
|
|
7481
|
+
declare const Seedream3V1InputAspectRatio: {
|
|
7482
|
+
readonly custom: "custom";
|
|
7483
|
+
readonly '1:1': "1:1";
|
|
7484
|
+
readonly '3:4': "3:4";
|
|
7485
|
+
readonly '4:3': "4:3";
|
|
7486
|
+
readonly '16:9': "16:9";
|
|
7487
|
+
readonly '9:16': "9:16";
|
|
7488
|
+
readonly '2:3': "2:3";
|
|
7489
|
+
readonly '3:2': "3:2";
|
|
7490
|
+
readonly '21:9': "21:9";
|
|
7491
|
+
};
|
|
7492
|
+
|
|
7493
|
+
/**
|
|
7494
|
+
* Generated by orval v7.10.0 🍺
|
|
7495
|
+
* Do not edit manually.
|
|
7496
|
+
* Hautech API
|
|
7497
|
+
* OpenAPI spec version: 1.0
|
|
7498
|
+
*/
|
|
7499
|
+
type Seedream3V1InputSize = typeof Seedream3V1InputSize[keyof typeof Seedream3V1InputSize];
|
|
7500
|
+
declare const Seedream3V1InputSize: {
|
|
7501
|
+
readonly small: "small";
|
|
7502
|
+
readonly regular: "regular";
|
|
7503
|
+
readonly big: "big";
|
|
7504
|
+
};
|
|
7505
|
+
|
|
7506
|
+
/**
|
|
7507
|
+
* Generated by orval v7.10.0 🍺
|
|
7508
|
+
* Do not edit manually.
|
|
7509
|
+
* Hautech API
|
|
7510
|
+
* OpenAPI spec version: 1.0
|
|
7511
|
+
*/
|
|
7512
|
+
|
|
7513
|
+
interface Seedream3V1Input {
|
|
7514
|
+
prompt: string;
|
|
7515
|
+
seed?: number;
|
|
7516
|
+
aspectRatio: Seedream3V1InputAspectRatio;
|
|
7517
|
+
size: Seedream3V1InputSize;
|
|
7518
|
+
/**
|
|
7519
|
+
* @minimum 512
|
|
7520
|
+
* @maximum 2048
|
|
7521
|
+
*/
|
|
7522
|
+
width: number;
|
|
7523
|
+
/**
|
|
7524
|
+
* @minimum 512
|
|
7525
|
+
* @maximum 2048
|
|
7526
|
+
*/
|
|
7527
|
+
height: number;
|
|
7528
|
+
/**
|
|
7529
|
+
* @minimum 1
|
|
7530
|
+
* @maximum 10
|
|
7531
|
+
*/
|
|
7532
|
+
guidanceScale: number;
|
|
7533
|
+
}
|
|
7534
|
+
|
|
7535
|
+
/**
|
|
7536
|
+
* Generated by orval v7.10.0 🍺
|
|
7537
|
+
* Do not edit manually.
|
|
7538
|
+
* Hautech API
|
|
7539
|
+
* OpenAPI spec version: 1.0
|
|
7540
|
+
*/
|
|
7541
|
+
type Seedream3V1RequestMetadata = {
|
|
7542
|
+
[key: string]: unknown;
|
|
7543
|
+
};
|
|
7544
|
+
|
|
7545
|
+
/**
|
|
7546
|
+
* Generated by orval v7.10.0 🍺
|
|
7547
|
+
* Do not edit manually.
|
|
7548
|
+
* Hautech API
|
|
7549
|
+
* OpenAPI spec version: 1.0
|
|
7550
|
+
*/
|
|
7551
|
+
|
|
7552
|
+
interface Seedream3V1Request {
|
|
7553
|
+
input: Seedream3V1Input;
|
|
7554
|
+
metadata?: Seedream3V1RequestMetadata;
|
|
7555
|
+
}
|
|
7556
|
+
|
|
7557
|
+
/**
|
|
7558
|
+
* Generated by orval v7.10.0 🍺
|
|
7559
|
+
* Do not edit manually.
|
|
7560
|
+
* Hautech API
|
|
7561
|
+
* OpenAPI spec version: 1.0
|
|
7562
|
+
*/
|
|
7563
|
+
type Seedream3V1ResponseKind = typeof Seedream3V1ResponseKind[keyof typeof Seedream3V1ResponseKind];
|
|
7564
|
+
declare const Seedream3V1ResponseKind: {
|
|
7565
|
+
readonly operation: "operation";
|
|
7566
|
+
};
|
|
7567
|
+
|
|
7568
|
+
/**
|
|
7569
|
+
* Generated by orval v7.10.0 🍺
|
|
7570
|
+
* Do not edit manually.
|
|
7571
|
+
* Hautech API
|
|
7572
|
+
* OpenAPI spec version: 1.0
|
|
7573
|
+
*/
|
|
7574
|
+
type Seedream3V1ResponseInput = {
|
|
7575
|
+
[key: string]: unknown;
|
|
7576
|
+
};
|
|
7577
|
+
|
|
7578
|
+
/**
|
|
7579
|
+
* Generated by orval v7.10.0 🍺
|
|
7580
|
+
* Do not edit manually.
|
|
7581
|
+
* Hautech API
|
|
7582
|
+
* OpenAPI spec version: 1.0
|
|
7583
|
+
*/
|
|
7584
|
+
type Seedream3V1ResponseStatus = typeof Seedream3V1ResponseStatus[keyof typeof Seedream3V1ResponseStatus];
|
|
7585
|
+
declare const Seedream3V1ResponseStatus: {
|
|
7586
|
+
readonly pending: "pending";
|
|
7587
|
+
readonly finished: "finished";
|
|
7588
|
+
readonly failed: "failed";
|
|
7589
|
+
};
|
|
7590
|
+
|
|
7591
|
+
/**
|
|
7592
|
+
* Generated by orval v7.10.0 🍺
|
|
7593
|
+
* Do not edit manually.
|
|
7594
|
+
* Hautech API
|
|
7595
|
+
* OpenAPI spec version: 1.0
|
|
7596
|
+
*/
|
|
7597
|
+
type Seedream3V1ResponseMetadata = {
|
|
7598
|
+
[key: string]: unknown;
|
|
7599
|
+
};
|
|
7600
|
+
|
|
7601
|
+
/**
|
|
7602
|
+
* Generated by orval v7.10.0 🍺
|
|
7603
|
+
* Do not edit manually.
|
|
7604
|
+
* Hautech API
|
|
7605
|
+
* OpenAPI spec version: 1.0
|
|
7606
|
+
*/
|
|
7607
|
+
|
|
7608
|
+
interface Seedream3V1Response {
|
|
7609
|
+
kind: Seedream3V1ResponseKind;
|
|
7610
|
+
output: OperationOutputImageSingle;
|
|
7611
|
+
input: Seedream3V1ResponseInput;
|
|
7612
|
+
status: Seedream3V1ResponseStatus;
|
|
7613
|
+
type: string;
|
|
7614
|
+
price?: string;
|
|
7615
|
+
id: string;
|
|
7616
|
+
creatorId: string;
|
|
7617
|
+
metadata: Seedream3V1ResponseMetadata;
|
|
7618
|
+
createdAt: string;
|
|
7619
|
+
updatedAt: string;
|
|
7620
|
+
}
|
|
7621
|
+
|
|
5590
7622
|
/**
|
|
5591
7623
|
* Generated by orval v7.10.0 🍺
|
|
5592
7624
|
* Do not edit manually.
|
|
@@ -6598,6 +8630,93 @@ interface Veo3V1Input {
|
|
|
6598
8630
|
seed?: number;
|
|
6599
8631
|
}
|
|
6600
8632
|
|
|
8633
|
+
/**
|
|
8634
|
+
* Generated by orval v7.10.0 🍺
|
|
8635
|
+
* Do not edit manually.
|
|
8636
|
+
* Hautech API
|
|
8637
|
+
* OpenAPI spec version: 1.0
|
|
8638
|
+
*/
|
|
8639
|
+
type Veo3FastV1RequestMetadata = {
|
|
8640
|
+
[key: string]: unknown;
|
|
8641
|
+
};
|
|
8642
|
+
|
|
8643
|
+
/**
|
|
8644
|
+
* Generated by orval v7.10.0 🍺
|
|
8645
|
+
* Do not edit manually.
|
|
8646
|
+
* Hautech API
|
|
8647
|
+
* OpenAPI spec version: 1.0
|
|
8648
|
+
*/
|
|
8649
|
+
|
|
8650
|
+
interface Veo3FastV1Request {
|
|
8651
|
+
input: Veo3V1Input;
|
|
8652
|
+
metadata?: Veo3FastV1RequestMetadata;
|
|
8653
|
+
}
|
|
8654
|
+
|
|
8655
|
+
/**
|
|
8656
|
+
* Generated by orval v7.10.0 🍺
|
|
8657
|
+
* Do not edit manually.
|
|
8658
|
+
* Hautech API
|
|
8659
|
+
* OpenAPI spec version: 1.0
|
|
8660
|
+
*/
|
|
8661
|
+
type Veo3FastV1ResponseKind = typeof Veo3FastV1ResponseKind[keyof typeof Veo3FastV1ResponseKind];
|
|
8662
|
+
declare const Veo3FastV1ResponseKind: {
|
|
8663
|
+
readonly operation: "operation";
|
|
8664
|
+
};
|
|
8665
|
+
|
|
8666
|
+
/**
|
|
8667
|
+
* Generated by orval v7.10.0 🍺
|
|
8668
|
+
* Do not edit manually.
|
|
8669
|
+
* Hautech API
|
|
8670
|
+
* OpenAPI spec version: 1.0
|
|
8671
|
+
*/
|
|
8672
|
+
type Veo3FastV1ResponseInput = {
|
|
8673
|
+
[key: string]: unknown;
|
|
8674
|
+
};
|
|
8675
|
+
|
|
8676
|
+
/**
|
|
8677
|
+
* Generated by orval v7.10.0 🍺
|
|
8678
|
+
* Do not edit manually.
|
|
8679
|
+
* Hautech API
|
|
8680
|
+
* OpenAPI spec version: 1.0
|
|
8681
|
+
*/
|
|
8682
|
+
type Veo3FastV1ResponseStatus = typeof Veo3FastV1ResponseStatus[keyof typeof Veo3FastV1ResponseStatus];
|
|
8683
|
+
declare const Veo3FastV1ResponseStatus: {
|
|
8684
|
+
readonly pending: "pending";
|
|
8685
|
+
readonly finished: "finished";
|
|
8686
|
+
readonly failed: "failed";
|
|
8687
|
+
};
|
|
8688
|
+
|
|
8689
|
+
/**
|
|
8690
|
+
* Generated by orval v7.10.0 🍺
|
|
8691
|
+
* Do not edit manually.
|
|
8692
|
+
* Hautech API
|
|
8693
|
+
* OpenAPI spec version: 1.0
|
|
8694
|
+
*/
|
|
8695
|
+
type Veo3FastV1ResponseMetadata = {
|
|
8696
|
+
[key: string]: unknown;
|
|
8697
|
+
};
|
|
8698
|
+
|
|
8699
|
+
/**
|
|
8700
|
+
* Generated by orval v7.10.0 🍺
|
|
8701
|
+
* Do not edit manually.
|
|
8702
|
+
* Hautech API
|
|
8703
|
+
* OpenAPI spec version: 1.0
|
|
8704
|
+
*/
|
|
8705
|
+
|
|
8706
|
+
interface Veo3FastV1Response {
|
|
8707
|
+
kind: Veo3FastV1ResponseKind;
|
|
8708
|
+
output: OperationOutputVideoSingle;
|
|
8709
|
+
input: Veo3FastV1ResponseInput;
|
|
8710
|
+
status: Veo3FastV1ResponseStatus;
|
|
8711
|
+
type: string;
|
|
8712
|
+
price?: string;
|
|
8713
|
+
id: string;
|
|
8714
|
+
creatorId: string;
|
|
8715
|
+
metadata: Veo3FastV1ResponseMetadata;
|
|
8716
|
+
createdAt: string;
|
|
8717
|
+
updatedAt: string;
|
|
8718
|
+
}
|
|
8719
|
+
|
|
6601
8720
|
/**
|
|
6602
8721
|
* Generated by orval v7.10.0 🍺
|
|
6603
8722
|
* Do not edit manually.
|
|
@@ -6953,6 +9072,11 @@ declare const apiDefinitions: {
|
|
|
6953
9072
|
v1: (hauteNaomiV1Request: HauteNaomiV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<HauteNaomiV1Response, any>>;
|
|
6954
9073
|
};
|
|
6955
9074
|
};
|
|
9075
|
+
ideogram: {
|
|
9076
|
+
character: {
|
|
9077
|
+
v1: (ideogramCharacterV1Request: IdeogramCharacterV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<IdeogramCharacterV1Response, any>>;
|
|
9078
|
+
};
|
|
9079
|
+
};
|
|
6956
9080
|
inpaint: {
|
|
6957
9081
|
kate: {
|
|
6958
9082
|
v1: (inpaintKateV1Request: InpaintKateV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<InpaintKateV1Response, any>>;
|
|
@@ -6961,6 +9085,7 @@ declare const apiDefinitions: {
|
|
|
6961
9085
|
gpt: {
|
|
6962
9086
|
v1: (gptV1Request: GptV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV1Response, any>>;
|
|
6963
9087
|
v2: (gptV2Request: GptV2Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV2Response, any>>;
|
|
9088
|
+
v3: (gptV3Request: GptV3Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV3Response, any>>;
|
|
6964
9089
|
};
|
|
6965
9090
|
math: {
|
|
6966
9091
|
v1: (mathV1Request: MathV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<MathV1Response, any>>;
|
|
@@ -7168,6 +9293,7 @@ declare const pipelineDefinitions: {
|
|
|
7168
9293
|
gpt: {
|
|
7169
9294
|
v1: (gptV1Request: GptV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV1Response, any>>;
|
|
7170
9295
|
v2: (gptV2Request: GptV2Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV2Response, any>>;
|
|
9296
|
+
v3: (gptV3Request: GptV3Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<GptV3Response, any>>;
|
|
7171
9297
|
};
|
|
7172
9298
|
translate: {
|
|
7173
9299
|
v1: (translateV1Request: TranslateV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<TranslateV1Response, any>>;
|
|
@@ -7181,6 +9307,9 @@ declare const pipelineDefinitions: {
|
|
|
7181
9307
|
kate: {
|
|
7182
9308
|
v1: (imagineKateV1Request: ImagineKateV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<ImagineKateV1Response, any>>;
|
|
7183
9309
|
};
|
|
9310
|
+
flux_1_1_pro_ultra: {
|
|
9311
|
+
v1: (imagineFlux11ProUltraV1Request: ImagineFlux11ProUltraV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<ImagineFlux11ProUltraV1Response, any>>;
|
|
9312
|
+
};
|
|
7184
9313
|
};
|
|
7185
9314
|
upscale: {
|
|
7186
9315
|
v1: (upscaleV1Request: UpscaleV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<UpscaleV1Response, any>>;
|
|
@@ -7252,6 +9381,9 @@ declare const pipelineDefinitions: {
|
|
|
7252
9381
|
};
|
|
7253
9382
|
veo3: {
|
|
7254
9383
|
v1: (veo3V1Request: Veo3V1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Veo3V1Response, any>>;
|
|
9384
|
+
fast: {
|
|
9385
|
+
v1: (veo3FastV1Request: Veo3FastV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Veo3FastV1Response, any>>;
|
|
9386
|
+
};
|
|
7255
9387
|
};
|
|
7256
9388
|
pipelineMap: {
|
|
7257
9389
|
v1: (pipelineMapV1Request: PipelineMapV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<PipelineMapV1Response, any>>;
|
|
@@ -7264,6 +9396,19 @@ declare const pipelineDefinitions: {
|
|
|
7264
9396
|
v1: (topazUpscaleV1Request: TopazUpscaleV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<TopazUpscaleV1Response, any>>;
|
|
7265
9397
|
};
|
|
7266
9398
|
};
|
|
9399
|
+
ideogram: {
|
|
9400
|
+
character: {
|
|
9401
|
+
v1: (ideogramCharacterV1Request: IdeogramCharacterV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<IdeogramCharacterV1Response, any>>;
|
|
9402
|
+
};
|
|
9403
|
+
};
|
|
9404
|
+
seedream3: {
|
|
9405
|
+
v1: (seedream3V1Request: Seedream3V1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Seedream3V1Response, any>>;
|
|
9406
|
+
};
|
|
9407
|
+
luma: {
|
|
9408
|
+
photon: {
|
|
9409
|
+
v1: (lumaPhotonV1Request: LumaPhotonV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<LumaPhotonV1Response, any>>;
|
|
9410
|
+
};
|
|
9411
|
+
};
|
|
7267
9412
|
};
|
|
7268
9413
|
};
|
|
7269
9414
|
poses: {
|
|
@@ -7434,4 +9579,4 @@ declare const createTokenSigner: (options: {
|
|
|
7434
9579
|
}) => Promise<string>;
|
|
7435
9580
|
};
|
|
7436
9581
|
|
|
7437
|
-
export { type AccountEntity, AccountEntityType, AccountsControllerListAccountsV1OrderBy, type AccountsControllerListAccountsV1Params, type AddAccountToGroupControllerParamsDto, AddAccountToGroupControllerParamsDtoRole, type AddAccountToGroupParamsDto, AddAccountToGroupParamsDtoRole, type AddBalanceControllerParamsDto, type AddBalanceParamsDto, type AddItemsToCollectionControllerParamsDto, type AddItemsToCollectionParamsDto, type AddItemsToStackControllerParamsDto, type AddItemsToStackParamsDto, type AnimateCreatomateV1Input, type AnimateCreatomateV1InputTemplate, type AnimateCreatomateV1InputTemplateOneOf, type AnimateCreatomateV1Request, type AnimateCreatomateV1RequestMetadata, type AnimateCreatomateV1Response, type AnimateCreatomateV1ResponseInput, AnimateCreatomateV1ResponseKind, type AnimateCreatomateV1ResponseMetadata, AnimateCreatomateV1ResponseStatus, type AnimateKling16ProV1Input, AnimateKling16ProV1InputAspectRatio, AnimateKling16ProV1InputDuration, type AnimateKling16ProV1Request, type AnimateKling16ProV1RequestMetadata, type AnimateKling16ProV1Response, type AnimateKling16ProV1ResponseInput, AnimateKling16ProV1ResponseKind, type AnimateKling16ProV1ResponseMetadata, AnimateKling16ProV1ResponseStatus, type AnimateKling21V1Input, AnimateKling21V1InputDuration, type AnimateKling21V1Request, type AnimateKling21V1RequestMetadata, type AnimateKling21V1Response, type AnimateKling21V1ResponseInput, AnimateKling21V1ResponseKind, type AnimateKling21V1ResponseMetadata, AnimateKling21V1ResponseStatus, type ApiDefinitionTree, type AttachAccessControllerParamsDto, type AttachAccessParamsDto, type BalanceResultDto, type BaseWsEvent, type CollectionEntity, CollectionEntityKind, type CollectionEntityMetadata, CollectionsControllerListCollectionsV1OrderBy, type CollectionsControllerListCollectionsV1Params, CollectionsControllerListItemsV1Kind, CollectionsControllerListItemsV1OrderBy, type CollectionsControllerListItemsV1Params, type CompositeElement, CompositeElementBlend, CompositeElementFit, type CompositeV1Input, type CompositeV1Request, type CompositeV1RequestMetadata, type CompositeV1Response, type CompositeV1ResponseInput, CompositeV1ResponseKind, type CompositeV1ResponseMetadata, CompositeV1ResponseStatus, type ContrastV1Input, type ContrastV1Request, type ContrastV1RequestMetadata, type ContrastV1Response, type ContrastV1ResponseInput, ContrastV1ResponseKind, type ContrastV1ResponseMetadata, ContrastV1ResponseStatus, type CountPipelinesResultDto, type CreateAccountParamsDto, type CreateCollectionParamsDto, type CreateCollectionParamsDtoMetadata, type CreateImageParamsDto, type CreatePipelineParamsDto, type CreatePipelineParamsDtoMetadata, type CreatePipelineParamsDtoOutputRef, type CreatePipelineParamsDtoPipelineInput, type CreatePipelineParamsDtoState, type CreatePipelineTaskDto, type CreatePipelineTaskDtoArgsItem, type CreatePipelineTaskDtoArgsItemOneOf, type CreateStackParamsDto, type CreateStackParamsDtoMetadata, type CreateStorageRecordParamsDto, type CreateStorageRecordParamsDtoValue, type CreateStorageRecordParamsDtoValueOneOf, type CreateVideoParamsDto, type CreateWorkflowParamsDto, type CreateWorkflowParamsDtoData, type CreateWorkflowParamsDtoMetadata, type CropV1Input, type CropV1Request, type CropV1RequestMetadata, type CropV1Response, type CropV1ResponseInput, CropV1ResponseKind, type CropV1ResponseMetadata, CropV1ResponseStatus, type CutV1Input, type CutV1Request, type CutV1RequestMetadata, type CutV1Response, type CutV1ResponseInput, CutV1ResponseKind, type CutV1ResponseMetadata, CutV1ResponseStatus, type Decimal, type DeepWrap, type DeleteParamsDto, type DeleteStorageParamsDto, type DetachAccessControllerParamsDto, type EchoV1Input, type EchoV1Request, type EchoV1RequestMetadata, type EchoV1Response, type EchoV1ResponseInput, EchoV1ResponseKind, type EchoV1ResponseMetadata, EchoV1ResponseStatus, type EditFluxKontextDevV1Input, type EditFluxKontextDevV1Request, type EditFluxKontextDevV1RequestMetadata, type EditFluxKontextDevV1Response, type EditFluxKontextDevV1ResponseInput, EditFluxKontextDevV1ResponseKind, type EditFluxKontextDevV1ResponseMetadata, EditFluxKontextDevV1ResponseStatus, type GPTV1Input, GPTV1InputModel, type GPTV2AssistantMessageDto, GPTV2AssistantMessageDtoRole, type GPTV2DeveloperMessageDto, GPTV2DeveloperMessageDtoRole, type GPTV2Input, type GPTV2InputMessagesItem, GPTV2InputModel, type GPTV2InputResponseFormat, type GPTV2MessageToolCallDto, type GPTV2MessageToolCallDtoFunction, GPTV2MessageToolCallDtoType, type GPTV2ResponseFormatJsonSchemaDetailsDto, type GPTV2ResponseFormatJsonSchemaDetailsDtoSchema, type GPTV2ResponseFormatJsonSchemaDto, GPTV2ResponseFormatJsonSchemaDtoType, type GPTV2ResponseFormatTextOrObjectDto, GPTV2ResponseFormatTextOrObjectDtoType, type GPTV2SystemMessageDto, GPTV2SystemMessageDtoRole, type GPTV2ToolChoiceDto, GPTV2ToolChoiceDtoType, type GPTV2ToolChoiceFunctionDto, type GPTV2ToolDto, GPTV2ToolDtoType, type GPTV2ToolFunctionDto, type GPTV2ToolFunctionDtoParameters, type GPTV2ToolMessageDto, GPTV2ToolMessageDtoRole, type GPTV2UserMessageDto, GPTV2UserMessageDtoRole, type GetAccountParamsDto, type GetBalanceParamsDto, type GetCollectionParamsDto, type GetGroupParamsDto, type GetImageParamsDto, type GetImageRepresentationParamsDto, GetImageRepresentationParamsDtoType, type GetOperationParamsDto, type GetOperationsParamsDto, type GetPoseParamsDto, type GetStackParamsDto, type GetStorageRecordParamsDto, type GetUrlsForImagesParamsDto, type GetVideoParamsDto, type GetVideosParamsDto, type GiseleVtonV1Input, GiseleVtonV1InputCategory, type GptV1Request, type GptV1RequestMetadata, type GptV1Response, type GptV1ResponseInput, GptV1ResponseKind, type GptV1ResponseMetadata, GptV1ResponseStatus, type GptV2Request, type GptV2RequestMetadata, type GptV2Response, type GptV2ResponseInput, GptV2ResponseKind, type GptV2ResponseMetadata, GptV2ResponseStatus, type GrantAccessControllerParams, GrantAccessControllerParamsAccess, GrantAccessControllerParamsPrincipalType, type GroupEntity, type HauteLindaV1Request, type HauteLindaV1RequestMetadata, type HauteLindaV1Response, type HauteLindaV1ResponseInput, HauteLindaV1ResponseKind, type HauteLindaV1ResponseMetadata, HauteLindaV1ResponseStatus, type HauteNaomiV1Request, type HauteNaomiV1RequestMetadata, type HauteNaomiV1Response, type HauteNaomiV1ResponseInput, HauteNaomiV1ResponseKind, type HauteNaomiV1ResponseMetadata, HauteNaomiV1ResponseStatus, type ImageEntity, ImageEntityKind, type ImageEntityMetadata, type ImageRepresentationResponseDto, type ImageUrlResponseDto, type Imagen4Input, Imagen4InputAspectRatio, Imagen4InputSafetyFilterLevel, type Imagen4V1Request, type Imagen4V1RequestMetadata, type Imagen4V1Response, type Imagen4V1ResponseInput, Imagen4V1ResponseKind, type Imagen4V1ResponseMetadata, Imagen4V1ResponseStatus, type ImagineKateV1Request, type ImagineKateV1RequestMetadata, type ImagineKateV1Response, type ImagineKateV1ResponseInput, ImagineKateV1ResponseKind, type ImagineKateV1ResponseMetadata, ImagineKateV1ResponseStatus, type InitializeImageUploadResultDto, type InpaintKateV1Request, type InpaintKateV1RequestMetadata, type InpaintKateV1Response, type InpaintKateV1ResponseInput, InpaintKateV1ResponseKind, type InpaintKateV1ResponseMetadata, InpaintKateV1ResponseStatus, type KateImagineV1Input, KateImagineV1InputAspectRatio, type KateInpaintV1Input, KateInpaintV1InputBranch, type LindaHauteV1Input, LindaHauteV1InputAspectRatio, type ListAccessControllerAttachmentsDto, type ListAccessControllerDto, type ListAccessControllerGrantsDto, ListAccessControllerGrantsDtoAccess, type ListAccountsDto, type ListAccountsParamsDto, ListAccountsParamsDtoOrderBy, type ListCollectionItemsDto, type ListCollectionItemsParamsDto, ListCollectionItemsParamsDtoKind, ListCollectionItemsParamsDtoOrderBy, type ListCollectionsDto, type ListCollectionsParamsDto, ListCollectionsParamsDtoOrderBy, type ListOperationsDto, type ListOperationsParamsDto, ListOperationsParamsDtoOrderBy, type ListPipelinesDto, type ListPosesDto, type ListPosesParamsDto, ListPosesParamsDtoOrderBy, type ListStacksDto, type ListStacksParamsDto, ListStacksParamsDtoOrderBy, type ListWorkflowsDto, type MathV1Input, type MathV1InputInput, type MathV1Request, type MathV1RequestMetadata, type MathV1Response, type MathV1ResponseInput, MathV1ResponseKind, type MathV1ResponseMetadata, MathV1ResponseStatus, type MethodsPermissions, type ModifyAccessParamsDto, ModifyAccessParamsDtoAccess, ModifyAccessParamsDtoPrincipalType, type NaomiHauteV1Input, NaomiHauteV1InputMode, type NegateImageV1Input, type NegateImageV1Request, type NegateImageV1RequestMetadata, type NegateImageV1Response, type NegateImageV1ResponseInput, NegateImageV1ResponseKind, type NegateImageV1ResponseMetadata, NegateImageV1ResponseStatus, type NoiseV1Input, type NoiseV1Request, type NoiseV1RequestMetadata, type NoiseV1Response, type NoiseV1ResponseInput, NoiseV1ResponseKind, type NoiseV1ResponseMetadata, NoiseV1ResponseStatus, type ObjectDetectionV1Input, type ObjectDetectionV1Output, ObjectDetectionV1OutputKind, type ObjectDetectionV1Request, type ObjectDetectionV1RequestMetadata, type ObjectDetectionV1Response, type ObjectDetectionV1ResponseInput, ObjectDetectionV1ResponseKind, type ObjectDetectionV1ResponseMetadata, ObjectDetectionV1ResponseStatus, type OneCompilerV1Input, type OneCompilerV1InputInput, OneCompilerV1InputLanguage, type OnecompilerV1Output, type OnecompilerV1OutputData, type OnecompilerV1OutputDataResult, type OnecompilerV1OutputDataResultOneOf, OnecompilerV1OutputKind, type OnecompilerV1Request, type OnecompilerV1RequestMetadata, type OnecompilerV1Response, type OnecompilerV1ResponseInput, OnecompilerV1ResponseKind, type OnecompilerV1ResponseMetadata, OnecompilerV1ResponseStatus, type OperationEntity, type OperationEntityInput, OperationEntityKind, type OperationEntityMetadata, type OperationEntityOutput, OperationEntityStatus, type OperationOutputImageMultiple, OperationOutputImageMultipleKind, type OperationOutputImageSingle, OperationOutputImageSingleKind, type OperationOutputJSON, type OperationOutputJSONData, type OperationOutputJSONDataOneOf, OperationOutputJSONKind, type OperationOutputTextSingle, OperationOutputTextSingleKind, type OperationOutputVideoSingle, OperationOutputVideoSingleKind, OperationsControllerListOperationsV1OrderBy, type OperationsControllerListOperationsV1Params, type PageInfoDto, type PipelineDto, type PipelineDtoInput, PipelineDtoKind, type PipelineDtoMetadata, type PipelineDtoOutput, type PipelineDtoState, type PipelineDtoStateOutput, PipelineDtoStateStatus, PipelineDtoStatus, type PipelineMapV1Input, type PipelineMapV1InputInputItem, type PipelineMapV1Request, type PipelineMapV1RequestMetadata, type PipelineMapV1Response, type PipelineMapV1ResponseInput, PipelineMapV1ResponseKind, type PipelineMapV1ResponseMetadata, PipelineMapV1ResponseStatus, type PipelinePreviewDto, PipelinePreviewDtoKind, type PipelinePreviewDtoMetadata, PipelinePreviewDtoStatus, type PipelineSDK, type PipelinesControllerCountPipelinesV1Params, PipelinesControllerCountPipelinesV1Status, PipelinesControllerListPipelinesV1OrderBy, type PipelinesControllerListPipelinesV1Params, PipelinesControllerListPipelinesV1Status, type PoseEntity, PoseEntityKind, type PoseEntityMetadata, type PoseEstimationV1Input, type PoseEstimationV1Output, type PoseEstimationV1OutputData, PoseEstimationV1OutputKind, type PoseEstimationV1Request, type PoseEstimationV1RequestMetadata, type PoseEstimationV1Response, type PoseEstimationV1ResponseInput, PoseEstimationV1ResponseKind, type PoseEstimationV1ResponseMetadata, PoseEstimationV1ResponseStatus, PosesControllerListPosesV1OrderBy, type PosesControllerListPosesV1Params, type RemoveAccountFromGroupControllerParamsDto, RemoveAccountFromGroupControllerParamsDtoRole, type RemoveAccountFromGroupParamsDto, RemoveAccountFromGroupParamsDtoRole, type RemoveItemsFromCollectionControllerParamsDto, type RemoveItemsFromCollectionParamsDto, type RemoveItemsFromStackParamsDto, type ResizeV1Input, type ResizeV1Request, type ResizeV1RequestMetadata, type ResizeV1Response, type ResizeV1ResponseInput, ResizeV1ResponseKind, type ResizeV1ResponseMetadata, ResizeV1ResponseStatus, type ResourceEntity, ResourceEntityKind, type ResourceEntityMetadata, type RevokeAccessControllerParamsDto, RevokeAccessControllerParamsDtoAccess, RevokeAccessControllerParamsDtoPrincipalType, type RunWorkflowParamsDto, type RunWorkflowParamsDtoInput, type RunWorkflowParamsDtoMetadata, type RunWorkflowResponseDto, type SDK, type SDKOptions, type SegmentAnythingEmbeddingsV1Input, type SegmentAnythingEmbeddingsV1Request, type SegmentAnythingEmbeddingsV1RequestMetadata, type SegmentAnythingEmbeddingsV1Response, type SegmentAnythingEmbeddingsV1ResponseInput, SegmentAnythingEmbeddingsV1ResponseKind, type SegmentAnythingEmbeddingsV1ResponseMetadata, SegmentAnythingEmbeddingsV1ResponseStatus, type SegmentAnythingMaskV1Input, type SegmentAnythingMaskV1Request, type SegmentAnythingMaskV1RequestMetadata, type SegmentAnythingMaskV1Response, type SegmentAnythingMaskV1ResponseInput, SegmentAnythingMaskV1ResponseKind, type SegmentAnythingMaskV1ResponseMetadata, SegmentAnythingMaskV1ResponseStatus, type SelfAccountDto, type SelfAccountDtoPermissions, SelfAccountDtoType, type SetPosePreviewControllerParamsDto, type SetPosePreviewDto, type StackEntity, type StackEntityItemsItem, StackEntityKind, type StackEntityMetadata, StacksControllerListStacksV1OrderBy, type StacksControllerListStacksV1Params, type StorageEntity, StorageEntityKind, type StorageEntityMetadata, type StorageEntityValue, type StorageRecordsResultDto, type StorageRecordsResultDtoValue, type StorageRecordsResultDtoValueOneOf, type StringsTemplateV1Input, type StringsTemplateV1Request, type StringsTemplateV1RequestMetadata, type StringsTemplateV1Response, type StringsTemplateV1ResponseInput, StringsTemplateV1ResponseKind, type StringsTemplateV1ResponseMetadata, StringsTemplateV1ResponseStatus, type SupportFile, type TaskDto, type TaskDtoArgsItem, type TaskDtoArgsItemOneOf, type TopazUpscaleV1Input, TopazUpscaleV1InputEnhanceModel, TopazUpscaleV1InputSubjectDetection, TopazUpscaleV1InputUpscaleFactor, type TopazUpscaleV1Request, type TopazUpscaleV1RequestMetadata, type TopazUpscaleV1Response, type TopazUpscaleV1ResponseInput, TopazUpscaleV1ResponseKind, type TopazUpscaleV1ResponseMetadata, TopazUpscaleV1ResponseStatus, type TranslateV1Input, type TranslateV1Output, type TranslateV1OutputData, TranslateV1OutputKind, type TranslateV1Request, type TranslateV1RequestMetadata, type TranslateV1Response, type TranslateV1ResponseInput, TranslateV1ResponseKind, type TranslateV1ResponseMetadata, TranslateV1ResponseStatus, type UpdateAccountControllerParamsDto, type UpdateAccountParamsDto, type UpdateMetadataDto, type UpdateMetadataDtoOverwrite, type UpdateResourceMetadataDto, type UpdateStorageRecordParamsDto, type UpdateStorageRecordParamsDtoValue, type UpdateStorageRecordParamsDtoValueOneOf, type UpdateWorkflowParamsDto, type UpdateWorkflowParamsDtoData, type UpdateWorkflowParamsDtoMetadata, type UpscaleV1Input, type UpscaleV1Request, type UpscaleV1RequestMetadata, type UpscaleV1Response, type UpscaleV1ResponseInput, UpscaleV1ResponseKind, type UpscaleV1ResponseMetadata, UpscaleV1ResponseStatus, type VariableDto, type Veo3V1Input, Veo3V1InputResolution, type Veo3V1Request, type Veo3V1RequestMetadata, type Veo3V1Response, type Veo3V1ResponseInput, Veo3V1ResponseKind, type Veo3V1ResponseMetadata, Veo3V1ResponseStatus, type VideoEntity, VideoEntityKind, type VideoEntityMetadata, type VideoUrlResponseDto, type VideosControllerGetVideosV1Params, type VtonGiseleV1Request, type VtonGiseleV1RequestMetadata, type VtonGiseleV1Response, type VtonGiseleV1ResponseInput, VtonGiseleV1ResponseKind, type VtonGiseleV1ResponseMetadata, VtonGiseleV1ResponseStatus, type WaitOperationParamsDto, type WorkflowDto, type WorkflowDtoData, type WorkflowDtoMetadata, WorkflowsControllerListWorkflowsV1OrderBy, type WorkflowsControllerListWorkflowsV1Params, type WsEventMap, createSDK, createTokenSigner };
|
|
9582
|
+
export { type AccountEntity, AccountEntityType, AccountsControllerListAccountsV1OrderBy, type AccountsControllerListAccountsV1Params, type AddAccountToGroupControllerParamsDto, AddAccountToGroupControllerParamsDtoRole, type AddAccountToGroupParamsDto, AddAccountToGroupParamsDtoRole, type AddBalanceControllerParamsDto, type AddBalanceParamsDto, type AddItemsToCollectionControllerParamsDto, type AddItemsToCollectionParamsDto, type AddItemsToStackControllerParamsDto, type AddItemsToStackParamsDto, type AnimateCreatomateV1Input, type AnimateCreatomateV1InputTemplate, type AnimateCreatomateV1InputTemplateOneOf, type AnimateCreatomateV1Request, type AnimateCreatomateV1RequestMetadata, type AnimateCreatomateV1Response, type AnimateCreatomateV1ResponseInput, AnimateCreatomateV1ResponseKind, type AnimateCreatomateV1ResponseMetadata, AnimateCreatomateV1ResponseStatus, type AnimateKling16ProV1Input, AnimateKling16ProV1InputAspectRatio, AnimateKling16ProV1InputDuration, type AnimateKling16ProV1Request, type AnimateKling16ProV1RequestMetadata, type AnimateKling16ProV1Response, type AnimateKling16ProV1ResponseInput, AnimateKling16ProV1ResponseKind, type AnimateKling16ProV1ResponseMetadata, AnimateKling16ProV1ResponseStatus, type AnimateKling21V1Input, AnimateKling21V1InputDuration, type AnimateKling21V1Request, type AnimateKling21V1RequestMetadata, type AnimateKling21V1Response, type AnimateKling21V1ResponseInput, AnimateKling21V1ResponseKind, type AnimateKling21V1ResponseMetadata, AnimateKling21V1ResponseStatus, type ApiDefinitionTree, type AttachAccessControllerParamsDto, type AttachAccessParamsDto, type BalanceResultDto, type BaseWsEvent, type CollectionEntity, CollectionEntityKind, type CollectionEntityMetadata, CollectionsControllerListCollectionsV1OrderBy, type CollectionsControllerListCollectionsV1Params, CollectionsControllerListItemsV1Kind, CollectionsControllerListItemsV1OrderBy, type CollectionsControllerListItemsV1Params, type CompositeElement, CompositeElementBlend, CompositeElementFit, type CompositeV1Input, type CompositeV1Request, type CompositeV1RequestMetadata, type CompositeV1Response, type CompositeV1ResponseInput, CompositeV1ResponseKind, type CompositeV1ResponseMetadata, CompositeV1ResponseStatus, type ContrastV1Input, type ContrastV1Request, type ContrastV1RequestMetadata, type ContrastV1Response, type ContrastV1ResponseInput, ContrastV1ResponseKind, type ContrastV1ResponseMetadata, ContrastV1ResponseStatus, type CountPipelinesResultDto, type CreateAccountParamsDto, type CreateCollectionParamsDto, type CreateCollectionParamsDtoMetadata, type CreateImageParamsDto, type CreatePipelineParamsDto, type CreatePipelineParamsDtoMetadata, type CreatePipelineParamsDtoOutputRef, type CreatePipelineParamsDtoPipelineInput, type CreatePipelineParamsDtoState, type CreatePipelineTaskDto, type CreatePipelineTaskDtoArgsItem, type CreatePipelineTaskDtoArgsItemOneOf, type CreateStackParamsDto, type CreateStackParamsDtoMetadata, type CreateStorageRecordParamsDto, type CreateStorageRecordParamsDtoValue, type CreateStorageRecordParamsDtoValueOneOf, type CreateVideoParamsDto, type CreateWorkflowParamsDto, type CreateWorkflowParamsDtoData, type CreateWorkflowParamsDtoMetadata, type CropV1Input, type CropV1Request, type CropV1RequestMetadata, type CropV1Response, type CropV1ResponseInput, CropV1ResponseKind, type CropV1ResponseMetadata, CropV1ResponseStatus, type CutV1Input, type CutV1Request, type CutV1RequestMetadata, type CutV1Response, type CutV1ResponseInput, CutV1ResponseKind, type CutV1ResponseMetadata, CutV1ResponseStatus, type Decimal, type DeepWrap, type DeleteParamsDto, type DeleteStorageParamsDto, type DetachAccessControllerParamsDto, type EchoV1Input, type EchoV1Request, type EchoV1RequestMetadata, type EchoV1Response, type EchoV1ResponseInput, EchoV1ResponseKind, type EchoV1ResponseMetadata, EchoV1ResponseStatus, type EditFluxKontextDevV1Input, type EditFluxKontextDevV1Request, type EditFluxKontextDevV1RequestMetadata, type EditFluxKontextDevV1Response, type EditFluxKontextDevV1ResponseInput, EditFluxKontextDevV1ResponseKind, type EditFluxKontextDevV1ResponseMetadata, EditFluxKontextDevV1ResponseStatus, type Flux11ProUltraV1Input, type Flux11ProUltraV1Request, type Flux11ProUltraV1RequestMetadata, type Flux11ProUltraV1Response, type Flux11ProUltraV1ResponseInput, Flux11ProUltraV1ResponseKind, type Flux11ProUltraV1ResponseMetadata, Flux11ProUltraV1ResponseStatus, type GPTV1Input, GPTV1InputModel, type GPTV2AssistantMessageDto, GPTV2AssistantMessageDtoRole, type GPTV2DeveloperMessageDto, GPTV2DeveloperMessageDtoRole, type GPTV2Input, type GPTV2InputMessagesItem, GPTV2InputModel, type GPTV2InputResponseFormat, type GPTV2MessageToolCallDto, type GPTV2MessageToolCallDtoFunction, GPTV2MessageToolCallDtoType, type GPTV2ResponseFormatJsonSchemaDetailsDto, type GPTV2ResponseFormatJsonSchemaDetailsDtoSchema, type GPTV2ResponseFormatJsonSchemaDto, GPTV2ResponseFormatJsonSchemaDtoType, type GPTV2ResponseFormatTextOrObjectDto, GPTV2ResponseFormatTextOrObjectDtoType, type GPTV2SystemMessageDto, GPTV2SystemMessageDtoRole, type GPTV2ToolChoiceDto, GPTV2ToolChoiceDtoType, type GPTV2ToolChoiceFunctionDto, type GPTV2ToolDto, GPTV2ToolDtoType, type GPTV2ToolFunctionDto, type GPTV2ToolFunctionDtoParameters, type GPTV2ToolMessageDto, GPTV2ToolMessageDtoRole, type GPTV2UserMessageDto, GPTV2UserMessageDtoRole, type GPTV3AnnotationDto, GPTV3AnnotationDtoType, type GPTV3AssistantMessageDto, type GPTV3AssistantMessageDtoContent, type GPTV3AssistantMessageDtoContentOneOfItem, GPTV3AssistantMessageDtoRole, GPTV3AssistantMessageDtoType, type GPTV3ContentWithAnnotationsDto, GPTV3ContentWithAnnotationsDtoType, type GPTV3DeveloperMessageDto, type GPTV3DeveloperMessageDtoContent, type GPTV3DeveloperMessageDtoContentOneOfItem, GPTV3DeveloperMessageDtoRole, GPTV3DeveloperMessageDtoType, type GPTV3FileSearchCallDetailsDto, type GPTV3FileSearchCallDetailsDtoFilters, type GPTV3FileSearchCallDetailsDtoRanking, type GPTV3FileSearchCallDto, GPTV3FileSearchCallDtoType, type GPTV3FileSearchFileDto, type GPTV3FileSearchResultDto, type GPTV3FileSearchResultDtoSearchResults, GPTV3FileSearchResultDtoStatus, GPTV3FileSearchResultDtoType, type GPTV3FileSearchResultsDto, type GPTV3FileSearchToolDto, type GPTV3FileSearchToolDtoFilters, type GPTV3FileSearchToolDtoRanking, GPTV3FileSearchToolDtoType, type GPTV3FunctionCallDetailsDto, type GPTV3FunctionCallDto, GPTV3FunctionCallDtoType, type GPTV3FunctionToolDto, type GPTV3FunctionToolDtoParameters, GPTV3FunctionToolDtoType, type GPTV3ImageGenerationCallDto, GPTV3ImageGenerationCallDtoType, type GPTV3ImageGenerationResultDto, type GPTV3ImageGenerationResultDtoMetadata, GPTV3ImageGenerationResultDtoStatus, GPTV3ImageGenerationResultDtoType, type GPTV3ImageGenerationResultsDto, type GPTV3ImageGenerationToolDto, GPTV3ImageGenerationToolDtoQuality, GPTV3ImageGenerationToolDtoSize, GPTV3ImageGenerationToolDtoType, type GPTV3ImageInputDto, GPTV3ImageInputDtoDetail, GPTV3ImageInputDtoType, type GPTV3Input, type GPTV3InputInput, GPTV3InputModel, type GPTV3MessageContentDto, GPTV3MessageContentDtoRole, GPTV3MessageContentDtoType, type GPTV3ResponseDto, type GPTV3ResponseDtoContent, GPTV3ResponseDtoFinishReason, GPTV3ResponseDtoRole, type GPTV3ResponseFormatJsonSchemaDto, type GPTV3ResponseFormatJsonSchemaDtoSchema, GPTV3ResponseFormatJsonSchemaDtoType, type GPTV3ResponseFormatTextDto, GPTV3ResponseFormatTextDtoType, type GPTV3SystemMessageDto, type GPTV3SystemMessageDtoContent, type GPTV3SystemMessageDtoContentOneOfItem, GPTV3SystemMessageDtoRole, GPTV3SystemMessageDtoType, type GPTV3TextConfigDto, type GPTV3TextConfigDtoFormat, type GPTV3TextInputDto, GPTV3TextInputDtoType, type GPTV3ToolChoiceDto, GPTV3ToolChoiceDtoType, type GPTV3ToolChoiceFunctionDto, type GPTV3ToolDto, GPTV3ToolDtoType, type GPTV3UserMessageDto, type GPTV3UserMessageDtoContent, type GPTV3UserMessageDtoContentOneOfItem, GPTV3UserMessageDtoRole, GPTV3UserMessageDtoType, type GPTV3WebSearchCallDto, GPTV3WebSearchCallDtoType, type GPTV3WebSearchResultDto, GPTV3WebSearchResultDtoStatus, GPTV3WebSearchResultDtoType, type GPTV3WebSearchToolDto, GPTV3WebSearchToolDtoSearchContextSize, GPTV3WebSearchToolDtoType, type GetAccountParamsDto, type GetBalanceParamsDto, type GetCollectionParamsDto, type GetGroupParamsDto, type GetImageParamsDto, type GetImageRepresentationParamsDto, GetImageRepresentationParamsDtoType, type GetOperationParamsDto, type GetOperationsParamsDto, type GetPoseParamsDto, type GetStackParamsDto, type GetStorageRecordParamsDto, type GetUrlsForImagesParamsDto, type GetVideoParamsDto, type GetVideosParamsDto, type GiseleVtonV1Input, GiseleVtonV1InputCategory, type GptV1Request, type GptV1RequestMetadata, type GptV1Response, type GptV1ResponseInput, GptV1ResponseKind, type GptV1ResponseMetadata, GptV1ResponseStatus, type GptV2Request, type GptV2RequestMetadata, type GptV2Response, type GptV2ResponseInput, GptV2ResponseKind, type GptV2ResponseMetadata, GptV2ResponseStatus, type GptV3Request, type GptV3RequestMetadata, type GptV3Response, type GptV3ResponseInput, GptV3ResponseKind, type GptV3ResponseMetadata, GptV3ResponseStatus, type GrantAccessControllerParams, GrantAccessControllerParamsAccess, GrantAccessControllerParamsPrincipalType, type GroupEntity, type HauteLindaV1Request, type HauteLindaV1RequestMetadata, type HauteLindaV1Response, type HauteLindaV1ResponseInput, HauteLindaV1ResponseKind, type HauteLindaV1ResponseMetadata, HauteLindaV1ResponseStatus, type HauteNaomiV1Request, type HauteNaomiV1RequestMetadata, type HauteNaomiV1Response, type HauteNaomiV1ResponseInput, HauteNaomiV1ResponseKind, type HauteNaomiV1ResponseMetadata, HauteNaomiV1ResponseStatus, type IdeogramCharacterV1Input, type IdeogramCharacterV1Request, type IdeogramCharacterV1RequestMetadata, type IdeogramCharacterV1Response, type IdeogramCharacterV1ResponseInput, IdeogramCharacterV1ResponseKind, type IdeogramCharacterV1ResponseMetadata, IdeogramCharacterV1ResponseStatus, type ImageEntity, ImageEntityKind, type ImageEntityMetadata, type ImageRepresentationResponseDto, type ImageUrlResponseDto, type Imagen4Input, Imagen4InputAspectRatio, Imagen4InputSafetyFilterLevel, type Imagen4V1Request, type Imagen4V1RequestMetadata, type Imagen4V1Response, type Imagen4V1ResponseInput, Imagen4V1ResponseKind, type Imagen4V1ResponseMetadata, Imagen4V1ResponseStatus, type ImagineFlux11ProUltraV1Request, type ImagineFlux11ProUltraV1RequestMetadata, type ImagineFlux11ProUltraV1Response, type ImagineFlux11ProUltraV1ResponseInput, ImagineFlux11ProUltraV1ResponseKind, type ImagineFlux11ProUltraV1ResponseMetadata, ImagineFlux11ProUltraV1ResponseStatus, type ImagineKateV1Request, type ImagineKateV1RequestMetadata, type ImagineKateV1Response, type ImagineKateV1ResponseInput, ImagineKateV1ResponseKind, type ImagineKateV1ResponseMetadata, ImagineKateV1ResponseStatus, type InitializeImageUploadResultDto, type InpaintKateV1Request, type InpaintKateV1RequestMetadata, type InpaintKateV1Response, type InpaintKateV1ResponseInput, InpaintKateV1ResponseKind, type InpaintKateV1ResponseMetadata, InpaintKateV1ResponseStatus, type KateImagineV1Input, KateImagineV1InputAspectRatio, type KateInpaintV1Input, KateInpaintV1InputBranch, type LindaHauteV1Input, LindaHauteV1InputAspectRatio, type ListAccessControllerAttachmentsDto, type ListAccessControllerDto, type ListAccessControllerGrantsDto, ListAccessControllerGrantsDtoAccess, type ListAccountsDto, type ListAccountsParamsDto, ListAccountsParamsDtoOrderBy, type ListCollectionItemsDto, type ListCollectionItemsParamsDto, ListCollectionItemsParamsDtoKind, ListCollectionItemsParamsDtoOrderBy, type ListCollectionsDto, type ListCollectionsParamsDto, ListCollectionsParamsDtoOrderBy, type ListOperationsDto, type ListOperationsParamsDto, ListOperationsParamsDtoOrderBy, type ListPipelinesDto, type ListPosesDto, type ListPosesParamsDto, ListPosesParamsDtoOrderBy, type ListStacksDto, type ListStacksParamsDto, ListStacksParamsDtoOrderBy, type ListWorkflowsDto, type LumaPhotonV1Input, LumaPhotonV1InputAspectRatio, type LumaPhotonV1Request, type LumaPhotonV1RequestMetadata, type LumaPhotonV1Response, type LumaPhotonV1ResponseInput, LumaPhotonV1ResponseKind, type LumaPhotonV1ResponseMetadata, LumaPhotonV1ResponseStatus, type MathV1Input, type MathV1InputInput, type MathV1Request, type MathV1RequestMetadata, type MathV1Response, type MathV1ResponseInput, MathV1ResponseKind, type MathV1ResponseMetadata, MathV1ResponseStatus, type MethodsPermissions, type ModifyAccessParamsDto, ModifyAccessParamsDtoAccess, ModifyAccessParamsDtoPrincipalType, type NaomiHauteV1Input, NaomiHauteV1InputMode, type NegateImageV1Input, type NegateImageV1Request, type NegateImageV1RequestMetadata, type NegateImageV1Response, type NegateImageV1ResponseInput, NegateImageV1ResponseKind, type NegateImageV1ResponseMetadata, NegateImageV1ResponseStatus, type NoiseV1Input, type NoiseV1Request, type NoiseV1RequestMetadata, type NoiseV1Response, type NoiseV1ResponseInput, NoiseV1ResponseKind, type NoiseV1ResponseMetadata, NoiseV1ResponseStatus, type ObjectDetectionV1Input, type ObjectDetectionV1Output, ObjectDetectionV1OutputKind, type ObjectDetectionV1Request, type ObjectDetectionV1RequestMetadata, type ObjectDetectionV1Response, type ObjectDetectionV1ResponseInput, ObjectDetectionV1ResponseKind, type ObjectDetectionV1ResponseMetadata, ObjectDetectionV1ResponseStatus, type OneCompilerV1Input, type OneCompilerV1InputInput, OneCompilerV1InputLanguage, type OnecompilerV1Output, type OnecompilerV1OutputData, type OnecompilerV1OutputDataResult, type OnecompilerV1OutputDataResultOneOf, OnecompilerV1OutputKind, type OnecompilerV1Request, type OnecompilerV1RequestMetadata, type OnecompilerV1Response, type OnecompilerV1ResponseInput, OnecompilerV1ResponseKind, type OnecompilerV1ResponseMetadata, OnecompilerV1ResponseStatus, type OperationEntity, type OperationEntityInput, OperationEntityKind, type OperationEntityMetadata, type OperationEntityOutput, OperationEntityStatus, type OperationOutputImageMultiple, OperationOutputImageMultipleKind, type OperationOutputImageSingle, OperationOutputImageSingleKind, type OperationOutputJSON, type OperationOutputJSONData, type OperationOutputJSONDataOneOf, OperationOutputJSONKind, type OperationOutputTextSingle, OperationOutputTextSingleKind, type OperationOutputVideoSingle, OperationOutputVideoSingleKind, OperationsControllerListOperationsV1OrderBy, type OperationsControllerListOperationsV1Params, type PageInfoDto, type PipelineDto, type PipelineDtoInput, PipelineDtoKind, type PipelineDtoMetadata, type PipelineDtoOutput, type PipelineDtoState, type PipelineDtoStateOutput, PipelineDtoStateStatus, PipelineDtoStatus, type PipelineMapV1Input, type PipelineMapV1InputInputItem, type PipelineMapV1Request, type PipelineMapV1RequestMetadata, type PipelineMapV1Response, type PipelineMapV1ResponseInput, PipelineMapV1ResponseKind, type PipelineMapV1ResponseMetadata, PipelineMapV1ResponseStatus, type PipelinePreviewDto, PipelinePreviewDtoKind, type PipelinePreviewDtoMetadata, PipelinePreviewDtoStatus, type PipelineSDK, type PipelinesControllerCountPipelinesV1Params, PipelinesControllerCountPipelinesV1Status, PipelinesControllerListPipelinesV1OrderBy, type PipelinesControllerListPipelinesV1Params, PipelinesControllerListPipelinesV1Status, type PoseEntity, PoseEntityKind, type PoseEntityMetadata, type PoseEstimationV1Input, type PoseEstimationV1Output, type PoseEstimationV1OutputData, PoseEstimationV1OutputKind, type PoseEstimationV1Request, type PoseEstimationV1RequestMetadata, type PoseEstimationV1Response, type PoseEstimationV1ResponseInput, PoseEstimationV1ResponseKind, type PoseEstimationV1ResponseMetadata, PoseEstimationV1ResponseStatus, PosesControllerListPosesV1OrderBy, type PosesControllerListPosesV1Params, type RemoveAccountFromGroupControllerParamsDto, RemoveAccountFromGroupControllerParamsDtoRole, type RemoveAccountFromGroupParamsDto, RemoveAccountFromGroupParamsDtoRole, type RemoveItemsFromCollectionControllerParamsDto, type RemoveItemsFromCollectionParamsDto, type RemoveItemsFromStackParamsDto, type ResizeV1Input, type ResizeV1Request, type ResizeV1RequestMetadata, type ResizeV1Response, type ResizeV1ResponseInput, ResizeV1ResponseKind, type ResizeV1ResponseMetadata, ResizeV1ResponseStatus, type ResourceEntity, ResourceEntityKind, type ResourceEntityMetadata, type RevokeAccessControllerParamsDto, RevokeAccessControllerParamsDtoAccess, RevokeAccessControllerParamsDtoPrincipalType, type RunWorkflowParamsDto, type RunWorkflowParamsDtoInput, type RunWorkflowParamsDtoMetadata, type RunWorkflowResponseDto, type SDK, type SDKOptions, type Seedream3V1Input, Seedream3V1InputAspectRatio, Seedream3V1InputSize, type Seedream3V1Request, type Seedream3V1RequestMetadata, type Seedream3V1Response, type Seedream3V1ResponseInput, Seedream3V1ResponseKind, type Seedream3V1ResponseMetadata, Seedream3V1ResponseStatus, type SegmentAnythingEmbeddingsV1Input, type SegmentAnythingEmbeddingsV1Request, type SegmentAnythingEmbeddingsV1RequestMetadata, type SegmentAnythingEmbeddingsV1Response, type SegmentAnythingEmbeddingsV1ResponseInput, SegmentAnythingEmbeddingsV1ResponseKind, type SegmentAnythingEmbeddingsV1ResponseMetadata, SegmentAnythingEmbeddingsV1ResponseStatus, type SegmentAnythingMaskV1Input, type SegmentAnythingMaskV1Request, type SegmentAnythingMaskV1RequestMetadata, type SegmentAnythingMaskV1Response, type SegmentAnythingMaskV1ResponseInput, SegmentAnythingMaskV1ResponseKind, type SegmentAnythingMaskV1ResponseMetadata, SegmentAnythingMaskV1ResponseStatus, type SelfAccountDto, type SelfAccountDtoPermissions, SelfAccountDtoType, type SetPosePreviewControllerParamsDto, type SetPosePreviewDto, type StackEntity, type StackEntityItemsItem, StackEntityKind, type StackEntityMetadata, StacksControllerListStacksV1OrderBy, type StacksControllerListStacksV1Params, type StorageEntity, StorageEntityKind, type StorageEntityMetadata, type StorageEntityValue, type StorageRecordsResultDto, type StorageRecordsResultDtoValue, type StorageRecordsResultDtoValueOneOf, type StringsTemplateV1Input, type StringsTemplateV1Request, type StringsTemplateV1RequestMetadata, type StringsTemplateV1Response, type StringsTemplateV1ResponseInput, StringsTemplateV1ResponseKind, type StringsTemplateV1ResponseMetadata, StringsTemplateV1ResponseStatus, type SupportFile, type TaskDto, type TaskDtoArgsItem, type TaskDtoArgsItemOneOf, type TopazUpscaleV1Input, TopazUpscaleV1InputEnhanceModel, TopazUpscaleV1InputSubjectDetection, TopazUpscaleV1InputUpscaleFactor, type TopazUpscaleV1Request, type TopazUpscaleV1RequestMetadata, type TopazUpscaleV1Response, type TopazUpscaleV1ResponseInput, TopazUpscaleV1ResponseKind, type TopazUpscaleV1ResponseMetadata, TopazUpscaleV1ResponseStatus, type TranslateV1Input, type TranslateV1Output, type TranslateV1OutputData, TranslateV1OutputKind, type TranslateV1Request, type TranslateV1RequestMetadata, type TranslateV1Response, type TranslateV1ResponseInput, TranslateV1ResponseKind, type TranslateV1ResponseMetadata, TranslateV1ResponseStatus, type UpdateAccountControllerParamsDto, type UpdateAccountParamsDto, type UpdateMetadataDto, type UpdateMetadataDtoOverwrite, type UpdateResourceMetadataDto, type UpdateStorageRecordParamsDto, type UpdateStorageRecordParamsDtoValue, type UpdateStorageRecordParamsDtoValueOneOf, type UpdateWorkflowParamsDto, type UpdateWorkflowParamsDtoData, type UpdateWorkflowParamsDtoMetadata, type UpscaleV1Input, type UpscaleV1Request, type UpscaleV1RequestMetadata, type UpscaleV1Response, type UpscaleV1ResponseInput, UpscaleV1ResponseKind, type UpscaleV1ResponseMetadata, UpscaleV1ResponseStatus, type VariableDto, type Veo3FastV1Request, type Veo3FastV1RequestMetadata, type Veo3FastV1Response, type Veo3FastV1ResponseInput, Veo3FastV1ResponseKind, type Veo3FastV1ResponseMetadata, Veo3FastV1ResponseStatus, type Veo3V1Input, Veo3V1InputResolution, type Veo3V1Request, type Veo3V1RequestMetadata, type Veo3V1Response, type Veo3V1ResponseInput, Veo3V1ResponseKind, type Veo3V1ResponseMetadata, Veo3V1ResponseStatus, type VideoEntity, VideoEntityKind, type VideoEntityMetadata, type VideoUrlResponseDto, type VideosControllerGetVideosV1Params, type VtonGiseleV1Request, type VtonGiseleV1RequestMetadata, type VtonGiseleV1Response, type VtonGiseleV1ResponseInput, VtonGiseleV1ResponseKind, type VtonGiseleV1ResponseMetadata, VtonGiseleV1ResponseStatus, type WaitOperationParamsDto, type WorkflowDto, type WorkflowDtoData, type WorkflowDtoMetadata, WorkflowsControllerListWorkflowsV1OrderBy, type WorkflowsControllerListWorkflowsV1Params, type WsEventMap, createSDK, createTokenSigner };
|