openai-openapi icon indicating copy to clipboard operation
openai-openapi copied to clipboard

OpenAPI specification for the OpenAI API

Results 141 openai-openapi issues
Sort by recently updated
recently updated
newest added

The `quote` property is marked as required, but the server doesn't include them in all the cases. https://github.com/openai/openai-openapi/blob/893ba52242dbd5387a97b96444ee1c742cfce9bd/openapi.yaml#L11362-L11397 Example of response that doesn't include it: ```json { "id": "msg_Fn6zTxxx", "object":...

Leverage MD in API desc as well.

The response content type is specified as application/json, even though this API can also download images. https://github.com/openai/openai-openapi/blob/893ba52242dbd5387a97b96444ee1c742cfce9bd/openapi.yaml#L1695

The documentation for the `status` field on a Run says: > The status of the run, which can be either `queued`, `in_progress`, `requires_action`, `cancelling`, `cancelled`, `failed`, `completed`, or `expired`. However,...

can u help me cause my api key has been changed with someone n i need it back :( thankyou

The ChatCompletionToolChoice forces the model to call a specific tool. let's call it X. There are 3 options: 1. The tools list doesn't contain a tool called X 2. The...

Hi, `CreateChatCompletionFunctionResponse` and `CreateChatCompletionImageResponse` are present in the spec but aren't referenced by any path or other schemas. Maybe they should be removed.

i am trying to edit image using amazing `dalle-2` model provided by openai and using masking as suggested in this [doc](https://platform.openai.com/docs/guides/images/edits-dall-e-2-only). however when original image is having transparent pixels itself,...

I tried listing my vector store file and received an error not part of the spec. Doing the API call manually I saw that the status code returned is not...

Adding documentation for new API endpoint. Ran `yarn sync-openapi-spec` after making the changes to api-definition.yaml in https://github.com/openai/openai/pull/130362. ![Screenshot 2024-07-21 at 10 54 34 PM](https://github.com/user-attachments/assets/44207bc2-bb85-4bdf-a432-66352cb17df6) ![Screenshot 2024-07-21 at 10 56 03 ...