openai-openapi
openai-openapi copied to clipboard
OpenAPI specification for the OpenAI API
## Description Added missing path params for POST endpoints, allowing to use client generators like [oapi-codegen](https://github.com/oapi-codegen/oapi-codegen).
For example: CreateAssistantRequest
Fix typo in `projects` description from "orgnanization" to "organization".
I have been testing the gpt-4o-mini model using the v1/chat/completions API and have encountered an issue regarding the token limit. According to the official documentation, the context window for the...
Please, sync the `last_error` field everyplace. It is completely different in the API Reference page, in the OpenAPI Specs and even inside the Specs.
`type` is not a field in the `json_schema` object
Duplicates in `enum` cause schema parsing issues
In the `/chat/completions` endpoint definition under `x-oaiMeta` it says: ```yaml x-oaiMeta: name: Create chat completion group: chat returns: | Returns a [chat completion](/docs/api-reference/chat/object) object, or a streamed sequence of [chat...
I regularly refer to this `openapi.yaml` specification for some of my work, and today I noticed that the `description` of the`code` property in **VectorStoreFileObject**'s `last_error` does not match with its...
…is sent during the request and what comes back over the wire. removed extra whitespace as well Issue to fix: https://github.com/openai/openai-openapi/issues/307