Changes to Create chat completion

POST /chat/completions

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 2 of the 15 revisions of this API.11

  1. 77b96702e4e34
  2. 0c4fdad774357

What changed

    • added the new optional request property messages/items/oneOf[ChatCompletionAssistantMessageParam]/reasoning

      new-optional-request-property

    • added the new optional request property messages/items/oneOf[ChatCompletionAssistantMessageParam]/reasoning_content

      new-optional-request-property

    • added the optional property choices/items/message/reasoning_content to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property oneOf[ChatCompletionEvent]/data/choices/items/delta/reasoning_content to the response with the 200 status (media type: text/event-stream)

      response-optional-property-added

    • the frequency_penalty request property type/format was generalized from number/float to number/

      request-property-type-generalized

    • the logit_bias/additionalProperties/ request property type/format was generalized from number/float to number/

      request-property-type-generalized

    • the min_p request property type/format was generalized from number/float to number/

      request-property-type-generalized

    • the presence_penalty request property type/format was generalized from number/float to number/

      request-property-type-generalized

    • the temperature request property type/format was generalized from number/float to number/

      request-property-type-generalized

    • the top_k request property type/format was generalized from integer/int32 to integer/

      request-property-type-generalized

    • the top_p request property type/format was generalized from number/float to number/

      request-property-type-generalized

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog