Changes to Chat Completions
POST /v1/chat/completions
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 1 of the 4 revisions of this API.622
- b003833f1f0c622
What changed
- ▲
the response's body type/format changed from
object/to/for status200response-body-type-changed
- ▲
removed the required property
choicesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
createdfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
modelfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
objectfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
system_fingerprintfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
usagefrom the response with the200statusresponse-optional-property-removed
- ○
added
ChatCompletionChatCompletionsubschema #2to the response bodyanyOflist for the response status200response-body-any-of-added
- ○
added the media type
text/event-streamfor the response with the status200response-media-type-added
- ▲