openai-openapi
openai-openapi copied to clipboard
OpenAPI specification for the OpenAI API
- Commit 8157e872b396cbda43ddea771957508ac38ea62f made the type identifier `object` required for the new `Upload` schema type - Commit cd3c3feb77931b5fd1e8b9c1eb5fb1697821a0d0 incidentally reverted that change - This just repeats the addition made by...
Line 7226, stop definition, default value missing double quotes, causing issues on generation. ``` stop: description: &completions_stop_description > Up to 4 sequences where the API will stop generating further tokens....
It should be nullable and null by default because API will return error for simple chat requests: ```json { "error": { "message": "Invalid value for 'parallel_tool_calls': 'parallel_tool_calls' is only allowed...
At $WORK we offer an OpenAI compatible API and route based on the model parameter. Some clients, like the openai-python client, are generated from this API spec, so the python...
Hi, today when I debugged my program call using an unofficial Clojure client, I noticed that the client itself wasn't aware that the openapi specs it use is already outdated....
The model I passed in using the open AI API is gpt-4o, but I saw in the bill that my API key has the number of calls to other models....