> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aiid.edu.kg/llms.txt
> Use this file to discover all available pages before exploring further.

# Sdk nodejs

***

title: "SDK Пример (Node.js)"
description: "OpenAI Node SDK"
------------------------------

```javascript theme={null}
import OpenAI from "openai";
const client = new OpenAI({ apiKey: process.env.API_KEY, baseURL: "https://api.aiid.edu.kg" });
```
