Introduction

You can interact with the API through HTTP requests from any language, via our official Python bindings, our official Node.js library, or a community-maintained library.source

To install the official Python bindings, run the following command:source

pip install openai

To install the official Node.js library, run the following command in your Node.js project directory:source

npm install openai