@wix/auto_sdk_ai-gateway_generators 1.0.105 → 1.0.107

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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +223 -31
  2. package/build/cjs/index.js +36 -5
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +1 -1
  5. package/build/cjs/index.typings.js +36 -5
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +205 -31
  8. package/build/cjs/meta.js +28 -1
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +223 -31
  11. package/build/es/index.mjs +34 -5
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +1 -1
  14. package/build/es/index.typings.mjs +34 -5
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +205 -31
  17. package/build/es/meta.mjs +26 -1
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +6 -6
  20. package/build/internal/cjs/index.js +36 -5
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +226 -34
  23. package/build/internal/cjs/index.typings.js +36 -5
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +205 -31
  26. package/build/internal/cjs/meta.js +28 -1
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +6 -6
  29. package/build/internal/es/index.mjs +34 -5
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +226 -34
  32. package/build/internal/es/index.typings.mjs +34 -5
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +205 -31
  35. package/build/internal/es/meta.mjs +26 -1
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -1497,13 +1497,9 @@ interface InvokeAnthropicClaudeModelRequest {
1497
1497
  mcpServers?: McpServer[];
1498
1498
  /**
1499
1499
  * Desired output format.
1500
- * DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
1501
- * The proxy automatically maps this field into output_config.format, so existing clients keep working.
1502
- * Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
1500
+ * DEPRECATED (2026-06-23): use output_config.format instead. Scheduled for removal on 2026-09-23.
1503
1501
  * @deprecated Desired output format.
1504
- * DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
1505
- * The proxy automatically maps this field into output_config.format, so existing clients keep working.
1506
- * Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
1502
+ * DEPRECATED (2026-06-23): use output_config.format instead. Scheduled for removal on 2026-09-23.
1507
1503
  * @replacedBy output_config.format
1508
1504
  * @targetRemovalDate 2026-09-23
1509
1505
  */
@@ -1966,13 +1962,9 @@ interface V1InvokeAnthropicClaudeModelRequest {
1966
1962
  mcpServers?: GoogleproxyV1McpServer[];
1967
1963
  /**
1968
1964
  * Desired output format.
1969
- * DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
1970
- * The proxy automatically maps this field into output_config.format, so existing clients keep working.
1971
- * Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
1965
+ * DEPRECATED (2026-06-23): use output_config.format instead. Scheduled for removal on 2026-09-23.
1972
1966
  * @deprecated Desired output format.
1973
- * DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
1974
- * The proxy automatically maps this field into output_config.format, so existing clients keep working.
1975
- * Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
1967
+ * DEPRECATED (2026-06-23): use output_config.format instead. Scheduled for removal on 2026-09-23.
1976
1968
  * @replacedBy output_config.format
1977
1969
  * @targetRemovalDate 2026-09-23
1978
1970
  */
@@ -2434,13 +2426,9 @@ interface InvokeAnthropicModelRequest {
2434
2426
  metadata?: RequestMetadata;
2435
2427
  /**
2436
2428
  * Desired output format.
2437
- * DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
2438
- * The proxy automatically maps this field into output_config.format, so existing clients keep working.
2439
- * Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
2429
+ * DEPRECATED (2026-06-23): use output_config.format instead. Scheduled for removal on 2026-09-23.
2440
2430
  * @deprecated Desired output format.
2441
- * DEPRECATED (2026-06-23): the top-level output_format request param has moved to output_config.format.
2442
- * The proxy automatically maps this field into output_config.format, so existing clients keep working.
2443
- * Scheduled for removal on 2026-09-23 — migrate to output_config.format before then.
2431
+ * DEPRECATED (2026-06-23): use output_config.format instead. Scheduled for removal on 2026-09-23.
2444
2432
  * @replacedBy output_config.format
2445
2433
  * @targetRemovalDate 2026-09-23
2446
2434
  */
@@ -12952,6 +12940,8 @@ interface Wix_ai_gatewayV1EditImageRequest extends Wix_ai_gatewayV1EditImageRequ
12952
12940
  googleDetectTextRequest?: DetectTextRequest;
12953
12941
  /** Runware edit image (e.g. outpainting) */
12954
12942
  runwareEditImageRequest?: V1EditImageRequest;
12943
+ /** Montracer request (bitmap to vector) */
12944
+ montracerProxyTraceRequest?: ProxyTraceRequest;
12955
12945
  /** Contains additional information for the request. */
12956
12946
  userRequestInfo?: UserRequestInfo;
12957
12947
  }
@@ -12973,6 +12963,8 @@ interface Wix_ai_gatewayV1EditImageRequestRequestOneOf {
12973
12963
  googleDetectTextRequest?: DetectTextRequest;
12974
12964
  /** Runware edit image (e.g. outpainting) */
12975
12965
  runwareEditImageRequest?: V1EditImageRequest;
12966
+ /** Montracer request (bitmap to vector) */
12967
+ montracerProxyTraceRequest?: ProxyTraceRequest;
12976
12968
  }
12977
12969
  interface RemoveBackgroundRequest {
12978
12970
  /**
@@ -13547,6 +13539,45 @@ declare enum EditImageRequestModel {
13547
13539
  }
13548
13540
  /** @enumType */
13549
13541
  type EditImageRequestModelWithLiterals = EditImageRequestModel | 'UNKNOWN_MODEL' | 'FROM_MODEL_ID';
13542
+ interface ProxyTraceRequest {
13543
+ /**
13544
+ * URL of the input image
13545
+ * @format WEB_URL
13546
+ * @maxLength 5000
13547
+ */
13548
+ imageUrl?: string;
13549
+ /** Montracer trace request params. Image bytes are ignored */
13550
+ traceRequest?: TraceRequest;
13551
+ }
13552
+ interface TraceRequest {
13553
+ image?: Uint8Array;
13554
+ mode?: TraceModeWithLiterals;
13555
+ params?: TraceParams;
13556
+ }
13557
+ declare enum TraceMode {
13558
+ TRACE_MODE_UNSPECIFIED = "TRACE_MODE_UNSPECIFIED",
13559
+ TRACE_MODE_BW = "TRACE_MODE_BW",
13560
+ TRACE_MODE_COLOR = "TRACE_MODE_COLOR"
13561
+ }
13562
+ /** @enumType */
13563
+ type TraceModeWithLiterals = TraceMode | 'TRACE_MODE_UNSPECIFIED' | 'TRACE_MODE_BW' | 'TRACE_MODE_COLOR';
13564
+ interface TraceParams {
13565
+ optimize?: boolean;
13566
+ threshold?: number;
13567
+ /** @maxLength 32 */
13568
+ turnPolicy?: string;
13569
+ smoothing?: number;
13570
+ adaptiveSmoothing?: boolean;
13571
+ mergeTolerance?: number;
13572
+ despeckle?: number;
13573
+ simplifyTolerance?: number;
13574
+ /** @format COLOR_HEX */
13575
+ fill?: string;
13576
+ colorCount?: number;
13577
+ gapFix?: number;
13578
+ removeBg?: boolean;
13579
+ detectGradients?: boolean;
13580
+ }
13550
13581
  interface Wix_ai_gatewayV1EditImageResponse extends Wix_ai_gatewayV1EditImageResponseResponseOneOf {
13551
13582
  /** Photoroom remove background response */
13552
13583
  photoroomRemoveBackgroundResponse?: RemoveBackgroundResponse;
@@ -13564,6 +13595,8 @@ interface Wix_ai_gatewayV1EditImageResponse extends Wix_ai_gatewayV1EditImageRes
13564
13595
  googleDetectTextResponse?: DetectTextResponse;
13565
13596
  /** Runware edit image (e.g. outpainting) response */
13566
13597
  runwareEditImageResponse?: V1EditImageResponse;
13598
+ /** Montracer response (bitmap to vector) */
13599
+ montracerProxyTraceResponse?: ProxyTraceResponse;
13567
13600
  /** Extracted cost of the request in microcents. */
13568
13601
  cost?: string | null;
13569
13602
  }
@@ -13585,6 +13618,8 @@ interface Wix_ai_gatewayV1EditImageResponseResponseOneOf {
13585
13618
  googleDetectTextResponse?: DetectTextResponse;
13586
13619
  /** Runware edit image (e.g. outpainting) response */
13587
13620
  runwareEditImageResponse?: V1EditImageResponse;
13621
+ /** Montracer response (bitmap to vector) */
13622
+ montracerProxyTraceResponse?: ProxyTraceResponse;
13588
13623
  }
13589
13624
  interface RemoveBackgroundResponse {
13590
13625
  /**
@@ -14024,20 +14059,64 @@ interface EditImageTaskResult {
14024
14059
  */
14025
14060
  seed?: string | null;
14026
14061
  }
14027
- interface EditVideoRequest extends EditVideoRequestRequestOneOf {
14028
- /** Runware video upscale (prompt-free video-to-video upscaling) */
14062
+ interface ProxyTraceResponse {
14063
+ /**
14064
+ * URL of the generated output
14065
+ * @format WEB_URL
14066
+ * @maxLength 5000
14067
+ */
14068
+ svgUrl?: string;
14069
+ /** Montracer output metadata */
14070
+ meta?: TraceMeta;
14071
+ }
14072
+ interface TraceMeta {
14073
+ width?: number;
14074
+ height?: number;
14075
+ points?: number;
14076
+ sizeBytes?: number;
14077
+ elapsedMs?: number;
14078
+ layers?: number;
14079
+ /** @maxSize 256 */
14080
+ layerInfo?: LayerInfo[];
14081
+ }
14082
+ interface LayerInfo {
14083
+ /** @format COLOR_HEX */
14084
+ color?: string;
14085
+ /** @maxLength 100 */
14086
+ name?: string;
14087
+ gradient?: boolean;
14088
+ /** @maxLength 32 */
14089
+ gradientKind?: string;
14090
+ }
14091
+ interface V1EditVideoRequest extends V1EditVideoRequestRequestOneOf {
14092
+ /**
14093
+ * Deprecated: use runware_edit_video_request.
14094
+ * @deprecated
14095
+ * @replacedBy runware_edit_video_request
14096
+ * @targetRemovalDate 2026-06-30
14097
+ */
14029
14098
  runwareVideoUpscaleRequest?: VideoUpscaleRequest;
14099
+ /** Runware video edit (prompt-free video-to-video, e.g. upscale) */
14100
+ runwareEditVideoRequest?: EditVideoRequest;
14030
14101
  /** Contains additional information for the request. */
14031
14102
  userRequestInfo?: UserRequestInfo;
14032
14103
  }
14033
14104
  /** @oneof */
14034
- interface EditVideoRequestRequestOneOf {
14035
- /** Runware video upscale (prompt-free video-to-video upscaling) */
14105
+ interface V1EditVideoRequestRequestOneOf {
14106
+ /**
14107
+ * Deprecated: use runware_edit_video_request.
14108
+ * @deprecated
14109
+ * @replacedBy runware_edit_video_request
14110
+ * @targetRemovalDate 2026-06-30
14111
+ */
14036
14112
  runwareVideoUpscaleRequest?: VideoUpscaleRequest;
14113
+ /** Runware video edit (prompt-free video-to-video, e.g. upscale) */
14114
+ runwareEditVideoRequest?: EditVideoRequest;
14037
14115
  }
14038
14116
  /**
14039
14117
  * Request for prompt-free video upscaling (Runware taskType "upscale").
14040
14118
  * Takes a single input video and returns an upscaled video. No prompt is required.
14119
+ * Deprecated: use EditVideoRequest, which carries the taskType in `parameters`.
14041
14120
  */
14042
14121
  interface VideoUpscaleRequest {
14043
14122
  /**
@@ -14075,17 +14154,61 @@ declare enum VideoUpscaleRequestModel {
14075
14154
  }
14076
14155
  /** @enumType */
14077
14156
  type VideoUpscaleRequestModelWithLiterals = VideoUpscaleRequestModel | 'UNKNOWN_MODEL' | 'FROM_MODEL_ID';
14078
- interface EditVideoResponse extends EditVideoResponseResponseOneOf {
14079
- /** Runware video upscale response */
14157
+ /**
14158
+ * Request for prompt-free video-to-video editing (e.g. upscaling).
14159
+ * The operation and its inputs are carried in `parameters`.
14160
+ */
14161
+ interface EditVideoRequest {
14162
+ /**
14163
+ * Model to invoke. Use FROM_MODEL_ID together with model_id to resolve the
14164
+ * Runware model (AIR) via the models manager.
14165
+ */
14166
+ model?: EditVideoRequestModelWithLiterals;
14167
+ /**
14168
+ * Runware model identifier, used together with model = FROM_MODEL_ID.
14169
+ * @maxLength 1000
14170
+ */
14171
+ modelId?: string | null;
14172
+ /**
14173
+ * Runware video parameters, merged into the request body: the operation
14174
+ * (e.g. "taskType": "upscale"), the input video ("inputs": {"video": "..."})
14175
+ * and any options. Lets new video operations be used without a proto change.
14176
+ */
14177
+ parameters?: Record<string, any> | null;
14178
+ }
14179
+ declare enum EditVideoRequestModel {
14180
+ UNKNOWN_MODEL = "UNKNOWN_MODEL",
14181
+ /** Should be used together with model_id from the allowed models list. */
14182
+ FROM_MODEL_ID = "FROM_MODEL_ID"
14183
+ }
14184
+ /** @enumType */
14185
+ type EditVideoRequestModelWithLiterals = EditVideoRequestModel | 'UNKNOWN_MODEL' | 'FROM_MODEL_ID';
14186
+ interface V1EditVideoResponse extends V1EditVideoResponseResponseOneOf {
14187
+ /**
14188
+ * Deprecated: use runware_edit_video_response.
14189
+ * @deprecated
14190
+ * @replacedBy runware_edit_video_response
14191
+ * @targetRemovalDate 2026-06-30
14192
+ */
14080
14193
  runwareVideoUpscaleResponse?: VideoUpscaleResponse;
14194
+ /** Runware video edit response */
14195
+ runwareEditVideoResponse?: EditVideoResponse;
14081
14196
  /** Extracted cost of the request in microcents. */
14082
14197
  cost?: string | null;
14083
14198
  }
14084
14199
  /** @oneof */
14085
- interface EditVideoResponseResponseOneOf {
14086
- /** Runware video upscale response */
14200
+ interface V1EditVideoResponseResponseOneOf {
14201
+ /**
14202
+ * Deprecated: use runware_edit_video_response.
14203
+ * @deprecated
14204
+ * @replacedBy runware_edit_video_response
14205
+ * @targetRemovalDate 2026-06-30
14206
+ */
14087
14207
  runwareVideoUpscaleResponse?: VideoUpscaleResponse;
14208
+ /** Runware video edit response */
14209
+ runwareEditVideoResponse?: EditVideoResponse;
14088
14210
  }
14211
+ /** Deprecated: use EditVideoResponse. */
14089
14212
  interface VideoUpscaleResponse {
14090
14213
  /**
14091
14214
  * Upscale task results.
@@ -14093,6 +14216,7 @@ interface VideoUpscaleResponse {
14093
14216
  */
14094
14217
  data?: VideoUpscaleTaskResult[];
14095
14218
  }
14219
+ /** Deprecated: use EditVideoTaskResult. */
14096
14220
  interface VideoUpscaleTaskResult {
14097
14221
  /**
14098
14222
  * The API will return the taskType you sent in the request.
@@ -14122,6 +14246,42 @@ interface VideoUpscaleTaskResult {
14122
14246
  */
14123
14247
  status?: string | null;
14124
14248
  }
14249
+ interface EditVideoResponse {
14250
+ /**
14251
+ * Video edit task results.
14252
+ * @maxSize 1000
14253
+ */
14254
+ data?: EditVideoTaskResult[];
14255
+ }
14256
+ interface EditVideoTaskResult {
14257
+ /**
14258
+ * The taskType echoed back by Runware (e.g. "upscale").
14259
+ * @maxLength 100
14260
+ */
14261
+ taskType?: string;
14262
+ /**
14263
+ * The taskUUID echoed back by Runware.
14264
+ * @format GUID
14265
+ */
14266
+ taskUuid?: string;
14267
+ /**
14268
+ * A unique identifier for the resulting video.
14269
+ * @format GUID
14270
+ */
14271
+ videoUuid?: string | null;
14272
+ /**
14273
+ * If outputType is set to URL, the URL of the resulting video to download.
14274
+ * @maxLength 10000
14275
+ */
14276
+ videoUrl?: string | null;
14277
+ /** Cost of the task in microcents. */
14278
+ microcentsSpent?: string | null;
14279
+ /**
14280
+ * The current processing status (for polling operations).
14281
+ * @maxLength 50
14282
+ */
14283
+ status?: string | null;
14284
+ }
14125
14285
  interface PollImageGenerationResultRequest extends PollImageGenerationResultRequestRequestOneOf {
14126
14286
  /** replicate proxy getResult request */
14127
14287
  replicateGetResultRequest?: V1GetResultRequest;
@@ -14262,14 +14422,28 @@ interface GetResultResponse {
14262
14422
  }
14263
14423
  interface GetTaskResultResponse extends GetTaskResultResponseResponseOneOf {
14264
14424
  videoInferenceResponse?: VideoInferenceResponse;
14265
- /** Result of an async video upscale task, returned once the task finishes */
14425
+ /**
14426
+ * Deprecated: video-edit poll results are now returned as edit_video_response.
14427
+ * @deprecated
14428
+ * @replacedBy edit_video_response
14429
+ * @targetRemovalDate 2026-06-30
14430
+ */
14266
14431
  videoUpscaleResponse?: VideoUpscaleResponse;
14432
+ /** Result of an async video-edit task (e.g. upscale), returned once the task finishes. */
14433
+ editVideoResponse?: EditVideoResponse;
14267
14434
  }
14268
14435
  /** @oneof */
14269
14436
  interface GetTaskResultResponseResponseOneOf {
14270
14437
  videoInferenceResponse?: VideoInferenceResponse;
14271
- /** Result of an async video upscale task, returned once the task finishes */
14438
+ /**
14439
+ * Deprecated: video-edit poll results are now returned as edit_video_response.
14440
+ * @deprecated
14441
+ * @replacedBy edit_video_response
14442
+ * @targetRemovalDate 2026-06-30
14443
+ */
14272
14444
  videoUpscaleResponse?: VideoUpscaleResponse;
14445
+ /** Result of an async video-edit task (e.g. upscale), returned once the task finishes. */
14446
+ editVideoResponse?: EditVideoResponse;
14273
14447
  }
14274
14448
  interface GetVideoResultResponse {
14275
14449
  videoJob?: VideoJob;
@@ -14856,6 +15030,8 @@ interface EditImageOptions extends EditImageOptionsRequestOneOf {
14856
15030
  googleDetectTextRequest?: DetectTextRequest;
14857
15031
  /** Runware edit image (e.g. outpainting) */
14858
15032
  runwareEditImageRequest?: V1EditImageRequest;
15033
+ /** Montracer request (bitmap to vector) */
15034
+ montracerProxyTraceRequest?: ProxyTraceRequest;
14859
15035
  }
14860
15036
  /** @oneof */
14861
15037
  interface EditImageOptionsRequestOneOf {
@@ -14875,17 +15051,33 @@ interface EditImageOptionsRequestOneOf {
14875
15051
  googleDetectTextRequest?: DetectTextRequest;
14876
15052
  /** Runware edit image (e.g. outpainting) */
14877
15053
  runwareEditImageRequest?: V1EditImageRequest;
15054
+ /** Montracer request (bitmap to vector) */
15055
+ montracerProxyTraceRequest?: ProxyTraceRequest;
14878
15056
  }
14879
15057
  interface EditVideoOptions extends EditVideoOptionsRequestOneOf {
14880
15058
  /** Contains additional information for the request. */
14881
15059
  userRequestInfo?: UserRequestInfo;
14882
- /** Runware video upscale (prompt-free video-to-video upscaling) */
15060
+ /**
15061
+ * Deprecated: use runware_edit_video_request.
15062
+ * @deprecated
15063
+ * @replacedBy runware_edit_video_request
15064
+ * @targetRemovalDate 2026-06-30
15065
+ */
14883
15066
  runwareVideoUpscaleRequest?: VideoUpscaleRequest;
15067
+ /** Runware video edit (prompt-free video-to-video, e.g. upscale) */
15068
+ runwareEditVideoRequest?: EditVideoRequest;
14884
15069
  }
14885
15070
  /** @oneof */
14886
15071
  interface EditVideoOptionsRequestOneOf {
14887
- /** Runware video upscale (prompt-free video-to-video upscaling) */
15072
+ /**
15073
+ * Deprecated: use runware_edit_video_request.
15074
+ * @deprecated
15075
+ * @replacedBy runware_edit_video_request
15076
+ * @targetRemovalDate 2026-06-30
15077
+ */
14888
15078
  runwareVideoUpscaleRequest?: VideoUpscaleRequest;
15079
+ /** Runware video edit (prompt-free video-to-video, e.g. upscale) */
15080
+ runwareEditVideoRequest?: EditVideoRequest;
14889
15081
  }
14890
15082
  interface PollImageGenerationResultOptions extends PollImageGenerationResultOptionsRequestOneOf {
14891
15083
  /** Contains additional information for the request. */
@@ -14915,4 +15107,4 @@ interface PollImageGenerationResultOptionsRequestOneOf {
14915
15107
  bytedanceGetContentTaskRequest?: GetContentTaskRequest;
14916
15108
  }
14917
15109
 
14918
- export { type AccountInfo, type Action, type ActionEvent, type AlignmentInfoInChunk, type AnthropicClaudeMessage, type AnthropicMessage, AnthropicModel, type AnthropicModelWithLiterals, type AnthropicStreamChunk, type AnthropicStreamChunkContentOneOf, type AnthropicStreamChunkMessageDelta, type AnthropicV1ImageUrl, type ApplicationBudgetInfo, type AsyncGenerationConfig, type AudioUrl, type Background, type BashTool, type Blob, type BoundingPoly, type BuiltInTool, type CacheControl, CacheControlType, type CacheControlTypeWithLiterals, type Candidate, type CandidateCitationMetadata, type CandidateCitationMetadataCitation, type CandidateContent, type CandidateContentPart, type CharLocationCitation, type ChatCompletionChunk, type ChatCompletionChunkChunkChoice, type ChatCompletionChunkChunkChoiceChunkDelta, type ChatCompletionMessage, type ChatCompletionMessageContentPart, type ChatCompletionMessageContentPartContentValueOneOf, type ChatCompletionMessageFunctionWithArgs, type ChatCompletionMessageImageUrlContent, ChatCompletionMessageMessageRole, type ChatCompletionMessageMessageRoleWithLiterals, type ChatCompletionMessageToolCall, ChatCompletionModel, type ChatCompletionModelWithLiterals, type Choice, type ChunkChoice, type ChunkChoiceChunkDelta, type ChunkDelta, type Citation, type CitationTypeOneOf, type CitationsEnabled, ClaudeModel, type ClaudeModelWithLiterals, ClipGuidancePreset, type ClipGuidancePresetWithLiterals, type CodeExecution, type CodeExecutionResult, type CodeExecutionTool, type CodeExecutionToolResult, type CodeExecutionToolResultContentOneOf, type CodeExecutionToolResultError, type CommonContentTaskResponse, type CompletionTokenDetails, type ComputerUse, type ComputerUseTool, type ConductorExperimentConfig, type ConductorExperimentValue, type ConductorExperimentValueExperimentResultOneOf, type Container, type ContainerUpload, type Content, type ContentBlock, type ContentBlockDelta, type ContentBlockDeltaDeltaOneOf, type ContentBlockLocationCitation, type ContentBlockTypeOneOf, type ContentData, type ContentGenerationFailedEvent, type ContentGenerationRequestedEvent, type ContentGenerationSucceededEvent, type ContentItem, type ContentPart, type ContentPartContentValueOneOf, ContentRole, type ContentRoleWithLiterals, type ConverseContentBlock, type ConverseContentBlockContentOneOf, type ConverseInferenceConfig, type ConverseInputSchema, type ConverseMessage, ConverseModel, type ConverseModelWithLiterals, type ConversePerformanceConfig, type ConverseReasoningContent, type ConverseTool, type ConverseToolResult, type ConverseToolResultContent, type ConverseToolResultContentContentOneOf, type ConverseToolUse, type CreateChatCompletionRequest, type CreateChatCompletionRequestFunctionCallOneOf, type CreateChatCompletionRequestFunctionSignature, type CreateChatCompletionRequestResponseFormat, type CreateChatCompletionRequestTool, type CreateChatCompletionResponse, type CreateChatCompletionResponseChoice, type CreateChatCompletionResponseCompletionTokenDetails, type CreateChatCompletionResponsePromptTokenDetails, type CreateChatCompletionResponseTokenUsage, type CreateContentTaskRequest, type CreateContentTaskResponse, type CreateEmbeddingsRequest, type CreateEmbeddingsResponse, type CreateEmbeddingsResponseEmbeddingUsage, type CreateImageOpenAiRequest, type CreateImageOpenAiResponse, type CreateImageRequest, type CreateImageResponse, type CreateModerationRequest, type CreateModerationResponse, CreatePredictionModel, type CreatePredictionModelWithLiterals, type CreatePredictionRequest, type CreatePredictionRequestInputOneOf, type CreatePredictionResponse, type CreatePredictionResponseTokenUsage, type CreateSpeechRequest, type CreateSpeechResponse, type CreateTranscriptionRequest, CreateTranscriptionRequestResponseFormat, type CreateTranscriptionRequestResponseFormatWithLiterals, type CreateTranscriptionResponse, type CreateVideoRequest, type CreateVideoResponse, type CustomTool, type DatalabOcr, type DatalabOcrOutput, type DetectTextRequest, type DetectTextResponse, type DocumentContent, type DocumentSource, type DomainEvent, type DomainEventBodyOneOf, type DraftTask, type DynamicRequestConfig, type DynamicRetrievalConfig, DynamicRetrievalConfigMode, type DynamicRetrievalConfigModeWithLiterals, EditAction, type EditActionWithLiterals, type EditImageInput, EditImageModel, type EditImageModelWithLiterals, type EditImageOpenAiRequest, type EditImageOpenAiResponse, type EditImageOptions, type EditImageOptionsRequestOneOf, type EditImageRequest, EditImageRequestModel, type EditImageRequestModelWithLiterals, type EditImageResponse, type EditImageTaskResult, type EditImageWithPromptRequest, EditImageWithPromptRequestModel, type EditImageWithPromptRequestModelWithLiterals, type EditImageWithPromptResponse, type EditVideoOptions, type EditVideoOptionsRequestOneOf, type EditVideoRequest, type EditVideoRequestRequestOneOf, type EditVideoResponse, type EditVideoResponseResponseOneOf, type Element, ElevenLabsTextToSpeechModel, type ElevenLabsTextToSpeechModelWithLiterals, EmbeddingEncodingFormat, type EmbeddingEncodingFormatWithLiterals, type EmbeddingInfo, type EmbeddingInfoEmbeddingResultOneOf, type EmbeddingInstance, EmbeddingModel, type EmbeddingModelWithLiterals, type EmbeddingPrediction, type EmbeddingUsage, type EntityCreatedEvent, type EntityDeletedEvent, EntityType, type EntityTypeWithLiterals, type EntityUpdatedEvent, Environment, type EnvironmentWithLiterals, type ErrorInfo, type ExecutableCode, type Expand, type ExperimentalPromptConfig, type Export, type ExtractFromImageMetrics, ExtractFromImageModel, type ExtractFromImageModelWithLiterals, type ExtractFromImageRequest, type ExtractFromImageRequestInputOneOf, type ExtractFromImageResponse, type ExtractFromImageResponseOutputOneOf, type ExtractFromImageResponseTokenUsage, type ExtractFromImageUrls, type FalGatewayPayload, type FallbackPromptConfig, type FallbackProperties, type FileContent, type FileInput, type FineTuningSpec, FinishReason, type FinishReasonWithLiterals, type Fireworks_proxyV1ChatCompletionMessage, type Fireworks_proxyV1ChatCompletionMessageContentPart, type Fireworks_proxyV1ChatCompletionMessageContentPartContentValueOneOf, type Fireworks_proxyV1ChatCompletionMessageImageUrlContent, Fireworks_proxyV1ChatCompletionMessageMessageRole, type Fireworks_proxyV1ChatCompletionMessageMessageRoleWithLiterals, type FloatEmbedding, type FluxDevControlnet, type FluxPulid, type FrameImage, type FullTextAnnotation, type FunctionCall, type FunctionCallingConfig, type FunctionDeclaration, type FunctionResponse, type FunctionResponseBlob, type FunctionResponsePart, type FunctionResponsePartDataOneOf, type FunctionSignature, type FunctionWithArgs, type GatewayContentBlock, type GatewayContentBlockTypeOneOf, type GatewayMessageDefinition, GatewayMessageDefinitionRole, type GatewayMessageDefinitionRoleWithLiterals, type GatewayToolDefinition, type GatewayToolDefinitionCustomTool, type GatewayToolDefinitionToolOneOf, GenerateAnImageModel, type GenerateAnImageModelWithLiterals, type GenerateAnImageRequest, type GenerateAnImageResponse, type GenerateAudioOptions, type GenerateAudioOptionsAudioRequestOneOf, type GenerateAudioRequest, type GenerateAudioRequestAudioRequestOneOf, type GenerateAudioResponse, type GenerateAudioResponseAudioResponseOneOf, type GenerateAudioStreamedOptions, type GenerateAudioStreamedOptionsAudioRequestOneOf, type GenerateContentByProjectOptions, type GenerateContentByProjectRequest, type GenerateContentByProjectResponse, type GenerateContentByPromptObjectOptions, type GenerateContentByPromptObjectRequest, type GenerateContentByPromptObjectResponse, type GenerateContentByPromptOptions, type GenerateContentByPromptRequest, type GenerateContentByPromptResponse, type GenerateContentModelResponse, type GenerateContentModelResponseResponseOneOf, type GenerateContentRequest, type GenerateContentResponse, type GenerateCoreRequest, GenerateCoreRequestStylePreset, type GenerateCoreRequestStylePresetWithLiterals, type GenerateCoreResponse, type GenerateEmbeddingOptions, type GenerateEmbeddingOptionsEmbeddingRequestOneOf, type GenerateEmbeddingsRequest, type GenerateEmbeddingsRequestEmbeddingRequestOneOf, type GenerateEmbeddingsResponse, type GenerateEmbeddingsResponseEmbeddingResponseOneOf, type GenerateImageByProjectOptions, type GenerateImageByProjectRequest, type GenerateImageByProjectResponse, type GenerateImageByPromptObjectOptions, type GenerateImageByPromptObjectRequest, type GenerateImageByPromptObjectResponse, type GenerateImageByPromptOptions, type GenerateImageByPromptRequest, type GenerateImageByPromptResponse, GenerateImageMlPlatformModel, type GenerateImageMlPlatformModelWithLiterals, type GenerateImageMlPlatformRequest, type GenerateImageMlPlatformRequestInputOneOf, type GenerateImageMlPlatformResponse, type GenerateImageRequest, type GenerateImageResponse, type GenerateModerationOptions, type GenerateModerationOptionsModerationRequestOneOf, type GenerateModerationRequest, type GenerateModerationRequestModerationRequestOneOf, type GenerateModerationResponse, type GenerateModerationResponseModerationResponseOneOf, type GenerateStableDiffusionRequest, GenerateStableDiffusionRequestOutputFormat, type GenerateStableDiffusionRequestOutputFormatWithLiterals, type GenerateStableDiffusionResponse, type GenerateTextByProjectOptions, type GenerateTextByProjectRequest, type GenerateTextByProjectResponse, type GenerateTextByProjectStreamedOptions, type GenerateTextByPromptObjectOptions, type GenerateTextByPromptObjectRequest, type GenerateTextByPromptObjectResponse, type GenerateTextByPromptObjectStreamedOptions, type GenerateTextByPromptOptions, type GenerateTextByPromptRequest, type GenerateTextByPromptResponse, type GenerateTextByPromptStreamedOptions, type GenerateTranscriptionOptions, type GenerateTranscriptionOptionsTranscriptionRequestOneOf, type GenerateTranscriptionRequest, type GenerateTranscriptionRequestTranscriptionRequestOneOf, type GenerateTranscriptionResponse, type GenerateTranscriptionResponseTranscriptionResponseOneOf, type GenerateVideoInstance, type GenerateVideoParameters, type GenerateVideoRequest, type GenerateVideoResponse, type GeneratedAudioChunk, type GeneratedAudioChunkAudioChunkOneOf, type GeneratedContent, type GeneratedTextChunk, type GeneratedTextChunkModelChunkOneOf, type GeneratedVideo, type GenerationConfig, GenerationMode, type GenerationModeWithLiterals, type GenerationRequestedEvent, type GenerationThinkingConfig, type GetApplicationUsageRequest, type GetApplicationUsageResponse, type GetContentTaskRequest, type GetContentTaskResponse, type GetEmbeddingRequest, type GetEmbeddingResponse, type GetProjectRequest, type GetProjectResponse, type GetPromptOptions, type GetPromptRequest, type GetPromptResponse, type GetResultRequest, type GetResultResponse, type GetStatusRequest, type GetStatusResponse, type GetTaskResultRequest, type GetTaskResultResponse, type GetTaskResultResponseResponseOneOf, type GetVideoResultRequest, type GetVideoResultResponse, type GoogleSearch, type GoogleSearchRetrieval, type GoogleproxyV1AnthropicStreamChunk, type GoogleproxyV1AnthropicStreamChunkContentOneOf, type GoogleproxyV1CacheControl, type GoogleproxyV1ChatCompletionMessage, type GoogleproxyV1ContentBlock, type GoogleproxyV1ContentBlockDelta, type GoogleproxyV1ContentBlockDeltaDeltaOneOf, type GoogleproxyV1ContentBlockTypeOneOf, type GoogleproxyV1ImageUrl, type GoogleproxyV1InputSchema, type GoogleproxyV1JsonOutputFormat, type GoogleproxyV1McpServer, GoogleproxyV1McpServerType, type GoogleproxyV1McpServerTypeWithLiterals, GoogleproxyV1Model, type GoogleproxyV1ModelWithLiterals, type GoogleproxyV1OutputConfig, type GoogleproxyV1RedactedThinking, GoogleproxyV1ResponseTypeType, type GoogleproxyV1ResponseTypeTypeWithLiterals, type GoogleproxyV1Text, type GoogleproxyV1Thinking, type GoogleproxyV1ThinkingConfig, type GoogleproxyV1Tool, type GoogleproxyV1ToolChoice, GoogleproxyV1ToolChoiceType, type GoogleproxyV1ToolChoiceTypeWithLiterals, type GoogleproxyV1ToolResult, type GoogleproxyV1ToolUse, type GoogleproxyV1Usage, type GroundingChunk, type GroundingChunkChunkTypeOneOf, type GroundingMetadata, type GroundingSupport, type Guidance, HarmCategory, type HarmCategoryWithLiterals, HarmProbability, type HarmProbabilityWithLiterals, type HeadersEntry, type IdentificationData, type IdentificationDataIdOneOf, type ImageConfig, ImageCoreModel, type ImageCoreModelWithLiterals, type ImageData, ImageEditingModel, type ImageEditingModelWithLiterals, type ImageEditingRequest, type ImageEditingResponse, type ImageError, type ImageGenerationFailedEvent, type ImageGenerationRequestedEvent, type ImageGenerationSucceededEvent, type ImageInput, ImageMediaTypeMediaType, type ImageMediaTypeMediaTypeWithLiterals, ImageModel, type ImageModelResponse, type ImageModelResponseResponseOneOf, type ImageModelWithLiterals, type ImageObject, type ImageOutputOptions, ImageQuality, type ImageQualityWithLiterals, ImageSize, type ImageSizeWithLiterals, ImageStableDiffusionModel, type ImageStableDiffusionModelWithLiterals, ImageStyle, type ImageStyleWithLiterals, type ImageUrl, type ImageUrlContent, type ImageUrlInput, type ImageUsage, ImagenModel, type ImagenModelWithLiterals, type IncompleteDetails, type InputSchema, type Inputs, type Instance, type InvokeAnthropicClaudeModelRequest, type InvokeAnthropicClaudeModelRequestTool, type InvokeAnthropicClaudeModelResponse, type InvokeAnthropicModelRequest, type InvokeAnthropicModelResponse, type InvokeChatCompletionRequest, type InvokeChatCompletionRequestResponseFormat, type InvokeChatCompletionRequestResponseFormatFormatDetailsOneOf, type InvokeChatCompletionResponse, type InvokeChatCompletionResponseChoice, type InvokeChatCompletionResponseUsage, type InvokeConverseRequest, type InvokeConverseResponse, type InvokeConverseResponseTokenUsage, type InvokeCustomOpenAiModelRequest, type InvokeCustomOpenAiModelRequestFunctionCallOneOf, type InvokeCustomOpenAiModelRequestFunctionSignature, type InvokeCustomOpenAiModelRequestResponseFormat, type InvokeCustomOpenAiModelRequestTool, type InvokeCustomOpenAiModelResponse, type InvokeCustomOpenAiModelResponseChoice, type InvokeCustomOpenAiModelResponseCompletionTokenDetails, type InvokeCustomOpenAiModelResponsePromptTokenDetails, type InvokeCustomOpenAiModelResponseTokenUsage, type InvokeCustomOpenAiModelStreamedResponse, type InvokeCustomOpenAiModelStreamedResponseChunkChoice, type InvokeCustomOpenAiModelStreamedResponseChunkChoiceChunkDelta, type InvokeLlamaModelRequest, type InvokeLlamaModelResponse, type InvokeMlPlatformLlamaModelRequest, type InvokeMlPlatformLlamaModelResponse, type InvokeMlPlatformOpenAIChatCompletionRawRequest, type InvokeMlPlatformOpenAIChatCompletionRawResponse, type JsonOutputFormat, type JsonSchema, Language, type LanguageWithLiterals, type Lighting, LlamaModel, type LlamaModelWithLiterals, type LoraModelSelect, type LucatacoFlorence2Large, type Margin, type McpServer, type McpServerToolConfiguration, McpServerType, type McpServerTypeWithLiterals, type McpToolUse, type MediaContent, type MediaResolution, MediaResolutionLevel, type MediaResolutionLevelWithLiterals, MediaType, type MediaTypeWithLiterals, type MessageDelta, type MessageEnvelope, MessageRole, MessageRoleRole, type MessageRoleRoleWithLiterals, type MessageRoleWithLiterals, type Metrics, Modality, type ModalityTokenCount, type ModalityWithLiterals, Mode, type ModeWithLiterals, Model, type ModelResponse, type ModelResponseResponseOneOf, type ModelWithLiterals, type ModerationResult, type MultiModalInput, type MultiModalInputContentValueOneOf, type OcrBlock, type OcrDetectedBreak, type OcrDetectedLanguage, type OcrPage, type OcrParagraph, type OcrSymbol, type OcrTextProperty, type OcrWord, OpenAiImageModel, type OpenAiImageModelWithLiterals, type OpenAiImageTokenDetails, type OpenAiResponsesRequest, type OpenAiResponsesResponse, type OpenAiResponsesResponseIncompleteDetails, type OpenaiproxyV1ChatCompletionChunk, type OpenaiproxyV1ChatCompletionMessage, type OpenaiproxyV1ChatCompletionMessageContentPart, type OpenaiproxyV1ChatCompletionMessageContentPartContentValueOneOf, type OpenaiproxyV1ChatCompletionMessageImageUrlContent, OpenaiproxyV1ChatCompletionMessageMessageRole, type OpenaiproxyV1ChatCompletionMessageMessageRoleWithLiterals, type OpenaiproxyV1CreateChatCompletionRequest, type OpenaiproxyV1CreateChatCompletionRequestFunctionCallOneOf, type OpenaiproxyV1CreateChatCompletionRequestResponseFormat, type OpenaiproxyV1CreateChatCompletionResponse, type OpenaiproxyV1CreateChatCompletionResponseChoice, type OpenaiproxyV1CreateChatCompletionResponseTokenUsage, OpenaiproxyV1EmbeddingModel, type OpenaiproxyV1EmbeddingModelWithLiterals, OpenaiproxyV1Model, type OpenaiproxyV1ModelWithLiterals, type OptimizePromptOptions, OutageStatus, type OutageStatusWithLiterals, Outcome, type OutcomeWithLiterals, type OutpaintDirection, type Output, type OutputAnnotation, type OutputAnnotationAnnotationTypeOneOf, type OutputConfig, type OutputContent, OutputFormat, type OutputFormatWithLiterals, type OutputOptions, type Padding, type PageLocationCitation, type Parameters, type PerceptronIsaac01, type PerplexityImageDescriptor, type PerplexityMessage, PerplexityMessageMessageRole, type PerplexityMessageMessageRoleWithLiterals, PerplexityModel, type PerplexityModelWithLiterals, PersonGeneration, type PersonGenerationWithLiterals, type PollImageGenerationResultOptions, type PollImageGenerationResultOptionsRequestOneOf, type PollImageGenerationResultRequest, type PollImageGenerationResultRequestRequestOneOf, type PollImageGenerationResultResponse, type PollImageGenerationResultResponseResponseOneOf, type Prediction, type PredictionMetrics, type PredictionUrls, type Project, type ProjectConfigChangedDomainEvent, type Prompt, type PromptFeedback, type PromptModelRequestOneOf, type PromptTokenDetails, type PronunciationDictionaryLocator, type PrunaaiZImageTurbo, type PublicationDate, type PublishProjectOptions, type PublishProjectRequest, type PublishProjectResponse, type PublishPromptOptions, type PublishPromptRequest, type PublishPromptResponse, type QwenImageLayered, type RawHttpResponse, type ReasoningText, type Recraft_proxyV1EditImageRequest, type Recraft_proxyV1EditImageResponse, type RedactedThinking, type RemoveBackgroundRequest, type RemoveBackgroundResponse, type RequestMetadata, type ResponseFormat, type ResponseMetadata, ResponseType, ResponseTypeType, type ResponseTypeTypeWithLiterals, type ResponseTypeWithLiterals, type ResponsesCodeInterpreter, type ResponsesCodeInterpreterContainer, type ResponsesCodeInterpreterContainerAuto, type ResponsesCodeInterpreterContainerContainerTypeOneOf, type ResponsesCodeInterpreterImageOutput, type ResponsesCodeInterpreterLogsOutput, type ResponsesCodeInterpreterOutput, type ResponsesCodeInterpreterOutputOutputTypeOneOf, type ResponsesCodeInterpreterToolCall, type ResponsesFunction, type ResponsesFunctionToolCall, type ResponsesFunctionToolCallOutput, type ResponsesInputItem, type ResponsesInputItemItemOneOf, type ResponsesInputMessage, type ResponsesInputMessageContent, type ResponsesInputMessageContentContentValueOneOf, type ResponsesInputMessageContentFileInput, type ResponsesInputMessageContentImageInput, ResponsesInputMessageResponsesMessageRole, type ResponsesInputMessageResponsesMessageRoleWithLiterals, type ResponsesInputTokensDetails, ResponsesMessageRole, type ResponsesMessageRoleWithLiterals, ResponsesModel, type ResponsesModelWithLiterals, type ResponsesOutput, type ResponsesOutputMessage, type ResponsesOutputMessageOutputContent, type ResponsesOutputOutputOneOf, type ResponsesOutputTokensDetails, type ResponsesReasoning, type ResponsesReasoningContent, type ResponsesReasoningOutput, type ResponsesReasoningSummaryContent, type ResponsesTextFormat, type ResponsesTextFormatFormatOneOf, type ResponsesTextFormatJsonSchema, type ResponsesTokenUsage, type ResponsesTool, type ResponsesToolChoice, type ResponsesToolToolTypeOneOf, type ResponsesWebSearch, type ResponsesWebSearchToolCall, type ResponsesWebSearchToolCallAction, type ResponsesWebSearchUserLocation, type RestoreInfo, type ResultObject, type RetrievalMetadata, type RetrievedContext, type ReveEdit, Role, type RoleWithLiterals, type Safety, type SafetyAttributes, type SafetyRating, type SafetySetting, Sampler, type SamplerWithLiterals, type SearchEntryPoint, type SearchResultLocationCitation, type Segment, type Segmentation, type SequentialImageGenerationOptions, type ServerToolUse, type Shadow, type SimpleContentBlock, type SimpleContentBlockTypeOneOf, type SpeechChunk, SpeechModel, type SpeechModelWithLiterals, type SpiGenerationConfig, type StabilityproxyV1EditImageRequest, type StabilityproxyV1EditImageResponse, type Statistics, StylePreset, type StylePresetWithLiterals, type SystemContentBlock, type SystemInstruction, type TaskContent, type TaskError, TaskInput, type TaskInputWithLiterals, TaskType, type TaskTypeWithLiterals, type TaskUsage, type Text, type TextAnnotation, type TextContent, type TextEditorTool, type TextEmbeddingInstance, type TextEmbeddingParameters, type TextGenerationFailedEvent, type TextGenerationSucceededEvent, type TextPrompt, type TextRemoval, type TextToImageRequest, TextToImageRequestModel, type TextToImageRequestModelWithLiterals, TextToImageRequestStylePreset, type TextToImageRequestStylePresetWithLiterals, type TextToImageResponse, type TextToImageTaskResult, type TextToSpeechChunk, type TextToSpeechRequest, type Thinking, type ThinkingConfig, type ThinkingTextContent, Threshold, type ThresholdWithLiterals, type TimestampGranularities, TimestampGranularity, type TimestampGranularityWithLiterals, type TokenUsage, type Tool, type ToolCall, type ToolChoice, ToolChoiceType, type ToolChoiceTypeWithLiterals, type ToolConfig, type ToolConfiguration, type ToolResult, type ToolResultContent, type ToolResultContentBlock, type ToolResultContentBlockTypeOneOf, type ToolResultSearchResult, type ToolSpecification, type ToolUse, type ToolUseContent, TranscriptionModel, type TranscriptionModelWithLiterals, Type, type TypeWithLiterals, type UrlCitation, type Usage, type UsageCacheCreation, type UsageMetadata, type UsageServerToolUse, type UserLocation, type UserPerApplicationBudgetInfo, type UserRequestInfo, type V1AnthropicClaudeMessage, type V1AnthropicStreamChunk, type V1AnthropicStreamChunkContentOneOf, type V1AnthropicStreamChunkMessageDelta, type V1CacheControl, V1CacheControlType, type V1CacheControlTypeWithLiterals, type V1ChatCompletionChunk, type V1ChatCompletionChunkChunkChoice, type V1ChatCompletionMessage, type V1ChatCompletionMessageContentPart, type V1ChatCompletionMessageContentPartContentValueOneOf, type V1ChatCompletionMessageFunctionWithArgs, type V1ChatCompletionMessageImageUrlContent, V1ChatCompletionMessageMessageRole, type V1ChatCompletionMessageMessageRoleWithLiterals, type V1ChatCompletionMessageToolCall, type V1CodeExecutionResult, type V1ContentBlock, type V1ContentBlockDelta, type V1ContentBlockDeltaDeltaOneOf, type V1ContentBlockTypeOneOf, type V1ContentPart, type V1CreateChatCompletionRequest, type V1CreateChatCompletionRequestResponseFormat, type V1CreateChatCompletionRequestTool, type V1CreateChatCompletionResponse, type V1CreateChatCompletionResponseChoice, type V1CreateChatCompletionResponseTokenUsage, type V1CreateEmbeddingsRequest, type V1CreateEmbeddingsResponse, V1EditImageModel, type V1EditImageModelWithLiterals, type V1EditImageRequest, type V1EditImageResponse, V1EmbeddingEncodingFormat, type V1EmbeddingEncodingFormatWithLiterals, type V1EmbeddingInfo, type V1EmbeddingInfoEmbeddingResultOneOf, V1EmbeddingModel, type V1EmbeddingModelWithLiterals, type V1FineTuningSpec, type V1FloatEmbedding, type V1FluxPulid, type V1GenerateImageRequest, type V1GenerateImageResponse, type V1GetResultRequest, type V1GetResultResponse, type V1ImageInput, V1ImageMediaTypeMediaType, type V1ImageMediaTypeMediaTypeWithLiterals, V1ImageModel, type V1ImageModelWithLiterals, type V1ImageObject, type V1ImageUrl, type V1ImageUsage, type V1InputSchema, type V1InvokeAnthropicClaudeModelRequest, type V1InvokeAnthropicClaudeModelResponse, type V1InvokeCustomOpenAiModelRequest, type V1InvokeCustomOpenAiModelRequestFunctionCallOneOf, type V1InvokeCustomOpenAiModelRequestFunctionSignature, type V1InvokeCustomOpenAiModelRequestResponseFormat, type V1InvokeCustomOpenAiModelRequestTool, type V1InvokeCustomOpenAiModelResponse, type V1InvokeCustomOpenAiModelResponseChoice, type V1InvokeCustomOpenAiModelResponseCompletionTokenDetails, type V1InvokeCustomOpenAiModelResponsePromptTokenDetails, type V1InvokeCustomOpenAiModelResponseTokenUsage, type V1JsonOutputFormat, type V1McpServer, type V1McpServerToolConfiguration, V1McpServerType, type V1McpServerTypeWithLiterals, V1MessageRoleRole, type V1MessageRoleRoleWithLiterals, V1Model, type V1ModelWithLiterals, type V1OpenAiResponsesRequest, type V1OpenAiResponsesResponse, type V1OutputAnnotation, type V1OutputAnnotationAnnotationTypeOneOf, type V1OutputConfig, type V1RedactedThinking, V1ResponseTypeType, type V1ResponseTypeTypeWithLiterals, type V1ResponsesCodeInterpreter, type V1ResponsesCodeInterpreterContainer, type V1ResponsesCodeInterpreterContainerAuto, type V1ResponsesCodeInterpreterContainerContainerTypeOneOf, type V1ResponsesCodeInterpreterImageOutput, type V1ResponsesCodeInterpreterLogsOutput, type V1ResponsesCodeInterpreterOutput, type V1ResponsesCodeInterpreterOutputOutputTypeOneOf, type V1ResponsesCodeInterpreterToolCall, type V1ResponsesFunction, type V1ResponsesFunctionToolCall, type V1ResponsesFunctionToolCallOutput, type V1ResponsesInputItem, type V1ResponsesInputItemItemOneOf, type V1ResponsesInputMessage, type V1ResponsesInputMessageContent, type V1ResponsesInputMessageContentContentValueOneOf, type V1ResponsesInputTokensDetails, V1ResponsesModel, type V1ResponsesModelWithLiterals, type V1ResponsesOutput, type V1ResponsesOutputMessage, type V1ResponsesOutputOutputOneOf, type V1ResponsesOutputTokensDetails, type V1ResponsesReasoning, type V1ResponsesReasoningContent, type V1ResponsesReasoningOutput, type V1ResponsesReasoningSummaryContent, type V1ResponsesTextFormat, type V1ResponsesTextFormatFormatOneOf, type V1ResponsesTokenUsage, type V1ResponsesTool, type V1ResponsesToolChoice, type V1ResponsesToolToolTypeOneOf, type V1ResponsesWebSearch, type V1ResponsesWebSearchToolCall, type V1Segment, type V1SimpleContentBlock, type V1SimpleContentBlockTypeOneOf, type V1Text, type V1TextToImageRequest, type V1TextToImageResponse, type V1Thinking, type V1ThinkingConfig, type V1TokenUsage, type V1Tool, type V1ToolChoice, V1ToolChoiceType, type V1ToolChoiceTypeWithLiterals, type V1ToolConfig, type V1ToolKindOneOf, type V1ToolResult, type V1ToolUse, type V1UrlCitation, type V1Usage, V1VideoModel, type V1VideoModelWithLiterals, type Vertex, VideoGenModel, type VideoGenModelWithLiterals, type VideoInferenceRequest, type VideoInferenceResponse, type VideoInferenceTaskResult, type VideoInputs, type VideoJob, VideoModel, type VideoModelWithLiterals, type VideoUpscaleRequest, VideoUpscaleRequestModel, type VideoUpscaleRequestModelWithLiterals, type VideoUpscaleResponse, type VideoUpscaleTaskResult, type VideoUrl, type VisionImage, type VisionImageContext, type Vllm_proxyV1ChatCompletionMessage, type Vllm_proxyV1ChatCompletionMessageContentPart, type Vllm_proxyV1ChatCompletionMessageContentPartContentValueOneOf, type Vllm_proxyV1ChatCompletionMessageFunctionWithArgs, type Vllm_proxyV1ChatCompletionMessageImageUrlContent, Vllm_proxyV1ChatCompletionMessageMessageRole, type Vllm_proxyV1ChatCompletionMessageMessageRoleWithLiterals, type Vllm_proxyV1ChatCompletionMessageToolCall, type VoiceSettings, type Web, type WebFetchTool, type WebFetchToolResult, type WebFetchToolResultContentError, type WebFetchToolResultContentOneOf, type WebFetchToolResultContentSuccess, type WebSearchResult, type WebSearchResultList, type WebSearchResultLocationCitation, type WebSearchTool, type WebSearchToolResult, type WebSearchToolResultContentOneOf, type WebSearchToolResultError, type WebSearchUserLocation, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, type Wix_ai_gatewayV1EditImageRequest, type Wix_ai_gatewayV1EditImageRequestRequestOneOf, type Wix_ai_gatewayV1EditImageResponse, type Wix_ai_gatewayV1EditImageResponseResponseOneOf, type Word };
15110
+ export { type AccountInfo, type Action, type ActionEvent, type AlignmentInfoInChunk, type AnthropicClaudeMessage, type AnthropicMessage, AnthropicModel, type AnthropicModelWithLiterals, type AnthropicStreamChunk, type AnthropicStreamChunkContentOneOf, type AnthropicStreamChunkMessageDelta, type AnthropicV1ImageUrl, type ApplicationBudgetInfo, type AsyncGenerationConfig, type AudioUrl, type Background, type BashTool, type Blob, type BoundingPoly, type BuiltInTool, type CacheControl, CacheControlType, type CacheControlTypeWithLiterals, type Candidate, type CandidateCitationMetadata, type CandidateCitationMetadataCitation, type CandidateContent, type CandidateContentPart, type CharLocationCitation, type ChatCompletionChunk, type ChatCompletionChunkChunkChoice, type ChatCompletionChunkChunkChoiceChunkDelta, type ChatCompletionMessage, type ChatCompletionMessageContentPart, type ChatCompletionMessageContentPartContentValueOneOf, type ChatCompletionMessageFunctionWithArgs, type ChatCompletionMessageImageUrlContent, ChatCompletionMessageMessageRole, type ChatCompletionMessageMessageRoleWithLiterals, type ChatCompletionMessageToolCall, ChatCompletionModel, type ChatCompletionModelWithLiterals, type Choice, type ChunkChoice, type ChunkChoiceChunkDelta, type ChunkDelta, type Citation, type CitationTypeOneOf, type CitationsEnabled, ClaudeModel, type ClaudeModelWithLiterals, ClipGuidancePreset, type ClipGuidancePresetWithLiterals, type CodeExecution, type CodeExecutionResult, type CodeExecutionTool, type CodeExecutionToolResult, type CodeExecutionToolResultContentOneOf, type CodeExecutionToolResultError, type CommonContentTaskResponse, type CompletionTokenDetails, type ComputerUse, type ComputerUseTool, type ConductorExperimentConfig, type ConductorExperimentValue, type ConductorExperimentValueExperimentResultOneOf, type Container, type ContainerUpload, type Content, type ContentBlock, type ContentBlockDelta, type ContentBlockDeltaDeltaOneOf, type ContentBlockLocationCitation, type ContentBlockTypeOneOf, type ContentData, type ContentGenerationFailedEvent, type ContentGenerationRequestedEvent, type ContentGenerationSucceededEvent, type ContentItem, type ContentPart, type ContentPartContentValueOneOf, ContentRole, type ContentRoleWithLiterals, type ConverseContentBlock, type ConverseContentBlockContentOneOf, type ConverseInferenceConfig, type ConverseInputSchema, type ConverseMessage, ConverseModel, type ConverseModelWithLiterals, type ConversePerformanceConfig, type ConverseReasoningContent, type ConverseTool, type ConverseToolResult, type ConverseToolResultContent, type ConverseToolResultContentContentOneOf, type ConverseToolUse, type CreateChatCompletionRequest, type CreateChatCompletionRequestFunctionCallOneOf, type CreateChatCompletionRequestFunctionSignature, type CreateChatCompletionRequestResponseFormat, type CreateChatCompletionRequestTool, type CreateChatCompletionResponse, type CreateChatCompletionResponseChoice, type CreateChatCompletionResponseCompletionTokenDetails, type CreateChatCompletionResponsePromptTokenDetails, type CreateChatCompletionResponseTokenUsage, type CreateContentTaskRequest, type CreateContentTaskResponse, type CreateEmbeddingsRequest, type CreateEmbeddingsResponse, type CreateEmbeddingsResponseEmbeddingUsage, type CreateImageOpenAiRequest, type CreateImageOpenAiResponse, type CreateImageRequest, type CreateImageResponse, type CreateModerationRequest, type CreateModerationResponse, CreatePredictionModel, type CreatePredictionModelWithLiterals, type CreatePredictionRequest, type CreatePredictionRequestInputOneOf, type CreatePredictionResponse, type CreatePredictionResponseTokenUsage, type CreateSpeechRequest, type CreateSpeechResponse, type CreateTranscriptionRequest, CreateTranscriptionRequestResponseFormat, type CreateTranscriptionRequestResponseFormatWithLiterals, type CreateTranscriptionResponse, type CreateVideoRequest, type CreateVideoResponse, type CustomTool, type DatalabOcr, type DatalabOcrOutput, type DetectTextRequest, type DetectTextResponse, type DocumentContent, type DocumentSource, type DomainEvent, type DomainEventBodyOneOf, type DraftTask, type DynamicRequestConfig, type DynamicRetrievalConfig, DynamicRetrievalConfigMode, type DynamicRetrievalConfigModeWithLiterals, EditAction, type EditActionWithLiterals, type EditImageInput, EditImageModel, type EditImageModelWithLiterals, type EditImageOpenAiRequest, type EditImageOpenAiResponse, type EditImageOptions, type EditImageOptionsRequestOneOf, type EditImageRequest, EditImageRequestModel, type EditImageRequestModelWithLiterals, type EditImageResponse, type EditImageTaskResult, type EditImageWithPromptRequest, EditImageWithPromptRequestModel, type EditImageWithPromptRequestModelWithLiterals, type EditImageWithPromptResponse, type EditVideoOptions, type EditVideoOptionsRequestOneOf, type EditVideoRequest, EditVideoRequestModel, type EditVideoRequestModelWithLiterals, type EditVideoResponse, type EditVideoTaskResult, type Element, ElevenLabsTextToSpeechModel, type ElevenLabsTextToSpeechModelWithLiterals, EmbeddingEncodingFormat, type EmbeddingEncodingFormatWithLiterals, type EmbeddingInfo, type EmbeddingInfoEmbeddingResultOneOf, type EmbeddingInstance, EmbeddingModel, type EmbeddingModelWithLiterals, type EmbeddingPrediction, type EmbeddingUsage, type EntityCreatedEvent, type EntityDeletedEvent, EntityType, type EntityTypeWithLiterals, type EntityUpdatedEvent, Environment, type EnvironmentWithLiterals, type ErrorInfo, type ExecutableCode, type Expand, type ExperimentalPromptConfig, type Export, type ExtractFromImageMetrics, ExtractFromImageModel, type ExtractFromImageModelWithLiterals, type ExtractFromImageRequest, type ExtractFromImageRequestInputOneOf, type ExtractFromImageResponse, type ExtractFromImageResponseOutputOneOf, type ExtractFromImageResponseTokenUsage, type ExtractFromImageUrls, type FalGatewayPayload, type FallbackPromptConfig, type FallbackProperties, type FileContent, type FileInput, type FineTuningSpec, FinishReason, type FinishReasonWithLiterals, type Fireworks_proxyV1ChatCompletionMessage, type Fireworks_proxyV1ChatCompletionMessageContentPart, type Fireworks_proxyV1ChatCompletionMessageContentPartContentValueOneOf, type Fireworks_proxyV1ChatCompletionMessageImageUrlContent, Fireworks_proxyV1ChatCompletionMessageMessageRole, type Fireworks_proxyV1ChatCompletionMessageMessageRoleWithLiterals, type FloatEmbedding, type FluxDevControlnet, type FluxPulid, type FrameImage, type FullTextAnnotation, type FunctionCall, type FunctionCallingConfig, type FunctionDeclaration, type FunctionResponse, type FunctionResponseBlob, type FunctionResponsePart, type FunctionResponsePartDataOneOf, type FunctionSignature, type FunctionWithArgs, type GatewayContentBlock, type GatewayContentBlockTypeOneOf, type GatewayMessageDefinition, GatewayMessageDefinitionRole, type GatewayMessageDefinitionRoleWithLiterals, type GatewayToolDefinition, type GatewayToolDefinitionCustomTool, type GatewayToolDefinitionToolOneOf, GenerateAnImageModel, type GenerateAnImageModelWithLiterals, type GenerateAnImageRequest, type GenerateAnImageResponse, type GenerateAudioOptions, type GenerateAudioOptionsAudioRequestOneOf, type GenerateAudioRequest, type GenerateAudioRequestAudioRequestOneOf, type GenerateAudioResponse, type GenerateAudioResponseAudioResponseOneOf, type GenerateAudioStreamedOptions, type GenerateAudioStreamedOptionsAudioRequestOneOf, type GenerateContentByProjectOptions, type GenerateContentByProjectRequest, type GenerateContentByProjectResponse, type GenerateContentByPromptObjectOptions, type GenerateContentByPromptObjectRequest, type GenerateContentByPromptObjectResponse, type GenerateContentByPromptOptions, type GenerateContentByPromptRequest, type GenerateContentByPromptResponse, type GenerateContentModelResponse, type GenerateContentModelResponseResponseOneOf, type GenerateContentRequest, type GenerateContentResponse, type GenerateCoreRequest, GenerateCoreRequestStylePreset, type GenerateCoreRequestStylePresetWithLiterals, type GenerateCoreResponse, type GenerateEmbeddingOptions, type GenerateEmbeddingOptionsEmbeddingRequestOneOf, type GenerateEmbeddingsRequest, type GenerateEmbeddingsRequestEmbeddingRequestOneOf, type GenerateEmbeddingsResponse, type GenerateEmbeddingsResponseEmbeddingResponseOneOf, type GenerateImageByProjectOptions, type GenerateImageByProjectRequest, type GenerateImageByProjectResponse, type GenerateImageByPromptObjectOptions, type GenerateImageByPromptObjectRequest, type GenerateImageByPromptObjectResponse, type GenerateImageByPromptOptions, type GenerateImageByPromptRequest, type GenerateImageByPromptResponse, GenerateImageMlPlatformModel, type GenerateImageMlPlatformModelWithLiterals, type GenerateImageMlPlatformRequest, type GenerateImageMlPlatformRequestInputOneOf, type GenerateImageMlPlatformResponse, type GenerateImageRequest, type GenerateImageResponse, type GenerateModerationOptions, type GenerateModerationOptionsModerationRequestOneOf, type GenerateModerationRequest, type GenerateModerationRequestModerationRequestOneOf, type GenerateModerationResponse, type GenerateModerationResponseModerationResponseOneOf, type GenerateStableDiffusionRequest, GenerateStableDiffusionRequestOutputFormat, type GenerateStableDiffusionRequestOutputFormatWithLiterals, type GenerateStableDiffusionResponse, type GenerateTextByProjectOptions, type GenerateTextByProjectRequest, type GenerateTextByProjectResponse, type GenerateTextByProjectStreamedOptions, type GenerateTextByPromptObjectOptions, type GenerateTextByPromptObjectRequest, type GenerateTextByPromptObjectResponse, type GenerateTextByPromptObjectStreamedOptions, type GenerateTextByPromptOptions, type GenerateTextByPromptRequest, type GenerateTextByPromptResponse, type GenerateTextByPromptStreamedOptions, type GenerateTranscriptionOptions, type GenerateTranscriptionOptionsTranscriptionRequestOneOf, type GenerateTranscriptionRequest, type GenerateTranscriptionRequestTranscriptionRequestOneOf, type GenerateTranscriptionResponse, type GenerateTranscriptionResponseTranscriptionResponseOneOf, type GenerateVideoInstance, type GenerateVideoParameters, type GenerateVideoRequest, type GenerateVideoResponse, type GeneratedAudioChunk, type GeneratedAudioChunkAudioChunkOneOf, type GeneratedContent, type GeneratedTextChunk, type GeneratedTextChunkModelChunkOneOf, type GeneratedVideo, type GenerationConfig, GenerationMode, type GenerationModeWithLiterals, type GenerationRequestedEvent, type GenerationThinkingConfig, type GetApplicationUsageRequest, type GetApplicationUsageResponse, type GetContentTaskRequest, type GetContentTaskResponse, type GetEmbeddingRequest, type GetEmbeddingResponse, type GetProjectRequest, type GetProjectResponse, type GetPromptOptions, type GetPromptRequest, type GetPromptResponse, type GetResultRequest, type GetResultResponse, type GetStatusRequest, type GetStatusResponse, type GetTaskResultRequest, type GetTaskResultResponse, type GetTaskResultResponseResponseOneOf, type GetVideoResultRequest, type GetVideoResultResponse, type GoogleSearch, type GoogleSearchRetrieval, type GoogleproxyV1AnthropicStreamChunk, type GoogleproxyV1AnthropicStreamChunkContentOneOf, type GoogleproxyV1CacheControl, type GoogleproxyV1ChatCompletionMessage, type GoogleproxyV1ContentBlock, type GoogleproxyV1ContentBlockDelta, type GoogleproxyV1ContentBlockDeltaDeltaOneOf, type GoogleproxyV1ContentBlockTypeOneOf, type GoogleproxyV1ImageUrl, type GoogleproxyV1InputSchema, type GoogleproxyV1JsonOutputFormat, type GoogleproxyV1McpServer, GoogleproxyV1McpServerType, type GoogleproxyV1McpServerTypeWithLiterals, GoogleproxyV1Model, type GoogleproxyV1ModelWithLiterals, type GoogleproxyV1OutputConfig, type GoogleproxyV1RedactedThinking, GoogleproxyV1ResponseTypeType, type GoogleproxyV1ResponseTypeTypeWithLiterals, type GoogleproxyV1Text, type GoogleproxyV1Thinking, type GoogleproxyV1ThinkingConfig, type GoogleproxyV1Tool, type GoogleproxyV1ToolChoice, GoogleproxyV1ToolChoiceType, type GoogleproxyV1ToolChoiceTypeWithLiterals, type GoogleproxyV1ToolResult, type GoogleproxyV1ToolUse, type GoogleproxyV1Usage, type GroundingChunk, type GroundingChunkChunkTypeOneOf, type GroundingMetadata, type GroundingSupport, type Guidance, HarmCategory, type HarmCategoryWithLiterals, HarmProbability, type HarmProbabilityWithLiterals, type HeadersEntry, type IdentificationData, type IdentificationDataIdOneOf, type ImageConfig, ImageCoreModel, type ImageCoreModelWithLiterals, type ImageData, ImageEditingModel, type ImageEditingModelWithLiterals, type ImageEditingRequest, type ImageEditingResponse, type ImageError, type ImageGenerationFailedEvent, type ImageGenerationRequestedEvent, type ImageGenerationSucceededEvent, type ImageInput, ImageMediaTypeMediaType, type ImageMediaTypeMediaTypeWithLiterals, ImageModel, type ImageModelResponse, type ImageModelResponseResponseOneOf, type ImageModelWithLiterals, type ImageObject, type ImageOutputOptions, ImageQuality, type ImageQualityWithLiterals, ImageSize, type ImageSizeWithLiterals, ImageStableDiffusionModel, type ImageStableDiffusionModelWithLiterals, ImageStyle, type ImageStyleWithLiterals, type ImageUrl, type ImageUrlContent, type ImageUrlInput, type ImageUsage, ImagenModel, type ImagenModelWithLiterals, type IncompleteDetails, type InputSchema, type Inputs, type Instance, type InvokeAnthropicClaudeModelRequest, type InvokeAnthropicClaudeModelRequestTool, type InvokeAnthropicClaudeModelResponse, type InvokeAnthropicModelRequest, type InvokeAnthropicModelResponse, type InvokeChatCompletionRequest, type InvokeChatCompletionRequestResponseFormat, type InvokeChatCompletionRequestResponseFormatFormatDetailsOneOf, type InvokeChatCompletionResponse, type InvokeChatCompletionResponseChoice, type InvokeChatCompletionResponseUsage, type InvokeConverseRequest, type InvokeConverseResponse, type InvokeConverseResponseTokenUsage, type InvokeCustomOpenAiModelRequest, type InvokeCustomOpenAiModelRequestFunctionCallOneOf, type InvokeCustomOpenAiModelRequestFunctionSignature, type InvokeCustomOpenAiModelRequestResponseFormat, type InvokeCustomOpenAiModelRequestTool, type InvokeCustomOpenAiModelResponse, type InvokeCustomOpenAiModelResponseChoice, type InvokeCustomOpenAiModelResponseCompletionTokenDetails, type InvokeCustomOpenAiModelResponsePromptTokenDetails, type InvokeCustomOpenAiModelResponseTokenUsage, type InvokeCustomOpenAiModelStreamedResponse, type InvokeCustomOpenAiModelStreamedResponseChunkChoice, type InvokeCustomOpenAiModelStreamedResponseChunkChoiceChunkDelta, type InvokeLlamaModelRequest, type InvokeLlamaModelResponse, type InvokeMlPlatformLlamaModelRequest, type InvokeMlPlatformLlamaModelResponse, type InvokeMlPlatformOpenAIChatCompletionRawRequest, type InvokeMlPlatformOpenAIChatCompletionRawResponse, type JsonOutputFormat, type JsonSchema, Language, type LanguageWithLiterals, type LayerInfo, type Lighting, LlamaModel, type LlamaModelWithLiterals, type LoraModelSelect, type LucatacoFlorence2Large, type Margin, type McpServer, type McpServerToolConfiguration, McpServerType, type McpServerTypeWithLiterals, type McpToolUse, type MediaContent, type MediaResolution, MediaResolutionLevel, type MediaResolutionLevelWithLiterals, MediaType, type MediaTypeWithLiterals, type MessageDelta, type MessageEnvelope, MessageRole, MessageRoleRole, type MessageRoleRoleWithLiterals, type MessageRoleWithLiterals, type Metrics, Modality, type ModalityTokenCount, type ModalityWithLiterals, Mode, type ModeWithLiterals, Model, type ModelResponse, type ModelResponseResponseOneOf, type ModelWithLiterals, type ModerationResult, type MultiModalInput, type MultiModalInputContentValueOneOf, type OcrBlock, type OcrDetectedBreak, type OcrDetectedLanguage, type OcrPage, type OcrParagraph, type OcrSymbol, type OcrTextProperty, type OcrWord, OpenAiImageModel, type OpenAiImageModelWithLiterals, type OpenAiImageTokenDetails, type OpenAiResponsesRequest, type OpenAiResponsesResponse, type OpenAiResponsesResponseIncompleteDetails, type OpenaiproxyV1ChatCompletionChunk, type OpenaiproxyV1ChatCompletionMessage, type OpenaiproxyV1ChatCompletionMessageContentPart, type OpenaiproxyV1ChatCompletionMessageContentPartContentValueOneOf, type OpenaiproxyV1ChatCompletionMessageImageUrlContent, OpenaiproxyV1ChatCompletionMessageMessageRole, type OpenaiproxyV1ChatCompletionMessageMessageRoleWithLiterals, type OpenaiproxyV1CreateChatCompletionRequest, type OpenaiproxyV1CreateChatCompletionRequestFunctionCallOneOf, type OpenaiproxyV1CreateChatCompletionRequestResponseFormat, type OpenaiproxyV1CreateChatCompletionResponse, type OpenaiproxyV1CreateChatCompletionResponseChoice, type OpenaiproxyV1CreateChatCompletionResponseTokenUsage, OpenaiproxyV1EmbeddingModel, type OpenaiproxyV1EmbeddingModelWithLiterals, OpenaiproxyV1Model, type OpenaiproxyV1ModelWithLiterals, type OptimizePromptOptions, OutageStatus, type OutageStatusWithLiterals, Outcome, type OutcomeWithLiterals, type OutpaintDirection, type Output, type OutputAnnotation, type OutputAnnotationAnnotationTypeOneOf, type OutputConfig, type OutputContent, OutputFormat, type OutputFormatWithLiterals, type OutputOptions, type Padding, type PageLocationCitation, type Parameters, type PerceptronIsaac01, type PerplexityImageDescriptor, type PerplexityMessage, PerplexityMessageMessageRole, type PerplexityMessageMessageRoleWithLiterals, PerplexityModel, type PerplexityModelWithLiterals, PersonGeneration, type PersonGenerationWithLiterals, type PollImageGenerationResultOptions, type PollImageGenerationResultOptionsRequestOneOf, type PollImageGenerationResultRequest, type PollImageGenerationResultRequestRequestOneOf, type PollImageGenerationResultResponse, type PollImageGenerationResultResponseResponseOneOf, type Prediction, type PredictionMetrics, type PredictionUrls, type Project, type ProjectConfigChangedDomainEvent, type Prompt, type PromptFeedback, type PromptModelRequestOneOf, type PromptTokenDetails, type PronunciationDictionaryLocator, type ProxyTraceRequest, type ProxyTraceResponse, type PrunaaiZImageTurbo, type PublicationDate, type PublishProjectOptions, type PublishProjectRequest, type PublishProjectResponse, type PublishPromptOptions, type PublishPromptRequest, type PublishPromptResponse, type QwenImageLayered, type RawHttpResponse, type ReasoningText, type Recraft_proxyV1EditImageRequest, type Recraft_proxyV1EditImageResponse, type RedactedThinking, type RemoveBackgroundRequest, type RemoveBackgroundResponse, type RequestMetadata, type ResponseFormat, type ResponseMetadata, ResponseType, ResponseTypeType, type ResponseTypeTypeWithLiterals, type ResponseTypeWithLiterals, type ResponsesCodeInterpreter, type ResponsesCodeInterpreterContainer, type ResponsesCodeInterpreterContainerAuto, type ResponsesCodeInterpreterContainerContainerTypeOneOf, type ResponsesCodeInterpreterImageOutput, type ResponsesCodeInterpreterLogsOutput, type ResponsesCodeInterpreterOutput, type ResponsesCodeInterpreterOutputOutputTypeOneOf, type ResponsesCodeInterpreterToolCall, type ResponsesFunction, type ResponsesFunctionToolCall, type ResponsesFunctionToolCallOutput, type ResponsesInputItem, type ResponsesInputItemItemOneOf, type ResponsesInputMessage, type ResponsesInputMessageContent, type ResponsesInputMessageContentContentValueOneOf, type ResponsesInputMessageContentFileInput, type ResponsesInputMessageContentImageInput, ResponsesInputMessageResponsesMessageRole, type ResponsesInputMessageResponsesMessageRoleWithLiterals, type ResponsesInputTokensDetails, ResponsesMessageRole, type ResponsesMessageRoleWithLiterals, ResponsesModel, type ResponsesModelWithLiterals, type ResponsesOutput, type ResponsesOutputMessage, type ResponsesOutputMessageOutputContent, type ResponsesOutputOutputOneOf, type ResponsesOutputTokensDetails, type ResponsesReasoning, type ResponsesReasoningContent, type ResponsesReasoningOutput, type ResponsesReasoningSummaryContent, type ResponsesTextFormat, type ResponsesTextFormatFormatOneOf, type ResponsesTextFormatJsonSchema, type ResponsesTokenUsage, type ResponsesTool, type ResponsesToolChoice, type ResponsesToolToolTypeOneOf, type ResponsesWebSearch, type ResponsesWebSearchToolCall, type ResponsesWebSearchToolCallAction, type ResponsesWebSearchUserLocation, type RestoreInfo, type ResultObject, type RetrievalMetadata, type RetrievedContext, type ReveEdit, Role, type RoleWithLiterals, type Safety, type SafetyAttributes, type SafetyRating, type SafetySetting, Sampler, type SamplerWithLiterals, type SearchEntryPoint, type SearchResultLocationCitation, type Segment, type Segmentation, type SequentialImageGenerationOptions, type ServerToolUse, type Shadow, type SimpleContentBlock, type SimpleContentBlockTypeOneOf, type SpeechChunk, SpeechModel, type SpeechModelWithLiterals, type SpiGenerationConfig, type StabilityproxyV1EditImageRequest, type StabilityproxyV1EditImageResponse, type Statistics, StylePreset, type StylePresetWithLiterals, type SystemContentBlock, type SystemInstruction, type TaskContent, type TaskError, TaskInput, type TaskInputWithLiterals, TaskType, type TaskTypeWithLiterals, type TaskUsage, type Text, type TextAnnotation, type TextContent, type TextEditorTool, type TextEmbeddingInstance, type TextEmbeddingParameters, type TextGenerationFailedEvent, type TextGenerationSucceededEvent, type TextPrompt, type TextRemoval, type TextToImageRequest, TextToImageRequestModel, type TextToImageRequestModelWithLiterals, TextToImageRequestStylePreset, type TextToImageRequestStylePresetWithLiterals, type TextToImageResponse, type TextToImageTaskResult, type TextToSpeechChunk, type TextToSpeechRequest, type Thinking, type ThinkingConfig, type ThinkingTextContent, Threshold, type ThresholdWithLiterals, type TimestampGranularities, TimestampGranularity, type TimestampGranularityWithLiterals, type TokenUsage, type Tool, type ToolCall, type ToolChoice, ToolChoiceType, type ToolChoiceTypeWithLiterals, type ToolConfig, type ToolConfiguration, type ToolResult, type ToolResultContent, type ToolResultContentBlock, type ToolResultContentBlockTypeOneOf, type ToolResultSearchResult, type ToolSpecification, type ToolUse, type ToolUseContent, type TraceMeta, TraceMode, type TraceModeWithLiterals, type TraceParams, type TraceRequest, TranscriptionModel, type TranscriptionModelWithLiterals, Type, type TypeWithLiterals, type UrlCitation, type Usage, type UsageCacheCreation, type UsageMetadata, type UsageServerToolUse, type UserLocation, type UserPerApplicationBudgetInfo, type UserRequestInfo, type V1AnthropicClaudeMessage, type V1AnthropicStreamChunk, type V1AnthropicStreamChunkContentOneOf, type V1AnthropicStreamChunkMessageDelta, type V1CacheControl, V1CacheControlType, type V1CacheControlTypeWithLiterals, type V1ChatCompletionChunk, type V1ChatCompletionChunkChunkChoice, type V1ChatCompletionMessage, type V1ChatCompletionMessageContentPart, type V1ChatCompletionMessageContentPartContentValueOneOf, type V1ChatCompletionMessageFunctionWithArgs, type V1ChatCompletionMessageImageUrlContent, V1ChatCompletionMessageMessageRole, type V1ChatCompletionMessageMessageRoleWithLiterals, type V1ChatCompletionMessageToolCall, type V1CodeExecutionResult, type V1ContentBlock, type V1ContentBlockDelta, type V1ContentBlockDeltaDeltaOneOf, type V1ContentBlockTypeOneOf, type V1ContentPart, type V1CreateChatCompletionRequest, type V1CreateChatCompletionRequestResponseFormat, type V1CreateChatCompletionRequestTool, type V1CreateChatCompletionResponse, type V1CreateChatCompletionResponseChoice, type V1CreateChatCompletionResponseTokenUsage, type V1CreateEmbeddingsRequest, type V1CreateEmbeddingsResponse, V1EditImageModel, type V1EditImageModelWithLiterals, type V1EditImageRequest, type V1EditImageResponse, type V1EditVideoRequest, type V1EditVideoRequestRequestOneOf, type V1EditVideoResponse, type V1EditVideoResponseResponseOneOf, V1EmbeddingEncodingFormat, type V1EmbeddingEncodingFormatWithLiterals, type V1EmbeddingInfo, type V1EmbeddingInfoEmbeddingResultOneOf, V1EmbeddingModel, type V1EmbeddingModelWithLiterals, type V1FineTuningSpec, type V1FloatEmbedding, type V1FluxPulid, type V1GenerateImageRequest, type V1GenerateImageResponse, type V1GetResultRequest, type V1GetResultResponse, type V1ImageInput, V1ImageMediaTypeMediaType, type V1ImageMediaTypeMediaTypeWithLiterals, V1ImageModel, type V1ImageModelWithLiterals, type V1ImageObject, type V1ImageUrl, type V1ImageUsage, type V1InputSchema, type V1InvokeAnthropicClaudeModelRequest, type V1InvokeAnthropicClaudeModelResponse, type V1InvokeCustomOpenAiModelRequest, type V1InvokeCustomOpenAiModelRequestFunctionCallOneOf, type V1InvokeCustomOpenAiModelRequestFunctionSignature, type V1InvokeCustomOpenAiModelRequestResponseFormat, type V1InvokeCustomOpenAiModelRequestTool, type V1InvokeCustomOpenAiModelResponse, type V1InvokeCustomOpenAiModelResponseChoice, type V1InvokeCustomOpenAiModelResponseCompletionTokenDetails, type V1InvokeCustomOpenAiModelResponsePromptTokenDetails, type V1InvokeCustomOpenAiModelResponseTokenUsage, type V1JsonOutputFormat, type V1McpServer, type V1McpServerToolConfiguration, V1McpServerType, type V1McpServerTypeWithLiterals, V1MessageRoleRole, type V1MessageRoleRoleWithLiterals, V1Model, type V1ModelWithLiterals, type V1OpenAiResponsesRequest, type V1OpenAiResponsesResponse, type V1OutputAnnotation, type V1OutputAnnotationAnnotationTypeOneOf, type V1OutputConfig, type V1RedactedThinking, V1ResponseTypeType, type V1ResponseTypeTypeWithLiterals, type V1ResponsesCodeInterpreter, type V1ResponsesCodeInterpreterContainer, type V1ResponsesCodeInterpreterContainerAuto, type V1ResponsesCodeInterpreterContainerContainerTypeOneOf, type V1ResponsesCodeInterpreterImageOutput, type V1ResponsesCodeInterpreterLogsOutput, type V1ResponsesCodeInterpreterOutput, type V1ResponsesCodeInterpreterOutputOutputTypeOneOf, type V1ResponsesCodeInterpreterToolCall, type V1ResponsesFunction, type V1ResponsesFunctionToolCall, type V1ResponsesFunctionToolCallOutput, type V1ResponsesInputItem, type V1ResponsesInputItemItemOneOf, type V1ResponsesInputMessage, type V1ResponsesInputMessageContent, type V1ResponsesInputMessageContentContentValueOneOf, type V1ResponsesInputTokensDetails, V1ResponsesModel, type V1ResponsesModelWithLiterals, type V1ResponsesOutput, type V1ResponsesOutputMessage, type V1ResponsesOutputOutputOneOf, type V1ResponsesOutputTokensDetails, type V1ResponsesReasoning, type V1ResponsesReasoningContent, type V1ResponsesReasoningOutput, type V1ResponsesReasoningSummaryContent, type V1ResponsesTextFormat, type V1ResponsesTextFormatFormatOneOf, type V1ResponsesTokenUsage, type V1ResponsesTool, type V1ResponsesToolChoice, type V1ResponsesToolToolTypeOneOf, type V1ResponsesWebSearch, type V1ResponsesWebSearchToolCall, type V1Segment, type V1SimpleContentBlock, type V1SimpleContentBlockTypeOneOf, type V1Text, type V1TextToImageRequest, type V1TextToImageResponse, type V1Thinking, type V1ThinkingConfig, type V1TokenUsage, type V1Tool, type V1ToolChoice, V1ToolChoiceType, type V1ToolChoiceTypeWithLiterals, type V1ToolConfig, type V1ToolKindOneOf, type V1ToolResult, type V1ToolUse, type V1UrlCitation, type V1Usage, V1VideoModel, type V1VideoModelWithLiterals, type Vertex, VideoGenModel, type VideoGenModelWithLiterals, type VideoInferenceRequest, type VideoInferenceResponse, type VideoInferenceTaskResult, type VideoInputs, type VideoJob, VideoModel, type VideoModelWithLiterals, type VideoUpscaleRequest, VideoUpscaleRequestModel, type VideoUpscaleRequestModelWithLiterals, type VideoUpscaleResponse, type VideoUpscaleTaskResult, type VideoUrl, type VisionImage, type VisionImageContext, type Vllm_proxyV1ChatCompletionMessage, type Vllm_proxyV1ChatCompletionMessageContentPart, type Vllm_proxyV1ChatCompletionMessageContentPartContentValueOneOf, type Vllm_proxyV1ChatCompletionMessageFunctionWithArgs, type Vllm_proxyV1ChatCompletionMessageImageUrlContent, Vllm_proxyV1ChatCompletionMessageMessageRole, type Vllm_proxyV1ChatCompletionMessageMessageRoleWithLiterals, type Vllm_proxyV1ChatCompletionMessageToolCall, type VoiceSettings, type Web, type WebFetchTool, type WebFetchToolResult, type WebFetchToolResultContentError, type WebFetchToolResultContentOneOf, type WebFetchToolResultContentSuccess, type WebSearchResult, type WebSearchResultList, type WebSearchResultLocationCitation, type WebSearchTool, type WebSearchToolResult, type WebSearchToolResultContentOneOf, type WebSearchToolResultError, type WebSearchUserLocation, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, type Wix_ai_gatewayV1EditImageRequest, type Wix_ai_gatewayV1EditImageRequestRequestOneOf, type Wix_ai_gatewayV1EditImageResponse, type Wix_ai_gatewayV1EditImageResponseResponseOneOf, type Word };
@@ -35,6 +35,7 @@ __export(index_exports, {
35
35
  EditImageModel: () => EditImageModel,
36
36
  EditImageRequestModel: () => EditImageRequestModel,
37
37
  EditImageWithPromptRequestModel: () => EditImageWithPromptRequestModel,
38
+ EditVideoRequestModel: () => EditVideoRequestModel,
38
39
  ElevenLabsTextToSpeechModel: () => ElevenLabsTextToSpeechModel,
39
40
  EmbeddingEncodingFormat: () => EmbeddingEncodingFormat,
40
41
  EmbeddingModel: () => EmbeddingModel,
@@ -100,6 +101,7 @@ __export(index_exports, {
100
101
  Threshold: () => Threshold,
101
102
  TimestampGranularity: () => TimestampGranularity,
102
103
  ToolChoiceType: () => ToolChoiceType,
104
+ TraceMode: () => TraceMode,
103
105
  TranscriptionModel: () => TranscriptionModel,
104
106
  Type: () => Type,
105
107
  V1CacheControlType: () => V1CacheControlType,
@@ -3292,8 +3294,20 @@ function editImage(payload) {
3292
3294
  { path: "photoroomImageEditingRequest.margin.bottom" },
3293
3295
  { path: "photoroomImageEditingRequest.margin.left" },
3294
3296
  { path: "photoroomImageEditingRequest.margin.right" },
3295
- { path: "photoroomImageEditingRequest.margin.top" }
3297
+ { path: "photoroomImageEditingRequest.margin.top" },
3298
+ { path: "montracerProxyTraceRequest.traceRequest.params.smoothing" },
3299
+ {
3300
+ path: "montracerProxyTraceRequest.traceRequest.params.mergeTolerance"
3301
+ },
3302
+ {
3303
+ path: "montracerProxyTraceRequest.traceRequest.params.simplifyTolerance"
3304
+ },
3305
+ { path: "montracerProxyTraceRequest.traceRequest.params.gapFix" }
3296
3306
  ]
3307
+ },
3308
+ {
3309
+ transformFn: import_bytes.transformSDKBytesToRESTBytes,
3310
+ paths: [{ path: "montracerProxyTraceRequest.traceRequest.image" }]
3297
3311
  }
3298
3312
  ]);
3299
3313
  const metadata = {
@@ -4299,11 +4313,22 @@ var EditImageRequestModel = /* @__PURE__ */ ((EditImageRequestModel2) => {
4299
4313
  EditImageRequestModel2["FROM_MODEL_ID"] = "FROM_MODEL_ID";
4300
4314
  return EditImageRequestModel2;
4301
4315
  })(EditImageRequestModel || {});
4316
+ var TraceMode = /* @__PURE__ */ ((TraceMode2) => {
4317
+ TraceMode2["TRACE_MODE_UNSPECIFIED"] = "TRACE_MODE_UNSPECIFIED";
4318
+ TraceMode2["TRACE_MODE_BW"] = "TRACE_MODE_BW";
4319
+ TraceMode2["TRACE_MODE_COLOR"] = "TRACE_MODE_COLOR";
4320
+ return TraceMode2;
4321
+ })(TraceMode || {});
4302
4322
  var VideoUpscaleRequestModel = /* @__PURE__ */ ((VideoUpscaleRequestModel2) => {
4303
4323
  VideoUpscaleRequestModel2["UNKNOWN_MODEL"] = "UNKNOWN_MODEL";
4304
4324
  VideoUpscaleRequestModel2["FROM_MODEL_ID"] = "FROM_MODEL_ID";
4305
4325
  return VideoUpscaleRequestModel2;
4306
4326
  })(VideoUpscaleRequestModel || {});
4327
+ var EditVideoRequestModel = /* @__PURE__ */ ((EditVideoRequestModel2) => {
4328
+ EditVideoRequestModel2["UNKNOWN_MODEL"] = "UNKNOWN_MODEL";
4329
+ EditVideoRequestModel2["FROM_MODEL_ID"] = "FROM_MODEL_ID";
4330
+ return EditVideoRequestModel2;
4331
+ })(EditVideoRequestModel || {});
4307
4332
  var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
4308
4333
  WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
4309
4334
  WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
@@ -5105,7 +5130,8 @@ async function editImage2(options) {
5105
5130
  recraftEditImageRequest: options?.recraftEditImageRequest,
5106
5131
  replicateExtractFromImageRequest: options?.replicateExtractFromImageRequest,
5107
5132
  googleDetectTextRequest: options?.googleDetectTextRequest,
5108
- runwareEditImageRequest: options?.runwareEditImageRequest
5133
+ runwareEditImageRequest: options?.runwareEditImageRequest,
5134
+ montracerProxyTraceRequest: options?.montracerProxyTraceRequest
5109
5135
  });
5110
5136
  const reqOpts = editImage(payload);
5111
5137
  sideEffects?.onSiteCall?.();
@@ -5127,7 +5153,8 @@ async function editImage2(options) {
5127
5153
  recraftEditImageRequest: "$[0].recraftEditImageRequest",
5128
5154
  replicateExtractFromImageRequest: "$[0].replicateExtractFromImageRequest",
5129
5155
  googleDetectTextRequest: "$[0].googleDetectTextRequest",
5130
- runwareEditImageRequest: "$[0].runwareEditImageRequest"
5156
+ runwareEditImageRequest: "$[0].runwareEditImageRequest",
5157
+ montracerProxyTraceRequest: "$[0].montracerProxyTraceRequest"
5131
5158
  },
5132
5159
  singleArgumentUnchanged: false
5133
5160
  },
@@ -5141,7 +5168,8 @@ async function editVideo2(options) {
5141
5168
  const { httpClient, sideEffects } = arguments[1];
5142
5169
  const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
5143
5170
  userRequestInfo: options?.userRequestInfo,
5144
- runwareVideoUpscaleRequest: options?.runwareVideoUpscaleRequest
5171
+ runwareVideoUpscaleRequest: options?.runwareVideoUpscaleRequest,
5172
+ runwareEditVideoRequest: options?.runwareEditVideoRequest
5145
5173
  });
5146
5174
  const reqOpts = editVideo(payload);
5147
5175
  sideEffects?.onSiteCall?.();
@@ -5156,7 +5184,8 @@ async function editVideo2(options) {
5156
5184
  spreadPathsToArguments: {},
5157
5185
  explicitPathsToArguments: {
5158
5186
  userRequestInfo: "$[0].userRequestInfo",
5159
- runwareVideoUpscaleRequest: "$[0].runwareVideoUpscaleRequest"
5187
+ runwareVideoUpscaleRequest: "$[0].runwareVideoUpscaleRequest",
5188
+ runwareEditVideoRequest: "$[0].runwareEditVideoRequest"
5160
5189
  },
5161
5190
  singleArgumentUnchanged: false
5162
5191
  },
@@ -5444,6 +5473,7 @@ var pollImageGenerationResult4 = /* @__PURE__ */ (0, import_rest_modules3.create
5444
5473
  EditImageModel,
5445
5474
  EditImageRequestModel,
5446
5475
  EditImageWithPromptRequestModel,
5476
+ EditVideoRequestModel,
5447
5477
  ElevenLabsTextToSpeechModel,
5448
5478
  EmbeddingEncodingFormat,
5449
5479
  EmbeddingModel,
@@ -5509,6 +5539,7 @@ var pollImageGenerationResult4 = /* @__PURE__ */ (0, import_rest_modules3.create
5509
5539
  Threshold,
5510
5540
  TimestampGranularity,
5511
5541
  ToolChoiceType,
5542
+ TraceMode,
5512
5543
  TranscriptionModel,
5513
5544
  Type,
5514
5545
  V1CacheControlType,