Skip to content

Releases: openai/openai-node

v4.0.0-beta.4

09 Jul 17:59
Compare
Choose a tag to compare
v4.0.0-beta.4 Pre-release
Pre-release

v4.0.0 Beta – Learn more

v4.0.0-beta.3

08 Jul 18:18
Compare
Choose a tag to compare
v4.0.0-beta.3 Pre-release
Pre-release

v4.0.0 Beta – Learn more

v4.0.0-beta.2

01 Jul 01:56
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

v4.0.0 Beta – Learn more

v4.0.0-beta.1

27 Jun 17:31
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

v4.0.0 Beta – Learn more

v4.0.0-beta.0

17 Jun 16:21
Compare
Choose a tag to compare
v4.0.0-beta.0 Pre-release
Pre-release

v4.0.0 Beta – Learn more

v3.3.0

13 Jun 17:15
Compare
Choose a tag to compare

Add support for function calling in the Chat Completions API

Announcement: https://openai.com/blog/function-calling-and-other-api-updates
Documentation: https://platform.openai.com/docs/guides/gpt/function-calling

v3.2.0

01 Mar 18:14
Compare
Choose a tag to compare

Added new ChatGPT and Whisper APIs.

v3.0.0

07 Jun 20:27
Compare
Choose a tag to compare

Breaking changes in this release:

  • The function signature of createCompletion(engineId, params) changed to createCompletion(params). The value previously passed in as the engineId argument should now be passed in as model in the params object (e.g. createCompletion({ model: "text-davinci-002, ... }))