> ## 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 python

***

title: "SDK の例（Python）"
description: "OpenAI Python SDK"
--------------------------------

```python theme={null}
from openai import OpenAI
client = OpenAI(api_key="YOUR_API_KEY", base_url="https://api.aiid.edu.kg")
```
