openai-openapi
openai-openapi copied to clipboard
OpenAPI specification for the OpenAI API
From the [spec](https://github.com/openai/openai-openapi/blob/acea67a5045a6873c6eb2573a6be0e0a7b092ec6/openapi.yaml#L13): ```yaml license: name: MIT url: https://github.com/openai/openai-openapi/blob/master/LICENSE ``` The URL points to the GitHub rendering of the licence. Instead it should point to the raw license content: https://raw.githubusercontent.com/openai/openai-openapi/refs/heads/master/LICENSE
When I create an external service in Salesforce by importing Open AI API specification I am getting an error "Cannot invoke "String.toLowerCase()" because "swaggerDataType" is null"
I have download OpenApi spec for chatgpt in my project(I used springboot Java) with build gradle. It Is generted Api , when it was running the application , the CLI...
To: OpenAI Development and Engineering Teams From: A Dedicated User & Advocate for Clear Syntax Representation Date: February 6, 2025 Overview This proposal seeks the addition of Linden Scripting Language...
Integer maximum value is 9223372036854775807, but the value in the document is 9223372036854776000
```yaml seed: type: integer minimum: -9223372036854776000 maximum: 9223372036854776000 nullable: true description: > ```
I am the developer of [terraform-provider-openai](https://github.com/jianyuan/terraform-provider-openai). This library uses the OpenAPI specification to generate its Go API client. I noticed that some endpoints were incorrectly tagged as HTTP 200 instead...
I believe that would be [here](https://github.com/openai/openai-openapi/blob/d2eaa350b5b619ad6355384279a9beb9d423d88b/openapi.yaml#L16322-L16334).
These components - components.schemas.CreateAssistantRequest - components.schemas.CreateThreadRequest have the following ```yaml oneOf: - required: - vector_store_ids - required: - vector_stores ``` While not wrong in OpenAPI 3.0 or 3.1, Apple OpenAPI...
Hello, OpenAI Team! I have a suggestion to enhance the ChatGPT user experience: Enable automatic saving of full chat history across all conversations. Provide an option to access and reference...
# The Problem OpenAI sometimes [deprecates models](https://platform.openai.com/docs/deprecations). When this happens, there are a ton of developers around the world who have to: 1. Notice the deprecation 2. Have the time...