> ## 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 für Modell-APIs

Novita AI stellt offizielle SDKs bereit, mit denen Sie unsere Dienste einfach in Ihre Anwendungen integrieren können.

## JavaScript-SDK

### Installation

Installieren Sie unser JavaScript-SDK mit `npm`:

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

### Schnellstart

Besuchen Sie [https://github.com/novitalabs/javascript-sdk](https://github.com/novitalabs/javascript-sdk) für einen Schnellstart.

## Python-SDK

### Installation

Installieren Sie unser Python-SDK mit `pip`:

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

### Schnellstart

Besuchen Sie [https://github.com/novitalabs/python-sdk](https://github.com/novitalabs/python-sdk) für einen Schnellstart.
