openai-python
The official Python library for the OpenAI API
Review
# OpenAI Python API library
<!-- prettier-ignore --> [)](https://pypi.org/project/openai/)
The OpenAI Python library provides convenient access to the OpenAI REST API from any Python 3.10+ application. The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx).
It is generated from our [Ope