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

I think this isn't meant to be required, since there's no specification of it in the properties, is that the right understanding?

As the development community continues to leverage OpenAI’s advanced models, the need for more transparent and accessible budgeting tools has become apparent. The introduction of a programmatic way to estimate...

In practice, when a run reaches the "completed" state, its `expires_at` property becomes `null`. To reflect this behavior, this change simply marks the `expires_at` property of the `RunObject` definition as...

Per the documentation [here](https://platform.openai.com/docs/api-reference/chat/object), the OpenAI API should return a system_fingerprint. However, when calling any model that is not gpt-3.5-turbo-1106 or gpt-4-1106-preview, the system_fingerprint is always None. The link above...

I know this isn't really an API issue... but, if I try to use any of the models to code an app using the API, I have to train it...

I got [reports](https://github.com/RageAgainstThePixel/OpenAI-DotNet/issues/236) that this started happening today: ```json { "error": { "message": "Unsupported content type: 'application/json; charset=utf-8'. This API method only accepts 'application/json' requests, but you specified the header...

In the `createChatCompletion` operation there is only `json` as response type. However the same endpoint returns event stream when the request is created with `stream = true` Because of this...

Hi all,sorry to bother I'm confused about listFiles function because there is only one purpose search param without limit/order or any other params when i query the interface,I got all...