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

# SDK's voor Model-API's

Novita AI biedt officiële SDK's om je te helpen onze services eenvoudig in je applicaties te integreren.

## JavaScript SDK

### Installatie

Installeer onze JavaScript SDK met `npm`:

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

### Snelstart

Bezoek [https://github.com/novitalabs/javascript-sdk](https://github.com/novitalabs/javascript-sdk) voor een snelle start.

## Python SDK

### Installatie

Installeer onze Python SDK met `pip`:

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

### Snelstart

Bezoek [https://github.com/novitalabs/python-sdk](https://github.com/novitalabs/python-sdk) voor een snelle start.
