> ## 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 示例（Node.js）

> 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" });
```
