{"schema_version":"verify.report.v1","generated_at":"2026-08-19T13:00:22.579735+00:00","snapshot_id":"trustsnap_a668c4565751d4bc","server":{"namespace":"ai.com.mcp","name":"openai-tools","title":"OpenAI Tools MCP Server","description":"Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.","homepage_url":"https://platform.openai.com/docs/api-reference","docs_url":null,"icon_url":null,"support_url":null,"remote_url":"https://openai-tools.run.mcp.com.ai/mcp","server_card_url":null,"latest_version":"0.6.0","current_status":"healthy","current_score":60.94,"transport_type":"streamable-http","has_oauth":false,"has_dcr":false,"has_prompts":true,"tool_count":9,"current_validation_schema_version":"8058defc70ca932c","last_validated_at":"2026-08-19T04:31:25.888170+00:00","registry_source":"official_registry","registry_identifier":"ai.com.mcp/openai-tools","canonical_identifier":null,"current_score_components":{"auth_operability_score":2.0,"error_contract_score":0.0,"rate_limit_semantics_score":2.0,"schema_completeness_score":2.0,"backward_compatibility_score":4.0,"slo_health_score":4.0,"security_hygiene_score":2.0,"task_success_score":3.0,"trust_confidence_score":4.0,"abuse_noise_ratio_score":4.0,"prompt_contract_score":3.0,"resource_contract_score":4.0,"discovery_metadata_score":2.0,"registry_consistency_score":2.0,"installability_score":3.0,"session_semantics_score":1.0,"tool_surface_design_score":2.0,"result_shape_stability_score":3.0,"oauth_interop_score":0.0,"recovery_semantics_score":0.0,"maintenance_signal_score":4.0,"adoption_signal_score":3.0,"freshness_confidence_score":4.0,"transport_fidelity_score":4.0,"spec_recency_score":3.0,"session_resume_score":3.0,"step_up_auth_score":0.0,"transport_compliance_score":0.0,"utility_coverage_score":0.0,"advanced_capability_coverage_score":1.0,"connector_publishability_score":2.0,"tool_snapshot_churn_score":4.0,"connector_replay_score":4.0,"request_association_score":0.0,"interactive_flow_safety_score":0.0,"action_safety_score":3.0,"official_registry_presence_score":4.0,"safety_transparency_score":2.0,"tool_capability_clarity_score":3.0,"destructive_operation_safety_score":3.0,"egress_ssrf_resilience_score":3.0,"execution_sandbox_safety_score":4.0,"data_exfiltration_resilience_score":3.0,"least_privilege_scope_score":3.0,"secret_handling_hygiene_score":3.0,"dependency_supply_chain_signal_score":1.0,"input_sanitization_safety_score":3.0,"tool_namespace_clarity_score":3.0},"capability_taxonomy":[],"machine_summary":{},"taxonomy_tags":[],"score_decomposition":[],"validation_diff":null,"tool_snapshot_diff":null,"connector_replay":{},"request_association":{},"production_readiness":{"code":"safe_for_evaluation","label":"Safe for evaluation","reason":"The server is suitable for evaluation, but remaining gaps should be resolved before broad production use.","badge":"score-medium","critical_alerts":0,"high_or_critical_alerts":0,"degraded_by_active_alerts":false},"recommended_for":[],"history_summary":{},"validation_timeline":[],"evidence_confidence":{"score":100.0,"label":"high","reason":"Based on 20 recent validations, 16 captured checks, and validation age of 8.5 hours.","live_check_count":16,"validation_age_hours":8.48,"basis":{"evidence_bearing_validations":20,"affirmative_live_check_count":16,"validation_age_hours":8.48,"freshness_threshold_hours":24}},"incident_feed":[],"disputes":[],"remediations":[],"client_remediation_modes":[],"client_profiles":[],"client_readiness_verdicts":[],"publishability_policy_profiles":[],"compatibility_fixtures":[],"install_snippets":{},"aliases":[],"raw_evidence":{"checks":{"probe_noise_resilience":{"status":"ok","latency_ms":219.64,"details":{"url":"https://openai-tools.run.mcp.com.ai/robots.txt","http_status":200,"headers":{"content-type":"text/plain; charset=utf-8"},"validation_disallowed":false,"consent_error":null}},"server_card":{"status":"error","latency_ms":412.87,"details":{"url":"https://openai-tools.run.mcp.com.ai/.well-known/mcp/server-card.json","error":"Client error '404 Not Found' for url 'https://openai-tools.run.mcp.com.ai/.well-known/mcp/server-card.json'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404"}},"oauth_protected_resource":{"status":"error","latency_ms":470.81,"details":{"url":"https://openai-tools.run.mcp.com.ai/.well-known/oauth-protected-resource","error":"Client error '404 Not Found' for url 'https://openai-tools.run.mcp.com.ai/.well-known/oauth-protected-resource'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404"}},"oauth_authorization_server":{"status":"missing","latency_ms":null,"details":{"reason":"no_authorization_server"}},"openid_configuration":{"status":"missing","latency_ms":null,"details":{"reason":"no_authorization_server"}},"initialize":{"status":"ok","latency_ms":138.74,"details":{"url":"https://openai-tools.run.mcp.com.ai/mcp","payload":{"jsonrpc":"2.0","id":0,"result":{"protocolVersion":"2025-06-18","capabilities":{"tools":{"listChanged":true},"prompts":{"listChanged":true},"resources":{"subscribe":true,"listChanged":true},"resourcesTemplates":{"listChanged":true,"subscribe":true},"logging":{}},"serverInfo":{"name":"openai","version":"0.6.0"}}},"http_status":200,"headers":{"content-type":"application/json"}}},"protocol_version_probe":{"status":"warning","latency_ms":null,"details":{"claimed_version":"2025-06-18","validator_protocol_version":"2025-03-26","latest_known_version":"2025-11-25","releases_behind":1,"lag_days":160}},"tools_list":{"status":"ok","latency_ms":174.03,"details":{"url":"https://openai-tools.run.mcp.com.ai/mcp","payload":{"jsonrpc":"2.0","id":2,"result":{"tools":[{"name":"createImage","description":"Creates an image given a prompt.","inputSchema":{"type":"object","properties":{"createImageBody":{"type":"object","properties":{"prompt":{"type":"string","description":"A text description of the desired image(s). The maximum length is 1000 characters."},"n":{"type":"integer","minimum":1,"maximum":10,"description":"The number of images to generate. Must be between 1 and 10."},"size":{"type":"string","enum":["256x256","512x512","1024x1024"],"description":"The size of the generated images. Must be one of `256x256`, `512x512`, or `1024x1024`."},"response_format":{"type":"string","enum":["url","b64_json"],"description":"The format in which the generated images are returned. Must be one of `url` or `b64_json`."},"user":{"type":"string","description":"A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices/end-user-ids).\n"}},"required":["prompt"]},"x-hapi-auth-state":{"type":"string"}},"required":["createImageBody"]}},{"name":"createImageEdit","description":"Creates an edited or extended image given an original image and a prompt.","inputSchema":{"type":"object","properties":{"createImageEditBody":{"type":"object","properties":{"image":{"type":"string","format":"binary","description":"The image to edit. Must be a valid PNG file, less than 4MB, and square. If mask is not provided, image must have transparency, which will be used as the mask."},"mask":{"type":"string","format":"binary","description":"An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where `image` should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as `image`."},"prompt":{"type":"string","description":"A text description of the desired image(s). The maximum length is 1000 characters."},"n":{"type":"integer","minimum":1,"maximum":10,"description":"The number of images to generate. Must be between 1 and 10."},"size":{"type":"string","enum":["256x256","512x512","1024x1024"],"description":"The size of the generated images. Must be one of `256x256`, `512x512`, or `1024x1024`."},"response_format":{"type":"string","enum":["url","b64_json"],"description":"The format in which the generated images are returned. Must be one of `url` or `b64_json`."},"user":{"type":"string","description":"A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices/end-user-ids).\n"}},"required":["prompt","image"]},"x-hapi-auth-state":{"type":"string"}},"required":["createImageEditBody"]}},{"name":"createImageVariation","description":"Creates a variation of a given image.","inputSchema":{"type":"object","properties":{"createImageVariationBody":{"type":"object","properties":{"image":{"type":"string","format":"binary","description":"The image to use as the basis for the variation(s). Must be a valid PNG file, less than 4MB, and square."},"n":{"type":"integer","minimum":1,"maximum":10,"description":"The number of images to generate. Must be between 1 and 10."},"size":{"type":"string","enum":["256x256","512x512","1024x1024"],"description":"The size of the generated images. Must be one of `256x256`, `512x512`, or `1024x1024`."},"response_format":{"type":"string","enum":["url","b64_json"],"description":"The format in which the generated images are returned. Must be one of `url` or `b64_json`."},"user":{"type":"string","description":"A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices/end-user-ids).\n"}},"required":["image"]},"x-hapi-auth-state":{"type":"string"}},"required":["createImageVariationBody"]}},{"name":"createTranscription","description":"Transcribes audio into the input language.","inputSchema":{"type":"object","properties":{"createTranscriptionBody":{"type":"object","properties":{"file":{"type":"string","format":"binary","description":"The audio file object (not file name) to transcribe, in one of these formats: mp3, mp4, mpeg, mpga, m4a, wav, or webm.\n"},"model":{"type":"string","description":"ID of the model to use. Only `whisper-1` is currently available.\n"},"prompt":{"type":"string","description":"An optional text to guide the model's style or continue a previous audio segment. The [prompt](/docs/guides/speech-to-text/prompting) should match the audio language.\n"},"response_format":{"type":"string","description":"The format of the transcript output, in one of these options: json, text, srt, verbose_json, or vtt.\n"},"temperature":{"type":"number","description":"The sampling temperature, between 0 and 1. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. If set to 0, the model will use [log probability](https://en.wikipedia.org/wiki/Log_probability) to automatically increase the temperature until certain thresholds are hit.\n"},"language":{"type":"string","description":"The language of the input audio. Supplying the input language in [ISO-639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format will improve accuracy and latency.\n"}},"required":["file","model"],"additionalProperties":false},"x-hapi-auth-state":{"type":"string"}},"required":["createTranscriptionBody"]}},{"name":"createTranslation","description":"Translates audio into English.","inputSchema":{"type":"object","properties":{"createTranslationBody":{"type":"object","properties":{"file":{"type":"string","format":"binary","description":"The audio file object (not file name) translate, in one of these formats: mp3, mp4, mpeg, mpga, m4a, wav, or webm.\n"},"model":{"type":"string","description":"ID of the model to use. Only `whisper-1` is currently available.\n"},"prompt":{"type":"string","description":"An optional text to guide the model's style or continue a previous audio segment. The [prompt](/docs/guides/speech-to-text/prompting) should be in English.\n"},"response_format":{"type":"string","description":"The format of the transcript output, in one of these options: json, text, srt, verbose_json, or vtt.\n"},"temperature":{"type":"number","description":"The sampling temperature, between 0 and 1. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. If set to 0, the model will use [log probability](https://en.wikipedia.org/wiki/Log_probability) to automatically increase the temperature until certain thresholds are hit.\n"}},"required":["file","model"],"additionalProperties":false},"x-hapi-auth-state":{"type":"string"}},"required":["createTranslationBody"]}},{"name":"listModels","description":"Lists the currently available models, and provides basic information about each one such as the owner and availability.","inputSchema":{"type":"object","properties":{"x-hapi-auth-state":{"type":"string"}}}},{"name":"retrieveModel","description":"Retrieves a model instance, providing basic information about the model such as the owner and permissioning.","inputSchema":{"type":"object","properties":{"model":{"type":"string"},"x-hapi-auth-state":{"type":"string"}},"required":["model"]}},{"name":"deleteModel","description":"Delete a fine-tuned model. You must have the Owner role in your organization.","inputSchema":{"type":"object","properties":{"model":{"type":"string"},"x-hapi-auth-state":{"type":"string"}},"required":["model"]}},{"name":"createModeration","description":"Classifies if text violates OpenAI's Content Policy","inputSchema":{"type":"object","properties":{"createModerationBody":{"type":"object","properties":{"input":{"type":"string","description":"The input text to classify"},"model":{"type":"string","description":"Two content moderations models are available: `text-moderation-stable` and `text-moderation-latest`.\n\nThe default is `text-moderation-latest` which will be automatically upgraded over time. This ensures you are always using our most accurate model. If you use `text-moderation-stable`, we will provide advanced notice before updating the model. Accuracy of `text-moderation-stable` may be slightly lower than for `text-moderation-latest`.\n"}},"required":["input"]},"x-hapi-auth-state":{"type":"string"}},"required":["createModerationBody"]}}]}},"http_status":200,"headers":{"content-type":"application/json"}}},"prompts_list":{"status":"ok","latency_ms":10.67,"details":{"url":"https://openai-tools.run.mcp.com.ai/mcp","payload":{"jsonrpc":"2.0","id":3,"result":{"prompts":[{"name":"system","description":"System prompt for API interaction","arguments":[]}]}},"http_status":200,"headers":{"content-type":"application/json"}}},"prompt_get":{"status":"ok","latency_ms":10.97,"details":{"url":"https://openai-tools.run.mcp.com.ai/mcp","payload":{"jsonrpc":"2.0","id":4,"result":{"description":"System prompt for API interaction","messages":[{"role":"system","content":{"type":"text","text":"You are an API assistant that helps users interact with the API endpoints."}}]}},"http_status":200,"headers":{"content-type":"application/json"},"prompt_name":"system"}},"resources_list":{"status":"ok","latency_ms":9.84,"details":{"url":"https://openai-tools.run.mcp.com.ai/mcp","payload":{"jsonrpc":"2.0","id":5,"result":{"resources":[{"uri":"http://localhost:3000/openai.json","name":"OpenAPI Specification","description":"The OpenAPI specification for this API","mimeType":"application/json"}]}},"http_status":200,"headers":{"content-type":"application/json"}}},"resource_read":{"status":"ok","latency_ms":15.97,"details":{"url":"https://openai-tools.run.mcp.com.ai/mcp","payload":{"jsonrpc":"2.0","id":6,"result":{"contents":[{"uri":"http://localhost:3000/openai.json","mimeType":"application/json","text":"{\n  \"openapi\": \"3.0.0\",\n  \"info\": {\n    \"title\": \"OpenAI API\",\n    \"description\": \"APIs for sampling from and fine-tuning language models\",\n    \"version\": \"2.0.0\"\n  },\n  \"servers\": [\n    {\n      \"url\": \"https://api.openai.com/v1\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"name\": \"OpenAI\",\n      \"description\": \"The OpenAI REST API\"\n    }\n  ],\n  \"paths\": {\n    \"/images/generations\": {\n      \"post\": {\n        \"operationId\": \"createImage\",\n        \"tags\": [\n          \"OpenAI\"\n        ],\n        \"summary\": \"Creates an image given a prompt.\",\n        \"requestBody\": {\n          \"required\": true,\n          \"content\": {\n            \"application/json\": {\n              \"schema\": {\n                \"$ref\": \"#/components/schemas/CreateImageRequest\"\n              }\n            }\n          }\n        },\n        \"responses\": {\n          \"200\": {\n            \"description\": \"OK\",\n            \"content\": {\n              \"application/json\": {\n                \"schema\": {\n                  \"$ref\": \"#/components/schemas/ImagesResponse\"\n                }\n              }\n            }\n          }\n        },\n        \"x-oaiMeta\": {\n          \"name\": \"Create image\",\n          \"group\": \"images\",\n          \"path\": \"create\",\n          \"beta\": true,\n          \"examples\": {\n            \"curl\": \"curl https://api.openai.com/v1/images/generations \\\\\\n  -H \\\"Content-Type: application/json\\\" \\\\\\n  -H \\\"Authorization: Bearer $OPENAI_API_KEY\\\" \\\\\\n  -d '{\\n    \\\"prompt\\\": \\\"A cute baby sea otter\\\",\\n    \\\"n\\\": 2,\\n    \\\"size\\\": \\\"1024x1024\\\"\\n  }'\\n\",\n            \"python\": \"import os\\nimport openai\\nopenai.api_key = os.getenv(\\\"OPENAI_API_KEY\\\")\\nopenai.Image.create(\\n  prompt=\\\"A cute baby sea otter\\\",\\n  n=2,\\n  size=\\\"1024x1024\\\"\\n)\\n\",\n            \"node.js\": \"const { Configuration, OpenAIApi } = require(\\\"openai\\\");\\nconst configuration = new Configuration({\\n  apiKey: process.env.OPENAI_API_KEY,\\n});\\nconst openai = new OpenAIApi(configuration);\\nconst response = await openai.createImage({\\n  prompt: \\\"A cute baby sea otter\\\",\\n  n: 2,\\n  size: \\\"1024x1024\\\",\\n});\\n\"\n          },\n          \"parameters\": \"{\\n  \\\"prompt\\\": \\\"A cute baby sea otter\\\",\\n  \\\"n\\\": 2,\\n  \\\"size\\\": \\\"1024x1024\\\"\\n}\\n\",\n          \"response\": \"{\\n  \\\"created\\\": 1589478378,\\n  \\\"data\\\": [\\n    {\\n      \\\"url\\\": \\\"https://...\\\"\\n    },\\n    {\\n      \\\"url\\\": \\\"https://...\\\"\\n    }\\n  ]\\n}\\n\"\n        },\n        \"parameters\": []\n      }\n    },\n    \"/images/edits\": {\n      \"post\": {\n        \"operationId\": \"createImageEdit\",\n        \"tags\": [\n          \"OpenAI\"\n        ],\n        \"summary\": \"Creates an edited or extended image given an original image and a prompt.\",\n        \"requestBody\": {\n          \"required\": true,\n          \"content\": {\n            \"multipart/form-data\": {\n              \"schema\": {\n                \"$ref\": \"#/components/schemas/CreateImageEditRequest\"\n              }\n            }\n          }\n        },\n        \"responses\": {\n          \"200\": {\n            \"description\": \"OK\",\n            \"content\": {\n              \"application/json\": {\n                \"schema\": {\n                  \"$ref\": \"#/components/schemas/ImagesResponse\"\n                }\n              }\n            }\n          }\n        },\n        \"x-oaiMeta\": {\n          \"name\": \"Create image edit\",\n          \"group\": \"images\",\n          \"path\": \"create-edit\",\n          \"beta\": true,\n          \"examples\": {\n            \"curl\": \"curl https://api.openai.com/v1/images/edits \\\\\\n  -H \\\"Authorization: Bearer $OPENAI_API_KEY\\\" \\\\\\n  -F image=\\\"@otter.png\\\" \\\\\\n  -F mask=\\\"@mask.png\\\" \\\\\\n  -F prompt=\\\"A cute baby sea otter wearing a beret\\\" \\\\\\n  -F n=2 \\\\\\n  -F size=\\\"1024x1024\\\"\\n\",\n            \"python\": \"import os\\nimport openai\\nopenai.api_key = os.getenv(\\\"OPENAI_API_KEY\\\")\\nopenai.Image.create_edit(\\n  image=open(\\\"otter.png\\\", \\\"rb\\\"),\\n  mask=open(\\\"mask.png\\\", \\\"rb\\\"),\\n  prompt=\\\"A cute baby sea otter wearing a beret\\\",\\n  n=2,\\n  size=\\\"1024x1024\\\"\\n)\\n\",\n            \"node.js\": \"const { Configuration, OpenAIApi } = require(\\\"openai\\\");\\nconst configuration = new Configuration({\\n  apiKey: process.env.OPENAI_API_KEY,\\n});\\nconst openai = new OpenAIApi(configuration);\\nconst response = await openai.createImageEdit(\\n  fs.createReadStream(\\\"otter.png\\\"),\\n  fs.createReadStream(\\\"mask.png\\\"),\\n  \\\"A cute baby sea otter wearing a beret\\\",\\n  2,\\n  \\\"1024x1024\\\"\\n);\\n\"\n          },\n          \"response\": \"{\\n  \\\"created\\\": 1589478378,\\n  \\\"data\\\": [\\n    {\\n      \\\"url\\\": \\\"https://...\\\"\\n    },\\n    {\\n      \\\"url\\\": \\\"https://...\\\"\\n    }\\n  ]\\n}\\n\"\n        },\n        \"parameters\": []\n      }\n    },\n    \"/images/variations\": {\n      \"post\": {\n        \"operationId\": \"createImageVariation\",\n        \"tags\": [\n          \"OpenAI\"\n        ],\n        \"summary\": \"Creates a variation of a given image.\",\n        \"requestBody\": {\n          \"required\": true,\n          \"content\": {\n            \"multipart/form-data\": {\n              \"schema\": {\n                \"$ref\": \"#/components/schemas/CreateImageVariationRequest\"\n              }\n            }\n          }\n        },\n        \"responses\": {\n          \"200\": {\n            \"description\": \"OK\",\n            \"content\": {\n              \"application/json\": {\n                \"schema\": {\n                  \"$ref\": \"#/components/schemas/ImagesResponse\"\n                }\n              }\n            }\n          }\n        },\n        \"x-oaiMeta\": {\n          \"name\": \"Create image variation\",\n          \"group\": \"images\",\n          \"path\": \"create-variation\",\n          \"beta\": true,\n          \"examples\": {\n            \"curl\": \"curl https://api.openai.com/v1/images/variations \\\\\\n  -H \\\"Authorization: Bearer $OPENAI_API_KEY\\\" \\\\\\n  -F image=\\\"@otter.png\\\" \\\\\\n  -F n=2 \\\\\\n  -F size=\\\"1024x1024\\\"\\n\",\n            \"python\": \"import os\\nimport openai\\nopenai.api_key = os.getenv(\\\"OPENAI_API_KEY\\\")\\nopenai.Image.create_variation(\\n  image=open(\\\"otter.png\\\", \\\"rb\\\"),\\n  n=2,\\n  size=\\\"1024x1024\\\"\\n)\\n\",\n            \"node.js\": \"const { Configuration, OpenAIApi } = require(\\\"openai\\\");\\nconst configuration = new Configuration({\\n  apiKey: process.env.OPENAI_API_KEY,\\n});\\nconst openai = new OpenAIApi(configuration);\\nconst response = await openai.createImageVariation(\\n  fs.createReadStream(\\\"otter.png\\\"),\\n  2,\\n  \\\"1024x1024\\\"\\n);\\n\"\n          },\n          \"response\": \"{\\n  \\\"created\\\": 1589478378,\\n  \\\"data\\\": [\\n    {\\n      \\\"url\\\": \\\"https://...\\\"\\n    },\\n    {\\n      \\\"url\\\": \\\"https://...\\\"\\n    }\\n  ]\\n}\\n\"\n        },\n        \"parameters\": []\n      }\n    },\n    \"/audio/transcriptions\": {\n      \"post\": {\n        \"operationId\": \"createTranscription\",\n        \"tags\": [\n          \"OpenAI\"\n        ],\n        \"summary\": \"Transcribes audio into the input language.\",\n        \"requestBody\": {\n          \"required\": true,\n          \"content\": {\n            \"multipart/form-data\": {\n              \"schema\": {\n                \"$ref\": \"#/components/schemas/CreateTranscriptionRequest\"\n              }\n            }\n          }\n        },\n        \"responses\": {\n          \"200\": {\n            \"description\": \"OK\",\n            \"content\": {\n              \"application/json\": {\n                \"schema\": {\n                  \"$ref\": \"#/components/schemas/CreateTranscriptionResponse\"\n                }\n              }\n            }\n          }\n        },\n        \"x-oaiMeta\": {\n          \"name\": \"Create transcription\",\n          \"group\": \"audio\",\n          \"path\": \"create\",\n          \"beta\": true,\n          \"examples\": {\n            \"curl\": \"curl https://api.openai.com/v1/audio/transcriptions \\\\\\n  -H \\\"Authorization: Bearer $OPENAI_API_KEY\\\" \\\\\\n  -H \\\"Content-Type: multipart/form-data\\\" \\\\\\n  -F file=\\\"@/path/to/file/audio.mp3\\\" \\\\\\n  -F model=\\\"whisper-1\\\"\\n\",\n            \"python\": \"import os\\nimport openai\\nopenai.api_key = os.getenv(\\\"OPENAI_API_KEY\\\")\\naudio_file = open(\\\"audio.mp3\\\", \\\"rb\\\")\\ntranscript = openai.Audio.transcribe(\\\"whisper-1\\\", audio_file)\\n\",\n            \"node\": \"const { Configuration, OpenAIApi } = require(\\\"openai\\\");\\nconst configuration = new Configuration({\\n  apiKey: process.env.OPENAI_API_KEY,\\n});\\nconst openai = new OpenAIApi(configuration);\\nconst resp = await openai.createTranscription(\\n  fs.createReadStream(\\\"audio.mp3\\\"),\\n  \\\"whisper-1\\\"\\n);\\n\"\n          },\n          \"parameters\": \"{\\n  \\\"file\\\": \\\"audio.mp3\\\",\\n  \\\"model\\\": \\\"whisper-1\\\"\\n}\\n\",\n          \"response\": \"{\\n  \\\"text\\\": \\\"Imagine the wildest idea that you've ever had, and you're curious about how it might scale to something that's a 100, a 1,000 times bigger. This is a place where you can get to do that.\\\"\\n}\\n\"\n        },\n        \"parameters\": []\n      }\n    },\n    \"/audio/translations\": {\n      \"post\": {\n        \"operationId\": \"createTranslation\",\n        \"tags\": [\n          \"OpenAI\"\n        ],\n        \"summary\": \"Translates audio into English.\",\n        \"requestBody\": {\n          \"required\": true,\n          \"content\": {\n            \"multipart/form-data\": {\n              \"schema\": {\n                \"$ref\": \"#/components/schemas/CreateTranslationRequest\"\n              }\n            }\n          }\n        },\n        \"responses\": {\n          \"200\": {\n            \"description\": \"OK\",\n            \"content\": {\n              \"application/json\": {\n                \"schema\": {\n                  \"$ref\": \"#/components/schemas/CreateTranslationResponse\"\n                }\n              }\n            }\n          }\n        },\n        \"x-oaiMeta\": {\n          \"name\": \"Create translation\",\n          \"group\": \"audio\",\n          \"path\": \"create\",\n          \"beta\": true,\n          \"examples\": {\n            \"curl\": \"curl https://api.openai.com/v1/audio/translations \\\\\\n  -H \\\"Authorization: Bearer $OPENAI_API_KEY\\\" \\\\\\n  -H \\\"Content-Type: multipart/form-data\\\" \\\\\\n  -F file=\\\"@/path/to/file/german.m4a\\\" \\\\\\n  -F model=\\\"whisper-1\\\"\\n\",\n            \"python\": \"import os\\nimport openai\\nopenai.api_key = os.getenv(\\\"OPENAI_API_KEY\\\")\\naudio_file = open(\\\"german.m4a\\\", \\\"rb\\\")\\ntranscript = openai.Audio.translate(\\\"whisper-1\\\", audio_file)\\n\",\n            \"node\": \"const { Configuration, OpenAIApi } = require(\\\"openai\\\");\\nconst configuration = new Configuration({\\n  apiKey: process.env.OPENAI_API_KEY,\\n});\\nconst openai = new OpenAIApi(configuration);\\nconst resp = await openai.createTranslation(\\n  fs.createReadStream(\\\"audio.mp3\\\"),\\n  \\\"whisper-1\\\"\\n);\\n\"\n          },\n          \"parameters\": \"{\\n  \\\"file\\\": \\\"german.m4a\\\",\\n  \\\"model\\\": \\\"whisper-1\\\"\\n}\\n\",\n          \"response\": \"{\\n  \\\"text\\\": \\\"Hello, my name is Wolfgang and I come from Germany. Where are you heading today?\\\"\\n}\\n\"\n        },\n        \"parameters\": []\n      }\n    },\n    \"/models\": {\n      \"get\": {\n        \"operationId\": \"listModels\",\n        \"tags\": [\n          \"OpenAI\"\n        ],\n        \"summary\": \"Lists the currently available models, and provides basic information about each one such as the owner and availability.\",\n        \"responses\": {\n          \"200\": {\n            \"description\": \"OK\",\n            \"content\": {\n              \"application/json\": {\n                \"schema\": {\n                  \"$ref\": \"#/components/schemas/ListModelsResponse\"\n                }\n              }\n            }\n          }\n        },\n        \"x-oaiMeta\": {\n          \"name\": \"List models\",\n          \"group\": \"models\",\n          \"path\": \"list\",\n          \"examples\": {\n            \"curl\": \"curl https://api.openai.com/v1/models \\\\\\n  -H \\\"Authorization: Bearer $OPENAI_API_KEY\\\"\\n\",\n            \"python\": \"import os\\nimport openai\\nopenai.api_key = os.getenv(\\\"OPENAI_API_KEY\\\")\\nopenai.Model.list()\\n\",\n            \"node.js\": \"const { Configuration, OpenAIApi } = require(\\\"openai\\\");\\nconst configuration = new Configuration({\\n  apiKey: process.env.OPENAI_API_KEY,\\n});\\nconst openai = new OpenAIApi(configuration);\\nconst response = await openai.listModels();\\n\"\n          },\n          \"response\": \"{\\n  \\\"data\\\": [\\n    {\\n      \\\"id\\\": \\\"model-id-0\\\",\\n      \\\"object\\\": \\\"model\\\",\\n      \\\"owned_by\\\": \\\"organization-owner\\\",\\n      \\\"permission\\\": [...]\\n    },\\n    {\\n      \\\"id\\\": \\\"model-id-1\\\",\\n      \\\"object\\\": \\\"model\\\",\\n      \\\"owned_by\\\": \\\"organization-owner\\\",\\n      \\\"permission\\\": [...]\\n    },\\n    {\\n      \\\"id\\\": \\\"model-id-2\\\",\\n      \\\"object\\\": \\\"model\\\",\\n      \\\"owned_by\\\": \\\"openai\\\",\\n      \\\"permission\\\": [...]\\n    },\\n  ],\\n  \\\"object\\\": \\\"list\\\"\\n}\\n\"\n        },\n        \"parameters\": []\n      }\n    },\n    \"/models/{model}\": {\n      \"get\": {\n        \"operationId\": \"retrieveModel\",\n        \"tags\": [\n          \"OpenAI\"\n        ],\n        \"summary\": \"Retrieves a model instance, providing basic information about the model such as the owner and permissioning.\",\n        \"parameters\": [\n          {\n            \"in\": \"path\",\n            \"name\": \"model\",\n            \"required\": true,\n            \"schema\": {\n              \"type\": \"string\",\n              \"example\": \"text-davinci-001\"\n            },\n            \"description\": \"The ID of the model to use for this request\"\n          }\n        ],\n        \"responses\": {\n          \"200\": {\n            \"description\": \"OK\",\n            \"content\": {\n              \"application/json\": {\n                \"schema\": {\n                  \"$ref\": \"#/components/schemas/Model\"\n                }\n              }\n            }\n          }\n        },\n        \"x-oaiMeta\": {\n          \"name\": \"Retrieve model\",\n          \"group\": \"models\",\n          \"path\": \"retrieve\",\n          \"examples\": {\n            \"curl\": \"curl https://api.openai.com/v1/models/VAR_model_id \\\\\\n  -H \\\"Authorization: Bearer $OPENAI_API_KEY\\\"\\n\",\n            \"python\": \"import os\\nimport openai\\nopenai.api_key = os.getenv(\\\"OPENAI_API_KEY\\\")\\nopenai.Model.retrieve(\\\"VAR_model_id\\\")\\n\",\n            \"node.js\": \"const { Configuration, OpenAIApi } = require(\\\"openai\\\");\\nconst configuration = new Configuration({\\n  apiKey: process.env.OPENAI_API_KEY,\\n});\\nconst openai = new OpenAIApi(configuration);\\nconst response = await openai.retrieveModel(\\\"VAR_model_id\\\");\\n\"\n          },\n          \"response\": \"{\\n  \\\"id\\\": \\\"VAR_model_id\\\",\\n  \\\"object\\\": \\\"model\\\",\\n  \\\"owned_by\\\": \\\"openai\\\",\\n  \\\"permission\\\": [...]\\n}\\n\"\n        }\n      },\n      \"delete\": {\n        \"operationId\": \"deleteModel\",\n        \"tags\": [\n          \"OpenAI\"\n        ],\n        \"summary\": \"Delete a fine-tuned model. You must have the Owner role in your organization.\",\n        \"parameters\": [\n          {\n            \"in\": \"path\",\n            \"name\": \"model\",\n            \"required\": true,\n            \"schema\": {\n              \"type\": \"string\",\n              \"example\": \"curie:ft-acmeco-2021-03-03-21-44-20\"\n            },\n            \"description\": \"The model to delete\"\n          }\n        ],\n        \"responses\": {\n          \"200\": {\n            \"description\": \"OK\",\n            \"content\": {\n              \"application/json\": {\n                \"schema\": {\n                  \"$ref\": \"#/components/schemas/DeleteModelResponse\"\n                }\n              }\n            }\n          }\n        },\n        \"x-oaiMeta\": {\n          \"name\": \"Delete fine-tune model\",\n          \"group\": \"fine-tunes\",\n          \"path\": \"delete-model\",\n          \"examples\": {\n            \"curl\": \"curl https://api.openai.com/v1/models/curie:ft-acmeco-2021-03-03-21-44-20 \\\\\\n  -X DELETE \\\\\\n  -H \\\"Authorization: Bearer $OPENAI_API_KEY\\\"\\n\",\n            \"python\": \"import os\\nimport openai\\nopenai.api_key = os.getenv(\\\"OPENAI_API_KEY\\\")\\nopenai.Model.delete(\\\"curie:ft-acmeco-2021-03-03-21-44-20\\\")\\n\",\n            \"node.js\": \"const { Configuration, OpenAIApi } = require(\\\"openai\\\");\\nconst configuration = new Configuration({\\n  apiKey: process.env.OPENAI_API_KEY,\\n});\\nconst openai = new OpenAIApi(configuration);\\nconst response = await openai.deleteModel('curie:ft-acmeco-2021-03-03-21-44-20');\\n\"\n          },\n          \"response\": \"{\\n  \\\"id\\\": \\\"curie:ft-acmeco-2021-03-03-21-44-20\\\",\\n  \\\"object\\\": \\\"model\\\",\\n  \\\"deleted\\\": true\\n}\\n\"\n        }\n      }\n    },\n    \"/moderations\": {\n      \"post\": {\n        \"operationId\": \"createModeration\",\n        \"tags\": [\n          \"OpenAI\"\n        ],\n        \"summary\": \"Classifies if text violates OpenAI's Content Policy\",\n        \"requestBody\": {\n          \"required\": true,\n          \"content\": {\n            \"application/json\": {\n              \"schema\": {\n                \"$ref\": \"#/components/schemas/CreateModerationRequest\"\n              }\n            }\n          }\n        },\n        \"responses\": {\n          \"200\": {\n            \"description\": \"OK\",\n            \"content\": {\n              \"application/json\": {\n                \"schema\": {\n                  \"$ref\": \"#/components/schemas/CreateModerationResponse\"\n                }\n              }\n            }\n          }\n        },\n        \"x-oaiMeta\": {\n          \"name\": \"Create moderation\",\n          \"group\": \"moderations\",\n          \"path\": \"create\",\n          \"examples\": {\n            \"curl\": \"curl https://api.openai.com/v1/moderations \\\\\\n  -H \\\"Content-Type: application/json\\\" \\\\\\n  -H \\\"Authorization: Bearer $OPENAI_API_KEY\\\" \\\\\\n  -d '{\\n    \\\"input\\\": \\\"I want to kill them.\\\"\\n  }'\\n\",\n            \"python\": \"import os\\nimport openai\\nopenai.api_key = os.getenv(\\\"OPENAI_API_KEY\\\")\\nopenai.Moderation.create(\\n  input=\\\"I want to kill them.\\\",\\n)\\n\",\n            \"node.js\": \"const { Configuration, OpenAIApi } = require(\\\"openai\\\");\\nconst configuration = new Configuration({\\n  apiKey: process.env.OPENAI_API_KEY,\\n});\\nconst openai = new OpenAIApi(configuration);\\nconst response = await openai.createModeration({\\n  input: \\\"I want to kill them.\\\",\\n});\\n\"\n          },\n          \"parameters\": \"{\\n  \\\"input\\\": \\\"I want to kill them.\\\"\\n}\\n\",\n          \"response\": \"{\\n  \\\"id\\\": \\\"modr-5MWoLO\\\",\\n  \\\"model\\\": \\\"text-moderation-001\\\",\\n  \\\"results\\\": [\\n    {\\n      \\\"categories\\\": {\\n        \\\"hate\\\": false,\\n        \\\"hate/threatening\\\": true,\\n        \\\"self-harm\\\": false,\\n        \\\"sexual\\\": false,\\n        \\\"sexual/minors\\\": false,\\n        \\\"violence\\\": true,\\n        \\\"violence/graphic\\\": false\\n      },\\n      \\\"category_scores\\\": {\\n        \\\"hate\\\": 0.22714105248451233,\\n        \\\"hate/threatening\\\": 0.4132447838783264,\\n        \\\"self-harm\\\": 0.005232391878962517,\\n        \\\"sexual\\\": 0.01407341007143259,\\n        \\\"sexual/minors\\\": 0.0038522258400917053,\\n        \\\"violence\\\": 0.9223177433013916,\\n        \\\"violence/graphic\\\": 0.036865197122097015\\n      },\\n      \\\"flagged\\\": true\\n    }\\n  ]\\n}\\n\"\n        },\n        \"parameters\": []\n      }\n    }\n  },\n  \"components\": {\n    \"schemas\": {\n      \"Error\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"type\": {\n            \"type\": \"string\",\n            \"nullable\": false\n          },\n          \"message\": {\n            \"type\": \"string\",\n            \"nullable\": false\n          },\n          \"param\": {\n            \"type\": \"string\",\n            \"nullable\": true\n          },\n          \"code\": {\n            \"type\": \"string\",\n            \"nullable\": true\n          }\n        },\n        \"required\": [\n          \"type\",\n          \"message\",\n          \"param\",\n          \"code\"\n        ]\n      },\n      \"ErrorResponse\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"error\": {\n            \"$ref\": \"#/components/schemas/Error\"\n          }\n        },\n        \"required\": [\n          \"error\"\n        ]\n      },\n      \"ListModelsResponse\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"object\": {\n            \"type\": \"string\"\n          },\n          \"data\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"$ref\": \"#/components/schemas/Model\"\n            }\n          }\n        },\n        \"required\": [\n          \"object\",\n          \"data\"\n        ]\n      },\n      \"DeleteModelResponse\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"id\": {\n            \"type\": \"string\"\n          },\n          \"object\": {\n            \"type\": \"string\"\n          },\n          \"deleted\": {\n            \"type\": \"boolean\"\n          }\n        },\n        \"required\": [\n          \"id\",\n          \"object\",\n          \"deleted\"\n        ]\n      },\n      \"CreateCompletionRequest\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"model\": {\n            \"description\": \"ID of the model to use. You can use the [List models](/docs/api-reference/models/list) API to see all of your available models, or see our [Model overview](/docs/models/overview) for descriptions of them.\\n\",\n            \"oneOf\": [\n              {\n                \"type\": \"string\"\n              },\n              {\n                \"type\": \"string\",\n                \"enum\": [\n                  \"text-davinci-003\",\n                  \"text-davinci-002\",\n                  \"text-davinci-001\",\n                  \"code-davinci-002\",\n                  \"text-curie-001\",\n                  \"text-babbage-001\",\n                  \"text-ada-001\"\n                ]\n              }\n            ]\n          },\n          \"prompt\": {\n            \"description\": \"The prompt(s) to generate completions for, encoded as a string, array of strings, array of tokens, or array of token arrays.\\n\\nNote that <|endoftext|> is the document separator that the model sees during training, so if a prompt is not specified the model will generate as if from the beginning of a new document.\\n\",\n            \"default\": \"<|endoftext|>\",\n            \"nullable\": true,\n            \"oneOf\": [\n              {\n                \"type\": \"string\",\n                \"default\": \"\",\n                \"example\": \"This is a test.\"\n              },\n              {\n                \"type\": \"array\",\n                \"items\": {\n                  \"type\": \"string\",\n                  \"default\": \"\",\n                  \"example\": \"This is a test.\"\n                }\n              },\n              {\n                \"type\": \"array\",\n                \"minItems\": 1,\n                \"items\": {\n                  \"type\": \"integer\"\n                },\n                \"example\": \"[1212, 318, 257, 1332, 13]\"\n              },\n              {\n                \"type\": \"array\",\n                \"minItems\": 1,\n                \"items\": {\n                  \"type\": \"array\",\n                  \"minItems\": 1,\n                  \"items\": {\n                    \"type\": \"integer\"\n                  }\n                },\n                \"example\": \"[[1212, 318, 257, 1332, 13]]\"\n              }\n            ]\n          },\n          \"suffix\": {\n            \"description\": \"The suffix that comes after a completion of inserted text.\",\n            \"default\": null,\n            \"nullable\": true,\n            \"type\": \"string\",\n            \"example\": \"test.\"\n          },\n          \"max_tokens\": {\n            \"type\": \"integer\",\n            \"minimum\": 0,\n            \"default\": 16,\n            \"example\": 16,\n            \"nullable\": true,\n            \"description\": \"The maximum number of [tokens](/tokenizer) to generate in the completion.\\n\\nThe token count of your prompt plus `max_tokens` cannot exceed the model's context length. [Example Python code](https://github.com/openai/openai-cookbook/blob/main/examples/How_to_count_tokens_with_tiktoken.ipynb) for counting tokens.\\n\"\n          },\n          \"temperature\": {\n            \"type\": \"number\",\n            \"minimum\": 0,\n            \"maximum\": 2,\n            \"default\": 1,\n            \"example\": 1,\n            \"nullable\": true,\n            \"description\": \"What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.\\n\\nWe generally recommend altering this or `top_p` but not both.\\n\"\n          },\n          \"top_p\": {\n            \"type\": \"number\",\n            \"minimum\": 0,\n            \"maximum\": 1,\n            \"default\": 1,\n            \"example\": 1,\n            \"nullable\": true,\n            \"description\": \"An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.\\n\\nWe generally recommend altering this or `temperature` but not both.\\n\"\n          },\n          \"n\": {\n            \"type\": \"integer\",\n            \"minimum\": 1,\n            \"maximum\": 128,\n            \"default\": 1,\n            \"example\": 1,\n            \"nullable\": true,\n            \"description\": \"How many completions to generate for each prompt.\\n\\n**Note:** Because this parameter generates many completions, it can quickly consume your token quota. Use carefully and ensure that you have reasonable settings for `max_tokens` and `stop`.\\n\"\n          },\n          \"stream\": {\n            \"description\": \"Whether to stream back partial progress. If set, tokens will be sent as data-only [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format) as they become available, with the stream terminated by a `data: [DONE]` message. [Example Python code](https://github.com/openai/openai-cookbook/blob/main/examples/How_to_stream_completions.ipynb).\\n\",\n            \"type\": \"boolean\",\n            \"nullable\": true,\n            \"default\": false\n          },\n          \"logprobs\": {\n            \"type\": \"integer\",\n            \"minimum\": 0,\n            \"maximum\": 5,\n            \"default\": null,\n            \"nullable\": true,\n            \"description\": \"Include the log probabilities on the `logprobs` most likely tokens, as well the chosen tokens. For example, if `logprobs` is 5, the API will return a list of the 5 most likely tokens. The API will always return the `logprob` of the sampled token, so there may be up to `logprobs+1` elements in the response.\\n\\nThe maximum value for `logprobs` is 5.\\n\"\n          },\n          \"echo\": {\n            \"type\": \"boolean\",\n            \"default\": false,\n            \"nullable\": true,\n            \"description\": \"Echo back the prompt in addition to the completion\\n\"\n          },\n          \"stop\": {\n            \"description\": \"Up to 4 sequences where the API will stop generating further tokens. The returned text will not contain the stop sequence.\\n\",\n            \"default\": null,\n            \"nullable\": true,\n            \"oneOf\": [\n              {\n                \"type\": \"string\",\n                \"default\": \"<|endoftext|>\",\n                \"example\": \"\\n\",\n                \"nullable\": true\n              },\n              {\n                \"type\": \"array\",\n                \"minItems\": 1,\n                \"maxItems\": 4,\n                \"items\": {\n                  \"type\": \"string\",\n                  \"example\": \"[\\\"\\\\n\\\"]\"\n                }\n              }\n            ]\n          },\n          \"presence_penalty\": {\n            \"type\": \"number\",\n            \"default\": 0,\n            \"minimum\": -2,\n            \"maximum\": 2,\n            \"nullable\": true,\n            \"description\": \"Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics.\\n\\n[See more information about frequency and presence penalties.](/docs/api-reference/parameter-details)\\n\"\n          },\n          \"frequency_penalty\": {\n            \"type\": \"number\",\n            \"default\": 0,\n            \"minimum\": -2,\n            \"maximum\": 2,\n            \"nullable\": true,\n            \"description\": \"Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim.\\n\\n[See more information about frequency and presence penalties.](/docs/api-reference/parameter-details)\\n\"\n          },\n          \"best_of\": {\n            \"type\": \"integer\",\n            \"default\": 1,\n            \"minimum\": 0,\n            \"maximum\": 20,\n            \"nullable\": true,\n            \"description\": \"Generates `best_of` completions server-side and returns the \\\"best\\\" (the one with the highest log probability per token). Results cannot be streamed.\\n\\nWhen used with `n`, `best_of` controls the number of candidate completions and `n` specifies how many to return – `best_of` must be greater than `n`.\\n\\n**Note:** Because this parameter generates many completions, it can quickly consume your token quota. Use carefully and ensure that you have reasonable settings for `max_tokens` and `stop`.\\n\"\n          },\n          \"logit_bias\": {\n            \"type\": \"object\",\n            \"x-oaiTypeLabel\": \"map\",\n            \"default\": null,\n            \"nullable\": true,\n            \"description\": \"Modify the likelihood of specified tokens appearing in the completion.\\n\\nAccepts a json object that maps tokens (specified by their token ID in the GPT tokenizer) to an associated bias value from -100 to 100. You can use this [tokenizer tool](/tokenizer?view=bpe) (which works for both GPT-2 and GPT-3) to convert text to token IDs. Mathematically, the bias is added to the logits generated by the model prior to sampling. The exact effect will vary per model, but values between -1 and 1 should decrease or increase likelihood of selection; values like -100 or 100 should result in a ban or exclusive selection of the relevant token.\\n\\nAs an example, you can pass `{\\\"50256\\\": -100}` to prevent the <|endoftext|> token from being generated.\\n\"\n          },\n          \"user\": {\n            \"type\": \"string\",\n            \"example\": \"user-1234\",\n            \"description\": \"A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices/end-user-ids).\\n\"\n          }\n        },\n        \"required\": [\n          \"model\",\n          \"prompt\"\n        ]\n      },\n      \"CreateCompletionResponse\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"id\": {\n            \"type\": \"string\"\n          },\n          \"object\": {\n            \"type\": \"string\"\n          },\n          \"created\": {\n            \"type\": \"integer\"\n          },\n          \"model\": {\n            \"type\": \"string\"\n          },\n          \"choices\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"object\",\n              \"required\": [\n                \"text\",\n                \"index\",\n                \"logprobs\",\n                \"finish_reason\"\n              ],\n              \"properties\": {\n                \"text\": {\n                  \"type\": \"string\"\n                },\n                \"index\": {\n                  \"type\": \"integer\"\n                },\n                \"logprobs\": {\n                  \"type\": \"object\",\n                  \"nullable\": true,\n                  \"properties\": {\n                    \"tokens\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                        \"type\": \"string\"\n                      }\n                    },\n                    \"token_logprobs\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                        \"type\": \"number\"\n                      }\n                    },\n                    \"top_logprobs\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                        \"type\": \"object\"\n                      }\n                    },\n                    \"text_offset\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                        \"type\": \"integer\"\n                      }\n                    }\n                  }\n                },\n                \"finish_reason\": {\n                  \"type\": \"string\",\n                  \"enum\": [\n                    \"stop\",\n                    \"length\"\n                  ]\n                }\n              }\n            }\n          },\n          \"usage\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"prompt_tokens\": {\n                \"type\": \"integer\"\n              },\n              \"completion_tokens\": {\n                \"type\": \"integer\"\n              },\n              \"total_tokens\": {\n                \"type\": \"integer\"\n              }\n            },\n            \"required\": [\n              \"prompt_tokens\",\n              \"completion_tokens\",\n              \"total_tokens\"\n            ]\n          }\n        },\n        \"required\": [\n          \"id\",\n          \"object\",\n          \"created\",\n          \"model\",\n          \"choices\"\n        ]\n      },\n      \"ChatCompletionRequestMessage\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"role\": {\n            \"type\": \"string\",\n            \"enum\": [\n              \"system\",\n              \"user\",\n              \"assistant\",\n              \"function\"\n            ],\n            \"description\": \"The role of the messages author. One of `system`, `user`, `assistant`, or `function`.\"\n          },\n          \"content\": {\n            \"type\": \"string\",\n            \"description\": \"The contents of the message. `content` is required for all messages except assistant messages with function calls.\"\n          },\n          \"name\": {\n            \"type\": \"string\",\n            \"description\": \"The name of the author of this message. `name` is required if role is `function`, and it should be the name of the function whose response is in the `content`. May contain a-z, A-Z, 0-9, and underscores, with a maximum length of 64 characters.\"\n          },\n          \"function_call\": {\n            \"type\": \"object\",\n            \"description\": \"The name and arguments of a function that should be called, as generated by the model.\",\n            \"properties\": {\n              \"name\": {\n                \"type\": \"string\",\n                \"description\": \"The name of the function to call.\"\n              },\n              \"arguments\": {\n                \"type\": \"string\",\n                \"description\": \"The arguments to call the function with, as generated by the model in JSON format. Note that the model does not always generate valid JSON, and may hallucinate parameters not defined by your function schema. Validate the arguments in your code before calling your function.\"\n              }\n            }\n          }\n        },\n        \"required\": [\n          \"role\"\n        ]\n      },\n      \"ChatCompletionFunctionParameters\": {\n        \"type\": \"object\",\n        \"description\": \"The parameters the functions accepts, described as a JSON Schema object. See the [guide](/docs/guides/gpt/function-calling) for examples, and the [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for documentation about the format.\",\n        \"additionalProperties\": true\n      },\n      \"ChatCompletionFunctions\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"name\": {\n            \"type\": \"string\",\n            \"description\": \"The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64.\"\n          },\n          \"description\": {\n            \"type\": \"string\",\n            \"description\": \"The description of what the function does.\"\n          },\n          \"parameters\": {\n            \"$ref\": \"#/components/schemas/ChatCompletionFunctionParameters\"\n          }\n        },\n        \"required\": [\n          \"name\"\n        ]\n      },\n      \"ChatCompletionResponseMessage\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"role\": {\n            \"type\": \"string\",\n            \"enum\": [\n              \"system\",\n              \"user\",\n              \"assistant\",\n              \"function\"\n            ],\n            \"description\": \"The role of the author of this message.\"\n          },\n          \"content\": {\n            \"type\": \"string\",\n            \"description\": \"The contents of the message.\",\n            \"nullable\": true\n          },\n          \"function_call\": {\n            \"type\": \"object\",\n            \"description\": \"The name and arguments of a function that should be called, as generated by the model.\",\n            \"properties\": {\n              \"name\": {\n                \"type\": \"string\",\n                \"description\": \"The name of the function to call.\"\n              },\n              \"arguments\": {\n                \"type\": \"string\",\n                \"description\": \"The arguments to call the function with, as generated by the model in JSON format. Note that the model does not always generate valid JSON, and may hallucinate parameters not defined by your function schema. Validate the arguments in your code before calling your function.\"\n              }\n            }\n          }\n        },\n        \"required\": [\n          \"role\"\n        ]\n      },\n      \"ChatCompletionStreamResponseDelta\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"role\": {\n            \"type\": \"string\",\n            \"enum\": [\n              \"system\",\n              \"user\",\n              \"assistant\",\n              \"function\"\n            ],\n            \"description\": \"The role of the author of this message.\"\n          },\n          \"content\": {\n            \"type\": \"string\",\n            \"description\": \"The contents of the chunk message.\",\n            \"nullable\": true\n          },\n          \"function_call\": {\n            \"type\": \"object\",\n            \"description\": \"The name and arguments of a function that should be called, as generated by the model.\",\n            \"properties\": {\n              \"name\": {\n                \"type\": \"string\",\n                \"description\": \"The name of the function to call.\"\n              },\n              \"arguments\": {\n                \"type\": \"string\",\n                \"description\": \"The arguments to call the function with, as generated by the model in JSON format. Note that the model does not always generate valid JSON, and may hallucinate parameters not defined by your function schema. Validate the arguments in your code before calling your function.\"\n              }\n            }\n          }\n        }\n      },\n      \"CreateChatCompletionRequest\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"model\": {\n            \"description\": \"ID of the model to use. See the [model endpoint compatibility](/docs/models/model-endpoint-compatibility) table for details on which models work with the Chat API.\",\n            \"example\": \"gpt-3.5-turbo\",\n            \"oneOf\": [\n              {\n                \"type\": \"string\"\n              },\n              {\n                \"type\": \"string\",\n                \"enum\": [\n                  \"gpt-4\",\n                  \"gpt-4-0613\",\n                  \"gpt-4-32k\",\n                  \"gpt-4-32k-0613\",\n                  \"gpt-3.5-turbo\",\n                  \"gpt-3.5-turbo-16k\",\n                  \"gpt-3.5-turbo-0613\",\n                  \"gpt-3.5-turbo-16k-0613\"\n                ]\n              }\n            ]\n          },\n          \"messages\": {\n            \"description\": \"A list of messages comprising the conversation so far. [Example Python code](https://github.com/openai/openai-cookbook/blob/main/examples/How_to_format_inputs_to_ChatGPT_models.ipynb).\",\n            \"type\": \"array\",\n            \"minItems\": 1,\n            \"items\": {\n              \"$ref\": \"#/components/schemas/ChatCompletionRequestMessage\"\n            }\n          },\n          \"functions\": {\n            \"description\": \"A list of functions the model may generate JSON inputs for.\",\n            \"type\": \"array\",\n            \"minItems\": 1,\n            \"items\": {\n              \"$ref\": \"#/components/schemas/ChatCompletionFunctions\"\n            }\n          },\n          \"function_call\": {\n            \"description\": \"Controls how the model responds to function calls. \\\"none\\\" means the model does not call a function, and responds to the end-user. \\\"auto\\\" means the model can pick between an end-user or calling a function.  Specifying a particular function via `{\\\"name\\\":\\\\ \\\"my_function\\\"}` forces the model to call that function. \\\"none\\\" is the default when no functions are present. \\\"auto\\\" is the default if functions are present.\",\n            \"oneOf\": [\n              {\n                \"type\": \"string\",\n                \"enum\": [\n                  \"none\",\n                  \"auto\"\n                ]\n              },\n              {\n                \"type\": \"object\",\n                \"properties\": {\n                  \"name\": {\n                    \"type\": \"string\",\n                    \"description\": \"The name of the function to call.\"\n                  }\n                },\n                \"required\": [\n                  \"name\"\n                ]\n              }\n            ]\n          },\n          \"temperature\": {\n            \"type\": \"number\",\n            \"minimum\": 0,\n            \"maximum\": 2,\n            \"default\": 1,\n            \"example\": 1,\n            \"nullable\": true,\n            \"description\": \"What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.\\n\\nWe generally recommend altering this or `top_p` but not both.\\n\"\n          },\n          \"top_p\": {\n            \"type\": \"number\",\n            \"minimum\": 0,\n            \"maximum\": 1,\n            \"default\": 1,\n            \"example\": 1,\n            \"nullable\": true,\n            \"description\": \"An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.\\n\\nWe generally recommend altering this or `temperature` but not both.\\n\"\n          },\n          \"n\": {\n            \"type\": \"integer\",\n            \"minimum\": 1,\n            \"maximum\": 128,\n            \"default\": 1,\n            \"example\": 1,\n            \"nullable\": true,\n            \"description\": \"How many chat completion choices to generate for each input message.\"\n          },\n          \"stream\": {\n            \"description\": \"If set, partial message deltas will be sent, like in ChatGPT. Tokens will be sent as data-only [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format) as they become available, with the stream terminated by a `data: [DONE]` message. [Example Python code](https://github.com/openai/openai-cookbook/blob/main/examples/How_to_stream_completions.ipynb).\\n\",\n            \"type\": \"boolean\",\n            \"nullable\": true,\n            \"default\": false\n          },\n          \"stop\": {\n            \"description\": \"Up to 4 sequences where the API will stop generating further tokens.\\n\",\n            \"default\": null,\n            \"oneOf\": [\n              {\n                \"type\": \"string\",\n                \"nullable\": true\n              },\n              {\n                \"type\": \"array\",\n                \"minItems\": 1,\n                \"maxItems\": 4,\n                \"items\": {\n                  \"type\": \"string\"\n                }\n              }\n            ]\n          },\n          \"max_tokens\": {\n            \"description\": \"The maximum number of [tokens](/tokenizer) to generate in the chat completion.\\n\\nThe total length of input tokens and generated tokens is limited by the model's context length. [Example Python code](https://github.com/openai/openai-cookbook/blob/main/examples/How_to_count_tokens_with_tiktoken.ipynb) for counting tokens.\\n\",\n            \"default\": \"inf\",\n            \"type\": \"integer\"\n          },\n          \"presence_penalty\": {\n            \"type\": \"number\",\n            \"default\": 0,\n            \"minimum\": -2,\n            \"maximum\": 2,\n            \"nullable\": true,\n            \"description\": \"Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics.\\n\\n[See more information about frequency and presence penalties.](/docs/api-reference/parameter-details)\\n\"\n          },\n          \"frequency_penalty\": {\n            \"type\": \"number\",\n            \"default\": 0,\n            \"minimum\": -2,\n            \"maximum\": 2,\n            \"nullable\": true,\n            \"description\": \"Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim.\\n\\n[See more information about frequency and presence penalties.](/docs/api-reference/parameter-details)\\n\"\n          },\n          \"logit_bias\": {\n            \"type\": \"object\",\n            \"x-oaiTypeLabel\": \"map\",\n            \"default\": null,\n            \"nullable\": true,\n            \"description\": \"Modify the likelihood of specified tokens appearing in the completion.\\n\\nAccepts a json object that maps tokens (specified by their token ID in the tokenizer) to an associated bias value from -100 to 100. Mathematically, the bias is added to the logits generated by the model prior to sampling. The exact effect will vary per model, but values between -1 and 1 should decrease or increase likelihood of selection; values like -100 or 100 should result in a ban or exclusive selection of the relevant token.\\n\"\n          },\n          \"user\": {\n            \"type\": \"string\",\n            \"example\": \"user-1234\",\n            \"description\": \"A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices/end-user-ids).\\n\"\n          }\n        },\n        \"required\": [\n          \"model\",\n          \"messages\"\n        ]\n      },\n      \"CreateChatCompletionResponse\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"id\": {\n            \"type\": \"string\"\n          },\n          \"object\": {\n            \"type\": \"string\"\n          },\n          \"created\": {\n            \"type\": \"integer\"\n          },\n          \"model\": {\n            \"type\": \"string\"\n          },\n          \"choices\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"index\": {\n                  \"type\": \"integer\"\n                },\n                \"message\": {\n                  \"$ref\": \"#/components/schemas/ChatCompletionResponseMessage\"\n                },\n                \"finish_reason\": {\n                  \"type\": \"string\",\n                  \"enum\": [\n                    \"stop\",\n                    \"length\",\n                    \"function_call\"\n                  ]\n                }\n              }\n            }\n          },\n          \"usage\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"prompt_tokens\": {\n                \"type\": \"integer\"\n              },\n              \"completion_tokens\": {\n                \"type\": \"integer\"\n              },\n              \"total_tokens\": {\n                \"type\": \"integer\"\n              }\n            },\n            \"required\": [\n              \"prompt_tokens\",\n              \"completion_tokens\",\n              \"total_tokens\"\n            ]\n          }\n        },\n        \"required\": [\n          \"id\",\n          \"object\",\n          \"created\",\n          \"model\",\n          \"choices\"\n        ]\n      },\n      \"CreateChatCompletionStreamResponse\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"id\": {\n            \"type\": \"string\"\n          },\n          \"object\": {\n            \"type\": \"string\"\n          },\n          \"created\": {\n            \"type\": \"integer\"\n          },\n          \"model\": {\n            \"type\": \"string\"\n          },\n          \"choices\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"index\": {\n                  \"type\": \"integer\"\n                },\n                \"delta\": {\n                  \"$ref\": \"#/components/schemas/ChatCompletionStreamResponseDelta\"\n                },\n                \"finish_reason\": {\n                  \"type\": \"string\",\n                  \"enum\": [\n                    \"stop\",\n                    \"length\",\n                    \"function_call\"\n                  ]\n                }\n              }\n            }\n          }\n        },\n        \"required\": [\n          \"id\",\n          \"object\",\n          \"created\",\n          \"model\",\n          \"choices\"\n        ]\n      },\n      \"CreateEditRequest\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"model\": {\n            \"description\": \"ID of the model to use. You can use the `text-davinci-edit-001` or `code-davinci-edit-001` model with this endpoint.\",\n            \"type\": \"string\",\n            \"example\": \"text-davinci-edit-001\",\n            \"oneOf\": [\n              {\n                \"type\": \"string\"\n              },\n              {\n                \"type\": \"string\",\n                \"enum\": [\n                  \"text-davinci-edit-001\",\n                  \"code-davinci-edit-001\"\n                ]\n              }\n            ]\n          },\n          \"input\": {\n            \"description\": \"The input text to use as a starting point for the edit.\",\n            \"type\": \"string\",\n            \"default\": \"\",\n            \"nullable\": true,\n            \"example\": \"What day of the wek is it?\"\n          },\n          \"instruction\": {\n            \"description\": \"The instruction that tells the model how to edit the prompt.\",\n            \"type\": \"string\",\n            \"example\": \"Fix the spelling mistakes.\"\n          },\n          \"n\": {\n            \"type\": \"integer\",\n            \"minimum\": 1,\n            \"maximum\": 20,\n            \"default\": 1,\n            \"example\": 1,\n            \"nullable\": true,\n            \"description\": \"How many edits to generate for the input and instruction.\"\n          },\n          \"temperature\": {\n            \"type\": \"number\",\n            \"minimum\": 0,\n            \"maximum\": 2,\n            \"default\": 1,\n            \"example\": 1,\n            \"nullable\": true,\n            \"description\": \"What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.\\n\\nWe generally recommend altering this or `top_p` but not both.\\n\"\n          },\n          \"top_p\": {\n            \"type\": \"number\",\n            \"minimum\": 0,\n            \"maximum\": 1,\n            \"default\": 1,\n            \"example\": 1,\n            \"nullable\": true,\n            \"description\": \"An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.\\n\\nWe generally recommend altering this or `temperature` but not both.\\n\"\n          }\n        },\n        \"required\": [\n          \"model\",\n          \"instruction\"\n        ]\n      },\n      \"CreateEditResponse\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"object\": {\n            \"type\": \"string\"\n          },\n          \"created\": {\n            \"type\": \"integer\"\n          },\n          \"choices\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"text\": {\n                  \"type\": \"string\"\n                },\n                \"index\": {\n                  \"type\": \"integer\"\n                },\n                \"logprobs\": {\n                  \"type\": \"object\",\n                  \"nullable\": true,\n                  \"properties\": {\n                    \"tokens\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                        \"type\": \"string\"\n                      }\n                    },\n                    \"token_logprobs\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                        \"type\": \"number\"\n                      }\n                    },\n                    \"top_logprobs\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                        \"type\": \"object\"\n                      }\n                    },\n                    \"text_offset\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                        \"type\": \"integer\"\n                      }\n                    }\n                  }\n                },\n                \"finish_reason\": {\n                  \"type\": \"string\",\n                  \"enum\": [\n                    \"stop\",\n                    \"length\"\n                  ]\n                }\n              }\n            }\n          },\n          \"usage\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"prompt_tokens\": {\n                \"type\": \"integer\"\n              },\n              \"completion_tokens\": {\n                \"type\": \"integer\"\n              },\n              \"total_tokens\": {\n                \"type\": \"integer\"\n              }\n            },\n            \"required\": [\n              \"prompt_tokens\",\n              \"completion_tokens\",\n              \"total_tokens\"\n            ]\n          }\n        },\n        \"required\": [\n          \"object\",\n          \"created\",\n          \"choices\",\n          \"usage\"\n        ]\n      },\n      \"CreateImageRequest\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"prompt\": {\n            \"description\": \"A text description of the desired image(s). The maximum length is 1000 characters.\",\n            \"type\": \"string\",\n            \"example\": \"A cute baby sea otter\"\n          },\n          \"n\": {\n            \"type\": \"integer\",\n            \"minimum\": 1,\n            \"maximum\": 10,\n            \"default\": 1,\n            \"example\": 1,\n            \"nullable\": true,\n            \"description\": \"The number of images to generate. Must be between 1 and 10.\"\n          },\n          \"size\": {\n            \"type\": \"string\",\n            \"enum\": [\n              \"256x256\",\n              \"512x512\",\n              \"1024x1024\"\n            ],\n            \"default\": \"1024x1024\",\n            \"example\": \"1024x1024\",\n            \"nullable\": true,\n            \"description\": \"The size of the generated images. Must be one of `256x256`, `512x512`, or `1024x1024`.\"\n          },\n          \"response_format\": {\n            \"type\": \"string\",\n            \"enum\": [\n              \"url\",\n              \"b64_json\"\n            ],\n            \"default\": \"url\",\n            \"example\": \"url\",\n            \"nullable\": true,\n            \"description\": \"The format in which the generated images are returned. Must be one of `url` or `b64_json`.\"\n          },\n          \"user\": {\n            \"type\": \"string\",\n            \"example\": \"user-1234\",\n            \"description\": \"A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices/end-user-ids).\\n\"\n          }\n        },\n        \"required\": [\n          \"prompt\"\n        ]\n      },\n      \"ImagesResponse\": {\n        \"properties\": {\n          \"created\": {\n            \"type\": \"integer\"\n          },\n          \"data\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"url\": {\n                  \"type\": \"string\"\n                },\n                \"b64_json\": {\n                  \"type\": \"string\"\n                }\n              }\n            }\n          }\n        },\n        \"required\": [\n          \"created\",\n          \"data\"\n        ]\n      },\n      \"CreateImageEditRequest\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"image\": {\n            \"description\": \"The image to edit. Must be a valid PNG file, less than 4MB, and square. If mask is not provided, image must have transparency, which will be used as the mask.\",\n            \"type\": \"string\",\n            \"format\": \"binary\"\n          },\n          \"mask\": {\n            \"description\": \"An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where `image` should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as `image`.\",\n            \"type\": \"string\",\n            \"format\": \"binary\"\n          },\n          \"prompt\": {\n            \"description\": \"A text description of the desired image(s). The maximum length is 1000 characters.\",\n            \"type\": \"string\",\n            \"example\": \"A cute baby sea otter wearing a beret\"\n          },\n          \"n\": {\n            \"type\": \"integer\",\n            \"minimum\": 1,\n            \"maximum\": 10,\n            \"default\": 1,\n            \"example\": 1,\n            \"nullable\": true,\n            \"description\": \"The number of images to generate. Must be between 1 and 10.\"\n          },\n          \"size\": {\n            \"type\": \"string\",\n            \"enum\": [\n              \"256x256\",\n              \"512x512\",\n              \"1024x1024\"\n            ],\n            \"default\": \"1024x1024\",\n            \"example\": \"1024x1024\",\n            \"nullable\": true,\n            \"description\": \"The size of the generated images. Must be one of `256x256`, `512x512`, or `1024x1024`.\"\n          },\n          \"response_format\": {\n            \"type\": \"string\",\n            \"enum\": [\n              \"url\",\n              \"b64_json\"\n            ],\n            \"default\": \"url\",\n            \"example\": \"url\",\n            \"nullable\": true,\n            \"description\": \"The format in which the generated images are returned. Must be one of `url` or `b64_json`.\"\n          },\n          \"user\": {\n            \"type\": \"string\",\n            \"example\": \"user-1234\",\n            \"description\": \"A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices/end-user-ids).\\n\"\n          }\n        },\n        \"required\": [\n          \"prompt\",\n          \"image\"\n        ]\n      },\n      \"CreateImageVariationRequest\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"image\": {\n            \"description\": \"The image to use as the basis for the variation(s). Must be a valid PNG file, less than 4MB, and square.\",\n            \"type\": \"string\",\n            \"format\": \"binary\"\n          },\n          \"n\": {\n            \"type\": \"integer\",\n            \"minimum\": 1,\n            \"maximum\": 10,\n            \"default\": 1,\n            \"example\": 1,\n            \"nullable\": true,\n            \"description\": \"The number of images to generate. Must be between 1 and 10.\"\n          },\n          \"size\": {\n            \"type\": \"string\",\n            \"enum\": [\n              \"256x256\",\n              \"512x512\",\n              \"1024x1024\"\n            ],\n            \"default\": \"1024x1024\",\n            \"example\": \"1024x1024\",\n            \"nullable\": true,\n            \"description\": \"The size of the generated images. Must be one of `256x256`, `512x512`, or `1024x1024`.\"\n          },\n          \"response_format\": {\n            \"type\": \"string\",\n            \"enum\": [\n              \"url\",\n              \"b64_json\"\n            ],\n            \"default\": \"url\",\n            \"example\": \"url\",\n            \"nullable\": true,\n            \"description\": \"The format in which the generated images are returned. Must be one of `url` or `b64_json`.\"\n          },\n          \"user\": {\n            \"type\": \"string\",\n            \"example\": \"user-1234\",\n            \"description\": \"A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices/end-user-ids).\\n\"\n          }\n        },\n        \"required\": [\n          \"image\"\n        ]\n      },\n      \"CreateModerationRequest\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"input\": {\n            \"description\": \"The input text to classify\",\n            \"oneOf\": [\n              {\n                \"type\": \"string\",\n                \"default\": \"\",\n                \"example\": \"I want to kill them.\"\n              },\n              {\n                \"type\": \"array\",\n                \"items\": {\n                  \"type\": \"string\",\n                  \"default\": \"\",\n                  \"example\": \"I want to kill them.\"\n                }\n              }\n            ]\n          },\n          \"model\": {\n            \"description\": \"Two content moderations models are available: `text-moderation-stable` and `text-moderation-latest`.\\n\\nThe default is `text-moderation-latest` which will be automatically upgraded over time. This ensures you are always using our most accurate model. If you use `text-moderation-stable`, we will provide advanced notice before updating the model. Accuracy of `text-moderation-stable` may be slightly lower than for `text-moderation-latest`.\\n\",\n            \"nullable\": false,\n            \"default\": \"text-moderation-latest\",\n            \"example\": \"text-moderation-stable\",\n            \"oneOf\": [\n              {\n                \"type\": \"string\"\n              },\n              {\n                \"type\": \"string\",\n                \"enum\": [\n                  \"text-moderation-latest\",\n                  \"text-moderation-stable\"\n                ]\n              }\n            ]\n          }\n        },\n        \"required\": [\n          \"input\"\n        ]\n      },\n      \"CreateModerationResponse\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"id\": {\n            \"type\": \"string\"\n          },\n          \"model\": {\n            \"type\": \"string\"\n          },\n          \"results\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"flagged\": {\n                  \"type\": \"boolean\"\n                },\n                \"categories\": {\n                  \"type\": \"object\",\n                  \"properties\": {\n                    \"hate\": {\n                      \"type\": \"boolean\"\n                    },\n                    \"hate/threatening\": {\n                      \"type\": \"boolean\"\n                    },\n                    \"self-harm\": {\n                      \"type\": \"boolean\"\n                    },\n                    \"sexual\": {\n                      \"type\": \"boolean\"\n                    },\n                    \"sexual/minors\": {\n                      \"type\": \"boolean\"\n                    },\n                    \"violence\": {\n                      \"type\": \"boolean\"\n                    },\n                    \"violence/graphic\": {\n                      \"type\": \"boolean\"\n                    }\n                  },\n                  \"required\": [\n                    \"hate\",\n                    \"hate/threatening\",\n                    \"self-harm\",\n                    \"sexual\",\n                    \"sexual/minors\",\n                    \"violence\",\n                    \"violence/graphic\"\n                  ]\n                },\n                \"category_scores\": {\n                  \"type\": \"object\",\n                  \"properties\": {\n                    \"hate\": {\n                      \"type\": \"number\"\n                    },\n                    \"hate/threatening\": {\n                      \"type\": \"number\"\n                    },\n                    \"self-harm\": {\n                      \"type\": \"number\"\n                    },\n                    \"sexual\": {\n                      \"type\": \"number\"\n                    },\n                    \"sexual/minors\": {\n                      \"type\": \"number\"\n                    },\n                    \"violence\": {\n                      \"type\": \"number\"\n                    },\n                    \"violence/graphic\": {\n                      \"type\": \"number\"\n                    }\n                  },\n                  \"required\": [\n                    \"hate\",\n                    \"hate/threatening\",\n                    \"self-harm\",\n                    \"sexual\",\n                    \"sexual/minors\",\n                    \"violence\",\n                    \"violence/graphic\"\n                  ]\n                }\n              },\n              \"required\": [\n                \"flagged\",\n                \"categories\",\n                \"category_scores\"\n              ]\n            }\n          }\n        },\n        \"required\": [\n          \"id\",\n          \"model\",\n          \"results\"\n        ]\n      },\n      \"ListFilesResponse\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"object\": {\n            \"type\": \"string\"\n          },\n          \"data\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"$ref\": \"#/components/schemas/OpenAIFile\"\n            }\n          }\n        },\n        \"required\": [\n          \"object\",\n          \"data\"\n        ]\n      },\n      \"CreateFileRequest\": {\n        \"type\": \"object\",\n        \"additionalProperties\": false,\n        \"properties\": {\n          \"file\": {\n            \"description\": \"Name of the [JSON Lines](https://jsonlines.readthedocs.io/en/latest/) file to be uploaded.\\n\\nIf the `purpose` is set to \\\"fine-tune\\\", each line is a JSON record with \\\"prompt\\\" and \\\"completion\\\" fields representing your [training examples](/docs/guides/fine-tuning/prepare-training-data).\\n\",\n            \"type\": \"string\",\n            \"format\": \"binary\"\n          },\n          \"purpose\": {\n            \"description\": \"The intended purpose of the uploaded documents.\\n\\nUse \\\"fine-tune\\\" for [Fine-tuning](/docs/api-reference/fine-tunes). This allows us to validate the format of the uploaded file.\\n\",\n            \"type\": \"string\"\n          }\n        },\n        \"required\": [\n          \"file\",\n          \"purpose\"\n        ]\n      },\n      \"DeleteFileResponse\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"id\": {\n            \"type\": \"string\"\n          },\n          \"object\": {\n            \"type\": \"string\"\n          },\n          \"deleted\": {\n            \"type\": \"boolean\"\n          }\n        },\n        \"required\": [\n          \"id\",\n          \"object\",\n          \"deleted\"\n        ]\n      },\n      \"CreateFineTuneRequest\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"training_file\": {\n            \"description\": \"The ID of an uploaded file that contains training data.\\n\\nSee [upload file](/docs/api-reference/files/upload) for how to upload a file.\\n\\nYour dataset must be formatted as a JSONL file, where each training\\nexample is a JSON object with the keys \\\"prompt\\\" and \\\"completion\\\".\\nAdditionally, you must upload your file with the purpose `fine-tune`.\\n\\nSee the [fine-tuning guide](/docs/guides/fine-tuning/creating-training-data) for more details.\\n\",\n            \"type\": \"string\",\n            \"example\": \"file-ajSREls59WBbvgSzJSVWxMCB\"\n          },\n          \"validation_file\": {\n            \"description\": \"The ID of an uploaded file that contains validation data.\\n\\nIf you provide this file, the data is used to generate validation\\nmetrics periodically during fine-tuning. These metrics can be viewed in\\nthe [fine-tuning results file](/docs/guides/fine-tuning/analyzing-your-fine-tuned-model).\\nYour train and validation data should be mutually exclusive.\\n\\nYour dataset must be formatted as a JSONL file, where each validation\\nexample is a JSON object with the keys \\\"prompt\\\" and \\\"completion\\\".\\nAdditionally, you must upload your file with the purpose `fine-tune`.\\n\\nSee the [fine-tuning guide](/docs/guides/fine-tuning/creating-training-data) for more details.\\n\",\n            \"type\": \"string\",\n            \"nullable\": true,\n            \"example\": \"file-XjSREls59WBbvgSzJSVWxMCa\"\n          },\n          \"model\": {\n            \"description\": \"The name of the base model to fine-tune. You can select one of \\\"ada\\\",\\n\\\"babbage\\\", \\\"curie\\\", \\\"davinci\\\", or a fine-tuned model created after 2022-04-21.\\nTo learn more about these models, see the\\n[Models](https://platform.openai.com/docs/models) documentation.\\n\",\n            \"default\": \"curie\",\n            \"example\": \"curie\",\n            \"nullable\": true,\n            \"oneOf\": [\n              {\n                \"type\": \"string\"\n              },\n              {\n                \"type\": \"string\",\n                \"enum\": [\n                  \"ada\",\n                  \"babbage\",\n                  \"curie\",\n                  \"davinci\"\n                ]\n              }\n            ]\n          },\n          \"n_epochs\": {\n            \"description\": \"The number of epochs to train the model for. An epoch refers to one\\nfull cycle through the training dataset.\\n\",\n            \"default\": 4,\n            \"type\": \"integer\",\n            \"nullable\": true\n          },\n          \"batch_size\": {\n            \"description\": \"The batch size to use for training. The batch size is the number of\\ntraining examples used to train a single forward and backward pass.\\n\\nBy default, the batch size will be dynamically configured to be\\n~0.2% of the number of examples in the training set, capped at 256 -\\nin general, we've found that larger batch sizes tend to work better\\nfor larger datasets.\\n\",\n            \"default\": null,\n            \"type\": \"integer\",\n            \"nullable\": true\n          },\n          \"learning_rate_multiplier\": {\n            \"description\": \"The learning rate multiplier to use for training.\\nThe fine-tuning learning rate is the original learning rate used for\\npretraining multiplied by this value.\\n\\nBy default, the learning rate multiplier is the 0.05, 0.1, or 0.2\\ndepending on final `batch_size` (larger learning rates tend to\\nperform better with larger batch sizes). We recommend experimenting\\nwith values in the range 0.02 to 0.2 to see what produces the best\\nresults.\\n\",\n            \"default\": null,\n            \"type\": \"number\",\n            \"nullable\": true\n          },\n          \"prompt_loss_weight\": {\n            \"description\": \"The weight to use for loss on the prompt tokens. This controls how\\nmuch the model tries to learn to generate the prompt (as compared\\nto the completion which always has a weight of 1.0), and can add\\na stabilizing effect to training when completions are short.\\n\\nIf prompts are extremely long (relative to completions), it may make\\nsense to reduce this weight so as to avoid over-prioritizing\\nlearning the prompt.\\n\",\n            \"default\": 0.01,\n            \"type\": \"number\",\n            \"nullable\": true\n          },\n          \"compute_classification_metrics\": {\n            \"description\": \"If set, we calculate classification-specific metrics such as accuracy\\nand F-1 score using the validation set at the end of every epoch.\\nThese metrics can be viewed in the [results file](/docs/guides/fine-tuning/analyzing-your-fine-tuned-model).\\n\\nIn order to compute classification metrics, you must provide a\\n`validation_file`. Additionally, you must\\nspecify `classification_n_classes` for multiclass classification or\\n`classification_positive_class` for binary classification.\\n\",\n            \"type\": \"boolean\",\n            \"default\": false,\n            \"nullable\": true\n          },\n          \"classification_n_classes\": {\n            \"description\": \"The number of classes in a classification task.\\n\\nThis parameter is required for multiclass classification.\\n\",\n            \"type\": \"integer\",\n            \"default\": null,\n            \"nullable\": true\n          },\n          \"classification_positive_class\": {\n            \"description\": \"The positive class in binary classification.\\n\\nThis parameter is needed to generate precision, recall, and F1\\nmetrics when doing binary classification.\\n\",\n            \"type\": \"string\",\n            \"default\": null,\n            \"nullable\": true\n          },\n          \"classification_betas\": {\n            \"description\": \"If this is provided, we calculate F-beta scores at the specified\\nbeta values. The F-beta score is a generalization of F-1 score.\\nThis is only used for binary classification.\\n\\nWith a beta of 1 (i.e. the F-1 score), precision and recall are\\ngiven the same weight. A larger beta score puts more weight on\\nrecall and less on precision. A smaller beta score puts more weight\\non precision and less on recall.\\n\",\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"number\"\n            },\n            \"example\": [\n              0.6,\n              1,\n              1.5,\n              2\n            ],\n            \"default\": null,\n            \"nullable\": true\n          },\n          \"suffix\": {\n            \"description\": \"A string of up to 40 characters that will be added to your fine-tuned model name.\\n\\nFor example, a `suffix` of \\\"custom-model-name\\\" would produce a model name like `ada:ft-your-org:custom-model-name-2022-02-15-04-21-04`.\\n\",\n            \"type\": \"string\",\n            \"minLength\": 1,\n            \"maxLength\": 40,\n            \"default\": null,\n            \"nullable\": true\n          }\n        },\n        \"required\": [\n          \"training_file\"\n        ]\n      },\n      \"ListFineTunesResponse\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"object\": {\n            \"type\": \"string\"\n          },\n          \"data\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"$ref\": \"#/components/schemas/FineTune\"\n            }\n          }\n        },\n        \"required\": [\n          \"object\",\n          \"data\"\n        ]\n      },\n      \"ListFineTuneEventsResponse\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"object\": {\n            \"type\": \"string\"\n          },\n          \"data\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"$ref\": \"#/components/schemas/FineTuneEvent\"\n            }\n          }\n        },\n        \"required\": [\n          \"object\",\n          \"data\"\n        ]\n      },\n      \"CreateEmbeddingRequest\": {\n        \"type\": \"object\",\n        \"additionalProperties\": false,\n        \"properties\": {\n          \"model\": {\n            \"description\": \"ID of the model to use. You can use the [List models](/docs/api-reference/models/list) API to see all of your available models, or see our [Model overview](/docs/models/overview) for descriptions of them.\\n\",\n            \"example\": \"text-embedding-ada-002\",\n            \"oneOf\": [\n              {\n                \"type\": \"string\"\n              },\n              {\n                \"type\": \"string\",\n                \"enum\": [\n                  \"text-embedding-ada-002\"\n                ]\n              }\n            ]\n          },\n          \"input\": {\n            \"description\": \"Input text to embed, encoded as a string or array of tokens. To embed multiple inputs in a single request, pass an array of strings or array of token arrays. Each input must not exceed the max input tokens for the model (8191 tokens for `text-embedding-ada-002`). [Example Python code](https://github.com/openai/openai-cookbook/blob/main/examples/How_to_count_tokens_with_tiktoken.ipynb) for counting tokens.\\n\",\n            \"example\": \"The quick brown fox jumped over the lazy dog\",\n            \"oneOf\": [\n              {\n                \"type\": \"string\",\n                \"default\": \"\",\n                \"example\": \"This is a test.\"\n              },\n              {\n                \"type\": \"array\",\n                \"items\": {\n                  \"type\": \"string\",\n                  \"default\": \"\",\n                  \"example\": \"This is a test.\"\n                }\n              },\n              {\n                \"type\": \"array\",\n                \"minItems\": 1,\n                \"items\": {\n                  \"type\": \"integer\"\n                },\n                \"example\": \"[1212, 318, 257, 1332, 13]\"\n              },\n              {\n                \"type\": \"array\",\n                \"minItems\": 1,\n                \"items\": {\n                  \"type\": \"array\",\n                  \"minItems\": 1,\n                  \"items\": {\n                    \"type\": \"integer\"\n                  }\n                },\n                \"example\": \"[[1212, 318, 257, 1332, 13]]\"\n              }\n            ]\n          },\n          \"user\": {\n            \"type\": \"string\",\n            \"example\": \"user-1234\",\n            \"description\": \"A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices/end-user-ids).\\n\"\n          }\n        },\n        \"required\": [\n          \"model\",\n          \"input\"\n        ]\n      },\n      \"CreateEmbeddingResponse\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"object\": {\n            \"type\": \"string\"\n          },\n          \"model\": {\n            \"type\": \"string\"\n          },\n          \"data\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"index\": {\n                  \"type\": \"integer\"\n                },\n                \"object\": {\n                  \"type\": \"string\"\n                },\n                \"embedding\": {\n                  \"type\": \"array\",\n                  \"items\": {\n                    \"type\": \"number\"\n                  }\n                }\n              },\n              \"required\": [\n                \"index\",\n                \"object\",\n                \"embedding\"\n              ]\n            }\n          },\n          \"usage\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"prompt_tokens\": {\n                \"type\": \"integer\"\n              },\n              \"total_tokens\": {\n                \"type\": \"integer\"\n              }\n            },\n            \"required\": [\n              \"prompt_tokens\",\n              \"total_tokens\"\n            ]\n          }\n        },\n        \"required\": [\n          \"object\",\n          \"model\",\n          \"data\",\n          \"usage\"\n        ]\n      },\n      \"CreateTranscriptionRequest\": {\n        \"type\": \"object\",\n        \"additionalProperties\": false,\n        \"properties\": {\n          \"file\": {\n            \"description\": \"The audio file object (not file name) to transcribe, in one of these formats: mp3, mp4, mpeg, mpga, m4a, wav, or webm.\\n\",\n            \"type\": \"string\",\n            \"x-oaiTypeLabel\": \"file\",\n            \"format\": \"binary\"\n          },\n          \"model\": {\n            \"description\": \"ID of the model to use. Only `whisper-1` is currently available.\\n\",\n            \"example\": \"whisper-1\",\n            \"oneOf\": [\n              {\n                \"type\": \"string\"\n              },\n              {\n                \"type\": \"string\",\n                \"enum\": [\n                  \"whisper-1\"\n                ]\n              }\n            ]\n          },\n          \"prompt\": {\n            \"description\": \"An optional text to guide the model's style or continue a previous audio segment. The [prompt](/docs/guides/speech-to-text/prompting) should match the audio language.\\n\",\n            \"type\": \"string\"\n          },\n          \"response_format\": {\n            \"description\": \"The format of the transcript output, in one of these options: json, text, srt, verbose_json, or vtt.\\n\",\n            \"type\": \"string\",\n            \"default\": \"json\"\n          },\n          \"temperature\": {\n            \"description\": \"The sampling temperature, between 0 and 1. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. If set to 0, the model will use [log probability](https://en.wikipedia.org/wiki/Log_probability) to automatically increase the temperature until certain thresholds are hit.\\n\",\n            \"type\": \"number\",\n            \"default\": 0\n          },\n          \"language\": {\n            \"description\": \"The language of the input audio. Supplying the input language in [ISO-639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format will improve accuracy and latency.\\n\",\n            \"type\": \"string\"\n          }\n        },\n        \"required\": [\n          \"file\",\n          \"model\"\n        ]\n      },\n      \"CreateTranscriptionResponse\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"text\": {\n            \"type\": \"string\"\n          }\n        },\n        \"required\": [\n          \"text\"\n        ]\n      },\n      \"CreateTranslationRequest\": {\n        \"type\": \"object\",\n        \"additionalProperties\": false,\n        \"properties\": {\n          \"file\": {\n            \"description\": \"The audio file object (not file name) translate, in one of these formats: mp3, mp4, mpeg, mpga, m4a, wav, or webm.\\n\",\n            \"type\": \"string\",\n            \"x-oaiTypeLabel\": \"file\",\n            \"format\": \"binary\"\n          },\n          \"model\": {\n            \"description\": \"ID of the model to use. Only `whisper-1` is currently available.\\n\",\n            \"example\": \"whisper-1\",\n            \"oneOf\": [\n              {\n                \"type\": \"string\"\n              },\n              {\n                \"type\": \"string\",\n                \"enum\": [\n                  \"whisper-1\"\n                ]\n              }\n            ]\n          },\n          \"prompt\": {\n            \"description\": \"An optional text to guide the model's style or continue a previous audio segment. The [prompt](/docs/guides/speech-to-text/prompting) should be in English.\\n\",\n            \"type\": \"string\"\n          },\n          \"response_format\": {\n            \"description\": \"The format of the transcript output, in one of these options: json, text, srt, verbose_json, or vtt.\\n\",\n            \"type\": \"string\",\n            \"default\": \"json\"\n          },\n          \"temperature\": {\n            \"description\": \"The sampling temperature, between 0 and 1. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. If set to 0, the model will use [log probability](https://en.wikipedia.org/wiki/Log_probability) to automatically increase the temperature until certain thresholds are hit.\\n\",\n            \"type\": \"number\",\n            \"default\": 0\n          }\n        },\n        \"required\": [\n          \"file\",\n          \"model\"\n        ]\n      },\n      \"CreateTranslationResponse\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"text\": {\n            \"type\": \"string\"\n          }\n        },\n        \"required\": [\n          \"text\"\n        ]\n      },\n      \"Model\": {\n        \"title\": \"Model\",\n        \"properties\": {\n          \"id\": {\n            \"type\": \"string\"\n          },\n          \"object\": {\n            \"type\": \"string\"\n          },\n          \"created\": {\n            \"type\": \"integer\"\n          },\n          \"owned_by\": {\n            \"type\": \"string\"\n          }\n        },\n        \"required\": [\n          \"id\",\n          \"object\",\n          \"created\",\n          \"owned_by\"\n        ]\n      },\n      \"OpenAIFile\": {\n        \"title\": \"OpenAIFile\",\n        \"properties\": {\n          \"id\": {\n            \"type\": \"string\"\n          },\n          \"object\": {\n            \"type\": \"string\"\n          },\n          \"bytes\": {\n            \"type\": \"integer\"\n          },\n          \"created_at\": {\n            \"type\": \"integer\"\n          },\n          \"filename\": {\n            \"type\": \"string\"\n          },\n          \"purpose\": {\n            \"type\": \"string\"\n          },\n          \"status\": {\n            \"type\": \"string\"\n          },\n          \"status_details\": {\n            \"type\": \"object\",\n            \"nullable\": true\n          }\n        },\n        \"required\": [\n          \"id\",\n          \"object\",\n          \"bytes\",\n          \"created_at\",\n          \"filename\",\n          \"purpose\"\n        ]\n      },\n      \"FineTune\": {\n        \"title\": \"FineTune\",\n        \"properties\": {\n          \"id\": {\n            \"type\": \"string\"\n          },\n          \"object\": {\n            \"type\": \"string\"\n          },\n          \"created_at\": {\n            \"type\": \"integer\"\n          },\n          \"updated_at\": {\n            \"type\": \"integer\"\n          },\n          \"model\": {\n            \"type\": \"string\"\n          },\n          \"fine_tuned_model\": {\n            \"type\": \"string\",\n            \"nullable\": true\n          },\n          \"organization_id\": {\n            \"type\": \"string\"\n          },\n          \"status\": {\n            \"type\": \"string\"\n          },\n          \"hyperparams\": {\n            \"type\": \"object\"\n          },\n          \"training_files\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"$ref\": \"#/components/schemas/OpenAIFile\"\n            }\n          },\n          \"validation_files\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"$ref\": \"#/components/schemas/OpenAIFile\"\n            }\n          },\n          \"result_files\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"$ref\": \"#/components/schemas/OpenAIFile\"\n            }\n          },\n          \"events\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"$ref\": \"#/components/schemas/FineTuneEvent\"\n            }\n          }\n        },\n        \"required\": [\n          \"id\",\n          \"object\",\n          \"created_at\",\n          \"updated_at\",\n          \"model\",\n          \"fine_tuned_model\",\n          \"organization_id\",\n          \"status\",\n          \"hyperparams\",\n          \"training_files\",\n          \"validation_files\",\n          \"result_files\"\n        ]\n      },\n      \"FineTuneEvent\": {\n        \"title\": \"FineTuneEvent\",\n        \"properties\": {\n          \"object\": {\n            \"type\": \"string\"\n          },\n          \"created_at\": {\n            \"type\": \"integer\"\n          },\n          \"level\": {\n            \"type\": \"string\"\n          },\n          \"message\": {\n            \"type\": \"string\"\n          }\n        },\n        \"required\": [\n          \"object\",\n          \"created_at\",\n          \"level\",\n          \"message\"\n        ]\n      }\n    }\n  },\n  \"x-oaiMeta\": {\n    \"groups\": [\n      {\n        \"id\": \"models\",\n        \"title\": \"Models\",\n        \"description\": \"List and describe the various models available in the API. You can refer to the [Models](/docs/models) documentation to understand what models are available and the differences between them.\\n\"\n      },\n      {\n        \"id\": \"chat\",\n        \"title\": \"Chat\",\n        \"description\": \"Given a list of messages comprising a conversation, the model will return a response.\\n\"\n      },\n      {\n        \"id\": \"completions\",\n        \"title\": \"Completions\",\n        \"description\": \"Given a prompt, the model will return one or more predicted completions, and can also return the probabilities of alternative tokens at each position.\\n\"\n      },\n      {\n        \"id\": \"edits\",\n        \"title\": \"Edits\",\n        \"description\": \"Given a prompt and an instruction, the model will return an edited version of the prompt.\\n\"\n      },\n      {\n        \"id\": \"images\",\n        \"title\": \"Images\",\n        \"description\": \"Given a prompt and/or an input image, the model will generate a new image.\\n\\nRelated guide: [Image generation](/docs/guides/images)\\n\"\n      },\n      {\n        \"id\": \"embeddings\",\n        \"title\": \"Embeddings\",\n        \"description\": \"Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.\\n\\nRelated guide: [Embeddings](/docs/guides/embeddings)\\n\"\n      },\n      {\n        \"id\": \"audio\",\n        \"title\": \"Audio\",\n        \"description\": \"Learn how to turn audio into text.\\n\\nRelated guide: [Speech to text](/docs/guides/speech-to-text)\\n\"\n      },\n      {\n        \"id\": \"files\",\n        \"title\": \"Files\",\n        \"description\": \"Files are used to upload documents that can be used with features like [Fine-tuning](/docs/api-reference/fine-tunes).\\n\"\n      },\n      {\n        \"id\": \"fine-tunes\",\n        \"title\": \"Fine-tunes\",\n        \"description\": \"Manage fine-tuning jobs to tailor a model to your specific training data.\\n\\nRelated guide: [Fine-tune models](/docs/guides/fine-tuning)\\n\"\n      },\n      {\n        \"id\": \"moderations\",\n        \"title\": \"Moderations\",\n        \"description\": \"Given a input text, outputs if the model classifies it as violating OpenAI's content policy.\\n\\nRelated guide: [Moderations](/docs/guides/moderation)\\n\"\n      }\n    ]\n  }\n}"}]}},"http_status":200,"headers":{"content-type":"application/json"},"resource_uri":"http://localhost:3000/openai.json"}},"determinism_probe":{"status":"error","latency_ms":12.02,"details":{"attempts":2,"successful":0,"matches":0,"stable_ratio":0.0,"baseline_signature":"aba67f1929703989f5a8ad04ae29f13aae9eea1c5a9bd8eab73c68bf514fd05b","errors":["request_failed","request_failed"]}},"instruction_tool_reference_probe":{"status":"ok","latency_ms":null,"details":{"referenced_tools":[],"missing_tools":[],"observed_tool_count":9}},"session_resume_probe":{"status":"warning","latency_ms":null,"details":{"reason":"no_session_id","transport":"streamable-http","resume_expected":true,"protocol_version":"2025-06-18"}},"step_up_auth_probe":{"status":"missing","latency_ms":null,"details":{"oauth_present":false,"auth_required_checks":[],"supported_scopes":[],"scope_specificity_ratio":0.0,"broad_scopes":[],"challenge_headers":[],"step_up_signals":[],"minimal_scope_documented":false}},"transport_compliance_probe":{"status":"error","latency_ms":11.78,"details":{"transport":"streamable-http","session_id_present":false,"protocol_header_present":false,"last_event_id_visible":false,"requested_protocol_version":"2025-06-18","bad_protocol_status_code":200,"bad_protocol_payload":{"jsonrpc":"2.0","id":410,"error":{"code":-32029,"message":"Rate limit exceeded","data":{"tier":"core.basic","limits":{"tier":"core.basic","monthlyLimit":1000,"perMinuteLimit":5},"reason":"minute","remainingMinute":0,"remainingMonth":995}}},"bad_protocol_headers":{"content-type":"application/json"},"bad_protocol_error":null,"delete_status_code":null,"delete_error":null,"expired_session_status_code":null,"expired_session_error":null,"issues":["missing_session_id","missing_protocol_header","bad_protocol_not_rejected"]}},"utility_coverage_probe":{"status":"missing","latency_ms":11.65,"details":{"completions":{"advertised":false,"sample_target":{"type":"resource","uri":"http://localhost:3000/openai.json"},"live_probe":"not_executed"},"pagination":{"supported":false,"next_cursor_methods":[],"metadata_signal":false},"tasks":{"advertised":false,"probe_status":"missing","http_status":200},"initialize_capability_keys":["logging","prompts","resources","resourcesTemplates","tools"]}},"advanced_capabilities_probe":{"status":"warning","latency_ms":null,"details":{"capabilities":{"prompts":true,"resources":true,"completions":false,"roots":false,"sampling":false,"elicitation":false,"structured_outputs":false,"resource_links":true},"enabled_count":3,"enabled":["prompts","resource_links","resources"],"initialize_capability_keys":["logging","prompts","resources","resourcesTemplates","tools"]}},"tool_snapshot_probe":{"status":"ok","latency_ms":null,"details":{"current_tool_count":9,"previous_tool_count":9,"similarity":1.0,"added":[],"removed":[],"changed_outputs":[]}},"connector_replay_probe":{"status":"ok","latency_ms":null,"details":{"backward_compatible":true,"would_break_after_refresh":false,"added_tools":[],"removed_tools":[],"required_arg_breaks":[],"output_breaks":[],"additive_output_changes":[]}},"request_association_probe":{"status":"missing","latency_ms":null,"details":{"reason":"no_request_association_capabilities_advertised"}},"interactive_flow_probe":{"status":"missing","latency_ms":null,"details":{"risk_hits":[],"safe_hits":[],"oauth_supported":false,"prompt_available":true}},"action_safety_probe":{"status":"ok","latency_ms":null,"details":{"summary":{"tool_count":9,"high_risk_tools":0,"destructive_tools":0,"exec_tools":0,"egress_tools":0,"secret_tools":0,"bulk_access_tools":0,"declared_non_read_only_tools":0,"annotation_conflict_tools":0,"risk_distribution":{"low":9,"medium":0,"high":0,"critical":0},"capability_distribution":{"undetermined":9},"has_mutating_capability":false,"has_non_read_capability":false},"auth_present":false,"safeguard_count":0,"confirmation_signals":[],"reason":null}},"official_registry_probe":{"status":"ok","latency_ms":null,"details":{"registry_source":"official_registry","registry_identifier":"ai.com.mcp/openai-tools","direct_match":true,"official_peer_count":1}},"provenance_divergence_probe":{"status":"not_assessed","latency_ms":null,"details":{"direct_official_match":true,"registry_title":null,"server_card_title":null,"registry_version":null,"server_card_version":null,"registry_homepage":null,"server_card_homepage":null,"registry_repository":null,"server_card_repository":null,"drift_fields":[],"metadata_document_count":2,"compared_fields":["title","version","homepage","repository"],"readable_sources":["registry"],"comparable_field_count":0}},"schema_divergence_probe":{"status":"missing","latency_ms":null,"details":{"reason":"no_server_card_tools","compared_tool_count":0,"compared_dimensions":["server_name","server_version","declared_vs_observed_auth","tool_membership","parameter_names","required_parameters","parameter_types","output_schema_presence"],"server_name_mismatch":false,"card_server_name":null,"live_server_name":"openai","server_version_mismatch":false,"card_server_version":null,"live_server_version":"0.6.0","auth_scheme_mismatch":false}},"connector_publishability_probe":{"status":"warning","latency_ms":null,"details":{"transport":"streamable-http","tool_count":9,"high_risk_tools":0,"blockers":["protocol_version","session_resume","step_up_auth","transport_compliance","request_association","server_card"],"criteria":{"remote_transport":true,"initialize":true,"tools_list":true,"protocol_version":false,"session_resume":false,"step_up_auth":false,"transport_compliance":false,"connector_replay":true,"request_association":false,"action_safety":true,"server_card":false,"tool_surface":true,"auth_flow":true}}}}},"active_alerts":[],"maintainer_analytics":{},"public_server_reputation":{},"maintainer_response_quality":{},"maintainer_annotations":[],"maintainer_rebuttals":[],"security_posture_summary":{},"tool_security_inventory":[],"transport_compliance":{},"utility_coverage":{},"write_action_governance":{},"provenance_divergence":{},"alias_consolidation":{},"alert_routing":{},"authenticated_validation":{},"hosted_runtime":{},"action_controls_diff":null,"benchmark_tasks":[],"latest_capability_counts":{},"point_loss_breakdown":[],"verdict_traces":{},"current_snapshot":{"schema_version":"verify.trust_snapshot.v1","snapshot_id":"trustsnap_a668c4565751d4bc","generated_at":"2026-08-19T13:00:22.598635+00:00","trust_evaluated_at":"2026-08-19T13:00:22.598635+00:00","evidence_revision":"c69d20831f8638a60518fc69","source":"current_snapshot","server":"ai.com.mcp/openai-tools","last_validated_at":"2026-08-19T04:31:25.888170+00:00","validation_age_hours":8.48,"freshness":{"schema_version":"verify.freshness_profile.v1","last_validated_at":"2026-08-19T04:31:25.888170+00:00","age_hours":8.48,"bucket":"verified_last_24h","label":"Verified in last 24h","badges":["verified_last_24h"],"freshness_sla_hours":720.0,"freshness_sla_status":"met","stale_score_suppressed":false,"display_score":60.94,"raw_score":60.94,"confidence_score":100.0,"confidence_weighted_score":60.9,"tier_status":[{"tier":"community","label":"Community","freshness_sla_hours":720,"met":true,"priority_revalidation":false},{"tier":"pro","label":"Pro","freshness_sla_hours":168,"met":true,"priority_revalidation":true},{"tier":"enterprise","label":"Enterprise","freshness_sla_hours":24,"met":true,"priority_revalidation":true}]},"current_status":"healthy","current_score":60.94,"display_score":60.94,"stale_score_suppressed":false,"production_trust_decision":{"schema_version":"verify.executive_verdict.v1","decision":"Allow with approval","why":"write/admin actions need confirmation safeguards","next_action":"export policy, require approval for writes, add authenticated validation","reason_count":1},"production_readiness_class":{"code":"safe_for_evaluation","label":"Safe for evaluation","reason":"The server is suitable for evaluation, but remaining gaps should be resolved before broad production use."},"evidence_confidence":{"score":100.0,"label":"high","validation_age_hours":8.48,"live_check_count":16,"basis":{"evidence_bearing_validations":20,"affirmative_live_check_count":16,"validation_age_hours":8.48,"freshness_threshold_hours":24}},"active_alerts":[],"active_alert_summary":{"critical":0,"high":0,"medium":0,"low":0,"high_or_critical":0,"total":0},"materialization":{"state":"partial","trust_core_complete":true,"fields_unavailable":["tool_security_inventory","security_posture_summary","write_action_governance","capability_taxonomy","remediations"],"materialized_at":"2026-08-19T13:00:22.598635+00:00"}},"trust_snapshot":{"schema_version":"verify.trust_snapshot.v1","snapshot_id":"trustsnap_a668c4565751d4bc","generated_at":"2026-08-19T13:00:22.598635+00:00","trust_evaluated_at":"2026-08-19T13:00:22.598635+00:00","evidence_revision":"c69d20831f8638a60518fc69","source":"current_snapshot","server":"ai.com.mcp/openai-tools","last_validated_at":"2026-08-19T04:31:25.888170+00:00","validation_age_hours":8.48,"freshness":{"schema_version":"verify.freshness_profile.v1","last_validated_at":"2026-08-19T04:31:25.888170+00:00","age_hours":8.48,"bucket":"verified_last_24h","label":"Verified in last 24h","badges":["verified_last_24h"],"freshness_sla_hours":720.0,"freshness_sla_status":"met","stale_score_suppressed":false,"display_score":60.94,"raw_score":60.94,"confidence_score":100.0,"confidence_weighted_score":60.9,"tier_status":[{"tier":"community","label":"Community","freshness_sla_hours":720,"met":true,"priority_revalidation":false},{"tier":"pro","label":"Pro","freshness_sla_hours":168,"met":true,"priority_revalidation":true},{"tier":"enterprise","label":"Enterprise","freshness_sla_hours":24,"met":true,"priority_revalidation":true}]},"current_status":"healthy","current_score":60.94,"display_score":60.94,"stale_score_suppressed":false,"production_trust_decision":{"schema_version":"verify.executive_verdict.v1","decision":"Allow with approval","why":"write/admin actions need confirmation safeguards","next_action":"export policy, require approval for writes, add authenticated validation","reason_count":1},"production_readiness_class":{"code":"safe_for_evaluation","label":"Safe for evaluation","reason":"The server is suitable for evaluation, but remaining gaps should be resolved before broad production use."},"evidence_confidence":{"score":100.0,"label":"high","validation_age_hours":8.48,"live_check_count":16,"basis":{"evidence_bearing_validations":20,"affirmative_live_check_count":16,"validation_age_hours":8.48,"freshness_threshold_hours":24}},"active_alerts":[],"active_alert_summary":{"critical":0,"high":0,"medium":0,"low":0,"high_or_critical":0,"total":0},"materialization":{"state":"partial","trust_core_complete":true,"fields_unavailable":["tool_security_inventory","security_posture_summary","write_action_governance","capability_taxonomy","remediations"],"materialized_at":"2026-08-19T13:00:22.598635+00:00"}},"agent_commerce":{},"latest_claim":null,"maintainer_profile_slug":null,"watch_summary":{},"partial":true,"fields_unavailable":["tool_security_inventory","security_posture_summary","write_action_governance","capability_taxonomy","remediations"],"trust_evaluated_at":"2026-08-19T13:00:22.598635+00:00","evidence_revision":"c69d20831f8638a60518fc69","active_alert_summary":{"critical":0,"high":0,"medium":0,"low":0,"high_or_critical":0,"total":0},"materialization":{"state":"partial","trust_core_complete":true,"fields_unavailable":["tool_security_inventory","security_posture_summary","write_action_governance","capability_taxonomy","remediations"],"materialized_at":"2026-08-19T13:00:22.598635+00:00"},"owner_opted_out":false},"latest_validation":null,"current_snapshot":{"schema_version":"verify.trust_snapshot.v1","snapshot_id":"trustsnap_a668c4565751d4bc","generated_at":"2026-08-19T13:00:22.598635+00:00","trust_evaluated_at":"2026-08-19T13:00:22.598635+00:00","evidence_revision":"c69d20831f8638a60518fc69","source":"current_snapshot","server":"ai.com.mcp/openai-tools","last_validated_at":"2026-08-19T04:31:25.888170+00:00","validation_age_hours":8.48,"freshness":{"schema_version":"verify.freshness_profile.v1","last_validated_at":"2026-08-19T04:31:25.888170+00:00","age_hours":8.48,"bucket":"verified_last_24h","label":"Verified in last 24h","badges":["verified_last_24h"],"freshness_sla_hours":720.0,"freshness_sla_status":"met","stale_score_suppressed":false,"display_score":60.94,"raw_score":60.94,"confidence_score":100.0,"confidence_weighted_score":60.9,"tier_status":[{"tier":"community","label":"Community","freshness_sla_hours":720,"met":true,"priority_revalidation":false},{"tier":"pro","label":"Pro","freshness_sla_hours":168,"met":true,"priority_revalidation":true},{"tier":"enterprise","label":"Enterprise","freshness_sla_hours":24,"met":true,"priority_revalidation":true}]},"current_status":"healthy","current_score":60.94,"display_score":60.94,"stale_score_suppressed":false,"production_trust_decision":{"schema_version":"verify.executive_verdict.v1","decision":"Allow with approval","why":"write/admin actions need confirmation safeguards","next_action":"export policy, require approval for writes, add authenticated validation","reason_count":1},"production_readiness_class":{"code":"safe_for_evaluation","label":"Safe for evaluation","reason":"The server is suitable for evaluation, but remaining gaps should be resolved before broad production use."},"evidence_confidence":{"score":100.0,"label":"high","validation_age_hours":8.48,"live_check_count":16,"basis":{"evidence_bearing_validations":20,"affirmative_live_check_count":16,"validation_age_hours":8.48,"freshness_threshold_hours":24}},"active_alerts":[],"active_alert_summary":{"critical":0,"high":0,"medium":0,"low":0,"high_or_critical":0,"total":0},"materialization":{"state":"partial","trust_core_complete":true,"fields_unavailable":["tool_security_inventory","security_posture_summary","write_action_governance","capability_taxonomy","remediations"],"materialized_at":"2026-08-19T13:00:22.598635+00:00"}},"trust_snapshot":{"schema_version":"verify.trust_snapshot.v1","snapshot_id":"trustsnap_a668c4565751d4bc","generated_at":"2026-08-19T13:00:22.598635+00:00","trust_evaluated_at":"2026-08-19T13:00:22.598635+00:00","evidence_revision":"c69d20831f8638a60518fc69","source":"current_snapshot","server":"ai.com.mcp/openai-tools","last_validated_at":"2026-08-19T04:31:25.888170+00:00","validation_age_hours":8.48,"freshness":{"schema_version":"verify.freshness_profile.v1","last_validated_at":"2026-08-19T04:31:25.888170+00:00","age_hours":8.48,"bucket":"verified_last_24h","label":"Verified in last 24h","badges":["verified_last_24h"],"freshness_sla_hours":720.0,"freshness_sla_status":"met","stale_score_suppressed":false,"display_score":60.94,"raw_score":60.94,"confidence_score":100.0,"confidence_weighted_score":60.9,"tier_status":[{"tier":"community","label":"Community","freshness_sla_hours":720,"met":true,"priority_revalidation":false},{"tier":"pro","label":"Pro","freshness_sla_hours":168,"met":true,"priority_revalidation":true},{"tier":"enterprise","label":"Enterprise","freshness_sla_hours":24,"met":true,"priority_revalidation":true}]},"current_status":"healthy","current_score":60.94,"display_score":60.94,"stale_score_suppressed":false,"production_trust_decision":{"schema_version":"verify.executive_verdict.v1","decision":"Allow with approval","why":"write/admin actions need confirmation safeguards","next_action":"export policy, require approval for writes, add authenticated validation","reason_count":1},"production_readiness_class":{"code":"safe_for_evaluation","label":"Safe for evaluation","reason":"The server is suitable for evaluation, but remaining gaps should be resolved before broad production use."},"evidence_confidence":{"score":100.0,"label":"high","validation_age_hours":8.48,"live_check_count":16,"basis":{"evidence_bearing_validations":20,"affirmative_live_check_count":16,"validation_age_hours":8.48,"freshness_threshold_hours":24}},"active_alerts":[],"active_alert_summary":{"critical":0,"high":0,"medium":0,"low":0,"high_or_critical":0,"total":0},"materialization":{"state":"partial","trust_core_complete":true,"fields_unavailable":["tool_security_inventory","security_posture_summary","write_action_governance","capability_taxonomy","remediations"],"materialized_at":"2026-08-19T13:00:22.598635+00:00"}},"partial":true,"fields_unavailable":["tool_security_inventory","security_posture_summary","write_action_governance","capability_taxonomy","remediations"],"snapshot_invariant":{"schema_version":"verify.snapshot_invariant.v1","server":"ai.com.mcp/openai-tools","ok":true,"surface_snapshot_ids":{"page":"trustsnap_a668c4565751d4bc","badge":null,"report":"trustsnap_a668c4565751d4bc","policy":null},"checked_surfaces":["page","report"],"unchecked_surfaces":["badge","policy"],"checked_count_surfaces":[],"count_mismatches":{},"checked_at":"2026-08-19T13:00:22.580209+00:00"},"history":{},"production_readiness":{"code":"safe_for_evaluation","label":"Safe for evaluation","reason":"The server is suitable for evaluation, but remaining gaps should be resolved before broad production use.","badge":"score-medium","critical_alerts":0,"high_or_critical_alerts":0,"degraded_by_active_alerts":false},"agent_commerce_readiness":{},"evidence_confidence":{"score":100.0,"label":"high","reason":"Based on 20 recent validations, 16 captured checks, and validation age of 8.5 hours.","live_check_count":16,"validation_age_hours":8.48,"basis":{"evidence_bearing_validations":20,"affirmative_live_check_count":16,"validation_age_hours":8.48,"freshness_threshold_hours":24}},"recommended_for":[],"active_alerts":[],"remediations":[],"cache_note":"Fast fallback response; full report evidence is deferred to protect web capacity. Fields listed in fields_unavailable (including tool_security_inventory, and write_action_governance) are not yet computed on this response -- an empty value means unchecked, not confirmed clean. Treat partial responses as indeterminate.","publisher_claim":{"verified":false,"status":"unclaimed","claim_url":"https://verify.sentinelsignal.io/claim?server=ai.com.mcp%2Fopenai-tools&source=report_json","reason_code":"claim_to_publish_metadata","reason":"Claim this profile to verify publisher identity, add evidence, and manage trust metadata.","score_neutral":true},"observed_attention":{"schema":"verify.observed_attention.v1","window_days":30,"level":"none","label":"No observed attention","summary":"No recent machine-readable trust or discovery activity observed for this server.","segments":{"useful_ai_user":{"level":"none","observed":false,"description":"AI-assisted user sessions such as ChatGPT/User or Claude/User."},"machine_trust_evaluator":{"level":"none","observed":false,"description":"Synthetic sessions inspecting multiple trust surfaces such as report, policy, ledger, badge, trust-summary, or compare."},"possible_agent_or_script":{"level":"none","observed":false,"description":"Structured direct sessions with rapid profile, compare, report, policy, badge, or trust-surface fan-out."},"isolated_machine_surface":{"level":"none","observed":false,"description":"Aged-out direct synthetic singleton sessions that touched a machine-readable trust surface without becoming a broader evaluator."},"ai_crawler":{"level":"none","observed":false,"description":"Known AI crawler activity such as ClaudeBot, GPTBot, or similar crawlers."},"search_crawler":{"level":"none","observed":false,"description":"Search and SEO crawler activity."},"browser_like_automation":{"level":"none","observed":false,"description":"Browser-like synthetic sessions with rapid structured endpoint activity."},"confirmed_human":{"level":"none","observed":false,"description":"Confirmed browser-session human activity."}},"surfaces_observed":{"server_profile":false,"compare":false,"compare_json":false,"compare_api":false,"report_json":false,"policy":false,"ledger":false,"badge_metadata":false,"badge_svg":false,"trust_summary":false,"mcp_tool":false},"claim_prompt":{"recommended":false,"reason":"No claim prompt is recommended from observed attention in the current window."},"notes":["Observed attention is based on segmented first-party telemetry.","Crawler and evaluator activity is not treated as confirmed human demand.","Public levels are bucketed to avoid exposing raw traffic counts."]},"owner_activation":{"claim_recommended":false,"reason":"no_observed_attention"},"related_machine_surfaces":{"compare_index":"/compare.json","compare_api":"/v1/compare?server=ai.com.mcp%2Fopenai-tools","trust_summary":"/v1/servers/ai.com.mcp/openai-tools/trust-summary","ledger":"/v1/servers/ai.com.mcp/openai-tools/ledger","policy":"/v1/servers/ai.com.mcp/openai-tools/policy","report":"/v1/servers/ai.com.mcp/openai-tools/report"},"intelligence_api":{"available":true,"signup_url":"https://verify.sentinelsignal.io/verify-intelligence-api","use_case":"Programmatic MCP server trust, comparison, policy, and evidence enrichment."},"trust_evaluated_at":"2026-08-19T13:00:22.598635+00:00","evidence_revision":"c69d20831f8638a60518fc69","active_alert_summary":{"critical":0,"high":0,"medium":0,"low":0,"high_or_critical":0,"total":0},"materialization":{"state":"partial","trust_core_complete":true,"fields_unavailable":["tool_security_inventory","security_posture_summary","write_action_governance","capability_taxonomy","remediations"],"materialized_at":"2026-08-19T13:00:22.598635+00:00"}}