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

# SDKs for Model APIs

Novita AI provides official SDKs to help you easily integrate our services into your applications.

## JavaScript SDK

### Installation

Install our JavaScript SDK using `npm`:

```bash theme={"system"}
npm i novita-sdk
```

### Quick Start

Visit [https://github.com/novitalabs/javascript-sdk](https://github.com/novitalabs/javascript-sdk) for a quick start.

## Python SDK

### Installation

Install our Python SDK using `pip`:

```bash theme={"system"}
pip install novita-client
```

### Quick Start

Visit [https://github.com/novitalabs/python-sdk](https://github.com/novitalabs/python-sdk) for a quick start.
