@orq-ai/node 4.1.0-rc.45 → 4.1.0-rc.50
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/README.md +31 -24
- package/bin/mcp-server.js +3439 -531
- package/bin/mcp-server.js.map +65 -58
- package/examples/package-lock.json +1 -1
- package/funcs/routerChatCompletions.d.ts +23 -0
- package/funcs/routerChatCompletions.d.ts.map +1 -0
- package/funcs/routerChatCompletions.js +121 -0
- package/funcs/routerChatCompletions.js.map +1 -0
- package/funcs/routerImagesGenerate.d.ts +17 -0
- package/funcs/routerImagesGenerate.d.ts.map +1 -0
- package/funcs/routerImagesGenerate.js +114 -0
- package/funcs/routerImagesGenerate.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/event-streams.js +1 -1
- package/lib/event-streams.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +5 -1
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/routerChatCompletions.d.ts +8 -0
- package/mcp-server/tools/routerChatCompletions.d.ts.map +1 -0
- package/mcp-server/tools/routerChatCompletions.js +64 -0
- package/mcp-server/tools/routerChatCompletions.js.map +1 -0
- package/mcp-server/tools/routerImagesGenerate.d.ts +8 -0
- package/mcp-server/tools/routerImagesGenerate.d.ts.map +1 -0
- package/mcp-server/tools/routerImagesGenerate.js +64 -0
- package/mcp-server/tools/routerImagesGenerate.js.map +1 -0
- package/models/components/conversationresponse.js +2 -2
- package/models/components/index.d.ts +1 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -0
- package/models/components/index.js.map +1 -1
- package/models/components/partdoneevent.js +2 -2
- package/models/components/publiccontact.d.ts +52 -0
- package/models/components/publiccontact.d.ts.map +1 -0
- package/models/components/publiccontact.js +79 -0
- package/models/components/publiccontact.js.map +1 -0
- package/models/components/reasoningpart.js +2 -2
- package/models/operations/createagentrequest.d.ts +280 -36
- package/models/operations/createagentrequest.d.ts.map +1 -1
- package/models/operations/createagentrequest.js +308 -51
- package/models/operations/createagentrequest.js.map +1 -1
- package/models/operations/createagentresponserequest.d.ts.map +1 -1
- package/models/operations/createagentresponserequest.js +3 -1
- package/models/operations/createagentresponserequest.js.map +1 -1
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createchatcompletion.d.ts +3152 -0
- package/models/operations/createchatcompletion.d.ts.map +1 -0
- package/models/operations/createchatcompletion.js +3398 -0
- package/models/operations/createchatcompletion.js.map +1 -0
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createconversation.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +28 -28
- package/models/operations/createimage.d.ts +433 -0
- package/models/operations/createimage.d.ts.map +1 -0
- package/models/operations/createimage.js +455 -0
- package/models/operations/createimage.js.map +1 -0
- package/models/operations/creatememory.d.ts +1 -1
- package/models/operations/createtool.js +12 -12
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +3 -1
- package/models/operations/deploymentstream.js.map +1 -1
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/generateconversationname.js +2 -2
- package/models/operations/getallprompts.d.ts +8 -8
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +11 -12
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.js +12 -12
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/index.d.ts +2 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +2 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/invokeeval.d.ts +5 -5
- package/models/operations/invokeeval.d.ts.map +1 -1
- package/models/operations/invokeeval.js +7 -7
- package/models/operations/invokeeval.js.map +1 -1
- package/models/operations/listagents.d.ts +122 -0
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +129 -3
- package/models/operations/listagents.js.map +1 -1
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/retrieveagentrequest.d.ts +122 -0
- package/models/operations/retrieveagentrequest.d.ts.map +1 -1
- package/models/operations/retrieveagentrequest.js +128 -3
- package/models/operations/retrieveagentrequest.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrieveconversation.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievetool.js +12 -12
- package/models/operations/runagent.d.ts +122 -0
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +132 -7
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +122 -0
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +131 -7
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updateagent.d.ts +244 -0
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +255 -7
- package/models/operations/updateagent.js.map +1 -1
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updateconversation.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updatememory.d.ts +1 -1
- package/models/operations/updatetool.js +14 -14
- package/package.json +1 -1
- package/sdk/router.d.ts +23 -0
- package/sdk/router.d.ts.map +1 -0
- package/sdk/router.js +34 -0
- package/sdk/router.js.map +1 -0
- package/sdk/sdk.d.ts +3 -0
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +4 -0
- package/sdk/sdk.js.map +1 -1
- package/src/funcs/routerChatCompletions.ts +172 -0
- package/src/funcs/routerImagesGenerate.ts +160 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/event-streams.ts +1 -1
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +5 -1
- package/src/mcp-server/tools/routerChatCompletions.ts +37 -0
- package/src/mcp-server/tools/routerImagesGenerate.ts +37 -0
- package/src/models/components/conversationresponse.ts +2 -2
- package/src/models/components/index.ts +1 -0
- package/src/models/components/partdoneevent.ts +2 -2
- package/src/models/components/publiccontact.ts +99 -0
- package/src/models/components/reasoningpart.ts +2 -2
- package/src/models/operations/createagentrequest.ts +760 -113
- package/src/models/operations/createagentresponserequest.ts +2 -1
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createchatcompletion.ts +8911 -0
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createconversation.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +28 -28
- package/src/models/operations/createimage.ts +966 -0
- package/src/models/operations/creatememory.ts +1 -1
- package/src/models/operations/createtool.ts +12 -12
- package/src/models/operations/deploymentstream.ts +2 -1
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/generateconversationname.ts +2 -2
- package/src/models/operations/getallprompts.ts +45 -38
- package/src/models/operations/getalltools.ts +12 -12
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/index.ts +2 -0
- package/src/models/operations/invokeeval.ts +11 -10
- package/src/models/operations/listagents.ts +313 -0
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/retrieveagentrequest.ts +337 -0
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrieveconversation.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievetool.ts +12 -12
- package/src/models/operations/runagent.ts +315 -2
- package/src/models/operations/streamrunagent.ts +342 -2
- package/src/models/operations/updateagent.ts +659 -0
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updateconversation.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updatememory.ts +1 -1
- package/src/models/operations/updatetool.ts +14 -14
- package/src/sdk/router.ts +52 -0
- package/src/sdk/sdk.ts +6 -0
|
@@ -0,0 +1,433 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
|
+
import * as components from "../components/index.js";
|
|
5
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
|
+
/**
|
|
7
|
+
* Allows to set transparency for the background of the generated image(s). This parameter is only supported for `openai/gpt-image-1`.
|
|
8
|
+
*/
|
|
9
|
+
export declare const Background: {
|
|
10
|
+
readonly Transparent: "transparent";
|
|
11
|
+
readonly Opaque: "opaque";
|
|
12
|
+
readonly Auto: "auto";
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Allows to set transparency for the background of the generated image(s). This parameter is only supported for `openai/gpt-image-1`.
|
|
16
|
+
*/
|
|
17
|
+
export type Background = ClosedEnum<typeof Background>;
|
|
18
|
+
/**
|
|
19
|
+
* Control the content-moderation level for images generated by `gpt-image-1`. Must be either `low` or `auto`.
|
|
20
|
+
*/
|
|
21
|
+
export declare const Moderation: {
|
|
22
|
+
readonly Low: "low";
|
|
23
|
+
readonly Auto: "auto";
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Control the content-moderation level for images generated by `gpt-image-1`. Must be either `low` or `auto`.
|
|
27
|
+
*/
|
|
28
|
+
export type Moderation = ClosedEnum<typeof Moderation>;
|
|
29
|
+
/**
|
|
30
|
+
* The format in which the generated images are returned. This parameter is only supported for `openai/gpt-image-1`.
|
|
31
|
+
*/
|
|
32
|
+
export declare const OutputFormat: {
|
|
33
|
+
readonly Png: "png";
|
|
34
|
+
readonly Jpeg: "jpeg";
|
|
35
|
+
readonly Webp: "webp";
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* The format in which the generated images are returned. This parameter is only supported for `openai/gpt-image-1`.
|
|
39
|
+
*/
|
|
40
|
+
export type OutputFormat = ClosedEnum<typeof OutputFormat>;
|
|
41
|
+
/**
|
|
42
|
+
* The quality of the image that will be generated. `auto` will automatically select the best quality for the given model.
|
|
43
|
+
*/
|
|
44
|
+
export declare const Quality: {
|
|
45
|
+
readonly Auto: "auto";
|
|
46
|
+
readonly High: "high";
|
|
47
|
+
readonly Medium: "medium";
|
|
48
|
+
readonly Low: "low";
|
|
49
|
+
readonly Hd: "hd";
|
|
50
|
+
readonly Standard: "standard";
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* The quality of the image that will be generated. `auto` will automatically select the best quality for the given model.
|
|
54
|
+
*/
|
|
55
|
+
export type Quality = ClosedEnum<typeof Quality>;
|
|
56
|
+
/**
|
|
57
|
+
* The format in which generated images are returned. Must be one of `url` or `b64_json`. This parameter isn't supported for `gpt-image-1` which will always return base64-encoded images.
|
|
58
|
+
*/
|
|
59
|
+
export declare const CreateImageResponseFormat: {
|
|
60
|
+
readonly Url: "url";
|
|
61
|
+
readonly B64Json: "b64_json";
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* The format in which generated images are returned. Must be one of `url` or `b64_json`. This parameter isn't supported for `gpt-image-1` which will always return base64-encoded images.
|
|
65
|
+
*/
|
|
66
|
+
export type CreateImageResponseFormat = ClosedEnum<typeof CreateImageResponseFormat>;
|
|
67
|
+
/**
|
|
68
|
+
* The style of the generated images. This parameter is only supported for `openai/dall-e-3`. Must be one of `vivid` or `natural`.
|
|
69
|
+
*/
|
|
70
|
+
export declare const Style: {
|
|
71
|
+
readonly Vivid: "vivid";
|
|
72
|
+
readonly Natural: "natural";
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* The style of the generated images. This parameter is only supported for `openai/dall-e-3`. Must be one of `vivid` or `natural`.
|
|
76
|
+
*/
|
|
77
|
+
export type Style = ClosedEnum<typeof Style>;
|
|
78
|
+
/**
|
|
79
|
+
* Retry configuration for the request
|
|
80
|
+
*/
|
|
81
|
+
export type CreateImageRetry = {
|
|
82
|
+
/**
|
|
83
|
+
* Number of retry attempts (1-5)
|
|
84
|
+
*/
|
|
85
|
+
count?: number | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* HTTP status codes that trigger retry logic
|
|
88
|
+
*/
|
|
89
|
+
onCodes?: Array<number> | undefined;
|
|
90
|
+
};
|
|
91
|
+
export type CreateImageFallbacks = {
|
|
92
|
+
/**
|
|
93
|
+
* Fallback model identifier
|
|
94
|
+
*/
|
|
95
|
+
model: string;
|
|
96
|
+
};
|
|
97
|
+
export declare const CreateImageType: {
|
|
98
|
+
readonly ExactMatch: "exact_match";
|
|
99
|
+
};
|
|
100
|
+
export type CreateImageType = ClosedEnum<typeof CreateImageType>;
|
|
101
|
+
/**
|
|
102
|
+
* Cache configuration for the request.
|
|
103
|
+
*/
|
|
104
|
+
export type CreateImageCache = {
|
|
105
|
+
/**
|
|
106
|
+
* Time to live for cached responses in seconds. Maximum 259200 seconds (3 days).
|
|
107
|
+
*/
|
|
108
|
+
ttl?: number | undefined;
|
|
109
|
+
type: CreateImageType;
|
|
110
|
+
};
|
|
111
|
+
export declare const CreateImageLoadBalancerType: {
|
|
112
|
+
readonly WeightBased: "weight_based";
|
|
113
|
+
};
|
|
114
|
+
export type CreateImageLoadBalancerType = ClosedEnum<typeof CreateImageLoadBalancerType>;
|
|
115
|
+
export type CreateImageLoadBalancer1 = {
|
|
116
|
+
type: CreateImageLoadBalancerType;
|
|
117
|
+
/**
|
|
118
|
+
* Model identifier for load balancing
|
|
119
|
+
*/
|
|
120
|
+
model: string;
|
|
121
|
+
/**
|
|
122
|
+
* Weight assigned to this model for load balancing
|
|
123
|
+
*/
|
|
124
|
+
weight?: number | undefined;
|
|
125
|
+
};
|
|
126
|
+
export type CreateImageLoadBalancer = CreateImageLoadBalancer1;
|
|
127
|
+
/**
|
|
128
|
+
* Timeout configuration to apply to the request. If the request exceeds the timeout, it will be retried or fallback to the next model if configured.
|
|
129
|
+
*/
|
|
130
|
+
export type CreateImageTimeout = {
|
|
131
|
+
/**
|
|
132
|
+
* Timeout value in milliseconds
|
|
133
|
+
*/
|
|
134
|
+
callTimeout: number;
|
|
135
|
+
};
|
|
136
|
+
export type CreateImageOrq = {
|
|
137
|
+
/**
|
|
138
|
+
* The name to display on the trace. If not specified, the default system name will be used.
|
|
139
|
+
*/
|
|
140
|
+
name?: string | undefined;
|
|
141
|
+
/**
|
|
142
|
+
* Retry configuration for the request
|
|
143
|
+
*/
|
|
144
|
+
retry?: CreateImageRetry | undefined;
|
|
145
|
+
/**
|
|
146
|
+
* Array of fallback models to use if primary model fails
|
|
147
|
+
*/
|
|
148
|
+
fallbacks?: Array<CreateImageFallbacks> | undefined;
|
|
149
|
+
/**
|
|
150
|
+
* Information about the contact making the request. If the contact does not exist, it will be created automatically.
|
|
151
|
+
*/
|
|
152
|
+
contact?: components.PublicContact | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* Cache configuration for the request.
|
|
155
|
+
*/
|
|
156
|
+
cache?: CreateImageCache | undefined;
|
|
157
|
+
/**
|
|
158
|
+
* Array of models with weights for load balancing requests
|
|
159
|
+
*/
|
|
160
|
+
loadBalancer?: Array<CreateImageLoadBalancer1> | undefined;
|
|
161
|
+
/**
|
|
162
|
+
* Timeout configuration to apply to the request. If the request exceeds the timeout, it will be retried or fallback to the next model if configured.
|
|
163
|
+
*/
|
|
164
|
+
timeout?: CreateImageTimeout | undefined;
|
|
165
|
+
};
|
|
166
|
+
/**
|
|
167
|
+
* input
|
|
168
|
+
*/
|
|
169
|
+
export type CreateImageRequestBody = {
|
|
170
|
+
/**
|
|
171
|
+
* A text description of the desired image(s).
|
|
172
|
+
*/
|
|
173
|
+
prompt: string;
|
|
174
|
+
/**
|
|
175
|
+
* Allows to set transparency for the background of the generated image(s). This parameter is only supported for `openai/gpt-image-1`.
|
|
176
|
+
*/
|
|
177
|
+
background?: Background | null | undefined;
|
|
178
|
+
/**
|
|
179
|
+
* The model to use for image generation. One of `openai/dall-e-2`, `openai/dall-e-3`, or `openai/gpt-image-1`.
|
|
180
|
+
*/
|
|
181
|
+
model: string;
|
|
182
|
+
/**
|
|
183
|
+
* Control the content-moderation level for images generated by `gpt-image-1`. Must be either `low` or `auto`.
|
|
184
|
+
*/
|
|
185
|
+
moderation?: Moderation | null | undefined;
|
|
186
|
+
/**
|
|
187
|
+
* The number of images to generate. Must be between 1 and 10. For `dall-e-3`, only `n=1` is supported.
|
|
188
|
+
*/
|
|
189
|
+
n?: number | null | undefined;
|
|
190
|
+
/**
|
|
191
|
+
* The compression level (0-100%) for the generated images. This parameter is only supported for `gpt-image-1` with the `webp` or `jpeg` output formats.
|
|
192
|
+
*/
|
|
193
|
+
outputCompression?: number | null | undefined;
|
|
194
|
+
/**
|
|
195
|
+
* The format in which the generated images are returned. This parameter is only supported for `openai/gpt-image-1`.
|
|
196
|
+
*/
|
|
197
|
+
outputFormat?: OutputFormat | null | undefined;
|
|
198
|
+
/**
|
|
199
|
+
* The quality of the image that will be generated. `auto` will automatically select the best quality for the given model.
|
|
200
|
+
*/
|
|
201
|
+
quality?: Quality | null | undefined;
|
|
202
|
+
/**
|
|
203
|
+
* The format in which generated images are returned. Must be one of `url` or `b64_json`. This parameter isn't supported for `gpt-image-1` which will always return base64-encoded images.
|
|
204
|
+
*/
|
|
205
|
+
responseFormat?: CreateImageResponseFormat | null | undefined;
|
|
206
|
+
/**
|
|
207
|
+
* The size of the generated images. Must be one of the specified sizes for each model.
|
|
208
|
+
*/
|
|
209
|
+
size?: string | null | undefined;
|
|
210
|
+
/**
|
|
211
|
+
* The style of the generated images. This parameter is only supported for `openai/dall-e-3`. Must be one of `vivid` or `natural`.
|
|
212
|
+
*/
|
|
213
|
+
style?: Style | null | undefined;
|
|
214
|
+
orq?: CreateImageOrq | undefined;
|
|
215
|
+
};
|
|
216
|
+
export type CreateImageData = {
|
|
217
|
+
/**
|
|
218
|
+
* The prompt that was used to generate the image, if there was any revision to the prompt.
|
|
219
|
+
*/
|
|
220
|
+
revisedPrompt?: string | null | undefined;
|
|
221
|
+
/**
|
|
222
|
+
* The base64-encoded JSON of the generated image, if `response_format` is `b64_json`
|
|
223
|
+
*/
|
|
224
|
+
b64Json?: string | undefined;
|
|
225
|
+
/**
|
|
226
|
+
* The url of the generated image, if `response_format` is `url` (default)
|
|
227
|
+
*/
|
|
228
|
+
url?: string | undefined;
|
|
229
|
+
};
|
|
230
|
+
export type InputTokensDetails = {
|
|
231
|
+
imageTokens?: number | undefined;
|
|
232
|
+
textTokens?: number | undefined;
|
|
233
|
+
};
|
|
234
|
+
export type CreateImageUsage = {
|
|
235
|
+
inputTokens?: number | undefined;
|
|
236
|
+
inputTokensDetails: InputTokensDetails;
|
|
237
|
+
outputTokens?: number | undefined;
|
|
238
|
+
totalTokens?: number | undefined;
|
|
239
|
+
};
|
|
240
|
+
/**
|
|
241
|
+
* Represents an image generation response from the API.
|
|
242
|
+
*/
|
|
243
|
+
export type CreateImageResponseBody = {
|
|
244
|
+
/**
|
|
245
|
+
* The Unix timestamp (in seconds) of when the image was created.
|
|
246
|
+
*/
|
|
247
|
+
created: number;
|
|
248
|
+
/**
|
|
249
|
+
* Represents the url or the content of an image generated.
|
|
250
|
+
*/
|
|
251
|
+
data: Array<CreateImageData>;
|
|
252
|
+
usage?: CreateImageUsage | undefined;
|
|
253
|
+
};
|
|
254
|
+
/** @internal */
|
|
255
|
+
export declare const Background$inboundSchema: z.ZodNativeEnum<typeof Background>;
|
|
256
|
+
/** @internal */
|
|
257
|
+
export declare const Background$outboundSchema: z.ZodNativeEnum<typeof Background>;
|
|
258
|
+
/** @internal */
|
|
259
|
+
export declare const Moderation$inboundSchema: z.ZodNativeEnum<typeof Moderation>;
|
|
260
|
+
/** @internal */
|
|
261
|
+
export declare const Moderation$outboundSchema: z.ZodNativeEnum<typeof Moderation>;
|
|
262
|
+
/** @internal */
|
|
263
|
+
export declare const OutputFormat$inboundSchema: z.ZodNativeEnum<typeof OutputFormat>;
|
|
264
|
+
/** @internal */
|
|
265
|
+
export declare const OutputFormat$outboundSchema: z.ZodNativeEnum<typeof OutputFormat>;
|
|
266
|
+
/** @internal */
|
|
267
|
+
export declare const Quality$inboundSchema: z.ZodNativeEnum<typeof Quality>;
|
|
268
|
+
/** @internal */
|
|
269
|
+
export declare const Quality$outboundSchema: z.ZodNativeEnum<typeof Quality>;
|
|
270
|
+
/** @internal */
|
|
271
|
+
export declare const CreateImageResponseFormat$inboundSchema: z.ZodNativeEnum<typeof CreateImageResponseFormat>;
|
|
272
|
+
/** @internal */
|
|
273
|
+
export declare const CreateImageResponseFormat$outboundSchema: z.ZodNativeEnum<typeof CreateImageResponseFormat>;
|
|
274
|
+
/** @internal */
|
|
275
|
+
export declare const Style$inboundSchema: z.ZodNativeEnum<typeof Style>;
|
|
276
|
+
/** @internal */
|
|
277
|
+
export declare const Style$outboundSchema: z.ZodNativeEnum<typeof Style>;
|
|
278
|
+
/** @internal */
|
|
279
|
+
export declare const CreateImageRetry$inboundSchema: z.ZodType<CreateImageRetry, z.ZodTypeDef, unknown>;
|
|
280
|
+
/** @internal */
|
|
281
|
+
export type CreateImageRetry$Outbound = {
|
|
282
|
+
count: number;
|
|
283
|
+
on_codes?: Array<number> | undefined;
|
|
284
|
+
};
|
|
285
|
+
/** @internal */
|
|
286
|
+
export declare const CreateImageRetry$outboundSchema: z.ZodType<CreateImageRetry$Outbound, z.ZodTypeDef, CreateImageRetry>;
|
|
287
|
+
export declare function createImageRetryToJSON(createImageRetry: CreateImageRetry): string;
|
|
288
|
+
export declare function createImageRetryFromJSON(jsonString: string): SafeParseResult<CreateImageRetry, SDKValidationError>;
|
|
289
|
+
/** @internal */
|
|
290
|
+
export declare const CreateImageFallbacks$inboundSchema: z.ZodType<CreateImageFallbacks, z.ZodTypeDef, unknown>;
|
|
291
|
+
/** @internal */
|
|
292
|
+
export type CreateImageFallbacks$Outbound = {
|
|
293
|
+
model: string;
|
|
294
|
+
};
|
|
295
|
+
/** @internal */
|
|
296
|
+
export declare const CreateImageFallbacks$outboundSchema: z.ZodType<CreateImageFallbacks$Outbound, z.ZodTypeDef, CreateImageFallbacks>;
|
|
297
|
+
export declare function createImageFallbacksToJSON(createImageFallbacks: CreateImageFallbacks): string;
|
|
298
|
+
export declare function createImageFallbacksFromJSON(jsonString: string): SafeParseResult<CreateImageFallbacks, SDKValidationError>;
|
|
299
|
+
/** @internal */
|
|
300
|
+
export declare const CreateImageType$inboundSchema: z.ZodNativeEnum<typeof CreateImageType>;
|
|
301
|
+
/** @internal */
|
|
302
|
+
export declare const CreateImageType$outboundSchema: z.ZodNativeEnum<typeof CreateImageType>;
|
|
303
|
+
/** @internal */
|
|
304
|
+
export declare const CreateImageCache$inboundSchema: z.ZodType<CreateImageCache, z.ZodTypeDef, unknown>;
|
|
305
|
+
/** @internal */
|
|
306
|
+
export type CreateImageCache$Outbound = {
|
|
307
|
+
ttl: number;
|
|
308
|
+
type: string;
|
|
309
|
+
};
|
|
310
|
+
/** @internal */
|
|
311
|
+
export declare const CreateImageCache$outboundSchema: z.ZodType<CreateImageCache$Outbound, z.ZodTypeDef, CreateImageCache>;
|
|
312
|
+
export declare function createImageCacheToJSON(createImageCache: CreateImageCache): string;
|
|
313
|
+
export declare function createImageCacheFromJSON(jsonString: string): SafeParseResult<CreateImageCache, SDKValidationError>;
|
|
314
|
+
/** @internal */
|
|
315
|
+
export declare const CreateImageLoadBalancerType$inboundSchema: z.ZodNativeEnum<typeof CreateImageLoadBalancerType>;
|
|
316
|
+
/** @internal */
|
|
317
|
+
export declare const CreateImageLoadBalancerType$outboundSchema: z.ZodNativeEnum<typeof CreateImageLoadBalancerType>;
|
|
318
|
+
/** @internal */
|
|
319
|
+
export declare const CreateImageLoadBalancer1$inboundSchema: z.ZodType<CreateImageLoadBalancer1, z.ZodTypeDef, unknown>;
|
|
320
|
+
/** @internal */
|
|
321
|
+
export type CreateImageLoadBalancer1$Outbound = {
|
|
322
|
+
type: string;
|
|
323
|
+
model: string;
|
|
324
|
+
weight: number;
|
|
325
|
+
};
|
|
326
|
+
/** @internal */
|
|
327
|
+
export declare const CreateImageLoadBalancer1$outboundSchema: z.ZodType<CreateImageLoadBalancer1$Outbound, z.ZodTypeDef, CreateImageLoadBalancer1>;
|
|
328
|
+
export declare function createImageLoadBalancer1ToJSON(createImageLoadBalancer1: CreateImageLoadBalancer1): string;
|
|
329
|
+
export declare function createImageLoadBalancer1FromJSON(jsonString: string): SafeParseResult<CreateImageLoadBalancer1, SDKValidationError>;
|
|
330
|
+
/** @internal */
|
|
331
|
+
export declare const CreateImageLoadBalancer$inboundSchema: z.ZodType<CreateImageLoadBalancer, z.ZodTypeDef, unknown>;
|
|
332
|
+
/** @internal */
|
|
333
|
+
export type CreateImageLoadBalancer$Outbound = CreateImageLoadBalancer1$Outbound;
|
|
334
|
+
/** @internal */
|
|
335
|
+
export declare const CreateImageLoadBalancer$outboundSchema: z.ZodType<CreateImageLoadBalancer$Outbound, z.ZodTypeDef, CreateImageLoadBalancer>;
|
|
336
|
+
export declare function createImageLoadBalancerToJSON(createImageLoadBalancer: CreateImageLoadBalancer): string;
|
|
337
|
+
export declare function createImageLoadBalancerFromJSON(jsonString: string): SafeParseResult<CreateImageLoadBalancer, SDKValidationError>;
|
|
338
|
+
/** @internal */
|
|
339
|
+
export declare const CreateImageTimeout$inboundSchema: z.ZodType<CreateImageTimeout, z.ZodTypeDef, unknown>;
|
|
340
|
+
/** @internal */
|
|
341
|
+
export type CreateImageTimeout$Outbound = {
|
|
342
|
+
call_timeout: number;
|
|
343
|
+
};
|
|
344
|
+
/** @internal */
|
|
345
|
+
export declare const CreateImageTimeout$outboundSchema: z.ZodType<CreateImageTimeout$Outbound, z.ZodTypeDef, CreateImageTimeout>;
|
|
346
|
+
export declare function createImageTimeoutToJSON(createImageTimeout: CreateImageTimeout): string;
|
|
347
|
+
export declare function createImageTimeoutFromJSON(jsonString: string): SafeParseResult<CreateImageTimeout, SDKValidationError>;
|
|
348
|
+
/** @internal */
|
|
349
|
+
export declare const CreateImageOrq$inboundSchema: z.ZodType<CreateImageOrq, z.ZodTypeDef, unknown>;
|
|
350
|
+
/** @internal */
|
|
351
|
+
export type CreateImageOrq$Outbound = {
|
|
352
|
+
name?: string | undefined;
|
|
353
|
+
retry?: CreateImageRetry$Outbound | undefined;
|
|
354
|
+
fallbacks?: Array<CreateImageFallbacks$Outbound> | undefined;
|
|
355
|
+
contact?: components.PublicContact$Outbound | undefined;
|
|
356
|
+
cache?: CreateImageCache$Outbound | undefined;
|
|
357
|
+
load_balancer?: Array<CreateImageLoadBalancer1$Outbound> | undefined;
|
|
358
|
+
timeout?: CreateImageTimeout$Outbound | undefined;
|
|
359
|
+
};
|
|
360
|
+
/** @internal */
|
|
361
|
+
export declare const CreateImageOrq$outboundSchema: z.ZodType<CreateImageOrq$Outbound, z.ZodTypeDef, CreateImageOrq>;
|
|
362
|
+
export declare function createImageOrqToJSON(createImageOrq: CreateImageOrq): string;
|
|
363
|
+
export declare function createImageOrqFromJSON(jsonString: string): SafeParseResult<CreateImageOrq, SDKValidationError>;
|
|
364
|
+
/** @internal */
|
|
365
|
+
export declare const CreateImageRequestBody$inboundSchema: z.ZodType<CreateImageRequestBody, z.ZodTypeDef, unknown>;
|
|
366
|
+
/** @internal */
|
|
367
|
+
export type CreateImageRequestBody$Outbound = {
|
|
368
|
+
prompt: string;
|
|
369
|
+
background?: string | null | undefined;
|
|
370
|
+
model: string;
|
|
371
|
+
moderation?: string | null | undefined;
|
|
372
|
+
n: number | null;
|
|
373
|
+
output_compression?: number | null | undefined;
|
|
374
|
+
output_format?: string | null | undefined;
|
|
375
|
+
quality?: string | null | undefined;
|
|
376
|
+
response_format?: string | null | undefined;
|
|
377
|
+
size?: string | null | undefined;
|
|
378
|
+
style?: string | null | undefined;
|
|
379
|
+
orq?: CreateImageOrq$Outbound | undefined;
|
|
380
|
+
};
|
|
381
|
+
/** @internal */
|
|
382
|
+
export declare const CreateImageRequestBody$outboundSchema: z.ZodType<CreateImageRequestBody$Outbound, z.ZodTypeDef, CreateImageRequestBody>;
|
|
383
|
+
export declare function createImageRequestBodyToJSON(createImageRequestBody: CreateImageRequestBody): string;
|
|
384
|
+
export declare function createImageRequestBodyFromJSON(jsonString: string): SafeParseResult<CreateImageRequestBody, SDKValidationError>;
|
|
385
|
+
/** @internal */
|
|
386
|
+
export declare const CreateImageData$inboundSchema: z.ZodType<CreateImageData, z.ZodTypeDef, unknown>;
|
|
387
|
+
/** @internal */
|
|
388
|
+
export type CreateImageData$Outbound = {
|
|
389
|
+
revised_prompt?: string | null | undefined;
|
|
390
|
+
b64_json?: string | undefined;
|
|
391
|
+
url?: string | undefined;
|
|
392
|
+
};
|
|
393
|
+
/** @internal */
|
|
394
|
+
export declare const CreateImageData$outboundSchema: z.ZodType<CreateImageData$Outbound, z.ZodTypeDef, CreateImageData>;
|
|
395
|
+
export declare function createImageDataToJSON(createImageData: CreateImageData): string;
|
|
396
|
+
export declare function createImageDataFromJSON(jsonString: string): SafeParseResult<CreateImageData, SDKValidationError>;
|
|
397
|
+
/** @internal */
|
|
398
|
+
export declare const InputTokensDetails$inboundSchema: z.ZodType<InputTokensDetails, z.ZodTypeDef, unknown>;
|
|
399
|
+
/** @internal */
|
|
400
|
+
export type InputTokensDetails$Outbound = {
|
|
401
|
+
image_tokens?: number | undefined;
|
|
402
|
+
text_tokens?: number | undefined;
|
|
403
|
+
};
|
|
404
|
+
/** @internal */
|
|
405
|
+
export declare const InputTokensDetails$outboundSchema: z.ZodType<InputTokensDetails$Outbound, z.ZodTypeDef, InputTokensDetails>;
|
|
406
|
+
export declare function inputTokensDetailsToJSON(inputTokensDetails: InputTokensDetails): string;
|
|
407
|
+
export declare function inputTokensDetailsFromJSON(jsonString: string): SafeParseResult<InputTokensDetails, SDKValidationError>;
|
|
408
|
+
/** @internal */
|
|
409
|
+
export declare const CreateImageUsage$inboundSchema: z.ZodType<CreateImageUsage, z.ZodTypeDef, unknown>;
|
|
410
|
+
/** @internal */
|
|
411
|
+
export type CreateImageUsage$Outbound = {
|
|
412
|
+
input_tokens?: number | undefined;
|
|
413
|
+
input_tokens_details: InputTokensDetails$Outbound;
|
|
414
|
+
output_tokens?: number | undefined;
|
|
415
|
+
total_tokens?: number | undefined;
|
|
416
|
+
};
|
|
417
|
+
/** @internal */
|
|
418
|
+
export declare const CreateImageUsage$outboundSchema: z.ZodType<CreateImageUsage$Outbound, z.ZodTypeDef, CreateImageUsage>;
|
|
419
|
+
export declare function createImageUsageToJSON(createImageUsage: CreateImageUsage): string;
|
|
420
|
+
export declare function createImageUsageFromJSON(jsonString: string): SafeParseResult<CreateImageUsage, SDKValidationError>;
|
|
421
|
+
/** @internal */
|
|
422
|
+
export declare const CreateImageResponseBody$inboundSchema: z.ZodType<CreateImageResponseBody, z.ZodTypeDef, unknown>;
|
|
423
|
+
/** @internal */
|
|
424
|
+
export type CreateImageResponseBody$Outbound = {
|
|
425
|
+
created: number;
|
|
426
|
+
data: Array<CreateImageData$Outbound>;
|
|
427
|
+
usage?: CreateImageUsage$Outbound | undefined;
|
|
428
|
+
};
|
|
429
|
+
/** @internal */
|
|
430
|
+
export declare const CreateImageResponseBody$outboundSchema: z.ZodType<CreateImageResponseBody$Outbound, z.ZodTypeDef, CreateImageResponseBody>;
|
|
431
|
+
export declare function createImageResponseBodyToJSON(createImageResponseBody: CreateImageResponseBody): string;
|
|
432
|
+
export declare function createImageResponseBodyFromJSON(jsonString: string): SafeParseResult<CreateImageResponseBody, SDKValidationError>;
|
|
433
|
+
//# sourceMappingURL=createimage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createimage.d.ts","sourceRoot":"","sources":["../../src/models/operations/createimage.ts"],"names":[],"mappings":"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"}
|