import { z } from "zod"; export { z }; export declare const OpenAiTextPartSchema: z.ZodObject<{ type: z.ZodLiteral<"text">; text: z.ZodString; }, z.core.$strip>; export declare const OpenAiImageUrlPartSchema: z.ZodObject<{ type: z.ZodLiteral<"image_url">; image_url: z.ZodObject<{ url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>; export declare const OpenAiContentPartSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ type: z.ZodLiteral<"text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"image_url">; image_url: z.ZodObject<{ url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>], "type">; export declare const OpenAiMessageSchema: z.ZodObject<{ role: z.ZodEnum<{ user: "user"; assistant: "assistant"; system: "system"; }>; content: z.ZodUnion; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"image_url">; image_url: z.ZodObject<{ url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>], "type">>]>; }, z.core.$strip>; export declare const OpenAiToolFunctionSchema: z.ZodObject<{ name: z.ZodString; description: z.ZodOptional; parameters: z.ZodOptional>; }, z.core.$strip>; export declare const OpenAiToolSchema: z.ZodObject<{ type: z.ZodLiteral<"function">; function: z.ZodObject<{ name: z.ZodString; description: z.ZodOptional; parameters: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>; export declare const OpenAiChatRequestSchema: z.ZodObject<{ model: z.ZodOptional; messages: z.ZodArray; content: z.ZodUnion; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"image_url">; image_url: z.ZodObject<{ url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>], "type">>]>; }, z.core.$strip>>; temperature: z.ZodOptional; max_tokens: z.ZodOptional; max_completion_tokens: z.ZodOptional; tools: z.ZodOptional; function: z.ZodObject<{ name: z.ZodString; description: z.ZodOptional; parameters: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>>>; tool_choice: z.ZodOptional, z.ZodObject<{ type: z.ZodLiteral<"function">; function: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; }, z.core.$strip>]>>; response_format: z.ZodOptional; json_schema: z.ZodOptional>; }, z.core.$strip>>; store: z.ZodOptional; metadata: z.ZodOptional>; }, z.core.$strip>; export declare const OpenAiStoredCompletionUpdateRequestSchema: z.ZodObject<{ metadata: z.ZodRecord; }, z.core.$strip>; export declare const OpenAiCompletionPromptSchema: z.ZodUnion, z.ZodArray, z.ZodArray>]>; export declare const OpenAiCompletionStreamOptionsSchema: z.ZodObject<{ include_obfuscation: z.ZodOptional; include_usage: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiCompletionRequestSchema: z.ZodObject<{ model: z.ZodString; prompt: z.ZodUnion, z.ZodArray, z.ZodArray>]>; best_of: z.ZodOptional; echo: z.ZodOptional; frequency_penalty: z.ZodOptional; logit_bias: z.ZodOptional>; logprobs: z.ZodOptional; max_tokens: z.ZodOptional; n: z.ZodOptional; presence_penalty: z.ZodOptional; seed: z.ZodOptional; stop: z.ZodOptional]>>; stream: z.ZodOptional; stream_options: z.ZodOptional; include_usage: z.ZodOptional; }, z.core.$strip>>; suffix: z.ZodOptional; temperature: z.ZodOptional; top_p: z.ZodOptional; user: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiEmbeddingRequestSchema: z.ZodObject<{ input: z.ZodUnion, z.ZodArray, z.ZodArray>]>; model: z.ZodString; encoding_format: z.ZodOptional>; dimensions: z.ZodOptional; user: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiImageEditRequestSchema: z.ZodObject<{ image: z.ZodUnion, z.ZodArray>]>; prompt: z.ZodString; mask: z.ZodOptional>; model: z.ZodOptional; n: z.ZodOptional; size: z.ZodOptional>; quality: z.ZodOptional>; output_format: z.ZodOptional>; response_format: z.ZodOptional>; background: z.ZodOptional>; input_fidelity: z.ZodOptional>; output_compression: z.ZodOptional; user: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiImageGenerationRequestSchema: z.ZodObject<{ prompt: z.ZodString; model: z.ZodOptional; n: z.ZodOptional; size: z.ZodOptional; quality: z.ZodOptional; response_format: z.ZodOptional>; style: z.ZodOptional>; background: z.ZodOptional>; moderation: z.ZodOptional>; output_format: z.ZodOptional>; output_compression: z.ZodOptional; user: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiImageVariationRequestSchema: z.ZodObject<{ image: z.ZodCustom; model: z.ZodOptional; n: z.ZodOptional; response_format: z.ZodOptional>; size: z.ZodOptional>; user: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiSpeechRequestSchema: z.ZodObject<{ model: z.ZodString; input: z.ZodString; voice: z.ZodEnum<{ alloy: "alloy"; echo: "echo"; ash: "ash"; coral: "coral"; fable: "fable"; onyx: "onyx"; nova: "nova"; sage: "sage"; shimmer: "shimmer"; }>; response_format: z.ZodOptional>; speed: z.ZodOptional; instructions: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiTranscribeRequestSchema: z.ZodObject<{ file: z.ZodCustom; model: z.ZodString; response_format: z.ZodOptional; language: z.ZodOptional; prompt: z.ZodOptional; temperature: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiTranslateRequestSchema: z.ZodObject<{ file: z.ZodCustom; model: z.ZodString; response_format: z.ZodOptional; prompt: z.ZodOptional; temperature: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiModerationTextInputSchema: z.ZodObject<{ type: z.ZodLiteral<"text">; text: z.ZodString; }, z.core.$strip>; export declare const OpenAiModerationImageUrlInputSchema: z.ZodObject<{ type: z.ZodLiteral<"image_url">; image_url: z.ZodObject<{ url: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const OpenAiModerationMultiModalInputSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ type: z.ZodLiteral<"text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"image_url">; image_url: z.ZodObject<{ url: z.ZodString; }, z.core.$strip>; }, z.core.$strip>], "type">; export declare const OpenAiModerationRequestSchema: z.ZodObject<{ input: z.ZodUnion, z.ZodArray; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"image_url">; image_url: z.ZodObject<{ url: z.ZodString; }, z.core.$strip>; }, z.core.$strip>], "type">>]>; model: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiFileUploadRequestSchema: z.ZodObject<{ file: z.ZodCustom; purpose: z.ZodEnum<{ "fine-tune": "fine-tune"; assistants: "assistants"; batch: "batch"; vision: "vision"; user_data: "user_data"; evals: "evals"; }>; expires_after: z.ZodOptional; seconds: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>; export declare const OpenAiContainerMemoryLimitSchema: z.ZodEnum<{ "1g": "1g"; "4g": "4g"; "16g": "16g"; "64g": "64g"; }>; export declare const OpenAiContainerNetworkPolicyDomainSecretSchema: z.ZodObject<{ domain: z.ZodString; name: z.ZodString; value: z.ZodString; }, z.core.$strip>; export declare const OpenAiContainerNetworkPolicyDisabledSchema: z.ZodObject<{ type: z.ZodLiteral<"disabled">; }, z.core.$strip>; export declare const OpenAiContainerNetworkPolicyAllowlistSchema: z.ZodObject<{ allowed_domains: z.ZodArray; type: z.ZodLiteral<"allowlist">; domain_secrets: z.ZodOptional>>; }, z.core.$strip>; export declare const OpenAiContainerNetworkPolicySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ type: z.ZodLiteral<"disabled">; }, z.core.$strip>, z.ZodObject<{ allowed_domains: z.ZodArray; type: z.ZodLiteral<"allowlist">; domain_secrets: z.ZodOptional>>; }, z.core.$strip>], "type">; export declare const OpenAiContainerSkillReferenceSchema: z.ZodObject<{ skill_id: z.ZodString; type: z.ZodLiteral<"skill_reference">; version: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiContainerInlineSkillSourceSchema: z.ZodObject<{ data: z.ZodString; media_type: z.ZodLiteral<"application/zip">; type: z.ZodLiteral<"base64">; }, z.core.$strip>; export declare const OpenAiContainerInlineSkillSchema: z.ZodObject<{ description: z.ZodString; name: z.ZodString; source: z.ZodObject<{ data: z.ZodString; media_type: z.ZodLiteral<"application/zip">; type: z.ZodLiteral<"base64">; }, z.core.$strip>; type: z.ZodLiteral<"inline">; }, z.core.$strip>; export declare const OpenAiContainerSkillSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ skill_id: z.ZodString; type: z.ZodLiteral<"skill_reference">; version: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ description: z.ZodString; name: z.ZodString; source: z.ZodObject<{ data: z.ZodString; media_type: z.ZodLiteral<"application/zip">; type: z.ZodLiteral<"base64">; }, z.core.$strip>; type: z.ZodLiteral<"inline">; }, z.core.$strip>], "type">; export declare const OpenAiContainerCreateRequestSchema: z.ZodObject<{ name: z.ZodString; expires_after: z.ZodOptional; minutes: z.ZodNumber; }, z.core.$strip>>; file_ids: z.ZodOptional>; memory_limit: z.ZodOptional>; network_policy: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ allowed_domains: z.ZodArray; type: z.ZodLiteral<"allowlist">; domain_secrets: z.ZodOptional>>; }, z.core.$strip>], "type">>; skills: z.ZodOptional; version: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ description: z.ZodString; name: z.ZodString; source: z.ZodObject<{ data: z.ZodString; media_type: z.ZodLiteral<"application/zip">; type: z.ZodLiteral<"base64">; }, z.core.$strip>; type: z.ZodLiteral<"inline">; }, z.core.$strip>], "type">>>; }, z.core.$strip>; export declare const OpenAiUploadCreateRequestSchema: z.ZodObject<{ bytes: z.ZodNumber; filename: z.ZodString; mime_type: z.ZodString; purpose: z.ZodEnum<{ "fine-tune": "fine-tune"; assistants: "assistants"; batch: "batch"; vision: "vision"; }>; expires_after: z.ZodOptional; seconds: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>; export declare const OpenAiBatchCreateRequestSchema: z.ZodObject<{ input_file_id: z.ZodString; endpoint: z.ZodString; completion_window: z.ZodString; metadata: z.ZodOptional>>; }, z.core.$strip>; export declare const OpenAiResponseInputTextContentSchema: z.ZodObject<{ type: z.ZodLiteral<"input_text">; text: z.ZodString; }, z.core.$strip>; export declare const OpenAiResponseInputImageContentSchema: z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodOptional; file_id: z.ZodOptional; detail: z.ZodOptional>; }, z.core.$strip>; export declare const OpenAiResponseInputAudioContentSchema: z.ZodObject<{ type: z.ZodLiteral<"input_audio">; data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; export declare const OpenAiResponseInputContentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ type: z.ZodLiteral<"input_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodOptional; file_id: z.ZodOptional; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>], "type">; export declare const OpenAiResponseInputMessageSchema: z.ZodObject<{ role: z.ZodEnum<{ user: "user"; assistant: "assistant"; system: "system"; developer: "developer"; }>; content: z.ZodUnion; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodOptional; file_id: z.ZodOptional; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>], "type">>]>; }, z.core.$strip>; export declare const OpenAiResponseFunctionCallOutputSchema: z.ZodObject<{ type: z.ZodLiteral<"function_call_output">; call_id: z.ZodString; output: z.ZodString; }, z.core.$strip>; export declare const OpenAiResponseItemReferenceSchema: z.ZodObject<{ type: z.ZodLiteral<"item_reference">; id: z.ZodString; }, z.core.$strip>; export declare const OpenAiResponseInputItemSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ role: z.ZodEnum<{ user: "user"; assistant: "assistant"; system: "system"; developer: "developer"; }>; content: z.ZodUnion; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodOptional; file_id: z.ZodOptional; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>], "type">>]>; type: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"function_call_output">; call_id: z.ZodString; output: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"item_reference">; id: z.ZodString; }, z.core.$strip>], "type">; export declare const OpenAiResponseFunctionToolSchema: z.ZodObject<{ type: z.ZodLiteral<"function">; name: z.ZodString; description: z.ZodOptional; parameters: z.ZodOptional>; strict: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiResponseWebSearchToolSchema: z.ZodObject<{ type: z.ZodEnum<{ web_search_preview: "web_search_preview"; web_search_preview_2025_03_11: "web_search_preview_2025_03_11"; }>; search_context_size: z.ZodOptional>; user_location: z.ZodOptional; city: z.ZodOptional; state: z.ZodOptional; country: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const OpenAiResponseFileSearchToolSchema: z.ZodObject<{ type: z.ZodLiteral<"file_search">; vector_store_ids: z.ZodArray; max_num_results: z.ZodOptional; ranking_options: z.ZodOptional; score_threshold: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const OpenAiResponseCodeInterpreterToolSchema: z.ZodObject<{ type: z.ZodLiteral<"code_interpreter">; }, z.core.$strip>; export declare const OpenAiResponseToolSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ type: z.ZodLiteral<"function">; name: z.ZodString; description: z.ZodOptional; parameters: z.ZodOptional>; strict: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"file_search">; vector_store_ids: z.ZodArray; max_num_results: z.ZodOptional; ranking_options: z.ZodOptional; score_threshold: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"code_interpreter">; }, z.core.$strip>, z.ZodObject<{ search_context_size: z.ZodOptional>; user_location: z.ZodOptional; city: z.ZodOptional; state: z.ZodOptional; country: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; type: z.ZodLiteral<"web_search_preview">; }, z.core.$strip>, z.ZodObject<{ search_context_size: z.ZodOptional>; user_location: z.ZodOptional; city: z.ZodOptional; state: z.ZodOptional; country: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; type: z.ZodLiteral<"web_search_preview_2025_03_11">; }, z.core.$strip>], "type">; export declare const OpenAiResponseTextFormatSchema: z.ZodObject<{ format: z.ZodUnion; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"json_object">; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"json_schema">; name: z.ZodString; schema: z.ZodRecord; description: z.ZodOptional; strict: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>; export declare const OpenAiResponseReasoningSchema: z.ZodObject<{ effort: z.ZodOptional>; summary: z.ZodOptional>>; }, z.core.$strip>; export declare const OpenAiResponseRequestSchema: z.ZodObject<{ model: z.ZodString; input: z.ZodUnion; content: z.ZodUnion; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodOptional; file_id: z.ZodOptional; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>], "type">>]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"function_call_output">; call_id: z.ZodString; output: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"item_reference">; id: z.ZodString; }, z.core.$strip>]>>]>; instructions: z.ZodOptional; temperature: z.ZodOptional; max_output_tokens: z.ZodOptional; top_p: z.ZodOptional; tools: z.ZodOptional; name: z.ZodString; description: z.ZodOptional; parameters: z.ZodOptional>; strict: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"file_search">; vector_store_ids: z.ZodArray; max_num_results: z.ZodOptional; ranking_options: z.ZodOptional; score_threshold: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"code_interpreter">; }, z.core.$strip>, z.ZodObject<{ search_context_size: z.ZodOptional>; user_location: z.ZodOptional; city: z.ZodOptional; state: z.ZodOptional; country: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; type: z.ZodLiteral<"web_search_preview">; }, z.core.$strip>, z.ZodObject<{ search_context_size: z.ZodOptional>; user_location: z.ZodOptional; city: z.ZodOptional; state: z.ZodOptional; country: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; type: z.ZodLiteral<"web_search_preview_2025_03_11">; }, z.core.$strip>], "type">>>; tool_choice: z.ZodOptional, z.ZodObject<{ type: z.ZodString; name: z.ZodOptional; }, z.core.$strip>]>>; previous_response_id: z.ZodOptional; store: z.ZodOptional; metadata: z.ZodOptional>; stream: z.ZodOptional; text: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"json_object">; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"json_schema">; name: z.ZodString; schema: z.ZodRecord; description: z.ZodOptional; strict: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>; truncation: z.ZodOptional>; reasoning: z.ZodOptional>; summary: z.ZodOptional>>; }, z.core.$strip>>; user: z.ZodOptional; include: z.ZodOptional>; parallel_tool_calls: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiResponseCompactRequestSchema: z.ZodObject<{ model: z.ZodString; input: z.ZodOptional; content: z.ZodUnion; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodOptional; file_id: z.ZodOptional; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>], "type">>]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"function_call_output">; call_id: z.ZodString; output: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"item_reference">; id: z.ZodString; }, z.core.$strip>]>>]>>>; instructions: z.ZodOptional>; previous_response_id: z.ZodOptional>; prompt_cache_key: z.ZodOptional>; }, z.core.$strip>; export declare const OpenAiResponseInputTokensRequestSchema: z.ZodObject<{ model: z.ZodOptional>; input: z.ZodOptional; content: z.ZodUnion; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodOptional; file_id: z.ZodOptional; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>], "type">>]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"function_call_output">; call_id: z.ZodString; output: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"item_reference">; id: z.ZodString; }, z.core.$strip>]>>]>>>; instructions: z.ZodOptional>; conversation: z.ZodOptional]>>>; previous_response_id: z.ZodOptional>; tools: z.ZodOptional; name: z.ZodString; description: z.ZodOptional; parameters: z.ZodOptional>; strict: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"file_search">; vector_store_ids: z.ZodArray; max_num_results: z.ZodOptional; ranking_options: z.ZodOptional; score_threshold: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"code_interpreter">; }, z.core.$strip>, z.ZodObject<{ search_context_size: z.ZodOptional>; user_location: z.ZodOptional; city: z.ZodOptional; state: z.ZodOptional; country: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; type: z.ZodLiteral<"web_search_preview">; }, z.core.$strip>, z.ZodObject<{ search_context_size: z.ZodOptional>; user_location: z.ZodOptional; city: z.ZodOptional; state: z.ZodOptional; country: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; type: z.ZodLiteral<"web_search_preview_2025_03_11">; }, z.core.$strip>], "type">>>>; tool_choice: z.ZodOptional, z.ZodObject<{ type: z.ZodString; name: z.ZodOptional; }, z.core.$strip>]>>>; parallel_tool_calls: z.ZodOptional>; reasoning: z.ZodOptional>; summary: z.ZodOptional>>; }, z.core.$strip>>>; text: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"json_object">; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"json_schema">; name: z.ZodString; schema: z.ZodRecord; description: z.ZodOptional; strict: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; truncation: z.ZodOptional>; }, z.core.$strip>; export declare const OpenAiEvalCustomDataSourceConfigSchema: z.ZodObject<{ type: z.ZodLiteral<"custom">; item_schema: z.ZodRecord; include_sample_schema: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiEvalLogsDataSourceConfigSchema: z.ZodObject<{ type: z.ZodLiteral<"logs">; metadata: z.ZodOptional>; }, z.core.$strip>; export declare const OpenAiEvalStoredCompletionsDataSourceConfigSchema: z.ZodObject<{ type: z.ZodLiteral<"stored_completions">; metadata: z.ZodOptional>; }, z.core.$strip>; export declare const OpenAiEvalDataSourceConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ type: z.ZodLiteral<"custom">; item_schema: z.ZodRecord; include_sample_schema: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"logs">; metadata: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"stored_completions">; metadata: z.ZodOptional>; }, z.core.$strip>], "type">; export declare const OpenAiEvalOutputTextContentSchema: z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>; export declare const OpenAiEvalInputImageContentSchema: z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>; export declare const OpenAiEvalInputAudioContentSchema: z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>; export declare const OpenAiEvalMessageContentPartSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ type: z.ZodLiteral<"input_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">; export declare const OpenAiEvalMessageContentSchema: z.ZodUnion; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">, z.ZodArray; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">>]>; export declare const OpenAiEvalSimpleInputMessageSchema: z.ZodObject<{ role: z.ZodString; content: z.ZodString; }, z.core.$strip>; export declare const OpenAiEvalMessageObjectSchema: z.ZodObject<{ role: z.ZodEnum<{ user: "user"; assistant: "assistant"; system: "system"; developer: "developer"; }>; content: z.ZodUnion; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">, z.ZodArray; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">>]>; type: z.ZodOptional>; }, z.core.$strip>; export declare const OpenAiEvalInputMessageSchema: z.ZodUnion, z.ZodObject<{ role: z.ZodEnum<{ user: "user"; assistant: "assistant"; system: "system"; developer: "developer"; }>; content: z.ZodUnion; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">, z.ZodArray; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">>]>; type: z.ZodOptional>; }, z.core.$strip>]>; export declare const OpenAiEvalLabelModelGraderSchema: z.ZodObject<{ type: z.ZodLiteral<"label_model">; name: z.ZodString; model: z.ZodString; input: z.ZodArray, z.ZodObject<{ role: z.ZodEnum<{ user: "user"; assistant: "assistant"; system: "system"; developer: "developer"; }>; content: z.ZodUnion; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">, z.ZodArray; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">>]>; type: z.ZodOptional>; }, z.core.$strip>]>>; labels: z.ZodArray; passing_labels: z.ZodArray; }, z.core.$strip>; export declare const OpenAiEvalStringCheckGraderSchema: z.ZodObject<{ type: z.ZodLiteral<"string_check">; name: z.ZodString; input: z.ZodString; operation: z.ZodEnum<{ eq: "eq"; ne: "ne"; like: "like"; ilike: "ilike"; }>; reference: z.ZodString; }, z.core.$strip>; export declare const OpenAiEvalTextSimilarityGraderSchema: z.ZodObject<{ type: z.ZodLiteral<"text_similarity">; name: z.ZodString; input: z.ZodString; reference: z.ZodString; evaluation_metric: z.ZodString; pass_threshold: z.ZodNumber; }, z.core.$strip>; export declare const OpenAiEvalPythonGraderSchema: z.ZodObject<{ type: z.ZodLiteral<"python">; name: z.ZodString; source: z.ZodString; image_tag: z.ZodOptional; pass_threshold: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiEvalScoreModelGraderSchema: z.ZodObject<{ type: z.ZodLiteral<"score_model">; name: z.ZodString; model: z.ZodString; input: z.ZodArray, z.ZodObject<{ role: z.ZodEnum<{ user: "user"; assistant: "assistant"; system: "system"; developer: "developer"; }>; content: z.ZodUnion; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">, z.ZodArray; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">>]>; type: z.ZodOptional>; }, z.core.$strip>]>>; pass_threshold: z.ZodOptional; range: z.ZodOptional>; sampling_params: z.ZodOptional>; }, z.core.$strip>; export declare const OpenAiEvalGraderSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ type: z.ZodLiteral<"label_model">; name: z.ZodString; model: z.ZodString; input: z.ZodArray, z.ZodObject<{ role: z.ZodEnum<{ user: "user"; assistant: "assistant"; system: "system"; developer: "developer"; }>; content: z.ZodUnion; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">, z.ZodArray; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">>]>; type: z.ZodOptional>; }, z.core.$strip>]>>; labels: z.ZodArray; passing_labels: z.ZodArray; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"string_check">; name: z.ZodString; input: z.ZodString; operation: z.ZodEnum<{ eq: "eq"; ne: "ne"; like: "like"; ilike: "ilike"; }>; reference: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"text_similarity">; name: z.ZodString; input: z.ZodString; reference: z.ZodString; evaluation_metric: z.ZodString; pass_threshold: z.ZodNumber; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"python">; name: z.ZodString; source: z.ZodString; image_tag: z.ZodOptional; pass_threshold: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"score_model">; name: z.ZodString; model: z.ZodString; input: z.ZodArray, z.ZodObject<{ role: z.ZodEnum<{ user: "user"; assistant: "assistant"; system: "system"; developer: "developer"; }>; content: z.ZodUnion; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">, z.ZodArray; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">>]>; type: z.ZodOptional>; }, z.core.$strip>]>>; pass_threshold: z.ZodOptional; range: z.ZodOptional>; sampling_params: z.ZodOptional>; }, z.core.$strip>], "type">; export declare const OpenAiEvalCreateRequestSchema: z.ZodObject<{ data_source_config: z.ZodDiscriminatedUnion<[z.ZodObject<{ type: z.ZodLiteral<"custom">; item_schema: z.ZodRecord; include_sample_schema: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"logs">; metadata: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"stored_completions">; metadata: z.ZodOptional>; }, z.core.$strip>], "type">; testing_criteria: z.ZodArray; name: z.ZodString; model: z.ZodString; input: z.ZodArray, z.ZodObject<{ role: z.ZodEnum<{ user: "user"; assistant: "assistant"; system: "system"; developer: "developer"; }>; content: z.ZodUnion; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">, z.ZodArray; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">>]>; type: z.ZodOptional>; }, z.core.$strip>]>>; labels: z.ZodArray; passing_labels: z.ZodArray; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"string_check">; name: z.ZodString; input: z.ZodString; operation: z.ZodEnum<{ eq: "eq"; ne: "ne"; like: "like"; ilike: "ilike"; }>; reference: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"text_similarity">; name: z.ZodString; input: z.ZodString; reference: z.ZodString; evaluation_metric: z.ZodString; pass_threshold: z.ZodNumber; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"python">; name: z.ZodString; source: z.ZodString; image_tag: z.ZodOptional; pass_threshold: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"score_model">; name: z.ZodString; model: z.ZodString; input: z.ZodArray, z.ZodObject<{ role: z.ZodEnum<{ user: "user"; assistant: "assistant"; system: "system"; developer: "developer"; }>; content: z.ZodUnion; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">, z.ZodArray; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"output_text">; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodString; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; input_audio: z.ZodObject<{ data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>; }, z.core.$strip>], "type">>]>; type: z.ZodOptional>; }, z.core.$strip>]>>; pass_threshold: z.ZodOptional; range: z.ZodOptional>; sampling_params: z.ZodOptional>; }, z.core.$strip>], "type">>; metadata: z.ZodOptional>; name: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiConversationCreateRequestSchema: z.ZodObject<{ items: z.ZodOptional; content: z.ZodUnion; text: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_image">; image_url: z.ZodOptional; file_id: z.ZodOptional; detail: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"input_audio">; data: z.ZodString; format: z.ZodEnum<{ mp3: "mp3"; wav: "wav"; }>; }, z.core.$strip>], "type">>]>; type: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"function_call_output">; call_id: z.ZodString; output: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"item_reference">; id: z.ZodString; }, z.core.$strip>], "type">>>>; metadata: z.ZodOptional>>; }, z.core.$strip>; export declare const OpenAiRealtimeAudioFormatSchema: z.ZodUnion>; rate: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>]>; export declare const OpenAiRealtimeNoiseReductionSchema: z.ZodNullable>; }, z.core.$strip>>; export declare const OpenAiRealtimeAudioTranscriptionSchema: z.ZodNullable>; language: z.ZodOptional; model: z.ZodOptional; prompt: z.ZodOptional; }, z.core.$strip>>; export declare const OpenAiRealtimeServerVadSchema: z.ZodObject<{ type: z.ZodLiteral<"server_vad">; create_response: z.ZodOptional; idle_timeout_ms: z.ZodOptional; interrupt_response: z.ZodOptional; prefix_padding_ms: z.ZodOptional; silence_duration_ms: z.ZodOptional; threshold: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiRealtimeSemanticVadSchema: z.ZodObject<{ type: z.ZodLiteral<"semantic_vad">; create_response: z.ZodOptional; eagerness: z.ZodOptional>; interrupt_response: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiRealtimeTurnDetectionSchema: z.ZodNullable; create_response: z.ZodOptional; idle_timeout_ms: z.ZodOptional; interrupt_response: z.ZodOptional; prefix_padding_ms: z.ZodOptional; silence_duration_ms: z.ZodOptional; threshold: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"semantic_vad">; create_response: z.ZodOptional; eagerness: z.ZodOptional>; interrupt_response: z.ZodOptional; }, z.core.$strip>], "type">>; export declare const OpenAiRealtimeAudioInputSchema: z.ZodObject<{ format: z.ZodOptional>; rate: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>]>>; noise_reduction: z.ZodOptional>; }, z.core.$strip>>>; transcription: z.ZodOptional>; language: z.ZodOptional; model: z.ZodOptional; prompt: z.ZodOptional; }, z.core.$strip>>>; turn_detection: z.ZodOptional; create_response: z.ZodOptional; idle_timeout_ms: z.ZodOptional; interrupt_response: z.ZodOptional; prefix_padding_ms: z.ZodOptional; silence_duration_ms: z.ZodOptional; threshold: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"semantic_vad">; create_response: z.ZodOptional; eagerness: z.ZodOptional>; interrupt_response: z.ZodOptional; }, z.core.$strip>], "type">>>; }, z.core.$strip>; export declare const OpenAiRealtimeVoiceSchema: z.ZodUnion]>; export declare const OpenAiRealtimeAudioOutputSchema: z.ZodObject<{ format: z.ZodOptional>; rate: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>]>>; speed: z.ZodOptional; voice: z.ZodOptional]>>; }, z.core.$strip>; export declare const OpenAiRealtimeAudioConfigSchema: z.ZodObject<{ input: z.ZodOptional>; rate: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>]>>; noise_reduction: z.ZodOptional>; }, z.core.$strip>>>; transcription: z.ZodOptional>; language: z.ZodOptional; model: z.ZodOptional; prompt: z.ZodOptional; }, z.core.$strip>>>; turn_detection: z.ZodOptional; create_response: z.ZodOptional; idle_timeout_ms: z.ZodOptional; interrupt_response: z.ZodOptional; prefix_padding_ms: z.ZodOptional; silence_duration_ms: z.ZodOptional; threshold: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"semantic_vad">; create_response: z.ZodOptional; eagerness: z.ZodOptional>; interrupt_response: z.ZodOptional; }, z.core.$strip>], "type">>>; }, z.core.$strip>>; output: z.ZodOptional>; rate: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>]>>; speed: z.ZodOptional; voice: z.ZodOptional]>>; }, z.core.$strip>>; }, z.core.$strip>; export declare const OpenAiRealtimePromptSchema: z.ZodObject<{ id: z.ZodString; variables: z.ZodOptional>; version: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiRealtimeReasoningSchema: z.ZodObject<{ effort: z.ZodOptional>; }, z.core.$strip>; export declare const OpenAiRealtimeToolChoiceSchema: z.ZodUnion, z.ZodObject<{ type: z.ZodLiteral<"function">; name: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"mcp">; server_label: z.ZodString; name: z.ZodOptional; }, z.core.$strip>]>; export declare const OpenAiRealtimeFunctionToolSchema: z.ZodObject<{ type: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; parameters: z.ZodOptional>; }, z.core.$strip>; export declare const OpenAiRealtimeMcpToolFilterSchema: z.ZodObject<{ read_only: z.ZodOptional; tool_names: z.ZodOptional>; }, z.core.$strip>; export declare const OpenAiRealtimeMcpApprovalSchema: z.ZodUnion, z.ZodObject<{ always: z.ZodOptional; tool_names: z.ZodOptional>; }, z.core.$strip>>; never: z.ZodOptional; tool_names: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>]>; export declare const OpenAiRealtimeMcpToolSchema: z.ZodObject<{ type: z.ZodLiteral<"mcp">; server_label: z.ZodString; allowed_tools: z.ZodOptional, z.ZodObject<{ read_only: z.ZodOptional; tool_names: z.ZodOptional>; }, z.core.$strip>]>>; authorization: z.ZodOptional; connector_id: z.ZodOptional; defer_loading: z.ZodOptional; headers: z.ZodOptional>; require_approval: z.ZodOptional, z.ZodObject<{ always: z.ZodOptional; tool_names: z.ZodOptional>; }, z.core.$strip>>; never: z.ZodOptional; tool_names: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>]>>; server_description: z.ZodOptional; server_url: z.ZodOptional; tunnel_id: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiRealtimeToolSchema: z.ZodUnion>; name: z.ZodOptional; description: z.ZodOptional; parameters: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"mcp">; server_label: z.ZodString; allowed_tools: z.ZodOptional, z.ZodObject<{ read_only: z.ZodOptional; tool_names: z.ZodOptional>; }, z.core.$strip>]>>; authorization: z.ZodOptional; connector_id: z.ZodOptional; defer_loading: z.ZodOptional; headers: z.ZodOptional>; require_approval: z.ZodOptional, z.ZodObject<{ always: z.ZodOptional; tool_names: z.ZodOptional>; }, z.core.$strip>>; never: z.ZodOptional; tool_names: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>]>>; server_description: z.ZodOptional; server_url: z.ZodOptional; tunnel_id: z.ZodOptional; }, z.core.$strip>]>; export declare const OpenAiRealtimeTracingSchema: z.ZodNullable, z.ZodObject<{ group_id: z.ZodOptional; metadata: z.ZodOptional; workflow_name: z.ZodOptional; }, z.core.$strip>]>>; export declare const OpenAiRealtimeTruncationSchema: z.ZodUnion, z.ZodObject<{ type: z.ZodLiteral<"retention_ratio">; retention_ratio: z.ZodNumber; token_limits: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>]>; export declare const OpenAiRealtimeSessionCreateRequestSchema: z.ZodObject<{ type: z.ZodLiteral<"realtime">; audio: z.ZodOptional>; rate: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>]>>; noise_reduction: z.ZodOptional>; }, z.core.$strip>>>; transcription: z.ZodOptional>; language: z.ZodOptional; model: z.ZodOptional; prompt: z.ZodOptional; }, z.core.$strip>>>; turn_detection: z.ZodOptional; create_response: z.ZodOptional; idle_timeout_ms: z.ZodOptional; interrupt_response: z.ZodOptional; prefix_padding_ms: z.ZodOptional; silence_duration_ms: z.ZodOptional; threshold: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"semantic_vad">; create_response: z.ZodOptional; eagerness: z.ZodOptional>; interrupt_response: z.ZodOptional; }, z.core.$strip>], "type">>>; }, z.core.$strip>>; output: z.ZodOptional>; rate: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>]>>; speed: z.ZodOptional; voice: z.ZodOptional]>>; }, z.core.$strip>>; }, z.core.$strip>>; include: z.ZodOptional>>; instructions: z.ZodOptional; max_output_tokens: z.ZodOptional]>>; model: z.ZodOptional; output_modalities: z.ZodOptional>>; parallel_tool_calls: z.ZodOptional; prompt: z.ZodOptional>; version: z.ZodOptional; }, z.core.$strip>>; reasoning: z.ZodOptional>; }, z.core.$strip>>; tool_choice: z.ZodOptional, z.ZodObject<{ type: z.ZodLiteral<"function">; name: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"mcp">; server_label: z.ZodString; name: z.ZodOptional; }, z.core.$strip>]>>; tools: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; parameters: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"mcp">; server_label: z.ZodString; allowed_tools: z.ZodOptional, z.ZodObject<{ read_only: z.ZodOptional; tool_names: z.ZodOptional>; }, z.core.$strip>]>>; authorization: z.ZodOptional; connector_id: z.ZodOptional; defer_loading: z.ZodOptional; headers: z.ZodOptional>; require_approval: z.ZodOptional, z.ZodObject<{ always: z.ZodOptional; tool_names: z.ZodOptional>; }, z.core.$strip>>; never: z.ZodOptional; tool_names: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>]>>; server_description: z.ZodOptional; server_url: z.ZodOptional; tunnel_id: z.ZodOptional; }, z.core.$strip>]>>>; tracing: z.ZodOptional, z.ZodObject<{ group_id: z.ZodOptional; metadata: z.ZodOptional; workflow_name: z.ZodOptional; }, z.core.$strip>]>>>; truncation: z.ZodOptional, z.ZodObject<{ type: z.ZodLiteral<"retention_ratio">; retention_ratio: z.ZodNumber; token_limits: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>]>>; }, z.core.$strip>; export declare const OpenAiRealtimeTranscriptionSessionCreateRequestSchema: z.ZodObject<{ type: z.ZodLiteral<"transcription">; audio: z.ZodOptional>; rate: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>]>>; noise_reduction: z.ZodOptional>; }, z.core.$strip>>>; transcription: z.ZodOptional>; language: z.ZodOptional; model: z.ZodOptional; prompt: z.ZodOptional; }, z.core.$strip>>>; turn_detection: z.ZodOptional; create_response: z.ZodOptional; idle_timeout_ms: z.ZodOptional; interrupt_response: z.ZodOptional; prefix_padding_ms: z.ZodOptional; silence_duration_ms: z.ZodOptional; threshold: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"semantic_vad">; create_response: z.ZodOptional; eagerness: z.ZodOptional>; interrupt_response: z.ZodOptional; }, z.core.$strip>], "type">>>; }, z.core.$strip>>; }, z.core.$strip>>; include: z.ZodOptional>>; }, z.core.$strip>; export declare const OpenAiRealtimeClientSecretRequestSchema: z.ZodObject<{ expires_after: z.ZodOptional>; seconds: z.ZodOptional; }, z.core.$strip>>; session: z.ZodOptional; audio: z.ZodOptional>; rate: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>]>>; noise_reduction: z.ZodOptional>; }, z.core.$strip>>>; transcription: z.ZodOptional>; language: z.ZodOptional; model: z.ZodOptional; prompt: z.ZodOptional; }, z.core.$strip>>>; turn_detection: z.ZodOptional; create_response: z.ZodOptional; idle_timeout_ms: z.ZodOptional; interrupt_response: z.ZodOptional; prefix_padding_ms: z.ZodOptional; silence_duration_ms: z.ZodOptional; threshold: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"semantic_vad">; create_response: z.ZodOptional; eagerness: z.ZodOptional>; interrupt_response: z.ZodOptional; }, z.core.$strip>], "type">>>; }, z.core.$strip>>; output: z.ZodOptional>; rate: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>]>>; speed: z.ZodOptional; voice: z.ZodOptional]>>; }, z.core.$strip>>; }, z.core.$strip>>; include: z.ZodOptional>>; instructions: z.ZodOptional; max_output_tokens: z.ZodOptional]>>; model: z.ZodOptional; output_modalities: z.ZodOptional>>; parallel_tool_calls: z.ZodOptional; prompt: z.ZodOptional>; version: z.ZodOptional; }, z.core.$strip>>; reasoning: z.ZodOptional>; }, z.core.$strip>>; tool_choice: z.ZodOptional, z.ZodObject<{ type: z.ZodLiteral<"function">; name: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"mcp">; server_label: z.ZodString; name: z.ZodOptional; }, z.core.$strip>]>>; tools: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; parameters: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"mcp">; server_label: z.ZodString; allowed_tools: z.ZodOptional, z.ZodObject<{ read_only: z.ZodOptional; tool_names: z.ZodOptional>; }, z.core.$strip>]>>; authorization: z.ZodOptional; connector_id: z.ZodOptional; defer_loading: z.ZodOptional; headers: z.ZodOptional>; require_approval: z.ZodOptional, z.ZodObject<{ always: z.ZodOptional; tool_names: z.ZodOptional>; }, z.core.$strip>>; never: z.ZodOptional; tool_names: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>]>>; server_description: z.ZodOptional; server_url: z.ZodOptional; tunnel_id: z.ZodOptional; }, z.core.$strip>]>>>; tracing: z.ZodOptional, z.ZodObject<{ group_id: z.ZodOptional; metadata: z.ZodOptional; workflow_name: z.ZodOptional; }, z.core.$strip>]>>>; truncation: z.ZodOptional, z.ZodObject<{ type: z.ZodLiteral<"retention_ratio">; retention_ratio: z.ZodNumber; token_limits: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"transcription">; audio: z.ZodOptional>; rate: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodOptional>; }, z.core.$strip>]>>; noise_reduction: z.ZodOptional>; }, z.core.$strip>>>; transcription: z.ZodOptional>; language: z.ZodOptional; model: z.ZodOptional; prompt: z.ZodOptional; }, z.core.$strip>>>; turn_detection: z.ZodOptional; create_response: z.ZodOptional; idle_timeout_ms: z.ZodOptional; interrupt_response: z.ZodOptional; prefix_padding_ms: z.ZodOptional; silence_duration_ms: z.ZodOptional; threshold: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"semantic_vad">; create_response: z.ZodOptional; eagerness: z.ZodOptional>; interrupt_response: z.ZodOptional; }, z.core.$strip>], "type">>>; }, z.core.$strip>>; }, z.core.$strip>>; include: z.ZodOptional>>; }, z.core.$strip>], "type">>; }, z.core.$strip>; export declare const OpenAiVectorStoreExpirationPolicySchema: z.ZodObject<{ anchor: z.ZodLiteral<"last_active_at">; days: z.ZodNumber; }, z.core.$strip>; export declare const OpenAiVectorStoreAutoChunkingStrategySchema: z.ZodObject<{ type: z.ZodLiteral<"auto">; }, z.core.$strip>; export declare const OpenAiVectorStoreStaticChunkingStrategySchema: z.ZodObject<{ static: z.ZodObject<{ chunk_overlap_tokens: z.ZodNumber; max_chunk_size_tokens: z.ZodNumber; }, z.core.$strip>; type: z.ZodLiteral<"static">; }, z.core.$strip>; export declare const OpenAiVectorStoreChunkingStrategySchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ type: z.ZodLiteral<"auto">; }, z.core.$strip>, z.ZodObject<{ static: z.ZodObject<{ chunk_overlap_tokens: z.ZodNumber; max_chunk_size_tokens: z.ZodNumber; }, z.core.$strip>; type: z.ZodLiteral<"static">; }, z.core.$strip>], "type">; export declare const OpenAiVectorStoreCreateRequestSchema: z.ZodObject<{ chunking_strategy: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ static: z.ZodObject<{ chunk_overlap_tokens: z.ZodNumber; max_chunk_size_tokens: z.ZodNumber; }, z.core.$strip>; type: z.ZodLiteral<"static">; }, z.core.$strip>], "type">>; description: z.ZodOptional; expires_after: z.ZodOptional; days: z.ZodNumber; }, z.core.$strip>>; file_ids: z.ZodOptional>; metadata: z.ZodOptional>; name: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiVectorStoreSearchComparisonFilterSchema: z.ZodObject<{ key: z.ZodString; type: z.ZodEnum<{ in: "in"; eq: "eq"; ne: "ne"; gt: "gt"; gte: "gte"; lt: "lt"; lte: "lte"; nin: "nin"; }>; value: z.ZodUnion>]>; }, z.core.$strip>; export declare const OpenAiVectorStoreSearchCompoundFilterSchema: z.ZodType; export declare const OpenAiVectorStoreSearchFilterSchema: z.ZodType; export declare const OpenAiVectorStoreSearchRankingOptionsSchema: z.ZodObject<{ ranker: z.ZodOptional, z.ZodString]>>; score_threshold: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiVectorStoreSearchRequestSchema: z.ZodObject<{ query: z.ZodUnion]>; max_num_results: z.ZodOptional; filters: z.ZodOptional>>; ranking_options: z.ZodOptional, z.ZodString]>>; score_threshold: z.ZodOptional; }, z.core.$strip>>; rewrite_query: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiVectorStoreFileAttributesSchema: z.ZodRecord>; export declare const OpenAiVectorStoreFileCreateRequestSchema: z.ZodObject<{ attributes: z.ZodOptional>>; chunking_strategy: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ static: z.ZodObject<{ chunk_overlap_tokens: z.ZodNumber; max_chunk_size_tokens: z.ZodNumber; }, z.core.$strip>; type: z.ZodLiteral<"static">; }, z.core.$strip>], "type">>; file_id: z.ZodString; }, z.core.$strip>; export declare const OpenAiFineTuningHyperparametersSchema: z.ZodObject<{ batch_size: z.ZodOptional, z.ZodNumber]>>>; learning_rate_multiplier: z.ZodOptional, z.ZodNumber]>>>; n_epochs: z.ZodOptional, z.ZodNumber]>>>; }, z.core.$strip>; export declare const OpenAiFineTuningSupervisedMethodSchema: z.ZodObject<{ hyperparameters: z.ZodOptional, z.ZodNumber]>>; learning_rate_multiplier: z.ZodOptional, z.ZodNumber]>>; n_epochs: z.ZodOptional, z.ZodNumber]>>; }, z.core.$strip>>; }, z.core.$strip>; export declare const OpenAiFineTuningDpoMethodSchema: z.ZodObject<{ hyperparameters: z.ZodOptional, z.ZodNumber]>>; beta: z.ZodOptional, z.ZodNumber]>>; learning_rate_multiplier: z.ZodOptional, z.ZodNumber]>>; n_epochs: z.ZodOptional, z.ZodNumber]>>; }, z.core.$strip>>; }, z.core.$strip>; export declare const OpenAiFineTuningReinforcementMethodSchema: z.ZodObject<{ grader: z.ZodRecord; hyperparameters: z.ZodOptional, z.ZodNumber]>>; compute_multiplier: z.ZodOptional, z.ZodNumber]>>; eval_interval: z.ZodOptional, z.ZodNumber]>>; eval_samples: z.ZodOptional, z.ZodNumber]>>; learning_rate_multiplier: z.ZodOptional, z.ZodNumber]>>; n_epochs: z.ZodOptional, z.ZodNumber]>>; reasoning_effort: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; export declare const OpenAiFineTuningMethodSchema: z.ZodObject<{ type: z.ZodEnum<{ supervised: "supervised"; dpo: "dpo"; reinforcement: "reinforcement"; }>; supervised: z.ZodOptional, z.ZodNumber]>>; learning_rate_multiplier: z.ZodOptional, z.ZodNumber]>>; n_epochs: z.ZodOptional, z.ZodNumber]>>; }, z.core.$strip>>; }, z.core.$strip>>>; dpo: z.ZodOptional, z.ZodNumber]>>; beta: z.ZodOptional, z.ZodNumber]>>; learning_rate_multiplier: z.ZodOptional, z.ZodNumber]>>; n_epochs: z.ZodOptional, z.ZodNumber]>>; }, z.core.$strip>>; }, z.core.$strip>>>; reinforcement: z.ZodOptional; hyperparameters: z.ZodOptional, z.ZodNumber]>>; compute_multiplier: z.ZodOptional, z.ZodNumber]>>; eval_interval: z.ZodOptional, z.ZodNumber]>>; eval_samples: z.ZodOptional, z.ZodNumber]>>; learning_rate_multiplier: z.ZodOptional, z.ZodNumber]>>; n_epochs: z.ZodOptional, z.ZodNumber]>>; reasoning_effort: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; export declare const OpenAiFineTuningWandbConfigSchema: z.ZodObject<{ project: z.ZodString; entity: z.ZodOptional>; name: z.ZodOptional>; tags: z.ZodOptional>; }, z.core.$strip>; export declare const OpenAiFineTuningIntegrationSchema: z.ZodObject<{ type: z.ZodLiteral<"wandb">; wandb: z.ZodObject<{ project: z.ZodString; entity: z.ZodOptional>; name: z.ZodOptional>; tags: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>; export declare const OpenAiFineTuningJobCreateRequestSchema: z.ZodObject<{ model: z.ZodString; training_file: z.ZodString; hyperparameters: z.ZodOptional, z.ZodNumber]>>>; learning_rate_multiplier: z.ZodOptional, z.ZodNumber]>>>; n_epochs: z.ZodOptional, z.ZodNumber]>>>; }, z.core.$strip>>; integrations: z.ZodOptional; wandb: z.ZodObject<{ project: z.ZodString; entity: z.ZodOptional>; name: z.ZodOptional>; tags: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>>>>; metadata: z.ZodOptional>>; method: z.ZodOptional; supervised: z.ZodOptional, z.ZodNumber]>>; learning_rate_multiplier: z.ZodOptional, z.ZodNumber]>>; n_epochs: z.ZodOptional, z.ZodNumber]>>; }, z.core.$strip>>; }, z.core.$strip>>>; dpo: z.ZodOptional, z.ZodNumber]>>; beta: z.ZodOptional, z.ZodNumber]>>; learning_rate_multiplier: z.ZodOptional, z.ZodNumber]>>; n_epochs: z.ZodOptional, z.ZodNumber]>>; }, z.core.$strip>>; }, z.core.$strip>>>; reinforcement: z.ZodOptional; hyperparameters: z.ZodOptional, z.ZodNumber]>>; compute_multiplier: z.ZodOptional, z.ZodNumber]>>; eval_interval: z.ZodOptional, z.ZodNumber]>>; eval_samples: z.ZodOptional, z.ZodNumber]>>; learning_rate_multiplier: z.ZodOptional, z.ZodNumber]>>; n_epochs: z.ZodOptional, z.ZodNumber]>>; reasoning_effort: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; seed: z.ZodOptional>; suffix: z.ZodOptional>; validation_file: z.ZodOptional>; }, z.core.$strip>; export declare const OpenAiCheckpointPermissionCreateRequestSchema: z.ZodObject<{ project_ids: z.ZodArray; }, z.core.$strip>; export declare const OpenAiOrganizationUsageQuerySchema: z.ZodObject<{ start_time: z.ZodNumber; end_time: z.ZodOptional; bucket_width: z.ZodOptional>; project_ids: z.ZodOptional>; user_ids: z.ZodOptional>; api_key_ids: z.ZodOptional>; models: z.ZodOptional>; group_by: z.ZodOptional>; limit: z.ZodOptional; page: z.ZodOptional; batch: z.ZodOptional; sizes: z.ZodOptional>; sources: z.ZodOptional>; }, z.core.$strip>; export declare const OpenAiOrganizationCostsQuerySchema: z.ZodObject<{ start_time: z.ZodNumber; end_time: z.ZodOptional; bucket_width: z.ZodOptional>; project_ids: z.ZodOptional>; group_by: z.ZodOptional>; limit: z.ZodOptional; page: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiOrganizationProjectListQuerySchema: z.ZodObject<{ after: z.ZodOptional; include_archived: z.ZodOptional; limit: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiOrganizationProjectRateLimitListQuerySchema: z.ZodObject<{ after: z.ZodOptional; before: z.ZodOptional; limit: z.ZodOptional; }, z.core.$strip>; export declare const OpenAiOptionsSchema: z.ZodObject<{ apiKey: z.ZodString; baseURL: z.ZodOptional; codexBaseURL: z.ZodOptional; chatgptAccountId: z.ZodOptional; timeout: z.ZodOptional; fetch: z.ZodOptional Promise, (input: RequestInfo | URL, init?: RequestInit) => Promise>>; }, z.core.$strip>; export type OpenAiTextPart = z.infer; export type OpenAiImageUrlPart = z.infer; export type OpenAiContentPart = z.infer; export type OpenAiMessage = z.infer; export type OpenAiToolFunction = z.infer; export type OpenAiTool = z.infer; export type OpenAiChatRequest = z.input; export type OpenAiChatRequestInput = OpenAiChatRequest; export type OpenAiChatParsedRequest = z.output; export type OpenAiStoredCompletionUpdateRequest = z.input; export type OpenAiStoredCompletionUpdateRequestInput = OpenAiStoredCompletionUpdateRequest; export type OpenAiStoredCompletionUpdateParsedRequest = z.output; export type OpenAiCompletionRequest = z.input; export type OpenAiCompletionRequestInput = OpenAiCompletionRequest; export type OpenAiCompletionParsedRequest = z.output; export type OpenAiEmbeddingRequest = z.input; export type OpenAiEmbeddingRequestInput = OpenAiEmbeddingRequest; export type OpenAiEmbeddingParsedRequest = z.output; export type OpenAiImageEditRequest = z.input; export type OpenAiImageEditRequestInput = OpenAiImageEditRequest; export type OpenAiImageEditParsedRequest = z.output; export type OpenAiImageGenerationRequest = z.input; export type OpenAiImageGenerationRequestInput = OpenAiImageGenerationRequest; export type OpenAiImageGenerationParsedRequest = z.output; export type OpenAiImageVariationRequest = z.input; export type OpenAiImageVariationRequestInput = OpenAiImageVariationRequest; export type OpenAiImageVariationParsedRequest = z.output; export type OpenAiSpeechRequest = z.input; export type OpenAiSpeechRequestInput = OpenAiSpeechRequest; export type OpenAiSpeechParsedRequest = z.output; export type OpenAiTranscribeRequest = z.input; export type OpenAiTranscribeRequestInput = OpenAiTranscribeRequest; export type OpenAiTranscribeParsedRequest = z.output; export type OpenAiTranslateRequest = z.input; export type OpenAiTranslateRequestInput = OpenAiTranslateRequest; export type OpenAiTranslateParsedRequest = z.output; export type OpenAiModerationTextInput = z.infer; export type OpenAiModerationImageUrlInput = z.infer; export type OpenAiModerationMultiModalInput = z.infer; export type OpenAiModerationRequest = z.input; export type OpenAiModerationRequestInput = OpenAiModerationRequest; export type OpenAiModerationParsedRequest = z.output; export type OpenAiFileUploadRequest = z.input; export type OpenAiFileUploadRequestInput = OpenAiFileUploadRequest; export type OpenAiFileUploadParsedRequest = z.output; export type OpenAiContainerMemoryLimit = z.infer; export type OpenAiContainerNetworkPolicyDomainSecret = z.infer; export type OpenAiContainerNetworkPolicyDisabled = z.infer; export type OpenAiContainerNetworkPolicyAllowlist = z.infer; export type OpenAiContainerNetworkPolicy = z.infer; export type OpenAiContainerSkillReference = z.infer; export type OpenAiContainerInlineSkillSource = z.infer; export type OpenAiContainerInlineSkill = z.infer; export type OpenAiContainerSkill = z.infer; export type OpenAiContainerCreateRequest = z.input; export type OpenAiContainerCreateRequestInput = OpenAiContainerCreateRequest; export type OpenAiContainerCreateParsedRequest = z.output; export type OpenAiUploadCreateRequest = z.input; export type OpenAiUploadCreateRequestInput = OpenAiUploadCreateRequest; export type OpenAiUploadCreateParsedRequest = z.output; export type OpenAiBatchCreateRequest = z.input; export type OpenAiBatchCreateRequestInput = OpenAiBatchCreateRequest; export type OpenAiBatchCreateParsedRequest = z.output; export type OpenAiResponseInputTextContent = z.infer; export type OpenAiResponseInputImageContent = z.infer; export type OpenAiResponseInputAudioContent = z.infer; export type OpenAiResponseInputContent = z.infer; export type OpenAiResponseInputMessage = z.infer; export type OpenAiResponseFunctionCallOutput = z.infer; export type OpenAiResponseItemReference = z.infer; export type OpenAiResponseInputItem = z.infer; export type OpenAiResponseFunctionTool = z.infer; export type OpenAiResponseWebSearchTool = z.infer; export type OpenAiResponseFileSearchTool = z.infer; export type OpenAiResponseCodeInterpreterTool = z.infer; export type OpenAiResponseTool = z.infer; export type OpenAiResponseTextFormat = z.infer; export type OpenAiResponseReasoning = z.infer; export type OpenAiResponseRequest = z.input; export type OpenAiResponseRequestInput = OpenAiResponseRequest; export type OpenAiResponseParsedRequest = z.output; export type OpenAiResponseCompactRequest = z.input; export type OpenAiResponseCompactRequestInput = OpenAiResponseCompactRequest; export type OpenAiResponseCompactParsedRequest = z.output; export type OpenAiResponseInputTokensRequest = z.input; export type OpenAiResponseInputTokensRequestInput = OpenAiResponseInputTokensRequest; export type OpenAiResponseInputTokensParsedRequest = z.output; export type OpenAiEvalCustomDataSourceConfig = z.infer; export type OpenAiEvalLogsDataSourceConfig = z.infer; export type OpenAiEvalStoredCompletionsDataSourceConfig = z.infer; export type OpenAiEvalDataSourceConfig = z.infer; export type OpenAiEvalOutputTextContent = z.infer; export type OpenAiEvalInputImageContent = z.infer; export type OpenAiEvalInputAudioContent = z.infer; export type OpenAiEvalMessageContentPart = z.infer; export type OpenAiEvalMessageContent = z.infer; export type OpenAiEvalSimpleInputMessage = z.infer; export type OpenAiEvalMessageObject = z.infer; export type OpenAiEvalInputMessage = z.infer; export type OpenAiEvalLabelModelGrader = z.infer; export type OpenAiEvalStringCheckGrader = z.infer; export type OpenAiEvalTextSimilarityGrader = z.infer; export type OpenAiEvalPythonGrader = z.infer; export type OpenAiEvalScoreModelGrader = z.infer; export type OpenAiEvalGrader = z.infer; export type OpenAiEvalCreateRequest = z.input; export type OpenAiEvalCreateRequestInput = OpenAiEvalCreateRequest; export type OpenAiEvalCreateParsedRequest = z.output; export type OpenAiConversationCreateRequest = z.input; export type OpenAiConversationCreateRequestInput = OpenAiConversationCreateRequest; export type OpenAiConversationCreateParsedRequest = z.output; export type OpenAiRealtimeAudioFormat = z.infer; export type OpenAiRealtimeNoiseReduction = z.infer; export type OpenAiRealtimeAudioTranscription = z.infer; export type OpenAiRealtimeServerVad = z.infer; export type OpenAiRealtimeSemanticVad = z.infer; export type OpenAiRealtimeTurnDetection = z.infer; export type OpenAiRealtimeAudioInput = z.infer; export type OpenAiRealtimeVoice = z.infer; export type OpenAiRealtimeAudioOutput = z.infer; export type OpenAiRealtimeAudioConfig = z.infer; export type OpenAiRealtimePrompt = z.infer; export type OpenAiRealtimeReasoning = z.infer; export type OpenAiRealtimeToolChoice = z.infer; export type OpenAiRealtimeFunctionTool = z.infer; export type OpenAiRealtimeMcpTool = z.infer; export type OpenAiRealtimeTool = z.infer; export type OpenAiRealtimeTracing = z.infer; export type OpenAiRealtimeTruncation = z.infer; export type OpenAiRealtimeSessionCreateRequest = z.input; export type OpenAiRealtimeSessionCreateParsedRequest = z.output; export type OpenAiRealtimeTranscriptionSessionCreateRequest = z.input; export type OpenAiRealtimeTranscriptionSessionCreateParsedRequest = z.output; export type OpenAiRealtimeClientSecretRequest = z.input; export type OpenAiRealtimeClientSecretRequestInput = OpenAiRealtimeClientSecretRequest; export type OpenAiRealtimeClientSecretParsedRequest = z.output; export type OpenAiVectorStoreExpirationPolicy = z.infer; export type OpenAiVectorStoreAutoChunkingStrategy = z.infer; export type OpenAiVectorStoreStaticChunkingStrategy = z.infer; export type OpenAiVectorStoreChunkingStrategy = z.infer; export type OpenAiVectorStoreCreateRequest = z.input; export type OpenAiVectorStoreCreateRequestInput = OpenAiVectorStoreCreateRequest; export type OpenAiVectorStoreCreateParsedRequest = z.output; export type OpenAiVectorStoreSearchComparisonFilter = z.infer; export interface OpenAiVectorStoreSearchCompoundFilter { type: "and" | "or"; filters: OpenAiVectorStoreSearchFilter[]; } export type OpenAiVectorStoreSearchFilter = OpenAiVectorStoreSearchComparisonFilter | OpenAiVectorStoreSearchCompoundFilter; export type OpenAiVectorStoreSearchRankingOptions = z.infer; export type OpenAiVectorStoreSearchRequest = z.input; export type OpenAiVectorStoreSearchRequestInput = OpenAiVectorStoreSearchRequest; export type OpenAiVectorStoreSearchParsedRequest = z.output; export type OpenAiVectorStoreFileAttributes = z.infer; export type OpenAiVectorStoreFileCreateRequest = z.input; export type OpenAiVectorStoreFileCreateRequestInput = OpenAiVectorStoreFileCreateRequest; export type OpenAiVectorStoreFileCreateParsedRequest = z.output; export type OpenAiFineTuningHyperparameters = z.infer; export type OpenAiFineTuningSupervisedHyperparameters = z.infer["hyperparameters"]; export type OpenAiFineTuningSupervisedMethod = z.infer; export type OpenAiFineTuningDpoHyperparameters = z.infer["hyperparameters"]; export type OpenAiFineTuningDpoMethod = z.infer; export type OpenAiFineTuningReinforcementHyperparameters = z.infer["hyperparameters"]; export type OpenAiFineTuningReinforcementMethod = z.infer; export type OpenAiFineTuningMethod = z.infer; export type OpenAiFineTuningWandbConfig = z.infer; export type OpenAiFineTuningIntegration = z.infer; export type OpenAiFineTuningJobCreateRequest = z.input; export type OpenAiFineTuningJobCreateRequestInput = OpenAiFineTuningJobCreateRequest; export type OpenAiFineTuningJobCreateParsedRequest = z.output; export type OpenAiCheckpointPermissionCreateRequest = z.input; export type OpenAiCheckpointPermissionCreateRequestInput = OpenAiCheckpointPermissionCreateRequest; export type OpenAiCheckpointPermissionCreateParsedRequest = z.output; export type OpenAiOrganizationUsageQuery = z.infer; export type OpenAiOrganizationCostsQuery = z.infer; export type OpenAiOrganizationProjectListQuery = z.infer; export type OpenAiOrganizationProjectRateLimitListQuery = z.infer; export type OpenAiOptions = z.infer; //# sourceMappingURL=zod.d.ts.map