> For the complete documentation index, see [llms.txt](https://docs.luojixiangliang.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luojixiangliang.com/reference/openai-api-can-kao-wen-dang/jie-shao.md).

# 介绍

您可以透过HTTP请求从任何语言与API进行交互，使用我们官方的Python绑定、官方的Node.js库或社区维护的库。

若想安装官方的Python绑定，请执行以下指令：

```python
pip install openai
```

若想安装官方的Node.js库，请在Node.js项目目录中执行以下指令：

```javascript
npm install openai
```
