@wix/auto_sdk_ai-gateway_generators 1.0.104 → 1.0.106

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 +200 -19
  2. package/build/cjs/index.js +92 -3
  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 +84 -3
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +187 -20
  8. package/build/cjs/meta.js +69 -1
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +200 -19
  11. package/build/es/index.mjs +89 -3
  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 +81 -3
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +187 -20
  17. package/build/es/meta.mjs +66 -1
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +15 -5
  20. package/build/internal/cjs/index.js +92 -3
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +210 -21
  23. package/build/internal/cjs/index.typings.js +84 -3
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +187 -20
  26. package/build/internal/cjs/meta.js +69 -1
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +15 -5
  29. package/build/internal/es/index.mjs +89 -3
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +210 -21
  32. package/build/internal/es/index.typings.mjs +81 -3
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +187 -20
  35. package/build/internal/es/meta.mjs +66 -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,6 +14059,133 @@ interface EditImageTaskResult {
14024
14059
  */
14025
14060
  seed?: string | null;
14026
14061
  }
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 EditVideoRequest extends EditVideoRequestRequestOneOf {
14092
+ /** Runware video upscale (prompt-free video-to-video upscaling) */
14093
+ runwareVideoUpscaleRequest?: VideoUpscaleRequest;
14094
+ /** Contains additional information for the request. */
14095
+ userRequestInfo?: UserRequestInfo;
14096
+ }
14097
+ /** @oneof */
14098
+ interface EditVideoRequestRequestOneOf {
14099
+ /** Runware video upscale (prompt-free video-to-video upscaling) */
14100
+ runwareVideoUpscaleRequest?: VideoUpscaleRequest;
14101
+ }
14102
+ /**
14103
+ * Request for prompt-free video upscaling (Runware taskType "upscale").
14104
+ * Takes a single input video and returns an upscaled video. No prompt is required.
14105
+ */
14106
+ interface VideoUpscaleRequest {
14107
+ /**
14108
+ * Model to invoke. Use FROM_MODEL_ID together with model_id to resolve the
14109
+ * Runware model (AIR) via the models manager.
14110
+ */
14111
+ model?: VideoUpscaleRequestModelWithLiterals;
14112
+ /**
14113
+ * Runware model identifier, used together with model = FROM_MODEL_ID.
14114
+ * @maxLength 1000
14115
+ */
14116
+ modelId?: string | null;
14117
+ /**
14118
+ * Input video to upscale. A publicly accessible URL, a Runware UUID, or a Data URI.
14119
+ * @maxLength 100000
14120
+ */
14121
+ video?: string | null;
14122
+ /**
14123
+ * Free-form Runware upscale parameters, merged into the request body
14124
+ * (e.g. upscaleFactor, outputFormat, outputQuality).
14125
+ * Lets new Runware upscaler capabilities be used without a proto change.
14126
+ */
14127
+ parameters?: Record<string, any> | null;
14128
+ /**
14129
+ * Skip polling flag - if set to false, will poll until the upscale is complete.
14130
+ * If not set or true, returns immediately with the task UUID for manual polling.
14131
+ * Mirrors VideoInferenceRequest.skip_polling.
14132
+ */
14133
+ skipPolling?: boolean | null;
14134
+ }
14135
+ declare enum VideoUpscaleRequestModel {
14136
+ UNKNOWN_MODEL = "UNKNOWN_MODEL",
14137
+ /** Should be used together with model_id from the allowed models list. */
14138
+ FROM_MODEL_ID = "FROM_MODEL_ID"
14139
+ }
14140
+ /** @enumType */
14141
+ type VideoUpscaleRequestModelWithLiterals = VideoUpscaleRequestModel | 'UNKNOWN_MODEL' | 'FROM_MODEL_ID';
14142
+ interface EditVideoResponse extends EditVideoResponseResponseOneOf {
14143
+ /** Runware video upscale response */
14144
+ runwareVideoUpscaleResponse?: VideoUpscaleResponse;
14145
+ /** Extracted cost of the request in microcents. */
14146
+ cost?: string | null;
14147
+ }
14148
+ /** @oneof */
14149
+ interface EditVideoResponseResponseOneOf {
14150
+ /** Runware video upscale response */
14151
+ runwareVideoUpscaleResponse?: VideoUpscaleResponse;
14152
+ }
14153
+ interface VideoUpscaleResponse {
14154
+ /**
14155
+ * Upscale task results.
14156
+ * @maxSize 1000
14157
+ */
14158
+ data?: VideoUpscaleTaskResult[];
14159
+ }
14160
+ interface VideoUpscaleTaskResult {
14161
+ /**
14162
+ * The API will return the taskType you sent in the request.
14163
+ * @maxLength 100
14164
+ */
14165
+ taskType?: string;
14166
+ /**
14167
+ * The API will return the taskUUID you sent in the request.
14168
+ * @format GUID
14169
+ */
14170
+ taskUuid?: string;
14171
+ /**
14172
+ * A unique identifier for the upscaled video.
14173
+ * @format GUID
14174
+ */
14175
+ videoUuid?: string | null;
14176
+ /**
14177
+ * If outputType is set to URL, this parameter contains the URL of the video to be downloaded.
14178
+ * @maxLength 10000
14179
+ */
14180
+ videoUrl?: string | null;
14181
+ /** A cost of the upscale task. */
14182
+ microcentsSpent?: string | null;
14183
+ /**
14184
+ * The current processing status (for polling operations).
14185
+ * @maxLength 50
14186
+ */
14187
+ status?: string | null;
14188
+ }
14027
14189
  interface PollImageGenerationResultRequest extends PollImageGenerationResultRequestRequestOneOf {
14028
14190
  /** replicate proxy getResult request */
14029
14191
  replicateGetResultRequest?: V1GetResultRequest;
@@ -14164,10 +14326,14 @@ interface GetResultResponse {
14164
14326
  }
14165
14327
  interface GetTaskResultResponse extends GetTaskResultResponseResponseOneOf {
14166
14328
  videoInferenceResponse?: VideoInferenceResponse;
14329
+ /** Result of an async video upscale task, returned once the task finishes */
14330
+ videoUpscaleResponse?: VideoUpscaleResponse;
14167
14331
  }
14168
14332
  /** @oneof */
14169
14333
  interface GetTaskResultResponseResponseOneOf {
14170
14334
  videoInferenceResponse?: VideoInferenceResponse;
14335
+ /** Result of an async video upscale task, returned once the task finishes */
14336
+ videoUpscaleResponse?: VideoUpscaleResponse;
14171
14337
  }
14172
14338
  interface GetVideoResultResponse {
14173
14339
  videoJob?: VideoJob;
@@ -14754,6 +14920,8 @@ interface EditImageOptions extends EditImageOptionsRequestOneOf {
14754
14920
  googleDetectTextRequest?: DetectTextRequest;
14755
14921
  /** Runware edit image (e.g. outpainting) */
14756
14922
  runwareEditImageRequest?: V1EditImageRequest;
14923
+ /** Montracer request (bitmap to vector) */
14924
+ montracerProxyTraceRequest?: ProxyTraceRequest;
14757
14925
  }
14758
14926
  /** @oneof */
14759
14927
  interface EditImageOptionsRequestOneOf {
@@ -14773,6 +14941,19 @@ interface EditImageOptionsRequestOneOf {
14773
14941
  googleDetectTextRequest?: DetectTextRequest;
14774
14942
  /** Runware edit image (e.g. outpainting) */
14775
14943
  runwareEditImageRequest?: V1EditImageRequest;
14944
+ /** Montracer request (bitmap to vector) */
14945
+ montracerProxyTraceRequest?: ProxyTraceRequest;
14946
+ }
14947
+ interface EditVideoOptions extends EditVideoOptionsRequestOneOf {
14948
+ /** Contains additional information for the request. */
14949
+ userRequestInfo?: UserRequestInfo;
14950
+ /** Runware video upscale (prompt-free video-to-video upscaling) */
14951
+ runwareVideoUpscaleRequest?: VideoUpscaleRequest;
14952
+ }
14953
+ /** @oneof */
14954
+ interface EditVideoOptionsRequestOneOf {
14955
+ /** Runware video upscale (prompt-free video-to-video upscaling) */
14956
+ runwareVideoUpscaleRequest?: VideoUpscaleRequest;
14776
14957
  }
14777
14958
  interface PollImageGenerationResultOptions extends PollImageGenerationResultOptionsRequestOneOf {
14778
14959
  /** Contains additional information for the request. */
@@ -14802,4 +14983,4 @@ interface PollImageGenerationResultOptionsRequestOneOf {
14802
14983
  bytedanceGetContentTaskRequest?: GetContentTaskRequest;
14803
14984
  }
14804
14985
 
14805
- 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 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 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 };
14986
+ 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 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, 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 };
@@ -100,6 +100,7 @@ __export(index_exports, {
100
100
  Threshold: () => Threshold,
101
101
  TimestampGranularity: () => TimestampGranularity,
102
102
  ToolChoiceType: () => ToolChoiceType,
103
+ TraceMode: () => TraceMode,
103
104
  TranscriptionModel: () => TranscriptionModel,
104
105
  Type: () => Type,
105
106
  V1CacheControlType: () => V1CacheControlType,
@@ -118,9 +119,11 @@ __export(index_exports, {
118
119
  V1VideoModel: () => V1VideoModel,
119
120
  VideoGenModel: () => VideoGenModel,
120
121
  VideoModel: () => VideoModel,
122
+ VideoUpscaleRequestModel: () => VideoUpscaleRequestModel,
121
123
  Vllm_proxyV1ChatCompletionMessageMessageRole: () => Vllm_proxyV1ChatCompletionMessageMessageRole,
122
124
  WebhookIdentityType: () => WebhookIdentityType,
123
125
  editImage: () => editImage4,
126
+ editVideo: () => editVideo4,
124
127
  generateAudio: () => generateAudio4,
125
128
  generateAudioStreamed: () => generateAudioStreamed4,
126
129
  generateContentByProject: () => generateContentByProject4,
@@ -3290,8 +3293,20 @@ function editImage(payload) {
3290
3293
  { path: "photoroomImageEditingRequest.margin.bottom" },
3291
3294
  { path: "photoroomImageEditingRequest.margin.left" },
3292
3295
  { path: "photoroomImageEditingRequest.margin.right" },
3293
- { path: "photoroomImageEditingRequest.margin.top" }
3296
+ { path: "photoroomImageEditingRequest.margin.top" },
3297
+ { path: "montracerProxyTraceRequest.traceRequest.params.smoothing" },
3298
+ {
3299
+ path: "montracerProxyTraceRequest.traceRequest.params.mergeTolerance"
3300
+ },
3301
+ {
3302
+ path: "montracerProxyTraceRequest.traceRequest.params.simplifyTolerance"
3303
+ },
3304
+ { path: "montracerProxyTraceRequest.traceRequest.params.gapFix" }
3294
3305
  ]
3306
+ },
3307
+ {
3308
+ transformFn: import_bytes.transformSDKBytesToRESTBytes,
3309
+ paths: [{ path: "montracerProxyTraceRequest.traceRequest.image" }]
3295
3310
  }
3296
3311
  ]);
3297
3312
  const metadata = {
@@ -3357,6 +3372,27 @@ function editImage(payload) {
3357
3372
  }
3358
3373
  return __editImage;
3359
3374
  }
3375
+ function editVideo(payload) {
3376
+ function __editVideo({ host }) {
3377
+ const metadata = {
3378
+ entityFqdn: "wix.ds.wix_ai_gateway.v1.prompt",
3379
+ method: "POST",
3380
+ methodFqn: "wix.ds.wix_ai_gateway.v1.WixAiGateway.EditVideo",
3381
+ packageName: PACKAGE_NAME,
3382
+ migrationOptions: {
3383
+ optInTransformResponse: true
3384
+ },
3385
+ url: resolveWixDsWixAiGatewayV1WixAiGatewayUrl({
3386
+ protoPath: "/v1/edit-video",
3387
+ data: payload,
3388
+ host
3389
+ }),
3390
+ data: payload
3391
+ };
3392
+ return metadata;
3393
+ }
3394
+ return __editVideo;
3395
+ }
3360
3396
  function pollImageGenerationResult(payload) {
3361
3397
  function __pollImageGenerationResult({ host }) {
3362
3398
  const metadata = {
@@ -4276,6 +4312,17 @@ var EditImageRequestModel = /* @__PURE__ */ ((EditImageRequestModel2) => {
4276
4312
  EditImageRequestModel2["FROM_MODEL_ID"] = "FROM_MODEL_ID";
4277
4313
  return EditImageRequestModel2;
4278
4314
  })(EditImageRequestModel || {});
4315
+ var TraceMode = /* @__PURE__ */ ((TraceMode2) => {
4316
+ TraceMode2["TRACE_MODE_UNSPECIFIED"] = "TRACE_MODE_UNSPECIFIED";
4317
+ TraceMode2["TRACE_MODE_BW"] = "TRACE_MODE_BW";
4318
+ TraceMode2["TRACE_MODE_COLOR"] = "TRACE_MODE_COLOR";
4319
+ return TraceMode2;
4320
+ })(TraceMode || {});
4321
+ var VideoUpscaleRequestModel = /* @__PURE__ */ ((VideoUpscaleRequestModel2) => {
4322
+ VideoUpscaleRequestModel2["UNKNOWN_MODEL"] = "UNKNOWN_MODEL";
4323
+ VideoUpscaleRequestModel2["FROM_MODEL_ID"] = "FROM_MODEL_ID";
4324
+ return VideoUpscaleRequestModel2;
4325
+ })(VideoUpscaleRequestModel || {});
4279
4326
  var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
4280
4327
  WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
4281
4328
  WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
@@ -5077,7 +5124,8 @@ async function editImage2(options) {
5077
5124
  recraftEditImageRequest: options?.recraftEditImageRequest,
5078
5125
  replicateExtractFromImageRequest: options?.replicateExtractFromImageRequest,
5079
5126
  googleDetectTextRequest: options?.googleDetectTextRequest,
5080
- runwareEditImageRequest: options?.runwareEditImageRequest
5127
+ runwareEditImageRequest: options?.runwareEditImageRequest,
5128
+ montracerProxyTraceRequest: options?.montracerProxyTraceRequest
5081
5129
  });
5082
5130
  const reqOpts = editImage(payload);
5083
5131
  sideEffects?.onSiteCall?.();
@@ -5099,7 +5147,37 @@ async function editImage2(options) {
5099
5147
  recraftEditImageRequest: "$[0].recraftEditImageRequest",
5100
5148
  replicateExtractFromImageRequest: "$[0].replicateExtractFromImageRequest",
5101
5149
  googleDetectTextRequest: "$[0].googleDetectTextRequest",
5102
- runwareEditImageRequest: "$[0].runwareEditImageRequest"
5150
+ runwareEditImageRequest: "$[0].runwareEditImageRequest",
5151
+ montracerProxyTraceRequest: "$[0].montracerProxyTraceRequest"
5152
+ },
5153
+ singleArgumentUnchanged: false
5154
+ },
5155
+ ["options"]
5156
+ );
5157
+ sideEffects?.onError?.(err);
5158
+ throw transformedError;
5159
+ }
5160
+ }
5161
+ async function editVideo2(options) {
5162
+ const { httpClient, sideEffects } = arguments[1];
5163
+ const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
5164
+ userRequestInfo: options?.userRequestInfo,
5165
+ runwareVideoUpscaleRequest: options?.runwareVideoUpscaleRequest
5166
+ });
5167
+ const reqOpts = editVideo(payload);
5168
+ sideEffects?.onSiteCall?.();
5169
+ try {
5170
+ const result = await httpClient.request(reqOpts);
5171
+ sideEffects?.onSuccess?.(result);
5172
+ return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(result.data);
5173
+ } catch (err) {
5174
+ const transformedError = (0, import_transform_error.transformError)(
5175
+ err,
5176
+ {
5177
+ spreadPathsToArguments: {},
5178
+ explicitPathsToArguments: {
5179
+ userRequestInfo: "$[0].userRequestInfo",
5180
+ runwareVideoUpscaleRequest: "$[0].runwareVideoUpscaleRequest"
5103
5181
  },
5104
5182
  singleArgumentUnchanged: false
5105
5183
  },
@@ -5327,6 +5405,13 @@ function editImage3(httpClient) {
5327
5405
  { httpClient }
5328
5406
  );
5329
5407
  }
5408
+ function editVideo3(httpClient) {
5409
+ return (options) => editVideo2(
5410
+ options,
5411
+ // @ts-ignore
5412
+ { httpClient }
5413
+ );
5414
+ }
5330
5415
  function pollImageGenerationResult3(httpClient) {
5331
5416
  return (options) => pollImageGenerationResult2(
5332
5417
  options,
@@ -5361,6 +5446,7 @@ var getProject4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(get
5361
5446
  var getStatus4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(getStatus3);
5362
5447
  var getApplicationUsage4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(getApplicationUsage3);
5363
5448
  var editImage4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(editImage3);
5449
+ var editVideo4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(editVideo3);
5364
5450
  var pollImageGenerationResult4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(pollImageGenerationResult3);
5365
5451
  // Annotate the CommonJS export names for ESM import in node:
5366
5452
  0 && (module.exports = {
@@ -5444,6 +5530,7 @@ var pollImageGenerationResult4 = /* @__PURE__ */ (0, import_rest_modules3.create
5444
5530
  Threshold,
5445
5531
  TimestampGranularity,
5446
5532
  ToolChoiceType,
5533
+ TraceMode,
5447
5534
  TranscriptionModel,
5448
5535
  Type,
5449
5536
  V1CacheControlType,
@@ -5462,9 +5549,11 @@ var pollImageGenerationResult4 = /* @__PURE__ */ (0, import_rest_modules3.create
5462
5549
  V1VideoModel,
5463
5550
  VideoGenModel,
5464
5551
  VideoModel,
5552
+ VideoUpscaleRequestModel,
5465
5553
  Vllm_proxyV1ChatCompletionMessageMessageRole,
5466
5554
  WebhookIdentityType,
5467
5555
  editImage,
5556
+ editVideo,
5468
5557
  generateAudio,
5469
5558
  generateAudioStreamed,
5470
5559
  generateContentByProject,